|
| 1 | +{ |
| 2 | + "checkout": "Checkout", |
| 3 | + "backToCart": "Back to My Cart", |
| 4 | + "back": "Back", |
| 5 | + "placeOrder": "Place order and pay", |
| 6 | + "termsInfo": "By placing my order, you agree to our <1>Terms and Conditions</1> and our <3>Privacy Policy</3>", |
| 7 | + "tomorrow": "Tomorrow", |
| 8 | + "contactInfo": { |
| 9 | + "heading": "Contact Information", |
| 10 | + "description": "Add your email and phone number to communicate with the store.", |
| 11 | + "add": "Add contact information", |
| 12 | + "email": "Email", |
| 13 | + "phone": "Phone number", |
| 14 | + "phonePlaceholder": "eg. 123 456 7890", |
| 15 | + "clearAll": "Clear all", |
| 16 | + "save": "Save", |
| 17 | + "edit": "Edit" |
| 18 | + }, |
| 19 | + "checkoutPayment": { |
| 20 | + "heading": "Payment method", |
| 21 | + "comingSoon": "Coming soon", |
| 22 | + "cash": "Cash on delivery", |
| 23 | + "creditCard": "Credit Card", |
| 24 | + "paypalIconAlt": "Paypal Icon", |
| 25 | + "applePayIconAlt": "Apple Pay Icon", |
| 26 | + "googlePayIconAlt": "Google Pay icon" |
| 27 | + }, |
| 28 | + "shippingMethod": { |
| 29 | + "heading": "Shipping details", |
| 30 | + "description": "Not available until a shipping address is provided." |
| 31 | + }, |
| 32 | + "validation": { |
| 33 | + "heading": "To complete order:", |
| 34 | + "missingBillingAddress": "add billing address", |
| 35 | + "missingShippingAddress": "add shipping address", |
| 36 | + "missingEmail": "add customer email", |
| 37 | + "missingShippingDetails": "add shipping details", |
| 38 | + "missingPaymentMethod": "choose payment method" |
| 39 | + } |
| 40 | +} |
0 commit comments