Files
webman-buildadmin/web/src/lang/backend/zh-cn/game/config.ts
2026-05-21 17:39:20 +08:00

43 lines
2.4 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export default {
'quick Search Fields': 'ID/参数键/说明',
'form tab label': '游戏参数配置',
'save success': '保存成功',
'field period_auto_create_enabled': '自动创建下一期开关',
'field_tip period_auto_create_enabled': '是否允许自动创建下一期',
'field period_manual_create_enabled': '手动创建下一期开关',
'field_tip period_manual_create_enabled': '是否允许手动创建下一期',
'field period_seconds': '每期时长(秒)',
'field_tip period_seconds': '每一局的总时长(秒)',
'field bet_seconds': '下注时长(秒)',
'field_tip bet_seconds': '每一局允许下注的时长(秒)',
'field payout_seconds': '派彩时长(秒)',
'field_tip payout_seconds': '开奖后派彩展示宽限期(秒),结束后自动进入下一期;封盘计算时长 = 每期时长 下注时长',
'field pick_max_number_count': '单注最多号码个数',
'field_tip pick_max_number_count': '单注最多可选号码数量',
'field bet_chips': '快捷筹码面额',
'field_tip bet_chips': '固定 6 档(标识 16 不可改),仅可修改每档面额;保存时写入为 JSON与移动端 lobbyInit 一致',
bet_chips_colon: '',
bet_chips_validate_slot: '第 {slot} 档筹码面额须为大于 0 的数字(建议 ≥ 单号最小下注额)',
'field default_bet_chip_id': '默认选中筹码',
'field_tip default_bet_chip_id': '大厅默认高亮的筹码标识,须为 16 且对应 bet_chips 有效面额',
'field min_bet_per_number': '单号最小下注额',
'field_tip min_bet_per_number': '每个号码允许的最小下注金额',
'field max_bet_per_number': '单号最大下注额',
'field_tip max_bet_per_number': '每个号码允许的最大下注金额',
'field withdraw_bet_flow_ratio': '提现所需流水倍数',
'field_tip withdraw_bet_flow_ratio': '提现前所需完成的投注流水倍数',
'field jackpot_max_amount': '大奖审核阈值',
'field_tip jackpot_max_amount': '达到该中奖金额后需要进入大奖审核流程',
id: 'ID',
config_key: '参数键',
config_value: '参数值',
value_type: '值类型',
'value_type string': '字符串',
'value_type int': '整数',
'value_type decimal': '小数',
'value_type json': 'JSON',
remark: '说明',
create_time: '创建时间',
update_time: '更新时间',
}