游戏-游戏配置-优化样式
This commit is contained in:
@@ -95,4 +95,8 @@ return [
|
||||
'%d records and files have been deleted' => '%d records and files have been deleted',
|
||||
'Please input correct username' => 'Please enter the correct username',
|
||||
'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 sum must equal 100' => 'The sum of weights for default_tier_weight / default_kill_score_weight must equal 100',
|
||||
];
|
||||
@@ -114,4 +114,8 @@ return [
|
||||
'%d records and files have been deleted' => '已删除%d条记录和文件',
|
||||
'Please input correct username' => '请输入正确的用户名',
|
||||
'Group Name Arr' => '分组名称数组',
|
||||
'Game config weight keys cannot be modified' => '权重配置的键不可修改',
|
||||
'Game config weight value must be numeric' => '权重值必须为数字',
|
||||
'Game config weight each value must not exceed 100' => '每项权重不能超过100',
|
||||
'Game config weight sum must equal 100' => 'default_tier_weight / default_kill_score_weight 的权重之和必须等于100',
|
||||
];
|
||||
Reference in New Issue
Block a user