mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
medal add sale_begin_time + sale_end_time + inventory
This commit is contained in:
@@ -34,6 +34,7 @@ return [
|
||||
'cancel' => 'Cancel',
|
||||
'reset' => 'Reset',
|
||||
'anonymous' => 'Anonymous',
|
||||
'infinite' => 'Infinite',
|
||||
'setting' => [
|
||||
'nav_text' => 'Setting',
|
||||
'backup' => [
|
||||
|
||||
@@ -18,6 +18,14 @@ return [
|
||||
'image_large' => 'Image',
|
||||
'price' => 'Price',
|
||||
'duration' => 'Valid after buy (days)',
|
||||
'sale_begin_time' => 'Sale begin time',
|
||||
'sale_begin_time_help' => 'User can buy after this time, leave blank without restriction',
|
||||
'sale_end_time' => 'Sale end time',
|
||||
'sale_end_time_help' => 'User can buy before this time, leave blank without restriction',
|
||||
'inventory' => 'Inventory',
|
||||
'inventory_help' => 'Leave blank without restriction',
|
||||
'sale_begin_end_time' => 'Available for sale',
|
||||
'users_count' => 'Sold counts',
|
||||
],
|
||||
'buy_already' => 'Already buy',
|
||||
'buy_btn' => 'Buy',
|
||||
|
||||
@@ -34,6 +34,7 @@ return [
|
||||
'cancel' => '取消',
|
||||
'reset' => '重置',
|
||||
'anonymous' => '匿名',
|
||||
'infinite' => '无限',
|
||||
'setting' => [
|
||||
'nav_text' => '设置',
|
||||
'backup' => [
|
||||
@@ -112,6 +113,7 @@ return [
|
||||
'duration' => '有效时长',
|
||||
'duration_help' => '单位:天。如果留空,用户永久拥有',
|
||||
'display_on_medal_page' => '展示在勋章页面',
|
||||
|
||||
],
|
||||
'user_medal' => [
|
||||
'label' => '用户勋章',
|
||||
|
||||
@@ -18,10 +18,21 @@ return [
|
||||
'image_large' => '图片',
|
||||
'price' => '价格',
|
||||
'duration' => '购买后有效期(天)',
|
||||
'sale_begin_time' => '上架开始时间',
|
||||
'sale_begin_time_help' => '此时间之后可以购买,留空不限制',
|
||||
'sale_end_time' => '上架结束时间',
|
||||
'sale_end_time_help' => '此时间之前可以购买,留空不限制',
|
||||
'inventory' => '库存',
|
||||
'inventory_help' => '留空表示无限',
|
||||
'sale_begin_end_time' => '可购买时间',
|
||||
'users_count' => '已售数量',
|
||||
],
|
||||
'buy_already' => '已经购买',
|
||||
'buy_btn' => '购买',
|
||||
'confirm_to_buy' => '确定要购买吗?',
|
||||
'require_more_bonus' => '需要更多魔力值',
|
||||
'grant_only' => '仅授予',
|
||||
'before_sale_begin_time' => '未到可购买时间',
|
||||
'after_sale_end_time' => '已过可购买时间',
|
||||
'inventory_empty' => '库存不足',
|
||||
];
|
||||
|
||||
@@ -34,6 +34,7 @@ return [
|
||||
'cancel' => '取消',
|
||||
'reset' => '重置',
|
||||
'anonymous' => '匿名',
|
||||
'infinite' => '無限',
|
||||
'setting' => [
|
||||
'nav_text' => '設置',
|
||||
'backup' => [
|
||||
|
||||
@@ -18,6 +18,14 @@ return [
|
||||
'image_large' => '圖片',
|
||||
'price' => '價格',
|
||||
'duration' => '購買後有效期(天)',
|
||||
'sale_begin_time' => '上架開始時間',
|
||||
'sale_begin_time_help' => '此時間之後可以購買,留空不限製',
|
||||
'sale_end_time' => '上架結束時間',
|
||||
'sale_end_time_help' => '此時間之前可以購買,留空不限製',
|
||||
'inventory' => '庫存',
|
||||
'inventory_help' => '留空表示無限',
|
||||
'sale_begin_end_time' => '可購買時間',
|
||||
'users_count' => '已售數量',
|
||||
],
|
||||
'buy_already' => '已經購買',
|
||||
'buy_btn' => '購買',
|
||||
|
||||
Reference in New Issue
Block a user