Files
webman-buildadmin/web/src/lang/backend/en/game/config.ts
zhenhui 932a433613 1.优化下注接口/api/game/betPlace
2.优化后台/admin/config/gameConfig中新增压注筹码配置
2026-05-14 10:37:21 +08:00

41 lines
2.2 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 / Key / Remark',
'form tab label': 'Game config',
'save success': 'Saved successfully',
'field period_auto_create_enabled': 'Auto create next period',
'field_tip period_auto_create_enabled': 'Whether to automatically create the next period',
'field period_manual_create_enabled': 'Manual create next period',
'field_tip period_manual_create_enabled': 'Whether manual creation of the next period is allowed',
'field period_seconds': 'Period duration (seconds)',
'field_tip period_seconds': 'Duration of each period in seconds',
'field bet_seconds': 'Betting duration (seconds)',
'field_tip bet_seconds': 'How many seconds betting stays open in each period',
'field pick_max_number_count': 'Max numbers per ticket',
'field_tip pick_max_number_count': 'Maximum amount of selectable numbers per ticket',
'field bet_chips': 'Quick chip amounts',
'field_tip bet_chips': 'Exactly 6 tiers (ids 16, fixed). Edit amounts only; stored as JSON for lobbyInit.',
bet_chips_colon: ': ',
bet_chips_validate_slot: 'Chip tier {slot} must be a number greater than 0 (prefer ≥ min bet per number)',
'field default_bet_chip_id': 'Default selected chip id',
'field_tip default_bet_chip_id': 'Default highlighted chip id (16), must map to a valid amount in bet_chips',
'field min_bet_per_number': 'Min bet per number',
'field_tip min_bet_per_number': 'Minimum bet amount per selected number',
'field max_bet_per_number': 'Max bet per number',
'field_tip max_bet_per_number': 'Maximum bet amount per selected number',
'field withdraw_bet_flow_ratio': 'Withdraw flow ratio',
'field_tip withdraw_bet_flow_ratio': 'Required betting flow ratio before withdrawal',
'field jackpot_max_amount': 'Jackpot review threshold',
'field_tip jackpot_max_amount': 'Winning amount threshold that requires manual jackpot review',
id: 'ID',
config_key: 'Config key',
config_value: 'Value',
value_type: 'Value type',
'value_type string': 'String',
'value_type int': 'Integer',
'value_type decimal': 'Decimal',
'value_type json': 'JSON',
remark: 'Remark',
create_time: 'Created',
update_time: 'Updated',
}