Browse Source

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

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

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

3
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: '创建命名空间',

Loading…
Cancel
Save