24 lines
683 B
JSON
24 lines
683 B
JSON
{
|
|
"account": "Account",
|
|
"addToCart": "Add to cart",
|
|
"addedToCart": "Product added to shopping cart successfully",
|
|
"almostSoldOut": "Almost sold out",
|
|
"available": "items available",
|
|
"categories": "Categories",
|
|
"checkout": "Checkout",
|
|
"close": "Close",
|
|
"contact": "Contact",
|
|
"currentAccount": "Account of current user",
|
|
"freeShipping": "Free shipping for orders over 50 €",
|
|
"inStock": "In stock",
|
|
"logout": "Logout",
|
|
"orders": "Orders",
|
|
"outOfStock": "Out of stock",
|
|
"quantity": "Quantity",
|
|
"rateThisProduct": "Rate this product",
|
|
"ratingFrom": "Rating from",
|
|
"review": "Product review (optional)",
|
|
"search": "Search",
|
|
"submit": "Submit"
|
|
}
|