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 7ca5cdd [Fix][UI Next][V1.0.0-Alpha] The problem of multi-language
support in FeiShu alert instance. (#8981)
7ca5cdd is described below
commit 7ca5cddc2f1d2df613a7aa96a01488e4d80eb4f6
Author: songjianet <[email protected]>
AuthorDate: Fri Mar 18 15:51:15 2022 +0800
[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 ecad72d..58adae2 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 b56870f..cdc4f7e 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: '端口',