medal add sale_begin_time + sale_end_time + inventory

This commit is contained in:
xiaomlove
2023-01-25 20:22:32 +08:00
parent 3762c15dc7
commit 1ca8502b91
13 changed files with 149 additions and 11 deletions
+11
View File
@@ -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' => '库存不足',
];