1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-23 18:00:27 +08:00

[improvement] 优化sku报错文案 ()

This commit is contained in:
wny 2018-05-18 15:39:52 +08:00 committed by GitHub
parent 8aa76eb2cb
commit 9bafa62ba4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions
packages/locale/lang

@ -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: '庫存不足',