You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2022/03/20 06:32:24 UTC

[dolphinscheduler] branch dev updated: [Fix][UI Next][V1.0.0-Alpha] Fix there is a problem with the language support of the PagerDuty alarm instance. (#9027)

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

kirs 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 7ada204  [Fix][UI Next][V1.0.0-Alpha] Fix there is a problem with the language support of the PagerDuty alarm instance. (#9027)
7ada204 is described below

commit 7ada204bda28853891708d4b7a4ca1217d5a4718
Author: songjianet <17...@qq.com>
AuthorDate: Sun Mar 20 14:32:16 2022 +0800

    [Fix][UI Next][V1.0.0-Alpha] Fix there is a problem with the language support of the PagerDuty alarm instance. (#9027)
---
 dolphinscheduler-ui-next/src/locales/modules/en_US.ts | 3 ++-
 dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts | 3 ++-
 2 files changed, 4 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 782339d..a3c8fbb 100644
--- a/dolphinscheduler-ui-next/src/locales/modules/en_US.ts
+++ b/dolphinscheduler-ui-next/src/locales/modules/en_US.ts
@@ -1118,7 +1118,8 @@ const security = {
     username: 'Username',
     botToken: 'Bot Token',
     chatId: 'Channel Chat Id',
-    parseMode: 'Parse Mode'
+    parseMode: 'Parse Mode',
+    IntegrationKey: 'Integration Key'
   },
   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 a0cc6d1..ff9cb77 100644
--- a/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts
+++ b/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts
@@ -1105,7 +1105,8 @@ const security = {
     username: '用户名',
     botToken: '机器人Token',
     chatId: '频道ID',
-    parseMode: '解析类型'
+    parseMode: '解析类型',
+    IntegrationKey: '集成密钥'
   },
   k8s_namespace: {
     create_namespace: '创建命名空间',