From 7ada204bda28853891708d4b7a4ca1217d5a4718 Mon Sep 17 00:00:00 2001 From: songjianet <1778651752@qq.com> Date: Sun, 20 Mar 2022 14:32:16 +0800 Subject: [PATCH] [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 782339d468..a3c8fbbc3a 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 a0cc6d1566..ff9cb77902 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: '创建命名空间',