ui调整
This commit is contained in:
+13
-4
@@ -405,7 +405,7 @@
|
||||
"subtotalBar": "小计",
|
||||
"subtotalOneLine": "小计: $ {amount}",
|
||||
"subtotalWithPieces": "总计({count}件)",
|
||||
"itemsGoodsTotalWithPrice": "{count}件商品总共 $ {amount}",
|
||||
"itemsGoodsTotalWithPrice": "{count}件商品总共${amount}",
|
||||
"useDiscount": "使用优惠",
|
||||
"appointmentDelivery": "预约配送",
|
||||
"appointmentPickup": "预约自取",
|
||||
@@ -449,6 +449,7 @@
|
||||
"deliveryAddress": "配送地址",
|
||||
"deliveryPhotos": "送达照片",
|
||||
"deliveryTime": "送达时间",
|
||||
"beforeDeadline": "前",
|
||||
"estimatedDeliveryTime": "预计送达时间",
|
||||
"orderInfo": "订单信息",
|
||||
"orderNumber": "订单号",
|
||||
@@ -542,6 +543,7 @@
|
||||
"productIntro": "产品简介",
|
||||
"origin": "产地",
|
||||
"unitQty": "单位数量",
|
||||
"category": "分类",
|
||||
"brand": "品牌",
|
||||
"allergen": "过敏源",
|
||||
"weeklySales": "周销量",
|
||||
@@ -550,7 +552,8 @@
|
||||
"dash": "—",
|
||||
"lbUnit": "磅",
|
||||
"hotSalesBadge": "生鲜热销榜",
|
||||
"stockLabel": "库存"
|
||||
"stockLabel": "库存",
|
||||
"loadMoreRecommend": "加载更多"
|
||||
},
|
||||
"securityCode": {
|
||||
"cantSee": "看不清?换一张",
|
||||
@@ -622,14 +625,20 @@
|
||||
"viewStore": "查看店铺",
|
||||
"localDelivery": "本地配送",
|
||||
"deliveryUnified": "商品将由 {name} 统一配送!",
|
||||
"itemsTotalWithPrice": "{count}件商品总共 $ {amount}",
|
||||
"itemsTotalWithPrice": "{count}件商品总共${amount}",
|
||||
"deliveryFeeLine": "运费",
|
||||
"serviceFeeLine": "服务费",
|
||||
"subtotalLine": "小计",
|
||||
"selectAll": "全选",
|
||||
"forYou": "为您推荐",
|
||||
"calculating": "计算中...",
|
||||
"selectItemsHint": "请选择要结算的商品"
|
||||
"selectItemsHint": "请选择要结算的商品",
|
||||
"removeCartTitle": "删除购物车?",
|
||||
"removeCartDesc": "确定要删除该店铺购物车吗?",
|
||||
"removeProductTitle": "移除商品?",
|
||||
"removeProductDesc": "确定要将 {name} 从购物车中移除吗?",
|
||||
"emptyTitle": "购物车为空",
|
||||
"emptyAction": "去逛逛餐厅"
|
||||
},
|
||||
"choosePaymethod": {
|
||||
"creditCard": "信用卡支付",
|
||||
|
||||
Reference in New Issue
Block a user