export default { 'User name': '用户名', 'User nickname': '用户昵称', balance: '余额', 'User ID': '用户ID', 'Change balance': '变更余额', 'Before change': '变更前', 'After change': '变更后', remarks: '备注', 'Current balance': '当前余额', 'Change amount': '变动数额', 'Please enter the balance change amount': '请输入余额变更数额', 'Balance after change': '变更后余额', 'Please enter change remarks / description': '请输入变更备注/说明', User: '用户', 'Transaction id': '订单号', 'Created by': '来源', 'type': '类型', 'type_list': { 1 : '存款', 2 : '取款', 3 : '转入', 4 : '转出', }, 'Game Ticket' : '游戏门票', 'game_type': { 268 : 'plinko ball', 269 : 'smash eggs', 270 : 'spin wheel' }, '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: '十二月', }, }, dailyReport: { title: '日报表', noData: '暂无日报表数据', startDate: '开始日期', endDate: '结束日期', daily: '每日', monthly: '每月', yearly: '每年', date: '日期', deposit: '存款', withdraw: '提款', winLose: '输赢', unclaim: '未认领', activeMember: '活跃会员', newDeposit: '首次存款', newRegister: '新注册', reward: '奖励({game})', count: '笔数', total: '总额', }, }