feat: add CollectionAllView component for unified display of adventures, transportations, lodging, notes, and checklists with filtering and sorting capabilities

i18n: update translations for collection contents and sorting options in multiple languages

refactor: replace individual sections for adventures, transportations, lodging, notes, and checklists in the collection page with the new CollectionAllView component
This commit is contained in:
Sean Morley
2025-06-18 14:05:39 -04:00
parent 7ec4e5d0f5
commit 93a489a778
14 changed files with 698 additions and 118 deletions

View File

@@ -243,7 +243,8 @@
"delete_collection_warning": "Sind Sie sicher, dass Sie diese Sammlung löschen möchten? \nDiese Aktion kann nicht rückgängig gemacht werden.",
"done": "Erledigt",
"loading_adventures": "Ladeabenteuer ...",
"name_location": "Name, Ort"
"name_location": "Name, Ort",
"collection_contents": "Sammelinhalt"
},
"home": {
"desc_1": "Entdecken, planen und erkunden Sie mühelos",
@@ -371,7 +372,12 @@
"show_map_labels": "Kartenbezeichnungen anzeigen",
"total_cities": "Gesamtstädte",
"total_countries": "Gesamtländer",
"total_regions": "Gesamtregionen"
"total_regions": "Gesamtregionen",
"newest_first": "Neuester zuerst",
"oldest_first": "Älteste zuerst",
"unvisited_first": "Zuerst nicht besucht",
"visited_first": "Zuerst besucht",
"total_items": "Gesamtartikel"
},
"settings": {
"account_settings": "Benutzerkonto",