Setting fo ri18n-ally, progress stepper on order page

This commit is contained in:
2024-09-12 18:38:56 +02:00
parent 8594763fa6
commit 39ce77ea63
12 changed files with 94 additions and 25 deletions

View File

@@ -0,0 +1,68 @@
{
"menu": {
"shopping": "Shopping",
"products": "Products",
"basket": "Basket",
"login": "Login",
"account": "Account",
"orders": "Orders",
"systemAndHelp": "System & Help",
"helpInstructions": "Help instructions",
"preferences": "Preferences",
"logout": "Logout"
},
"preferences": {
"pageSetup": "Page setup",
"selectedTheme": "Selected theme",
"language": "Language",
"systemSetup": "System setup",
"resetDatabase": "Reset database",
"resetPreferences": "Reset preferences"
},
"product": {
"product": "Product",
"products": "Products",
"productName": "Product name",
"brand": "Brand",
"productPrice": "Unit price",
"category": "Category"
},
"offers": "Offers",
"categories": "Categories",
"sortBy": "Sort by",
"quantity": "Quantity",
"addToBasket": "Add to basket",
"emptyBasketTitle": "The basket is empty...",
"emptyBasketText": "Go to our products and add some of them to the basket",
"totalPrice": "Total price",
"orderNow": "Order now",
"orders": {
"orderFrom": "Order from",
"ordered": "Ordered",
"preparingForShipping": "Preparing for shipping",
"shipped": "Shipped",
"delivered": "Delivered"
},
"userInfo": {
"firstName": "First Name",
"lastName": "Family Name",
"street": "Street",
"houseNumber": "House Number",
"postalCode": "Postal Code",
"city": "City"
},
"account": {
"backToLogin": "Back to Login",
"username": "Username",
"password": "Password",
"noAccountRegister": "Create new Account!",
"register": "Create Account"
},
"bannerMessages": {
"loginSuccessful": "Login erfolgreich!",
"wrongLogin": "Falscher Username oder falsches Passwort!",
"error": "Some error occurred...",
"databaseResetSuccessful": "Database reset successful!"
},
"oclock": "o'clock"
}