ui调整
This commit is contained in:
+13
-4
@@ -405,7 +405,7 @@
|
||||
"subtotalBar": "Subtotal",
|
||||
"subtotalOneLine": "Subtotal: $ {amount}",
|
||||
"subtotalWithPieces": "Items total ({count})",
|
||||
"itemsGoodsTotalWithPrice": "{count} items total $ {amount}",
|
||||
"itemsGoodsTotalWithPrice": "{count} items total ${amount}",
|
||||
"useDiscount": "Discounts",
|
||||
"appointmentDelivery": "Appointment delivery",
|
||||
"appointmentPickup": "Appointment pickup",
|
||||
@@ -449,6 +449,7 @@
|
||||
"deliveryAddress": "Delivery address",
|
||||
"deliveryPhotos": "Delivery of photos",
|
||||
"deliveryTime": "Delivery time",
|
||||
"beforeDeadline": " before",
|
||||
"estimatedDeliveryTime": "Estimated delivery time",
|
||||
"orderInfo": "Ordering Information",
|
||||
"orderNumber": "Order number",
|
||||
@@ -542,6 +543,7 @@
|
||||
"productIntro": "Introduction",
|
||||
"origin": "Origin",
|
||||
"unitQty": "Unit qty.",
|
||||
"category": "Category",
|
||||
"brand": "Brand",
|
||||
"allergen": "Allergen",
|
||||
"weeklySales": "Weekly sales",
|
||||
@@ -550,7 +552,8 @@
|
||||
"dash": "—",
|
||||
"lbUnit": "lb",
|
||||
"hotSalesBadge": "Fresh picks",
|
||||
"stockLabel": "Stock"
|
||||
"stockLabel": "Stock",
|
||||
"loadMoreRecommend": "Load more"
|
||||
},
|
||||
"securityCode": {
|
||||
"cantSee": "Can't see clearly? Change one",
|
||||
@@ -622,14 +625,20 @@
|
||||
"viewStore": "View Store",
|
||||
"localDelivery": "Local delivery",
|
||||
"deliveryUnified": "Orders are delivered by {name}.",
|
||||
"itemsTotalWithPrice": "{count} items total $ {amount}",
|
||||
"itemsTotalWithPrice": "{count} items total ${amount}",
|
||||
"deliveryFeeLine": "Delivery",
|
||||
"serviceFeeLine": "Service fee",
|
||||
"subtotalLine": "Subtotal",
|
||||
"selectAll": "Select all",
|
||||
"forYou": "Recommended for you",
|
||||
"calculating": "Calculating...",
|
||||
"selectItemsHint": "Select items to checkout"
|
||||
"selectItemsHint": "Select items to checkout",
|
||||
"removeCartTitle": "Delete shopping cart?",
|
||||
"removeCartDesc": "Are you sure you want to delete this cart?",
|
||||
"removeProductTitle": "Remove the product?",
|
||||
"removeProductDesc": "Are you sure you want to remove {name} from your shopping cart?",
|
||||
"emptyTitle": "Your cart is empty",
|
||||
"emptyAction": "Explore Restaurants"
|
||||
},
|
||||
"choosePaymethod": {
|
||||
"creditCard": "Credit card payment",
|
||||
|
||||
Reference in New Issue
Block a user