Files
eventmaster/software/src/locales/en.json
2024-10-12 19:40:12 +02:00

180 lines
6.1 KiB
JSON

{
"allEvents": "All Events",
"allLocations": "All Locations",
"topEvents": "Top Events",
"topLocations": "Top Locations",
"tickets": "Ticket | Tickets",
"concert": "Concert | Concerts",
"resetPreferences": "Reset preferences",
"resetDatabase": "Reset database",
"resetDatabaseConfirm": {
"title": "Reset database?",
"description": "Do you really want to reset the server database? This can't be undone! Progress will not be deleted."
},
"preferences": {
"pageSetup": "Page setup",
"selectedTheme": "Selected theme",
"language": "Language",
"systemSetup": "System setup",
"resetConfirm": "Really reset the database?"
},
"product": {
"product": "Product | Products",
"productName": "Product name",
"brand": "Brand",
"productPrice": "Unit price",
"category": "Category",
"description": "Description",
"storedItemsAvailable": "{0} items available",
"soldOut": "Sold Out",
"discount": "Discount",
"inStock": "In Stock"
},
"offers": "Offers",
"category": "Category | 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",
"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",
"address": "Address | Addresses",
"payment": "Payment | Payments",
"masterData": "Master data",
"noAddresses": "No Addresses found",
"noPayments": "No payments found",
"newPayment": "New Payment",
"email": "E-Mail address"
},
"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",
"takeOrder": "Do order now"
},
"dialog": {
"cancel": "Cancel",
"confirm": "Bestätigen",
"deleteAccount": {
"title": "Delete account?",
"description": "Do you really want to delete the account? This can't be undone!"
}
},
"scoreBoard": {
"exerciseGroup0": "Exercise Group 0: Getting Started",
"exerciseGroup1": "Exercise Group 1: SQL Injections",
"exerciseGroup2": "Exercise Group 2: Broken Access Control",
"exerciseGroup3": "Exercise Group 3: Cross-Site Scripting (XSS)",
"exercise": "Exercise {0}"
},
"serverState": "Server State:",
"required": "Is required",
"noDigitsAllowed": "Digits are not allowed",
"notEnoughChars": "Too short",
"passwordToShort": "Password too short",
"onlyDigitsAllowed": "Only digits are allowed",
"noOrders": "No orders found",
"noOrdersText": "There are no orders with this account until now. Go to the basket page and order something!",
"add": "Add",
"remove": "Remove",
"emailIsNotValid": "E-mail must be valid",
"emailRequired": "E-Mail is required",
"tooMuchChars": "Too long",
"digitsAtStartNeeded": "Has to beginn with a number",
"wrongIban": "Wrong IBAN format, only German IBANs are allowed!",
"save": "Save",
"editProduct": "Edit product",
"brand": "Brand | Brands",
"concerts": {
"location": "Locations"
},
"location": "Location | Locations",
"band": "Band | Bands",
"noEventsFound": "No Events found",
"from": "from",
"soldOut": "Sold Out",
"city": "City",
"seatPlan": "Seat Plan",
"stage": "Stage",
"filtering": "Filtering",
"bandMember": "Band members",
"rating": "Rating | Ratings",
"image": "Image | Images",
"seatSelection": "Select seat",
"loading": "Loading",
"orderSummary": "Order Summary",
"basket": "Basket",
"event": "Event | Events",
"hello": "Hello",
"accountManagement": "Account Management",
"accountManagementDescription": "Contact data, Addresses, Payment methods",
"orders": "Order | Orders",
"ordersDescription": "Overview about all orders",
"onePageBack": "Back to previous page",
"orderedAt": "Ordered at",
"logout": "Logout",
"logoutDescription": "Logout current account",
"login": "Login",
"seatRow": "Seat Row",
"seat": "Seat",
"seatGroup": "Category",
"date": "Date",
"price": "Price",
"standingArea": "Standing Area",
"exerciseGroup": "Exercise group",
"exercise": "Exercise",
"resetProgress": "Reset Exercise Progress",
"youAreHere": "You are here:",
"standingPlaces": "Standing capacity",
"resetExerciseProgressConfirm": {
"title": "Reset Exercise progress?",
"description": "Do you really want to reset the exercise progress? This can't be undone!"
},
"goToTheConcert": "To the concert",
"selectedConcert": "Selected Concert",
"enterSomeKeywords": "Enter keywords to search for bands, events, concerts and locations",
"noBandFound": "No band found",
"noLocationsFound": "No location found",
"allBands": "All Bands",
"allConcerts": "All Concerts"
}