Files
dafuweng/addons/webman/lang/zh-CN/player_money_edit_log.php
2026-03-02 13:44:38 +08:00

41 lines
1.4 KiB
PHP

<?php
use addons\webman\model\PlayerMoneyEditLog;
return [
'title' => '钱包操作日志',
'fields' => [
'id' => '编号',
'money' => '金额',
'action' => '操作类型',
'origin_money' => '原始金额',
'after_money' => '异动后金額',
'create_at' => '操作时间',
'remark' => '备注',
],
'created_at_start' => '日志开始时间',
'created_at_end' => '日志结束时间',
'admin_user' => '管理员',
'player_info' => '玩家信息',
'action_info' => '操作信息',
'action' => [
PlayerMoneyEditLog::RECHARGE => '充值',
PlayerMoneyEditLog::VIP_RECHARGE => 'VIP充值',
PlayerMoneyEditLog::ACTIVITY_GIVE => '活動外贈',
PlayerMoneyEditLog::ADMIN_DEDUCT => '管理员扣点',
PlayerMoneyEditLog::OTHER => '其他',
],
'total_data' => [
'total_recharge' => '充值',
'total_vip_recharge' => 'VIP充值',
'total_testing_machine' => '测试机台',
'total_other' => '其他',
'total_activity_give' => '活動外贈',
'total_triple_seven_give' => '三七鋼珠外贈',
'total_composite_machine_give' => '複合機外贈',
'total_electronic_give' => '電子外贈',
'total_admin_deduct' => '管理员扣点',
'total_real_person_give' => '真人外贈',
],
];