Files
webman-buildadmin/web/src/lang/backend/en/routine/adminInfo.ts
2026-04-23 15:08:37 +08:00

41 lines
1.7 KiB
TypeScript

export default {
'Last logged in on': 'Last logged on',
'user name': 'Username',
'User nickname': 'User nickname',
'Please enter a nickname': 'Please enter a nickname',
'e-mail address': 'E-mail address',
'phone number': 'Mobile number',
autograph: 'Signature',
'This guy is lazy and doesn write anything': "This guy is lazy and didn't write anything.",
'New password': 'New password',
'Please leave blank if not modified': 'Please leave blank if you do not modify',
'Save changes': 'Save changes',
'Operation log': 'Operation log',
admin_wallet: 'Admin wallet',
withdraw: 'Withdraw',
wallet_balance: 'Available balance',
wallet_frozen_balance: 'Frozen balance',
wallet_total_income: 'Total income',
wallet_total_withdraw: 'Total withdraw',
wallet_records: 'Wallet records',
wallet_records_type: 'Type',
wallet_records_direction: 'Direction',
wallet_direction_in: 'In',
wallet_direction_out: 'Out',
wallet_records_amount: 'Amount',
wallet_records_balance_after: 'Balance after',
wallet_records_remark: 'Remark',
wallet_records_time: 'Time',
withdraw_apply_title: 'Admin withdraw apply',
withdraw_coin: 'Withdraw amount',
withdraw_coin_placeholder: 'Please input withdraw_coin (2 decimals)',
receive_type: 'Receive type',
receive_type_placeholder: 'Please select receive_type',
receive_account: 'Receive account',
receive_account_placeholder: 'Please input receive_account',
idempotency_key: 'Idempotency key',
idempotency_key_placeholder: 'Please input idempotency_key (optional, auto-generated if empty)',
remark: 'Remark',
submit_apply: 'Submit apply',
}