localization v2
This commit is contained in:
93
frontend/src/locales/de.json
Normal file
93
frontend/src/locales/de.json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"about": {
|
||||
"about": "Um",
|
||||
"close": "Schließen",
|
||||
"license": "Lizenziert unter der GPL-3.0-Lizenz.",
|
||||
"message": "Hergestellt mit ❤️ in den Vereinigten Staaten.",
|
||||
"nominatim_1": "Standortsuche und Geokodierung werden bereitgestellt von",
|
||||
"nominatim_2": "Ihre Daten werden unter der ODbL-Lizenz lizenziert.",
|
||||
"oss_attributions": "Open-Source-Zuschreibungen",
|
||||
"other_attributions": "Weitere Hinweise finden Sie in der README-Datei.",
|
||||
"source_code": "Quellcode"
|
||||
},
|
||||
"adventures": {
|
||||
"activities": {
|
||||
"activity": "Aktivität 🏄",
|
||||
"art_museums": "Kunst",
|
||||
"attraction": "Attraktion 🎢",
|
||||
"culture": "Kultur 🎭",
|
||||
"dining": "Essen 🍽️",
|
||||
"event": "Veranstaltung 🎉",
|
||||
"festivals": "Feste 🎪",
|
||||
"fitness": "Fitness 🏋️",
|
||||
"general": "Allgemein 🌍",
|
||||
"hiking": "Wandern 🥾",
|
||||
"historical_sites": "Historische Stätten 🏛️",
|
||||
"lodging": "Unterkunft 🛌",
|
||||
"music_concerts": "Musik",
|
||||
"nightlife": "Nachtleben 🌃",
|
||||
"other": "Andere",
|
||||
"outdoor": "Draußen 🏞️",
|
||||
"shopping": "Einkaufen 🛍️",
|
||||
"spiritual_journeys": "Spirituelle Reisen 🧘♀️",
|
||||
"transportation": "Transport 🚗",
|
||||
"volunteer_work": "Freiwilligenarbeit 🤝",
|
||||
"water_sports": "Wassersport 🚤",
|
||||
"wildlife": "Wildtiere 🦒"
|
||||
},
|
||||
"add_to_collection": "Zur Sammlung hinzufügen",
|
||||
"adventure_delete_confirm": "Sind Sie sicher, dass Sie dieses Abenteuer löschen möchten? \nDiese Aktion kann nicht rückgängig gemacht werden.",
|
||||
"collection_link_error": "Fehler beim Verknüpfen des Abenteuers mit der Sammlung",
|
||||
"collection_link_success": "Abenteuer erfolgreich mit Sammlung verknüpft!",
|
||||
"collection_remove_error": "Beim Entfernen des Abenteuers aus der Sammlung ist ein Fehler aufgetreten",
|
||||
"collection_remove_success": "Abenteuer erfolgreich aus der Sammlung entfernt!",
|
||||
"delete": "Löschen",
|
||||
"edit_adventure": "Abenteuer bearbeiten",
|
||||
"no_image_found": "Kein Bild gefunden",
|
||||
"open_details": "Details öffnen",
|
||||
"remove_from_collection": "Aus der Sammlung entfernen"
|
||||
},
|
||||
"home": {
|
||||
"desc_1": "Entdecken, planen und erkunden Sie mit Leichtigkeit",
|
||||
"desc_2": "AdventureLog wurde entwickelt, um Ihre Reise zu vereinfachen und Ihnen die Tools und Ressourcen zur Verfügung zu stellen, mit denen Sie Ihr nächstes unvergessliches Abenteuer planen, packen und navigieren können.",
|
||||
"feature_1": "Reisetagebuch",
|
||||
"feature_1_desc": "Behalten Sie den Überblick über Ihre Abenteuer mit einem personalisierten Reisetagebuch und teilen Sie Ihre Erlebnisse mit Freunden und Familie.",
|
||||
"feature_2": "Reiseplanung",
|
||||
"feature_3": "Reisekarte",
|
||||
"feature_3_desc": "Sehen Sie sich Ihre Reisen rund um die Welt mit einer interaktiven Karte an und erkunden Sie neue Reiseziele.",
|
||||
"go_to": "Gehen Sie zu AdventureLog",
|
||||
"hero_1": "Entdecken Sie die aufregendsten Abenteuer der Welt",
|
||||
"hero_2": "Entdecken und planen Sie Ihr nächstes Abenteuer mit AdventureLog. \nEntdecken Sie atemberaubende Reiseziele, erstellen Sie individuelle Reiserouten und bleiben Sie unterwegs in Verbindung.",
|
||||
"key_features": "Hauptmerkmale"
|
||||
},
|
||||
"navbar": {
|
||||
"about": "Über AdventureLog",
|
||||
"adventures": "Abenteuer",
|
||||
"collections": "Sammlungen",
|
||||
"discord": "Zwietracht",
|
||||
"documentation": "Dokumentation",
|
||||
"greeting": "Hallo",
|
||||
"login": "Login",
|
||||
"logout": "Abmelden",
|
||||
"map": "Karte",
|
||||
"my_activities": "Meine Aktivitäten",
|
||||
"my_adventures": "Meine Abenteuer",
|
||||
"profile": "Profil",
|
||||
"search": "Suchen",
|
||||
"settings": "Einstellungen",
|
||||
"shared_with_me": "Mit mir geteilt",
|
||||
"signup": "Melden Sie sich an",
|
||||
"theme_selection": "Themenauswahl",
|
||||
"themes": {
|
||||
"aestetic-dark": "Ästhetisches Dunkel",
|
||||
"aestetic-light": "Ästhetisches Licht",
|
||||
"aqua": "Aqua",
|
||||
"dark": "Dunkel",
|
||||
"forest": "Wald",
|
||||
"light": "Licht",
|
||||
"night": "Nacht"
|
||||
},
|
||||
"users": "Benutzer",
|
||||
"worldtravel": "Weltreisen"
|
||||
}
|
||||
}
|
||||
@@ -14,7 +14,20 @@
|
||||
"my_activities": "My Activities",
|
||||
"shared_with_me": "Shared With Me",
|
||||
"settings": "Settings",
|
||||
"logout": "Logout"
|
||||
"logout": "Logout",
|
||||
"about": "About AdventureLog",
|
||||
"documentation": "Documentation",
|
||||
"discord": "Discord",
|
||||
"theme_selection": "Theme Selection",
|
||||
"themes": {
|
||||
"light": "Light",
|
||||
"dark": "Dark",
|
||||
"night": "Night",
|
||||
"forest": "Forest",
|
||||
"aestetic-dark": "Aestetic Dark",
|
||||
"aestetic-light": "Aestetic Light",
|
||||
"aqua": "Aqua"
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"about": "About",
|
||||
@@ -40,5 +53,42 @@
|
||||
"feature_2_desc": "Easily create custom itineraries and get a day-by-day breakdown of your trip.",
|
||||
"feature_3": "Travel Map",
|
||||
"feature_3_desc": "View your travels throughout the world with an interactive map and explore new destinations."
|
||||
},
|
||||
"adventures": {
|
||||
"collection_remove_success": "Adventure removed from collection successfully!",
|
||||
"collection_remove_error": "Error removing adventure from collection",
|
||||
"collection_link_success": "Adventure linked to collection successfully!",
|
||||
"no_image_found": "No image found",
|
||||
"collection_link_error": "Error linking adventure to collection",
|
||||
"adventure_delete_confirm": "Are you sure you want to delete this adventure? This action cannot be undone.",
|
||||
"open_details": "Open Details",
|
||||
"edit_adventure": "Edit Adventure",
|
||||
"remove_from_collection": "Remove from Collection",
|
||||
"add_to_collection": "Add to Collection",
|
||||
"delete": "Delete",
|
||||
"activities": {
|
||||
"general": "General 🌍",
|
||||
"outdoor": "Outdoor 🏞️",
|
||||
"lodging": "Lodging 🛌",
|
||||
"dining": "Dining 🍽️",
|
||||
"activity": "Activity 🏄",
|
||||
"attraction": "Attraction 🎢",
|
||||
"shopping": "Shopping 🛍️",
|
||||
"nightlife": "Nightlife 🌃",
|
||||
"event": "Event 🎉",
|
||||
"transportation": "Transportation 🚗",
|
||||
"culture": "Culture 🎭",
|
||||
"water_sports": "Water Sports 🚤",
|
||||
"hiking": "Hiking 🥾",
|
||||
"wildlife": "Wildlife 🦒",
|
||||
"historical_sites": "Historical Sites 🏛️",
|
||||
"music_concerts": "Music & Concerts 🎶",
|
||||
"fitness": "Fitness 🏋️",
|
||||
"art_museums": "Art & Museums 🎨",
|
||||
"festivals": "Festivals 🎪",
|
||||
"spiritual_journeys": "Spiritual Journeys 🧘♀️",
|
||||
"volunteer_work": "Volunteer Work 🤝",
|
||||
"other": "Other"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,12 +2,32 @@
|
||||
"navbar": {
|
||||
"adventures": "Aventuras",
|
||||
"collections": "Colecciones",
|
||||
"worldtravel": "Viaje Mundial",
|
||||
"worldtravel": "Viajar por el Mundo",
|
||||
"map": "Mapa",
|
||||
"users": "Usuarios",
|
||||
"login": "Iniciar sesión",
|
||||
"login": "Iniciar Sesión",
|
||||
"signup": "Registrarse",
|
||||
"search": "Buscar"
|
||||
"search": "Buscar",
|
||||
"profile": "Perfil",
|
||||
"greeting": "Hola",
|
||||
"my_adventures": "Mis Aventuras",
|
||||
"my_activities": "Mis Actividades",
|
||||
"shared_with_me": "Compartido Conmigo",
|
||||
"settings": "Configuraciones",
|
||||
"logout": "Cerrar Sesión",
|
||||
"about": "Acerca de AdventureLog",
|
||||
"documentation": "Documentación",
|
||||
"discord": "Discord",
|
||||
"theme_selection": "Selección de Tema",
|
||||
"themes": {
|
||||
"light": "Claro",
|
||||
"dark": "Oscuro",
|
||||
"night": "Noche",
|
||||
"forest": "Bosque",
|
||||
"aestetic-dark": "Estético Oscuro",
|
||||
"aestetic-light": "Estético Claro",
|
||||
"aqua": "Aqua"
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"about": "Acerca de",
|
||||
@@ -15,23 +35,60 @@
|
||||
"source_code": "Código Fuente",
|
||||
"message": "Hecho con ❤️ en los Estados Unidos.",
|
||||
"oss_attributions": "Atribuciones de Código Abierto",
|
||||
"nominatim_1": "La búsqueda de ubicación y la geocodificación son proporcionadas por",
|
||||
"nominatim_1": "La búsqueda de ubicaciones y geocodificación es proporcionada por",
|
||||
"nominatim_2": "Sus datos están licenciados bajo la licencia ODbL.",
|
||||
"other_attributions": "Atribuciones adicionales se pueden encontrar en el archivo README.",
|
||||
"close": "Cerrar"
|
||||
},
|
||||
"home": {
|
||||
"hero_1": "Descubre las Aventuras Más Emocionantes del Mundo",
|
||||
"hero_2": "Descubre y planifica tu próxima aventura con AdventureLog. Explora destinos impresionantes, crea itinerarios personalizados y mantente conectado sobre la marcha.",
|
||||
"hero_2": "Descubre y planifica tu próxima aventura con AdventureLog. Explora destinos impresionantes, crea itinerarios personalizados y mantente conectado en todo momento.",
|
||||
"go_to": "Ir a AdventureLog",
|
||||
"key_features": "Características Clave",
|
||||
"desc_1": "Descubre, Planifica y Explora con Facilidad",
|
||||
"desc_2": "AdventureLog está diseñado para simplificar tu viaje, proporcionándote las herramientas y recursos para planificar, empacar y navegar tu próxima aventura inolvidable.",
|
||||
"feature_1": "Diario de Viajes",
|
||||
"feature_1_desc": "Lleva un registro de tus aventuras con un diario de viajes personalizado y comparte tus experiencias con amigos y familiares.",
|
||||
"desc_1": "Descubre, Planifica y Explora Fácilmente",
|
||||
"desc_2": "AdventureLog está diseñado para simplificar tu viaje, brindándote las herramientas y recursos para planificar, empacar y navegar tu próxima aventura inolvidable.",
|
||||
"feature_1": "Registro de Viajes",
|
||||
"feature_1_desc": "Mantén un registro de tus aventuras con un diario de viaje personalizado y comparte tus experiencias con amigos y familiares.",
|
||||
"feature_2": "Planificación de Viajes",
|
||||
"feature_2_desc": "Crea fácilmente itinerarios personalizados y obtén un desglose diario de tu viaje.",
|
||||
"feature_3": "Mapa de Viajes",
|
||||
"feature_3_desc": "Ve tus viajes por todo el mundo con un mapa interactivo y explora nuevos destinos."
|
||||
"feature_3": "Mapa de Viaje",
|
||||
"feature_3_desc": "Visualiza tus viajes por el mundo con un mapa interactivo y explora nuevos destinos."
|
||||
},
|
||||
"adventures": {
|
||||
"collection_remove_success": "¡Aventura eliminada de la colección con éxito!",
|
||||
"collection_remove_error": "Error al eliminar la aventura de la colección",
|
||||
"collection_link_success": "¡Aventura vinculada a la colección con éxito!",
|
||||
"collection_link_error": "Error al vincular la aventura a la colección",
|
||||
"adventure_delete_confirm": "¿Estás seguro de que quieres eliminar esta aventura? Esta acción no se puede deshacer.",
|
||||
"open_details": "Abrir Detalles",
|
||||
"edit_adventure": "Editar Aventura",
|
||||
"remove_from_collection": "Eliminar de la Colección",
|
||||
"add_to_collection": "Añadir a la Colección",
|
||||
"delete": "Eliminar",
|
||||
"activities": {
|
||||
"activity": "Actividad 🏄",
|
||||
"art_museums": "Arte",
|
||||
"attraction": "Atracción 🎢",
|
||||
"culture": "Cultura 🎭",
|
||||
"dining": "Cenar 🍽️",
|
||||
"event": "Evento 🎉",
|
||||
"festivals": "Festivales 🎪",
|
||||
"fitness": "Fitness 🏋️",
|
||||
"general": "Generales 🌍",
|
||||
"hiking": "Senderismo 🥾",
|
||||
"historical_sites": "Sitios Históricos 🏛️",
|
||||
"lodging": "Alojamiento 🛌",
|
||||
"music_concerts": "Música",
|
||||
"nightlife": "Vida nocturna 🌃",
|
||||
"other": "Otro",
|
||||
"outdoor": "Al aire libre 🏞️",
|
||||
"shopping": "Compras 🛍️",
|
||||
"spiritual_journeys": "Viajes espirituales 🧘♀️",
|
||||
"transportation": "Transporte 🚗",
|
||||
"volunteer_work": "Trabajo voluntario 🤝",
|
||||
"water_sports": "Deportes acuáticos 🚤",
|
||||
"wildlife": "Vida silvestre 🦒"
|
||||
},
|
||||
"no_image_found": "No se encontró ninguna imagen"
|
||||
}
|
||||
}
|
||||
|
||||
90
frontend/src/locales/fr.json
Normal file
90
frontend/src/locales/fr.json
Normal file
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"about": {
|
||||
"about": "À propos",
|
||||
"close": "Fermer",
|
||||
"license": "Sous licence GPL-3.0.",
|
||||
"message": "Fabriqué avec ❤️ aux États-Unis.",
|
||||
"nominatim_1": "La recherche de localisation et le géocodage sont fournis par",
|
||||
"nominatim_2": "Leurs données sont sous licence ODbL.",
|
||||
"oss_attributions": "Attributions Open Source",
|
||||
"other_attributions": "Des attributions supplémentaires peuvent être trouvées dans le fichier README.",
|
||||
"source_code": "Code source"
|
||||
},
|
||||
"adventures": {
|
||||
"activities": {
|
||||
"activity": "Activité 🏄",
|
||||
"art_museums": "Art",
|
||||
"attraction": "Attraction 🎢",
|
||||
"culture": "Culturel 🎭",
|
||||
"dining": "Restauration 🍽️",
|
||||
"event": "Événement 🎉",
|
||||
"festivals": "Fêtes 🎪",
|
||||
"fitness": "Remise en forme 🏋️",
|
||||
"general": "Général 🌍",
|
||||
"hiking": "Randonnée 🥾",
|
||||
"historical_sites": "Sites historiques 🏛️",
|
||||
"lodging": "Hébergement 🛌",
|
||||
"music_concerts": "Musique",
|
||||
"nightlife": "Vie nocturne 🌃",
|
||||
"other": "Autre",
|
||||
"outdoor": "En plein air 🏞️",
|
||||
"shopping": "Shopping 🛍️",
|
||||
"spiritual_journeys": "Voyages spirituels 🧘♀️",
|
||||
"transportation": "Transport 🚗",
|
||||
"volunteer_work": "Travail bénévole 🤝",
|
||||
"water_sports": "Sports nautiques 🚤",
|
||||
"wildlife": "Faune 🦒"
|
||||
},
|
||||
"add_to_collection": "Ajouter à la collection",
|
||||
"adventure_delete_confirm": "Êtes-vous sûr de vouloir supprimer cette aventure ? \nCette action ne peut pas être annulée.",
|
||||
"collection_link_error": "Erreur lors de la liaison de l'aventure à la collection",
|
||||
"collection_link_success": "Aventure liée à la collection avec succès !",
|
||||
"collection_remove_error": "Erreur lors de la suppression de l'aventure de la collection",
|
||||
"collection_remove_success": "Aventure supprimée de la collection avec succès !",
|
||||
"delete": "Supprimer",
|
||||
"edit_adventure": "Modifier l'aventure",
|
||||
"no_image_found": "Aucune image trouvée",
|
||||
"open_details": "Ouvrir les détails",
|
||||
"remove_from_collection": "Supprimer de la collection"
|
||||
},
|
||||
"home": {
|
||||
"desc_1": "Découvrez, planifiez et explorez en toute simplicité",
|
||||
"desc_2": "AdventureLog est conçu pour simplifier votre voyage, en vous fournissant les outils et les ressources nécessaires pour planifier, préparer et naviguer dans votre prochaine aventure inoubliable.",
|
||||
"feature_1": "Carnet de voyage",
|
||||
"feature_1_desc": "Gardez une trace de vos aventures avec un carnet de voyage personnalisé et partagez vos expériences avec vos amis et votre famille.",
|
||||
"feature_2": "Planification du voyage",
|
||||
"feature_2_desc": "Créez facilement des itinéraires personnalisés et obtenez un aperçu quotidien de votre voyage.",
|
||||
"feature_3": "Carte de voyage",
|
||||
"feature_3_desc": "Visualisez vos voyages à travers le monde avec une carte interactive et explorez de nouvelles destinations.",
|
||||
"go_to": "Aller au journal d'aventure",
|
||||
"hero_1": "Découvrez les aventures les plus palpitantes du monde",
|
||||
"hero_2": "Découvrez et planifiez votre prochaine aventure avec AdventureLog. \nExplorez des destinations à couper le souffle, créez des itinéraires personnalisés et restez connecté lors de vos déplacements.",
|
||||
"key_features": "Principales fonctionnalités"
|
||||
},
|
||||
"navbar": {
|
||||
"about": "À propos de AdventureLog",
|
||||
"adventures": "Aventures",
|
||||
"collections": "Collections",
|
||||
"discord": "Discorde",
|
||||
"documentation": "Documentation",
|
||||
"greeting": "Salut",
|
||||
"login": "Se connecter",
|
||||
"logout": "Déconnexion",
|
||||
"map": "Carte",
|
||||
"my_activities": "Mes activités",
|
||||
"my_adventures": "Mes aventures",
|
||||
"profile": "Profil",
|
||||
"search": "Recherche",
|
||||
"settings": "Paramètres",
|
||||
"shared_with_me": "Partagé avec moi",
|
||||
"signup": "S'inscrire",
|
||||
"theme_selection": "Sélection de thèmes",
|
||||
"themes": {
|
||||
"forest": "Forêt",
|
||||
"light": "Lumière",
|
||||
"night": "Nuit"
|
||||
},
|
||||
"users": "Utilisateurs",
|
||||
"worldtravel": "Voyage dans le monde"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user