commerce/messages/en.json
2025-01-19 15:39:18 +01:00

44 lines
919 B
JSON

{
"HomePage": {
"helpIA": "Buy with IA help",
"topProducts": "Top products",
"latestPosts": "Latest posts",
"viewAll": "View all"
},
"ProductPage": {
"buy": "Buy",
"addToCart": "Add to cart",
"description": "Description",
"specifications": "Specifications",
"reviews": "Reviews",
"variants": {
"color": "Color",
"size": "Size"
}
},
"ProfilePage": {
"area": "Personal Area",
"orders": "Orders",
"preferences": "Preferences",
"user": {
"hi": "Hi"
}
},
"Cart": {
"title": "Cart",
"empty": "Cart is empty",
"total": "Total",
"shipping": "Shipping",
"checkout": "Checkout"
},
"Checkout": {
"title": "Checkout",
"shipping": "Shipping",
"billing": "Billing",
"billingCheckbox": "Do you need an invoice?",
"payment": "Payment",
"confirm": "Confirm order",
"total": "Total"
}
}