Browse Source

[Fix][UI Next][V1.0.0-Alpha] The problem of multi-language support in FeiShu alert instance. (#8981)

3.0.0/version-upgrade
songjianet 2 years ago committed by GitHub
parent
commit
7ca5cddc2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      dolphinscheduler-ui-next/src/locales/modules/en_US.ts
  2. 1
      dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts

1
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',

1
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: '端口',

Loading…
Cancel
Save