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 @@
"delete_collection_warning": "¿Estás seguro de que quieres eliminar esta colección? \nEsta acción no se puede deshacer.",
"done": "Hecho",
"loading_adventures": "Cargando aventuras ...",
"name_location": "Nombre, ubicación"
"name_location": "Nombre, ubicación",
"collection_contents": "Contenido de la colección"
},
"worldtravel": {
"all": "Todo",
@@ -346,7 +347,12 @@
"show_map_labels": "Mostrar etiquetas de mapa",
"total_regions": "Total de regiones",
"region_completed": "Región completada",
"total_cities": "Ciudades totales"
"total_cities": "Ciudades totales",
"newest_first": "El primero primero",
"oldest_first": "El más antiguo primero",
"unvisited_first": "Primero no visitado",
"visited_first": "Visitado primero",
"total_items": "Total de artículos"
},
"auth": {
"forgot_password": "¿Has olvidado tu contraseña?",