初始化

This commit is contained in:
2026-03-02 13:44:38 +08:00
commit 05b785083c
677 changed files with 58662 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<?php
return [
'title' => 'Play and earn records',
'fields' => [
'id' => 'ID',
'recharge_amount' => 'Recharge amount',
'total_amount' => 'Total amount',
'damage_amount' => 'Damage amount',
'amount' => 'Amount',
'ratio' => 'Ratio',
'date' => 'Settlement date',
'create_at' => 'Creation time',
'commission_first_recharge' => 'User first charge',
'commission_damage' => 'Customer loss commission ratio',
'commission_chip_multiple' => 'Multiple of coding volume',
],
'player_info' => 'Player information',
'parent_player_info' => 'Profit sharing players',
'commission_setting' => 'Play to earn configuration',
'commission_first_recharge' => 'Inviting new users, new users can receive {$usd}USD for their first recharge',
'commission_damage' => '{$ratio}% of the daily customer loss will be given to you as commission.',
'commission_chip_multiple' => 'The commission for the activity is the same as the Deposit of COINS.',
];