[Fix][UI Next][V1.0.0-Alpha]Fix the data_quality.rule.all not configured in the language packs. (#9054)
parent
8bb6971c2f
commit
af2321f228
|
|
@ -1120,12 +1120,12 @@ const security = {
|
|||
chatId: 'Channel Chat Id',
|
||||
parseMode: 'Parse Mode',
|
||||
IntegrationKey: 'Integration Key',
|
||||
BotAccessToken:'Bot Access Token',
|
||||
RoomId:'Room Id',
|
||||
ToPersonId:'To Person Id',
|
||||
ToPersonEmail:'To Person Email',
|
||||
AtSomeoneInRoom:'At Someone In Room',
|
||||
Destination:'Destination'
|
||||
BotAccessToken: 'Bot Access Token',
|
||||
RoomId: 'Room Id',
|
||||
ToPersonId: 'To Person Id',
|
||||
ToPersonEmail: 'To Person Email',
|
||||
AtSomeoneInRoom: 'At Someone In Room',
|
||||
Destination: 'Destination'
|
||||
},
|
||||
k8s_namespace: {
|
||||
create_namespace: 'Create Namespace',
|
||||
|
|
@ -1285,7 +1285,7 @@ const data_quality = {
|
|||
timeliness_check: 'TimelinessCheck',
|
||||
enumeration_check: 'EnumerationCheck',
|
||||
table_count_check: 'TableCountCheck',
|
||||
All: 'All',
|
||||
all: 'All',
|
||||
FixValue: 'FixValue',
|
||||
DailyAvg: 'DailyAvg',
|
||||
WeeklyAvg: 'WeeklyAvg',
|
||||
|
|
|
|||
|
|
@ -1107,12 +1107,12 @@ const security = {
|
|||
chatId: '频道ID',
|
||||
parseMode: '解析类型',
|
||||
IntegrationKey: '集成密钥',
|
||||
BotAccessToken:'访问令牌',
|
||||
RoomId:'房间',
|
||||
ToPersonId:'用户',
|
||||
ToPersonEmail:'用户邮箱',
|
||||
AtSomeoneInRoom:'@房间中的成员',
|
||||
Destination:'描述'
|
||||
BotAccessToken: '访问令牌',
|
||||
RoomId: '房间',
|
||||
ToPersonId: '用户',
|
||||
ToPersonEmail: '用户邮箱',
|
||||
AtSomeoneInRoom: '@房间中的成员',
|
||||
Destination: '描述'
|
||||
},
|
||||
k8s_namespace: {
|
||||
create_namespace: '创建命名空间',
|
||||
|
|
|
|||
Loading…
Reference in New Issue