mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
medal add gift_fee_factor and user_medal add priority
This commit is contained in:
@@ -28,10 +28,17 @@ return [
|
||||
'users_count' => 'Sold counts',
|
||||
'bonus_addition_factor' => 'Bonus addition factor',
|
||||
'bonus_addition_factor_help' => 'For example: 0.01 means 1% addition, leave blank no addition',
|
||||
'gift_fee_factor' => 'Gift fee factor',
|
||||
'gift_fee_factor_help' => 'The additional fee charged for gifts to other users is equal to the price multiplied by this factor',
|
||||
],
|
||||
'buy_already' => 'Already buy',
|
||||
'buy_btn' => 'Buy',
|
||||
'confirm_to_buy' => 'Sure you want to buy?',
|
||||
'require_more_bonus' => 'Require more bonus',
|
||||
'grant_only' => 'Grant only',
|
||||
'before_sale_begin_time' => 'Before sale begin time',
|
||||
'after_sale_end_time' => 'After sale end time',
|
||||
'inventory_empty' => 'Inventory empty',
|
||||
'gift_btn' => 'Gift',
|
||||
'confirm_to_gift' => 'Confirm to gift to user ',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user