schon/storefront/i18n/locales/en-gb.json

135 lines
No EOL
3.5 KiB
JSON

{
"buttons": {
"login": "Login",
"register": "Register",
"addToCart": "Add To Cart",
"send": "Send",
"goEmail": "Take me to my inbox",
"logout": "Log Out",
"buy": "Buy Now",
"save": "Save",
"sendLink": "Send link",
"topUp": "Top up"
},
"errors": {
"required": "This field is required!",
"mail": "Email must be valid!",
"compare": "Passwords don't match!",
"needLower": "Please include lowercase letter.",
"needUpper": "Please include uppercase letter.",
"needNumber": "Please include number.",
"needMin": "Min. 8 characters",
"needSpecial": "Please include a special character: #.?!$%^&*'()_+=:;\"'/>.<,|\\-",
"pageNotFound": "Page not found"
},
"fields": {
"search": "Search",
"name": "Name",
"firstName": "First name",
"lastName": "Last name",
"phoneNumber": "Phone number",
"email": "Email",
"subject": "Subject",
"message": "Your message",
"password": "Password",
"newPassword": "New password",
"confirmPassword": "Confirm password",
"confirmNewPassword": "Confirm new password"
},
"checkboxes": {
"remember": "Remember me"
},
"popup": {
"errors": {
"main": "Error!",
"defaultError": "Something went wrong..",
"noDataToUpdate": "There is no data to update."
},
"success": {
"login": "Sign in successes",
"register": "Account successfully created. Please confirm your Email before Sign In!",
"confirmEmail": "Verification E-mail link successfully sent!",
"reset": "If specified email exists in our system, we will send a password recovery email!",
"newPassword": "You have successfully changed your password!",
"contactUs": "Your message was sent successfully!"
},
"addToCart": "{product} has been added to the cart!",
"addToCartLimit": "Total quantity limit is {quantity}!",
"failAdd": "Please log in to make a purchase",
"activationSuccess": "E-mail successfully verified. Please Sign In!",
"successUpdate": "Profile successfully updated!",
"payment": "Your purchase is being processed! Please stand by",
"successCheckout": "Order purchase successful!",
"addToWishlist": "{product} has been added to the wishlist!"
},
"header": {
"actions": {
"wishlist": "Wishlist",
"cart": "Cart",
"login": "Login",
"profile": "Profile"
},
"search": {
"empty": "Nothing found"
},
"catalog": {
"title": "Catalog"
}
},
"footer": {
"address": "Address: ",
"email": "Email: ",
"phone": "Phone: "
},
"home": {
"collection": {
"title": "Our collection",
"newTag": "New",
"cheapTag": "Low-budget"
}
},
"forms": {
"login": {
"title": "Login",
"forgot": "Forgot password?",
"register": "Don't have an account?"
},
"register": {
"title": "Register",
"login": "Do you have an account?"
},
"reset": {
"title": "Reset password"
},
"newPassword": {
"title": "New password"
}
},
"cards": {
"product": {
"stock": "In stock: "
}
},
"breadcrumbs": {
"home": "Home",
"catalog": "Catalog"
},
"contact": {
"title": "Contact us"
},
"store": {
"sorting": "Sort by:",
"filters": {
"title": "Filters",
"apply": "Apply",
"reset": "Reset"
}
},
"search": {
"products": "Products",
"categories": "Categories",
"brands": "Brands",
"byRequest": "by request"
}
}