Browse Source

[Fix][UI Next][V1.0.0-Alpha]Fix the data_quality.rule.all not configured in the language packs. (#9054)

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

14
dolphinscheduler-ui-next/src/locales/modules/en_US.ts

@ -1120,12 +1120,12 @@ const security = {
chatId: 'Channel Chat Id', chatId: 'Channel Chat Id',
parseMode: 'Parse Mode', parseMode: 'Parse Mode',
IntegrationKey: 'Integration Key', IntegrationKey: 'Integration Key',
BotAccessToken:'Bot Access Token', BotAccessToken: 'Bot Access Token',
    RoomId:'Room Id', RoomId: 'Room Id',
    ToPersonId:'To Person Id', ToPersonId: 'To Person Id',
    ToPersonEmail:'To Person Email', ToPersonEmail: 'To Person Email',
    AtSomeoneInRoom:'At Someone In Room', AtSomeoneInRoom: 'At Someone In Room',
    Destination:'Destination' Destination: 'Destination'
}, },
k8s_namespace: { k8s_namespace: {
create_namespace: 'Create Namespace', create_namespace: 'Create Namespace',
@ -1285,7 +1285,7 @@ const data_quality = {
timeliness_check: 'TimelinessCheck', timeliness_check: 'TimelinessCheck',
enumeration_check: 'EnumerationCheck', enumeration_check: 'EnumerationCheck',
table_count_check: 'TableCountCheck', table_count_check: 'TableCountCheck',
All: 'All', all: 'All',
FixValue: 'FixValue', FixValue: 'FixValue',
DailyAvg: 'DailyAvg', DailyAvg: 'DailyAvg',
WeeklyAvg: 'WeeklyAvg', WeeklyAvg: 'WeeklyAvg',

12
dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts

@ -1107,12 +1107,12 @@ const security = {
chatId: '频道ID', chatId: '频道ID',
parseMode: '解析类型', parseMode: '解析类型',
IntegrationKey: '集成密钥', IntegrationKey: '集成密钥',
BotAccessToken:'访问令牌', BotAccessToken: '访问令牌',
    RoomId:'房间', RoomId: '房间',
    ToPersonId:'用户', ToPersonId: '用户',
    ToPersonEmail:'用户邮箱', ToPersonEmail: '用户邮箱',
    AtSomeoneInRoom:'@房间中的成员', AtSomeoneInRoom: '@房间中的成员',
    Destination:'描述' Destination: '描述'
}, },
k8s_namespace: { k8s_namespace: {
create_namespace: '创建命名空间', create_namespace: '创建命名空间',

Loading…
Cancel
Save