[游戏管理]用户管理-优化钱包操作

This commit is contained in:
2026-04-17 14:34:22 +08:00
parent bf3d50a309
commit 2e0bcd3f23
6 changed files with 357 additions and 52 deletions

View File

@@ -9,7 +9,7 @@ export default {
head_image: 'Avatar',
remark: 'Remark',
coin: 'Coin balance',
coin_placeholder: 'decimal(18,4)',
coin_placeholder: 'Amounts are displayed with 2 decimals',
total_deposit_coin: 'Total deposit (coin)',
total_valid_bet_coin: 'Total valid bet (coin)',
risk_flags: 'Risk',
@@ -42,4 +42,12 @@ export default {
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)',
}