22 lines
736 B
PHP
22 lines
736 B
PHP
<?php
|
|
return [
|
|
'recharge_all'=>'总充值',
|
|
'recharge_activity'=>'活动充值',
|
|
'recharge_regular'=>'普通充值',
|
|
'withdraw_all'=>'总提现',
|
|
'withdraw_self'=>'官方提现',
|
|
'withdraw_business'=>'币商转入',
|
|
'today_add_player'=>'今日新增会员',
|
|
'player_all'=>'总会员',
|
|
'today_active_player'=>'今日活跃玩家',
|
|
'mouth_active_player'=>'本月活跃玩家',
|
|
'recharge_chart' => '充值趋势图',
|
|
'recharge_amount' => '充值金额',
|
|
'withdraw_chart' => '提现趋势图',
|
|
'withdraw_amount' => '提现金额',
|
|
'player_chart' => '新增玩家',
|
|
'player_amount' => '玩家数量',
|
|
'department_id' => '渠道ID',
|
|
'department_name' => '渠道名',
|
|
];
|