55 lines
2.0 KiB
TypeScript
55 lines
2.0 KiB
TypeScript
export default {
|
|
id: 'ID',
|
|
username: 'Username',
|
|
password: 'Password',
|
|
uuid: 'UUID',
|
|
phone: 'Phone',
|
|
email: 'Email',
|
|
email_placeholder: 'Optional (register with phone or email)',
|
|
head_image: 'Avatar',
|
|
remark: 'Remark',
|
|
coin: 'Coin balance',
|
|
coin_placeholder: 'Amounts are displayed with 2 decimals',
|
|
total_deposit_coin: 'Total deposit (coin)',
|
|
total_withdraw_coin: 'Total withdraw (coin)',
|
|
bet_flow_coin: 'Bet flow (coin)',
|
|
risk_flags: 'Risk',
|
|
risk_none: 'None',
|
|
risk_no_login: 'No login',
|
|
risk_no_bet: 'No bet',
|
|
risk_no_withdraw: 'No withdraw',
|
|
current_streak: 'Win streak',
|
|
last_bet_period_no: 'Last bet period',
|
|
last_bet_period_no_placeholder: 'DB fallback for streak',
|
|
register_invite_code: 'Invite code (snapshot)',
|
|
register_invite_code_placeholder: 'Invite code at registration',
|
|
status: 'Status',
|
|
'status 0': 'Disabled',
|
|
'status 1': 'Enabled',
|
|
section_admin_attribution: 'Administrator',
|
|
admin_affiliation: 'Assigned admin',
|
|
admin_affiliation_placeholder: 'Role group tree — only admins in your scope',
|
|
register_invite_code_auto_placeholder: 'Filled from selected admin invite code',
|
|
channel_id: 'Channel',
|
|
channel__name: 'Channel',
|
|
admin_id: 'Admin',
|
|
admin__username: 'Admin',
|
|
create_time: 'Created',
|
|
update_time: 'Updated',
|
|
'quick Search Fields': 'ID, username, phone, email, invite code',
|
|
section_basic: 'Account',
|
|
section_register: 'Registration',
|
|
section_finance: 'Balance & turnover',
|
|
section_risk: 'Risk control',
|
|
section_streak: 'Streak (fallback)',
|
|
section_other: 'Other',
|
|
wallet_adjust_title: 'Wallet adjustment',
|
|
wallet_adjust_op: 'Operation',
|
|
wallet_adjust_credit: 'Credit',
|
|
wallet_adjust_deduct: 'Deduct',
|
|
wallet_adjust_amount: 'Amount',
|
|
wallet_adjust_amount_invalid: 'Please enter an amount greater than 0',
|
|
wallet_adjust_operator_admin: 'operator admin',
|
|
wallet_adjust_default_remark: 'Backend admin ({admin}) {action} {amount} (value)',
|
|
}
|