107 lines
3.3 KiB
JSON
107 lines
3.3 KiB
JSON
{
|
|
"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",
|
|
"resetConfirm": "Really reset the database?"
|
|
},
|
|
"product": {
|
|
"product": "Product",
|
|
"products": "Products",
|
|
"productName": "Product name",
|
|
"brand": "Brand",
|
|
"productPrice": "Unit price",
|
|
"category": "Category",
|
|
"description": "Description",
|
|
"storedItemsAvailable": "{0} items available",
|
|
"soldOut": "Sold Out"
|
|
},
|
|
"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",
|
|
"bankName": "Bank name",
|
|
"iban": "IBAN"
|
|
},
|
|
"account": {
|
|
"backToLogin": "Back to Login",
|
|
"username": "Username",
|
|
"password": "Password",
|
|
"noAccountRegister": "Create new Account!",
|
|
"register": "Create Account",
|
|
"delete": "Delete Account",
|
|
"managingAccount": "Managing Account"
|
|
},
|
|
"bannerMessages": {
|
|
"loginSuccessful": "Login erfolgreich!",
|
|
"wrongLogin": "Falscher Username oder falsches Passwort!",
|
|
"error": "Some error occurred...",
|
|
"databaseResetSuccessful": "Database reset successful!",
|
|
"usernameInUse": "Username always in use!",
|
|
"registerSuccessful": "Account successfully created!",
|
|
"accountUpdated": "Account successfully updated",
|
|
"logoutSuccessful": "Logout successful",
|
|
"categoryCreateSuccessful": "Category created",
|
|
"categoryDeleteSuccessful": "Category deleted",
|
|
"categoryCreateError": "Error on creating category",
|
|
"categoryDeleteError": "Error on deleting category",
|
|
"orderPlaceSuccessfull": "Order successfully placed",
|
|
"productCreateSuccessful": "Product created",
|
|
"productCreateError": "Error on product creation",
|
|
"productDeleteSuccessful": "Product successfully deleted",
|
|
"productDeleteError": "Error on product delete",
|
|
"basketProductAdded": "Add product to basket",
|
|
"basketProductRemoved": "Product removed from basket"
|
|
},
|
|
"oclock": "o'clock",
|
|
"ordering": {
|
|
"ordering": "Finish order"
|
|
},
|
|
"dialog": {
|
|
"cancel": "Cancel",
|
|
"confirm": "Bestätigen",
|
|
"deleteAccount": {
|
|
"title": "Delete account?",
|
|
"description": "Do you really want to delete the account? This can't be undone!"
|
|
},
|
|
"resetConfirm": {
|
|
"title": "Reset database?",
|
|
"description": "Do you really want to reset the server database? This can't be undone!"
|
|
}
|
|
}
|
|
}
|