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": "Êtes-vous sûr de vouloir supprimer cette collection? \nCette action ne peut pas être annulée.",
"done": "Fait",
"loading_adventures": "Chargement des aventures ...",
"name_location": "nom, emplacement"
"name_location": "nom, emplacement",
"collection_contents": "Contenu de la collection"
},
"home": {
"desc_1": "Découvrez, planifiez et explorez en toute simplicité",
@@ -371,7 +372,12 @@
"show_map_labels": "Afficher les étiquettes de carte",
"total_cities": "Total des villes",
"total_countries": "Total des pays",
"total_regions": "Régions totales"
"total_regions": "Régions totales",
"newest_first": "Le plus récent premier",
"oldest_first": "Le plus ancien premier",
"unvisited_first": "Sans visité d'abord",
"visited_first": "Visité en premier",
"total_items": "Total des articles"
},
"settings": {
"account_settings": "Paramètres du compte utilisateur",