78 lines
2.2 KiB
JSON
78 lines
2.2 KiB
JSON
{
|
|
"title": "Cart",
|
|
"description": "View your cart",
|
|
"emptyCartMessage": "Your cart is empty",
|
|
"emptyCartMessageDescription": "Add items to your cart to continue.",
|
|
"subtotal": "Subtotal",
|
|
"total": "Total",
|
|
"promotionsTotal": "Promotions total",
|
|
"table": {
|
|
"item": "Item",
|
|
"quantity": "Quantity",
|
|
"price": "Price",
|
|
"total": "Total"
|
|
},
|
|
"checkout": {
|
|
"goToCheckout": "Go to checkout",
|
|
"goToDashboard": "Continue",
|
|
"error": {
|
|
"title": "Something went wrong",
|
|
"description": "Please try again later."
|
|
},
|
|
"timeLeft": "Time left {{timeLeft}}",
|
|
"timeoutTitle": "Reservation expired",
|
|
"timeoutDescription": "Reservation for {{productTitle}} in shopping cart has expired.",
|
|
"timeoutAction": "Continue"
|
|
},
|
|
"discountCode": {
|
|
"title": "Gift card or promotion code",
|
|
"label": "Add Promotion Code(s)",
|
|
"apply": "Apply",
|
|
"subtitle": "If you wish, you can add a promotion code",
|
|
"placeholder": "Enter promotion code",
|
|
"remove": "Remove promotion code",
|
|
"appliedCodes": "Promotion(s) applied:"
|
|
},
|
|
"items": {
|
|
"synlabAnalyses": {
|
|
"productColumnLabel": "Analysis name"
|
|
},
|
|
"ttoServices": {
|
|
"productColumnLabel": "Service name"
|
|
},
|
|
"delete": {
|
|
"success": "Item removed from cart",
|
|
"loading": "Removing item from cart",
|
|
"error": "Failed to remove item from cart"
|
|
},
|
|
"analysisLocation": {
|
|
"success": "Location updated",
|
|
"loading": "Updating location",
|
|
"error": "Failed to update location"
|
|
}
|
|
},
|
|
"order": {
|
|
"title": "Order"
|
|
},
|
|
"orderConfirmed": {
|
|
"title": "Order confirmed",
|
|
"summary": "Summary",
|
|
"subtotal": "Subtotal",
|
|
"taxes": "Taxes",
|
|
"giftCard": "Gift card",
|
|
"total": "Total",
|
|
"orderDate": "Order date",
|
|
"orderNumber": "Order number",
|
|
"orderStatus": "Order status",
|
|
"paymentStatus": "Payment status"
|
|
},
|
|
"montonioCallback": {
|
|
"title": "Montonio checkout",
|
|
"description": "Please wait while we process your payment."
|
|
},
|
|
"locations": {
|
|
"title": "Location for analysis",
|
|
"description": "If you are unable to go to the lab to collect the sample, you can go to any other suitable collection point.",
|
|
"locationSelect": "Select location"
|
|
}
|
|
} |