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

@@ -295,7 +295,8 @@
"done": "Zrobione",
"loading_adventures": "Ładowanie przygód ...",
"name_location": "Nazwa, lokalizacja",
"delete_collection_warning": "Czy na pewno chcesz usunąć tę kolekcję? \nTego działania nie można cofnąć."
"delete_collection_warning": "Czy na pewno chcesz usunąć tę kolekcję? \nTego działania nie można cofnąć.",
"collection_contents": "Zawartość kolekcji"
},
"worldtravel": {
"country_list": "Lista krajów",
@@ -346,7 +347,12 @@
"total_countries": "Kraje ogółem",
"total_regions": "Regiony ogółem",
"all_regions": "Wszystkie regiony",
"cities_in": "Miasta w"
"cities_in": "Miasta w",
"newest_first": "Najnowszy pierwszy",
"oldest_first": "Najstarszy pierwszy",
"unvisited_first": "Najpierw niewidziane",
"visited_first": "Odwiedziłem pierwszy",
"total_items": "Całkowite przedmioty"
},
"auth": {
"username": "Nazwa użytkownika",