修复框架权限鉴权报错
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',
|
||||
}
|
||||
Reference in New Issue
Block a user