[update]新增annualReport页面
This commit is contained in:
@@ -30,4 +30,33 @@ export default {
|
||||
1004 : 'Plinko Ball'
|
||||
},
|
||||
'bank_id': '银行账户',
|
||||
annualReport: {
|
||||
title: '年度报表',
|
||||
year: '全年',
|
||||
deposit: '存款',
|
||||
withdraw: '提款',
|
||||
transactionDeposit: '交易(存款)',
|
||||
transactionWithdraw: '交易(提款)',
|
||||
activePlayer: '活跃玩家',
|
||||
firstDeposit: '首次存款',
|
||||
unclaimReceipt: '未认领收据',
|
||||
unclaimAmount: '未认领金额',
|
||||
depositWithdraw: '存款与提款',
|
||||
transactionActive: '交易与活跃玩家',
|
||||
download: '下载',
|
||||
months: {
|
||||
jan: '一月',
|
||||
feb: '二月',
|
||||
mar: '三月',
|
||||
apr: '四月',
|
||||
may: '五月',
|
||||
jun: '六月',
|
||||
jul: '七月',
|
||||
aug: '八月',
|
||||
sep: '九月',
|
||||
oct: '十月',
|
||||
nov: '十一月',
|
||||
dec: '十二月',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user