修复框架权限鉴权报错
This commit is contained in:
21
web/src/lang/backend/en/game/config.ts
Normal file
21
web/src/lang/backend/en/game/config.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
export default {
|
||||
ID: 'ID',
|
||||
channel_id: 'channel_id',
|
||||
channel__name: 'name',
|
||||
group: 'group',
|
||||
name: 'name',
|
||||
title: 'title',
|
||||
value: 'value',
|
||||
'weight key': 'Key',
|
||||
'weight value': 'Value',
|
||||
'weight sum must 100': 'The sum of weights for default_tier_weight / default_kill_score_weight must equal 100',
|
||||
'weight each max 100': 'Each weight value must not exceed 100',
|
||||
'weight value numeric': 'Weight values must be valid numbers',
|
||||
sort: 'sort',
|
||||
instantiation: 'instantiation',
|
||||
'instantiation 0': 'instantiation 0',
|
||||
'instantiation 1': 'instantiation 1',
|
||||
create_time: 'create_time',
|
||||
update_time: 'update_time',
|
||||
'quick Search Fields': 'ID',
|
||||
}
|
||||
21
web/src/lang/backend/zh-cn/game/config.ts
Normal file
21
web/src/lang/backend/zh-cn/game/config.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
export default {
|
||||
ID: 'ID',
|
||||
channel_id: '渠道id',
|
||||
channel__name: '渠道名',
|
||||
group: '分组',
|
||||
name: '配置标识',
|
||||
title: '配置名称',
|
||||
value: '值',
|
||||
'weight key': '键',
|
||||
'weight value': '数值',
|
||||
'weight sum must 100': 'default_tier_weight / default_kill_score_weight 的权重之和必须等于 100',
|
||||
'weight each max 100': '每项权重不能超过 100',
|
||||
'weight value numeric': '权重值必须为有效数字',
|
||||
sort: '排序',
|
||||
instantiation: '实例化',
|
||||
'instantiation 0': '不需要',
|
||||
'instantiation 1': '需要',
|
||||
create_time: '创建时间',
|
||||
update_time: '更新时间',
|
||||
'quick Search Fields': 'ID',
|
||||
}
|
||||
Reference in New Issue
Block a user