From 23b24508abb14a96687dba856efb5915a33a331c Mon Sep 17 00:00:00 2001 From: worry Date: Tue, 22 Mar 2022 16:07:42 +0800 Subject: [PATCH] [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 9f40ca1998..746ef54657 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 920bcd8394..d47cc473f8 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: '创建命名空间',