This is an automated email from the ASF dual-hosted git repository.

songjian pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new ce8f0ad  [Fix][UI Next][V1.0.0-Alpha] Fix the WebexTeams alarm 
instance language support has problems.  (#9033)
ce8f0ad is described below

commit ce8f0ad0a5c7cc37229d84383dbe3f0bb114839c
Author: zhangxinruu <[email protected]>
AuthorDate: Sun Mar 20 17:52:40 2022 +0800

    [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 a3c8fbb..91c87f5 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 ff9cb77..45f1659 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: '创建命名空间',

Reply via email to