improve medal display page

This commit is contained in:
xiaomlove
2023-01-30 14:06:12 +08:00
parent 04b94ec4cc
commit 2eaf5eabd1
4 changed files with 17 additions and 14 deletions

View File

@@ -27,8 +27,10 @@ return [
'sale_begin_end_time' => 'Available for sale',
'users_count' => 'Sold counts',
'bonus_addition_factor' => 'Bonus addition factor',
'bonus_addition' => 'Bonus addition',
'bonus_addition_factor_help' => 'For example: 0.01 means 1% addition, leave blank no addition',
'gift_fee_factor' => 'Gift fee factor',
'gift_fee' => 'Gift fee',
'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',

View File

@@ -27,8 +27,10 @@ return [
'sale_begin_end_time' => '可购买时间',
'users_count' => '已售数量',
'bonus_addition_factor' => '魔力加成系数',
'bonus_addition' => '魔力加成',
'bonus_addition_factor_help' => '如0.01 表示 1% 的加成,留空无加成',
'gift_fee_factor' => '赠送手续费系数',
'gift_fee' => '手续费',
'gift_fee_factor_help' => '赠送给其他用户时额外收取手续费等于价格乘以此系数',
],
'buy_already' => '已经购买',

View File

@@ -27,8 +27,10 @@ return [
'sale_begin_end_time' => '可購買時間',
'users_count' => '已售數量',
'bonus_addition_factor' => '魔力加成系數',
'bonus_addition' => '魔力加成',
'bonus_addition_factor_help' => '如0.01 表示 1% 的加成,留空無加成',
'gift_fee_factor' => '贈送手續費系數',
'gift_fee' => '手續費',
'gift_fee_factor_help' => '贈送給其他用戶時額外收取手續費等於價格乘以此系數',
],
'buy_already' => '已經購買',