mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-23 18:00:27 +08:00
[improvement] 优化sku报错文案 (#1100)
This commit is contained in:
parent
8aa76eb2cb
commit
9bafa62ba4
@ -80,7 +80,7 @@ export default {
|
||||
},
|
||||
vanSku: {
|
||||
unavailable: 'The product is no longer available for purchase',
|
||||
spec: 'Please select the full specification',
|
||||
spec: 'Please select the goods specification',
|
||||
least: 'Choose at least one',
|
||||
quota: quota => `Buy up to ${quota} items`,
|
||||
inventory: 'Inventory shortage',
|
||||
|
@ -81,7 +81,7 @@ export default {
|
||||
},
|
||||
vanSku: {
|
||||
unavailable: '商品已经无法购买啦',
|
||||
spec: '请选择完整的规格',
|
||||
spec: '请先选择商品规格',
|
||||
least: '至少选择一件',
|
||||
quota: quota => `限购${quota}件`,
|
||||
inventory: '库存不足',
|
||||
|
@ -1,4 +1,4 @@
|
||||
export default {
|
||||
export default {
|
||||
name: '姓名',
|
||||
tel: '聯絡電話',
|
||||
save: '儲存',
|
||||
@ -81,7 +81,7 @@
|
||||
},
|
||||
vanSku: {
|
||||
unavailable: '商品已經無法購買啦',
|
||||
spec: '請選擇完整的規格',
|
||||
spec: '請先選擇商品規格',
|
||||
least: '至少選擇一件',
|
||||
quota: quota => `限購${quota}件`,
|
||||
inventory: '庫存不足',
|
||||
|
Loading…
x
Reference in New Issue
Block a user