Files
dafuweng/addons/webman/lang/en/commission_record.php
2026-03-02 13:44:38 +08:00

25 lines
1.0 KiB
PHP

<?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.',
];