From ce8f0ad0a5c7cc37229d84383dbe3f0bb114839c Mon Sep 17 00:00:00 2001 From: zhangxinruu <101965509+zhangxinruu@users.noreply.github.com> Date: Sun, 20 Mar 2022 17:52:40 +0800 Subject: [PATCH] [Fix][UI Next][V1.0.0-Alpha] Fix the WebexTeams alarm instance language support has problems. (#9033) --- dolphinscheduler-ui-next/src/locales/modules/en_US.ts | 8 +++++++- dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/dolphinscheduler-ui-next/src/locales/modules/en_US.ts b/dolphinscheduler-ui-next/src/locales/modules/en_US.ts index a3c8fbbc3a..91c87f5334 100644 --- a/dolphinscheduler-ui-next/src/locales/modules/en_US.ts +++ b/dolphinscheduler-ui-next/src/locales/modules/en_US.ts @@ -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', diff --git a/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts b/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts index ff9cb77902..45f1659264 100644 --- a/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts +++ b/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts @@ -1106,7 +1106,13 @@ const security = { botToken: '机器人Token', chatId: '频道ID', parseMode: '解析类型', - IntegrationKey: '集成密钥' + IntegrationKey: '集成密钥', + BotAccessToken:'访问令牌', +    RoomId:'房间', +    ToPersonId:'用户', +    ToPersonEmail:'用户邮箱', +    AtSomeoneInRoom:'@房间中的成员', +    Destination:'描述' }, k8s_namespace: { create_namespace: '创建命名空间',