41 lines
2.2 KiB
TypeScript
41 lines
2.2 KiB
TypeScript
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 1–6, 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 (1–6), 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',
|
||
}
|