[游戏管理]用户管理-优化钱包操作
This commit is contained in:
@@ -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)',
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
head_image: '头像',
|
||||
remark: '备注',
|
||||
coin: '余额',
|
||||
coin_placeholder: 'decimal(18,4),禁止业务用浮点存库',
|
||||
coin_placeholder: '金额展示统一两位小数',
|
||||
total_deposit_coin: '累计充值(币)',
|
||||
total_valid_bet_coin: '累计有效投注(币)',
|
||||
risk_flags: '风控',
|
||||
@@ -42,4 +42,12 @@
|
||||
section_risk: '风控',
|
||||
section_streak: '连胜(兜底)',
|
||||
section_other: '其他',
|
||||
wallet_adjust_title: '钱包加减点',
|
||||
wallet_adjust_op: '操作类型',
|
||||
wallet_adjust_credit: '加点',
|
||||
wallet_adjust_deduct: '扣点',
|
||||
wallet_adjust_amount: '操作金额',
|
||||
wallet_adjust_amount_invalid: '请输入大于0的金额',
|
||||
wallet_adjust_operator_admin: '操作管理员',
|
||||
wallet_adjust_default_remark: '后台管理员({admin}){action}{amount}(值)',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user