mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-04 21:28:00 +08:00
[Fix][UI Next][V1.0.0-Alpha] Fix the WebexTeams alarm instance language support has problems. (#9033)
This commit is contained in:
parent
7cf79da5d9
commit
ce8f0ad0a5
@ -1119,7 +1119,13 @@ const security = {
|
||||
botToken: 'Bot Token',
|
||||
chatId: 'Channel Chat Id',
|
||||
parseMode: 'Parse Mode',
|
||||
IntegrationKey: 'Integration Key'
|
||||
IntegrationKey: 'Integration Key',
|
||||
BotAccessToken:'Bot Access Token',
|
||||
RoomId:'Room Id',
|
||||
ToPersonId:'To Person Id',
|
||||
ToPersonEmail:'To Person Email',
|
||||
AtSomeoneInRoom:'At Someone In Room',
|
||||
Destination:'Destination'
|
||||
},
|
||||
k8s_namespace: {
|
||||
create_namespace: 'Create Namespace',
|
||||
|
@ -1106,7 +1106,13 @@ const security = {
|
||||
botToken: '机器人Token',
|
||||
chatId: '频道ID',
|
||||
parseMode: '解析类型',
|
||||
IntegrationKey: '集成密钥'
|
||||
IntegrationKey: '集成密钥',
|
||||
BotAccessToken:'访问令牌',
|
||||
RoomId:'房间',
|
||||
ToPersonId:'用户',
|
||||
ToPersonEmail:'用户邮箱',
|
||||
AtSomeoneInRoom:'@房间中的成员',
|
||||
Destination:'描述'
|
||||
},
|
||||
k8s_namespace: {
|
||||
create_namespace: '创建命名空间',
|
||||
|
Loading…
Reference in New Issue
Block a user