@apicart/web-components-localization
Version:
Apicart localization files for all web components.
126 lines (125 loc) • 3.59 kB
JSON
{
"category": {
"id": "category",
"showCategories": "Show categories"
},
"checkout": {
"title": "Checkout",
"validation": {
"title": "Please correct the following error(s):",
"emptyCart": "Your cart is empty. You cannot create an order without adding any products.",
"missingPaymentMethod": "You must select payment method.",
"missingShippingMethod": "You must select shipping method."
},
"steps": {
"continueShopping": "Continue shopping",
"cartOverview": "Cart overview",
"paymentAndDelivery": "Payment & Delivery",
"contactInformation": "Contact information",
"finishOrder": "Finish order"
},
"summary": {
"title": "Order summary",
"paymentMethod": "Payment method",
"paymentMethodNotSelected": "Not selected",
"shippingMethod": "Shipping method",
"shippingMethodNotSelected": "Not selected",
"taxBase": "Tax base",
"vat": "Vat",
"totalPrice": "Total price"
},
"cartOverview": {
"id": "cart-overview",
"title": "Cart Overview",
"taxBase": "Tax Base",
"vat": "Vat",
"totalPrice": "Total Price",
"emptyCart": "Your cart is empty."
},
"contactInformationForm": {
"id": "contact-information",
"billing": {
"id": "billing-information",
"title": "Billing Information",
"email": "E-mail",
"firstName": "Name",
"lastName": "Surname",
"town": "Town",
"zip": "Zip",
"streetAndNumber": "Street and number"
},
"shipping": {
"id": "shipping-information",
"title": "Shipping Information",
"email": "E-mail",
"firstName": "Name",
"lastName": "Surname",
"company": "Company",
"town": "Town",
"zip": "Zip",
"streetAndNumber": "Street and number"
},
"validation": {
"requiredFields": "You must fill all contact information fields with the star (*) symbol."
},
"fillShippingInfoButton": "Fill shipping info",
"requiredFields": "Fields with <strong>*</strong> are required",
"finishOrderButton": "Finish order"
}
},
"buyButton": "Add to cart",
"cartDialog": {
"id": "cart-dialog",
"title": "Cart updated"
},
"cartDropdown": {
"id": "cart-dropdown",
"emptyCart": "Your cart is empty.",
"toggleButton": "Cart",
"itemsCount": "Items count",
"totalPrice": "Total price",
"button": "Finish order"
},
"dialog": {
"okButton": "Ok"
},
"loader": {
"loading": "Loading..."
},
"orderDialog": {
"id": "order-dialog",
"order": {
"success": {
"title": "Order successfully created!",
"text": "Your order with variable symbol <strong>{variableSymbol}</strong> and total price <strong>{totalPrice}</strong> has been successfully created.<br>Check your e-mail for recapitulation."
},
"error": {
"title": "Something terribly wrong happened",
"text": "We are sorry but your order could not be created.<br>Please contact us."
}
},
"payment": {
"success": {
"title": "Payment successful!",
"text": "Your payment for an order with variable symbol <strong>{variableSymbol}</strong> with total amount of <strong>{totalPrice}</strong> was successfully made."
},
"error": {
"title": "An error occured during payment",
"text": "Your payment was not made because an error occurred. Please contact us.<br>Error message \"{error}\"."
}
},
"closeButton": {
"ok": "Ok",
"close": "Close",
"pay": "Go to payment"
}
},
"paymentMethodsList": {
"id": "payment-methods",
"methodsNotFound": "No payment methods found."
},
"shippingMethodsList": {
"id": "shipping-methods",
"methodsNotFound": "No shipping methods found."
}
}