游戏-游戏配置-优化样式,增强验证
This commit is contained in:
@@ -34,6 +34,7 @@ return [
|
||||
'The uploaded file is too large (%sMiB), Maximum file size:%sMiB' => 'The uploaded file is too large (%sMiB), maximum file size:%sMiB',
|
||||
'No files have been uploaded or the file size exceeds the upload limit of the server' => 'No files have been uploaded or the file size exceeds the server upload limit.',
|
||||
'Unknown' => 'Unknown',
|
||||
'Global default' => 'Global default (channel_id=0)',
|
||||
'Super administrator' => 'Super administrator',
|
||||
'No permission' => 'No permission',
|
||||
'%first% etc. %count% items' => '%first% etc. %count% items',
|
||||
@@ -97,6 +98,14 @@ return [
|
||||
'Group Name Arr' => 'Group Name Arr',
|
||||
'Game config weight keys cannot be modified' => 'Weight config keys cannot be modified',
|
||||
'Game config weight value must be numeric' => 'Weight values must be numeric',
|
||||
'Game config weight each value must not exceed 100' => 'Each weight value must not exceed 100',
|
||||
'Game config weight each value must not exceed 100' => 'Weight must not exceed 10000',
|
||||
'Game config weight each value must not exceed 10000' => 'Weight must not exceed 10000',
|
||||
'Game config weight sum must equal 100' => 'The sum of weights for default_tier_weight / default_kill_score_weight must equal 100',
|
||||
'Game config weight sum must not exceed 100' => 'The sum of weights for default_tier_weight / default_kill_score_weight must not exceed 100',
|
||||
'Game config bigwin weight must be integer' => 'Each default big win weight must be an integer',
|
||||
'Game config bigwin weight each 0 10000' => 'Each default big win weight must be between 0 and 10000',
|
||||
'Game config bigwin weight locked 5 30' => 'Dice totals 5 and 30 are guaranteed leopard (豹子); weight is fixed at 10000 and cannot be changed',
|
||||
'Game user username exists in channel' => 'This username already exists in the selected channel',
|
||||
'Game channel delete need confirm related' => 'Please confirm deletion of related game configuration and user data first',
|
||||
'Game channel copy default config failed' => 'Channel was created, but copying default game configuration failed',
|
||||
];
|
||||
Reference in New Issue
Block a user