Files
webman-buildadmin/web/src/lang/backend/en/agent/settlementPeriod.ts

20 lines
545 B
TypeScript

export default {
'quick Search Fields': 'ID/Settlement No./Remark',
id: 'ID',
settlement_no: 'Settlement No.',
period_start_at: 'Period start',
period_end_at: 'Period end',
total_bet_amount: 'Total bet amount',
total_payout_amount: 'Total payout amount',
platform_profit_amount: 'Platform profit',
status: 'Status',
'status 0': 'Pending',
'status 1': 'Processing',
'status 2': 'Completed',
'status 3': 'Closed',
remark: 'Remark',
create_time: 'Created',
update_time: 'Updated',
}