mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
mybonus.php remove medal
This commit is contained in:
@@ -12,4 +12,15 @@ return [
|
||||
\App\Models\Medal::GET_TYPE_EXCHANGE => 'Exchange',
|
||||
\App\Models\Medal::GET_TYPE_GRANT => 'Grant',
|
||||
],
|
||||
'fields' => [
|
||||
'get_type' => 'Get type',
|
||||
'description' => 'Description',
|
||||
'image_large' => 'Image',
|
||||
'price' => 'Price',
|
||||
'duration' => 'Valid after buy (days)',
|
||||
],
|
||||
'buy_already' => 'Already buy',
|
||||
'buy_btn' => 'Buy',
|
||||
'confirm_to_buy' => 'Sure you want to buy?',
|
||||
'require_more_bonus' => 'Require more bonus',
|
||||
];
|
||||
|
||||
@@ -21,4 +21,6 @@ return [
|
||||
],
|
||||
'buy_already' => '已经购买',
|
||||
'buy_btn' => '购买',
|
||||
'confirm_to_buy' => '确定要购买吗?',
|
||||
'require_more_bonus' => '需要更多魔力值',
|
||||
];
|
||||
|
||||
@@ -12,4 +12,15 @@ return [
|
||||
\App\Models\Medal::GET_TYPE_EXCHANGE => '兌換',
|
||||
\App\Models\Medal::GET_TYPE_GRANT => '授予',
|
||||
],
|
||||
'fields' => [
|
||||
'get_type' => '獲取方式',
|
||||
'description' => '描述',
|
||||
'image_large' => '圖片',
|
||||
'price' => '價格',
|
||||
'duration' => '購買後有效期(天)',
|
||||
],
|
||||
'buy_already' => '已經購買',
|
||||
'buy_btn' => '購買',
|
||||
'confirm_to_buy' => '確定要購買嗎?',
|
||||
'require_more_bonus' => '需要更多魔力值',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user