[游戏管理]压注订单
This commit is contained in:
35
web/src/lang/backend/en/game/betOrder.ts
Normal file
35
web/src/lang/backend/en/game/betOrder.ts
Normal file
@@ -0,0 +1,35 @@
|
||||
export default {
|
||||
'quick Search Fields': 'ID / Period / Idempotency',
|
||||
id: 'ID',
|
||||
period_id: 'Period ID',
|
||||
period_no: 'Period No.',
|
||||
user_id: 'User ID',
|
||||
channel_id: 'Channel ID',
|
||||
pick_numbers: 'Picks',
|
||||
unit_amount: 'Unit amount',
|
||||
pick_count: 'Pick count',
|
||||
total_amount: 'Total',
|
||||
streak_at_bet: 'Streak at bet',
|
||||
is_auto: 'Auto',
|
||||
'is_auto 0': 'Manual',
|
||||
'is_auto 1': 'Auto bet',
|
||||
win_amount: 'Payout',
|
||||
jackpot_extra_amount: 'Jackpot extra',
|
||||
status: 'Status',
|
||||
'status 1': 'Pending draw',
|
||||
'status 2': 'Settled',
|
||||
'status 3': 'Refunded',
|
||||
idempotency_key: 'Idempotency key',
|
||||
create_time: 'Created',
|
||||
update_time: 'Updated',
|
||||
gamePeriod: {
|
||||
period_no: 'Period (relation)',
|
||||
status: 'Period status',
|
||||
},
|
||||
gameUser: {
|
||||
username: 'Username',
|
||||
},
|
||||
channel: {
|
||||
name: 'Channel',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user