游戏-游戏配置-优化样式,增强验证
This commit is contained in:
@@ -117,6 +117,14 @@ return [
|
||||
'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 each value must not exceed 100' => '权重不能超过10000',
|
||||
'Game config weight each value must not exceed 10000' => '权重不能超过10000',
|
||||
'Game config weight sum must equal 100' => 'default_tier_weight / default_kill_score_weight 的权重之和必须等于100',
|
||||
'Game config weight sum must not exceed 100' => 'default_tier_weight / default_kill_score_weight 的权重之和不能超过100',
|
||||
'Game config bigwin weight must be integer' => '默认大奖权重每项必须为整数',
|
||||
'Game config bigwin weight each 0 10000' => '默认大奖权重每项须在 0~10000 之间',
|
||||
'Game config bigwin weight locked 5 30' => '点数 5 与 30 为豹子号必中,权重固定为 10000,不可修改',
|
||||
'Game user username exists in channel' => '该渠道下已存在相同用户名的用户',
|
||||
'Game channel delete need confirm related' => '请先确认是否同时删除关联的游戏配置与用户数据',
|
||||
'Game channel copy default config failed' => '渠道已创建,但复制默认游戏配置失败',
|
||||
];
|
||||
Reference in New Issue
Block a user