Creating admin pages, new brand API endpoint

This commit is contained in:
2024-09-25 15:42:05 +02:00
parent 6dd49f630d
commit 0856540441
28 changed files with 417 additions and 76 deletions

View File

@@ -10,7 +10,14 @@
"helpInstructions": "Hilfestellung",
"preferences": "Einstellungen",
"logout": "Ausloggen",
"scoreBoard": "Score Board"
"scoreBoard": "Score Board",
"admin": {
"admin": "Administration",
"dashboard": "Dashboard",
"categories": "Kategorien",
"products": "Produkte",
"accounts": "Accounts"
}
},
"preferences": {
"pageSetup": "Seiteneinstellungen",
@@ -29,10 +36,12 @@
"category": "Kategorie",
"description": "Beschreibung",
"storedItemsAvailable": "{0} verfügbar",
"soldOut": "Ausverkauft"
"soldOut": "Ausverkauft",
"discount": "Rabatt",
"inStock": "Warenbestand"
},
"offers": "Angebote",
"categories": "Kategorien",
"category": "Kategorie | Kategorien",
"sortBy": "Sortieren nach",
"quantity": "Anzahl",
"addToBasket": "Zum Warenkorb hinzufügen",
@@ -133,5 +142,8 @@
"emailRequired": "E-Mail-Adresse benötigt",
"tooMuchChars": "Zu lang",
"digitsAtStartNeeded": "Muss mit einer Zahl beginnen",
"wrongIban": "Falsches IBAN Format, nur deutsche IBAN-Nummern erlaubt!"
"wrongIban": "Falsches IBAN Format, nur deutsche IBAN-Nummern erlaubt!",
"save": "Speichern",
"editProduct": "Produkt bearbeiten",
"brand": "Marke | Marken"
}

View File

@@ -10,7 +10,14 @@
"helpInstructions": "Help instructions",
"preferences": "Preferences",
"logout": "Logout",
"scoreBoard": "Score Board"
"scoreBoard": "Score Board",
"admin": {
"admin": "Administration",
"dashboard": "Dashboard",
"categories": "Categories",
"products": "Products",
"accounts": "Accounts"
}
},
"preferences": {
"pageSetup": "Page setup",
@@ -29,10 +36,12 @@
"category": "Category",
"description": "Description",
"storedItemsAvailable": "{0} items available",
"soldOut": "Sold Out"
"soldOut": "Sold Out",
"discount": "Discount",
"inStock": "In Stock"
},
"offers": "Offers",
"categories": "Categories",
"category": "Category | Categories",
"sortBy": "Sort by",
"quantity": "Quantity",
"addToBasket": "Add to basket",
@@ -133,5 +142,8 @@
"emailRequired": "E-Mail is required",
"tooMuchChars": "Too long",
"digitsAtStartNeeded": "Has to beginn with a number",
"wrongIban": "Wrong IBAN format, only German IBANs are allowed!"
"wrongIban": "Wrong IBAN format, only German IBANs are allowed!",
"save": "Save",
"editProduct": "Edit product",
"brand": "Brand | Brands"
}