mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-28 06: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',
|
||||
|
||||
Reference in New Issue
Block a user