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/23 14:05:57 UTC

[dolphinscheduler] branch dev updated: [Fix][UI Next][V1.0.0-Alpha] Alarm Instance console error (#9141)

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 d3cbb01  [Fix][UI Next][V1.0.0-Alpha] Alarm Instance console error (#9141)
d3cbb01 is described below

commit d3cbb011c651bb7874bb77489f86daf1cd1878c6
Author: Devosend <de...@gmail.com>
AuthorDate: Wed Mar 23 22:05:47 2022 +0800

    [Fix][UI Next][V1.0.0-Alpha] Alarm Instance console error (#9141)
---
 dolphinscheduler-ui-next/src/locales/modules/en_US.ts |  3 ++-
 dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts | 12 ++++++++----
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/dolphinscheduler-ui-next/src/locales/modules/en_US.ts b/dolphinscheduler-ui-next/src/locales/modules/en_US.ts
index 59569b9..69197e2 100644
--- a/dolphinscheduler-ui-next/src/locales/modules/en_US.ts
+++ b/dolphinscheduler-ui-next/src/locales/modules/en_US.ts
@@ -1142,7 +1142,8 @@ const security = {
     AtMobiles: 'At User Mobiles',
     AtUserIds: 'At User Ids',
     MsgType: 'Msg Type',
-    IsAtAll: '@All'
+    // eslint-disable-next-line quotes
+    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 dabacef..199f924 100644
--- a/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts
+++ b/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts
@@ -1124,12 +1124,16 @@ const security = {
     RoomId: '房间',
     ToPersonId: '用户',
     ToPersonEmail: '用户邮箱',
-    AtSomeoneInRoom: '@房间中的成员',
+    // eslint-disable-next-line quotes
+    AtSomeoneInRoom: "{'@'}房间中的成员",
     Destination: '描述',
-    AtMobiles: '被@人的手机号',
-    AtUserIds: '被@人的用户ID',
+    // eslint-disable-next-line quotes
+    AtMobiles: "被{'@'}人的手机号",
+    // eslint-disable-next-line quotes
+    AtUserIds: "被{'@'}人的用户ID",
     MsgType: '消息类型',
-    IsAtAll: '@所有人'
+    // eslint-disable-next-line quotes
+    IsAtAll: "{'@'}所有人"
   },
   k8s_namespace: {
     create_namespace: '创建命名空间',