From 7ca5cddc2f1d2df613a7aa96a01488e4d80eb4f6 Mon Sep 17 00:00:00 2001 From: songjianet <1778651752@qq.com> Date: Fri, 18 Mar 2022 15:51:15 +0800 Subject: [PATCH] [Fix][UI Next][V1.0.0-Alpha] The problem of multi-language support in FeiShu alert instance. (#8981) --- dolphinscheduler-ui-next/src/locales/modules/en_US.ts | 1 + dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/dolphinscheduler-ui-next/src/locales/modules/en_US.ts b/dolphinscheduler-ui-next/src/locales/modules/en_US.ts index ecad72d84..58adae225 100644 --- a/dolphinscheduler-ui-next/src/locales/modules/en_US.ts +++ b/dolphinscheduler-ui-next/src/locales/modules/en_US.ts @@ -1079,6 +1079,7 @@ const security = { instance_parameter_exception: 'Instance parameter exception', WebHook: 'WebHook', webHook: 'WebHook', + WarningType: 'Warning Type', IsEnableProxy: 'Enable Proxy', Proxy: 'Proxy', Port: 'Port', diff --git a/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts b/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts index b56870f97..cdc4f7e08 100644 --- a/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts +++ b/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts @@ -1066,6 +1066,7 @@ const security = { instance_parameter_exception: '实例参数异常', WebHook: 'Web钩子', webHook: 'Web钩子', + WarningType: '告警类型', IsEnableProxy: '启用代理', Proxy: '代理', Port: '端口',