游戏-游戏配置-优化样式,增强验证
This commit is contained in:
@@ -9,11 +9,23 @@ export default {
|
||||
'weight key': '键',
|
||||
'weight value': '数值',
|
||||
'weight sum must 100': 'default_tier_weight / default_kill_score_weight 的权重之和必须等于 100',
|
||||
'weight sum max 100': 'default_tier_weight / default_kill_score_weight 的权重之和不能超过 100',
|
||||
'weight each max 100': '每项权重不能超过 100',
|
||||
'weight each max 10000': '权重不能超过10000',
|
||||
'bigwin weight must integer': '大奖权重每项必须为整数',
|
||||
'name opt game_rule': 'game_rule(游戏规则)',
|
||||
'name opt game_rule_en': 'game_rule_en(游戏规则英文)',
|
||||
'name opt default_tier_weight': 'default_tier_weight(默认档位权重)',
|
||||
'name opt default_kill_score_weight': 'default_kill_score_weight(默认击杀分权重)',
|
||||
'name opt default_bigwin_weight': 'default_bigwin_weight(默认大奖权重)',
|
||||
default_bigwin_weight_help:
|
||||
'大奖权重区间为 0~10000:0 表示不可能出现,10000 表示 100% 出现。点数 5 与 30 为豹子号必中组合,权重固定为 10000,不可修改。',
|
||||
'bigwin weight each 0 10000': '除固定项外,每项大奖权重须在 0~10000 之间',
|
||||
'bigwin weight locked 5 30': '点数 5 与 30 权重固定为 10000,不可修改',
|
||||
'weight value numeric': '权重值必须为有效数字',
|
||||
sort: '排序',
|
||||
instantiation: '实例化',
|
||||
'instantiation 0': '不需要',
|
||||
'instantiation 0': '---',
|
||||
'instantiation 1': '需要',
|
||||
create_time: '创建时间',
|
||||
update_time: '更新时间',
|
||||
|
||||
Reference in New Issue
Block a user