初始化
This commit is contained in:
24
addons/webman/lang/en/commission_record.php
Normal file
24
addons/webman/lang/en/commission_record.php
Normal 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.',
|
||||
];
|
||||
Reference in New Issue
Block a user