You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by so...@apache.org on 2022/03/22 08:07:46 UTC

[dolphinscheduler] branch dev updated: [Fix-9078][UI Next][V1.0.0-Alpha] The interface for adding DingTalk alert instance is not fully internationalized (#9079)

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 23b2450  [Fix-9078][UI Next][V1.0.0-Alpha] The interface for adding DingTalk alert instance is not fully internationalized (#9079)
23b2450 is described below

commit 23b24508abb14a96687dba856efb5915a33a331c
Author: worry <xi...@gmail.com>
AuthorDate: Tue Mar 22 16:07:42 2022 +0800

    [Fix-9078][UI Next][V1.0.0-Alpha] The interface for adding DingTalk alert instance is not fully internationalized (#9079)
---
 dolphinscheduler-ui-next/src/locales/modules/en_US.ts | 6 +++++-
 dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts | 6 +++++-
 2 files changed, 10 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 9f40ca1..746ef54 100644
--- a/dolphinscheduler-ui-next/src/locales/modules/en_US.ts
+++ b/dolphinscheduler-ui-next/src/locales/modules/en_US.ts
@@ -1125,7 +1125,11 @@ const security = {
     ToPersonId: 'To Person Id',
     ToPersonEmail: 'To Person Email',
     AtSomeoneInRoom: 'At Someone In Room',
-    Destination: 'Destination'
+    Destination: 'Destination',
+    AtMobiles: 'At User Mobiles',
+    AtUserIds: 'At User Ids',
+    MsgType: 'Msg Type',
+    IsAtAll: '@All'
   },
   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 920bcd8..d47cc47 100644
--- a/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts
+++ b/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts
@@ -1112,7 +1112,11 @@ const security = {
     ToPersonId: '用户',
     ToPersonEmail: '用户邮箱',
     AtSomeoneInRoom: '@房间中的成员',
-    Destination: '描述'
+    Destination: '描述',
+    AtMobiles: '被@人的手机号',
+    AtUserIds: '被@人的用户ID',
+    MsgType: '消息类型',
+    IsAtAll: '@所有人'
   },
   k8s_namespace: {
     create_namespace: '创建命名空间',