Filterable tours

This commit is contained in:
2024-09-29 14:28:29 +02:00
parent 0616409f14
commit a6ca7eedde
36 changed files with 265 additions and 114 deletions

View File

@@ -11,17 +11,9 @@
"topBands": "Top Bands",
"topLocations": "Top Veranstaltungsorte"
},
"tours": {
"concert": "Konzert | Konzerte"
},
"preferences": {
"pageSetup": "Seiteneinstellungen",
"selectedTheme": "Ausgewähltes Theme",
@@ -148,5 +140,8 @@
"wrongIban": "Falsches IBAN Format, nur deutsche IBAN-Nummern erlaubt!",
"save": "Speichern",
"editProduct": "Produkt bearbeiten",
"brand": "Marke | Marken"
"brand": "Marke | Marken",
"concerts": {
"location": "Veranstaltungsort"
}
}

View File

@@ -11,18 +11,9 @@
"topBands": "Top Bands",
"topLocations": "Top Locations"
},
"tours": {
"concert": "Concert | Concerts"
},
"preferences": {
"pageSetup": "Page setup",
"selectedTheme": "Selected theme",
@@ -149,5 +140,8 @@
"wrongIban": "Wrong IBAN format, only German IBANs are allowed!",
"save": "Save",
"editProduct": "Edit product",
"brand": "Brand | Brands"
"brand": "Brand | Brands",
"concerts": {
"location": "Locations"
}
}