[v0.12.0 pre] Planning & Itinerary Overhaul, Recommendation Engine, OIDC Enhancements, and More (#931)
* Fixes [REQUEST] Email-based auto-linking for OIDC Fixes #921 * Add ClusterMap integration for regions and cities with fit-to-bounds functionality * Update COUNTRY_REGION_JSON_VERSION to v3.0 and modify state ID generation to use ISO2 code * fix: handle email verification required case during signup Updated the signup action to return a specific message when the backend responds with a 401 status, indicating that the signup succeeded but email verification is required. This allows the frontend to display the appropriate message using an i18n key. * feat: add Advanced Configuration documentation with optional environment variables * Fixes #511 * fix: update appVersion to v0.11.0-main-121425 and enhance socialProviders handling in settings page * feat: implement social signup controls and update documentation for new environment variables * fix: update LocationCard props and enhance restore data functionality - Changed the user prop to null in LocationCard component on the dashboard page. - Added isRestoring state to manage loading state during data restoration in settings. - Updated the restore button to show a loading spinner when a restore operation is in progress. * fix: update appVersion to v0.12.0-pre-dev-121625 * feat: implement itinerary planning feature with CollectionItineraryPlanner component and related updates * feat: add overnight lodging indicator and functionality to CollectionItineraryPlanner * feat: add compact display option to LocationCard and enhance lodging filtering in CollectionItineraryPlanner * feat(itinerary): add itinerary management features and link modal - Introduced ItineraryViewSet for managing itinerary items with create and reorder functionalities. - Added itinerary linking capabilities in CollectionModal and CollectionItineraryPlanner components. - Implemented new ItineraryLinkModal for linking existing items to specific dates. - Enhanced the frontend with new modals for creating locations, lodging, transportation, notes, and checklists. - Updated the backend to handle itinerary item creation and reordering with appropriate permissions. - Improved data handling for unscheduled items and their association with the itinerary. - Added new dependencies to the frontend for enhanced functionality. * feat(itinerary): implement auto-generate functionality for itinerary items based on dated records * feat(collection): enhance collection sharing logic and improve data handling on invite acceptance * fix: update appVersion to correct pre-dev version * feat(wikipedia): implement image selection from Wikipedia with enhanced results display * Refactor code structure for improved readability and maintainability * feat: add CollectionRecommendationView component for displaying location recommendations - Implemented CollectionRecommendationView.svelte to handle location recommendations based on user input and selected categories. - Added Recommendation and RecommendationResponse types to types.ts for better type safety and structure. - Updated collections/[id]/+page.svelte to include a new view for recommendations, allowing users to switch between different views seamlessly. * fix: update appVersion and improve button accessibility in collection views * feat: add canModify prop to collection components for user permission handling * feat: add itinerary removal functionality to various cards and update UI components - Implemented `removeFromItinerary` function in `LodgingCard`, `NoteCard`, and `TransportationCard` to allow users to remove items from their itinerary. - Replaced the trash icon with a calendar remove icon in `LocationCard`, `LodgingCard`, `NoteCard`, and `TransportationCard` for better visual representation. - Updated the dropdown menus in `LodgingCard`, `NoteCard`, and `TransportationCard` to include the new remove from itinerary option. - Enhanced `CollectionItineraryPlanner` to pass itinerary items to the respective cards. - Removed `PointSelectionModal.svelte` as it is no longer needed. - Refactored `LocationMedia.svelte` to integrate `ImageManagement` component and clean up unused code related to image handling. * feat: enhance itinerary management with deduplication and initial visit date handling * feat: add FullMap component for enhanced map functionality with clustering support - Introduced FullMap.svelte to handle map rendering, clustering, and marker management. - Updated map page to utilize FullMap component, replacing direct MapLibre usage. - Implemented clustering options and marker properties handling in FullMap. - Added utility functions for resolving theme colors and managing marker states. - Enhanced user experience with hover popups and improved loading states for location details. - Updated app version to v0.12.0-pre-dev-122225. * feat: enhance map interaction for touch devices with custom popup handling * feat: add progress tracker for folder views to display visited and planned locations * feat: add map center and zoom state management with URL synchronization * feat: add status and days until start fields to collections with filtering options * Component folder structure changes * feat: add LodgingMedia and LodgingModal components for managing lodging details and media attachments feat: implement LocationSearchMap component for interactive location searching and mapping functionality * fix: update contentType in ImageManagement component to 'lodging' for correct media handling * feat: enhance lodging management with date validation and update messages * feat: implement lodging detail page with server-side loading and image modal functionality - Added a new server-side load function to fetch lodging details by ID. - Created a new Svelte component for the lodging detail page, including image carousel and map integration. - Implemented a modal for displaying images with navigation. - Enhanced URL handling in the locations page to only read parameters. * feat: add Transportation modal component and related routes - Implemented TransportationModal component for creating and editing transportation entries. - Added server-side loading for transportation details in the new route [id]/+page.server.ts. - Created a new Svelte page for displaying transportation details with image and attachment handling. - Integrated modal for editing transportation in the transportation details page. - Updated lodging routes to include a modal for editing lodging entries. - Removed unused delete action from lodging server-side logic. * feat: add start_code and end_code fields to Transportation model and update related components * feat: implement date validation for itinerary items and add day picker modal for scheduling * Reorder town and county checks in geocoding.py Fix detection if only town exists for a location but county is no city name * Use address keys only if city is found * Make sure reverse geocoding uses correct key for cities (#938) * Reorder town and county checks in geocoding.py Fix detection if only town exists for a location but county is no city name * Use address keys only if city is found * Refactor code structure for improved readability and maintainability * Enhance collection management with modal updates and item handling * feat: integrate CollectionMap component in collections page and update map titles in lodging and transportation pages - Replaced inline map implementation with CollectionMap component in collections/[id]/+page.svelte for better modularity. - Updated the map title in lodging/[id]/+page.svelte to reflect lodging context. - Updated the map title in transportations/[id]/+page.svelte to reflect transportation context. - Added functionality to collect and render GeoJSON data from transportation attachments in transportations/[id]/+page.svelte. * chore: update copyright year to 2026 in various files * feat: enhance backup export functionality with itinerary items and export IDs * fix: improve dropdown close behavior by handling multiple event types * fix: remove unnecessary cache decorator from globespin function * feat: add initial visit date support in ChecklistModal and NoteModal, with UI suggestions for prefilled dates * feat: add details view for checklist and note cards with edit functionality * feat: add travel duration and GPX distance calculation to Transportation model and UI * feat: add primary image support to Collection model, serializers, and UI components * Refactor calendar components and enhance event detail handling - Replaced direct calendar implementation with a reusable CalendarComponent in the calendar route. - Introduced EventDetailsModal for displaying event details, improving modularity and readability. - Added functionality to fetch event details asynchronously when an event is clicked. - Implemented ICS calendar download functionality with loading state management. - Enhanced collections page to support calendar view, integrating event handling and timezone management. - Improved lodging and transportation pages to display local time for stays and trips, including timezone badges. - Cleaned up unused code and comments for better maintainability. * feat: enhance hero image handling in collection view by prioritizing primary image * chore: update .env.example to include account email verification configuration * feat: enhance LodgingCard and TransportationCard components with expandable details and improved layout * feat: add price and currency fields to locations, lodging, and transportation components - Introduced price and price_currency fields in LocationModal, LodgingDetails, LodgingModal, TransportationDetails, and TransportationModal components. - Implemented MoneyInput and CurrencyDropdown components for handling monetary values and currency selection. - Updated data structures and types to accommodate new price and currency fields across various models. - Enhanced cost summary calculations in collections and routes to display total costs by currency. - Added user preference for default currency in settings, affecting new item forms. - Updated UI to display price information in relevant components, ensuring consistent formatting and user experience. * feat: add Development Timeline link to overview and create timeline documentation * feat: enhance map functionality with search and zoom features - Updated availableViews in collection page to include map view based on lodging and transportation locations. - Added search functionality to the map page, allowing users to filter pins by name and category. - Implemented auto-zoom feature to adjust the map view based on filtered search results. - Introduced a search bar with a clear button for better user experience. * feat: enhance ISO code extraction and region matching logic in extractIsoCode function * feat: enhance extractIsoCode function with normalization for locality matching * feat: update extractIsoCode function to include additional ISO3166 levels for improved region matching * feat: enhance extractIsoCode function to handle cases without city information and update CollectionMap to bind user data * feat: add cron job for syncing visited regions and cities, enhance Docker and supervisord configurations * feat: add CollectionItineraryDay model and related functionality for itinerary day metadata management * feat: implement cleanup of out-of-range itinerary items and notify users of potential impacts on itinerary when dates change * Refactor collection page for improved localization and code clarity - Removed unused imports and consolidated cost category labels to be reactive. - Updated cost summary function to accept localized labels. - Enhanced localization for various UI elements, including buttons, headings, and statistics. - Improved user feedback messages for better clarity and consistency. - Ensured all relevant text is translatable using the i18n library. * feat: add collaborator serialization and display in collections - Implemented `_build_profile_pic_url` and `_serialize_collaborator` functions for user profile picture URLs and serialization. - Updated `CollectionSerializer` and `UltraSlimCollectionSerializer` to include collaborators in the serialized output. - Enhanced `CollectionViewSet` to prefetch shared_with users for optimized queries. - Modified frontend components to display collaborators in collection details, including profile pictures and initials. - Added new localization strings for collaborators. - Refactored map and location components to improve usability and functionality. - Updated app version to reflect new changes. * feat: add dynamic lodging icons based on type in CollectionMap component * feat: add CollectionStats component for detailed trip statistics - Implemented CollectionStats.svelte to display various statistics related to the collection, including distances, activities, and locations visited. - Enhanced CollectionMap.svelte to filter activities based on date range using new getActivityDate function. - Updated LocationSearchMap.svelte to handle airport mode for start and end locations. - Modified types.ts to include is_global property in CollectionItineraryItem for trip-wide items. - Updated +page.svelte to integrate the new stats view and manage view state accordingly. * feat: enhance itinerary management by removing old items on date change for notes and checklists; normalize date handling in CollectionMap * feat: add functionality to change day and move items to trip-wide itinerary - Implemented changeDay function in ChecklistCard, LocationCard, LodgingCard, NoteCard, and TransportationCard components to allow users to change the scheduled day of items. - Added a button to move items to the global (trip-wide) itinerary in the aforementioned components, with appropriate dispatch events. - Enhanced CollectionItineraryPlanner to handle moving items to the global itinerary and added UI elements for unscheduled items. - Updated ItineraryDayPickModal to support the deletion of source visits when moving locations. - Added new translations for "Change Day" and "Move Trip Wide" in the English locale. * fix: specify full path for python3 in cron job and add shell and path variables * fix: update appVersion to v0.12.0-pre-dev-010726 * feat: enhance CollectionItineraryPlanner and CollectionStats with dynamic links and transport type normalization * Add Dev Container + WSL install docs and link in install guide (#944) (#951) * feat: enhance internationalization support in CollectionMap and CollectionStats components - Added translation support for various labels and messages in CollectionMap.svelte and CollectionStats.svelte using svelte-i18n. - Updated English and Chinese locale files to include new translation keys for improved user experience. - Simplified the rendering of recommendation views in the collections page. * Refactor itinerary management and UI components - Updated ItineraryViewSet to handle visit updates and creations more efficiently, preserving visit IDs when moving between days. - Enhanced ChecklistCard, LodgingCard, TransportationCard, and NoteCard to include a new "Change Day" option in the actions menu. - Improved user experience in CollectionItineraryPlanner by tracking specific itinerary items being moved and ensuring only the relevant entries are deleted. - Added new location sharing options in LodgingCard and TransportationCard for Apple Maps, Google Maps, and OpenStreetMap. - Updated translations in en.json for consistency and clarity. - Minor UI adjustments for better accessibility and usability across various components. * feat: implement action menus and close event handling in card components * feat: refactor Dockerfile and supervisord configuration to remove cron and add periodic sync script * feat: enhance LocationSearchMap and TransportationDetails components with initialization handling and airport mode logic * feat: add airport and location search mode labels to localization file * feat: enhance periodic sync logging and improve airport mode handling in LocationSearchMap * feat: enhance unscheduled items display with improved card interactions and accessibility * Add dev compose for hot reload and update WSL dev container docs (#958) * feat: enhance localization for itinerary linking and transportation components * Localization: update localization files with new keys and values * fix: improve error messages for Overpass API responses * chore: update dependencies in frontend package.json and pnpm-lock.yaml - Updated @sveltejs/adapter-node from ^5.2.12 to ^5.4.0 - Updated @sveltejs/adapter-vercel from ^5.7.0 to ^6.3.0 - Updated tailwindcss from ^3.4.17 to ^3.4.19 - Updated typescript from ^5.8.3 to ^5.9.3 - Updated vite from ^5.4.19 to ^5.4.21 * chore: update dependencies in pnpm-lock.yaml to latest versions * Refactor code structure for improved readability and maintainability * Refactor code structure for improved readability and maintainability * fix: update package dependencies to resolve compatibility issues * Add "worldtravel" translations to multiple locale files - Added "worldtravel" key with translations for Spanish, French, Hungarian, Italian, Japanese, Korean, Dutch, Norwegian, Polish, Brazilian Portuguese, Russian, Slovak, Swedish, Turkish, Ukrainian, and Chinese. - Updated the navigation section in each locale file to include the new "worldtravel" entry. * Add new screenshots and update email verification message in locale file * feat: Implement data restoration functionality with file import - Added a new action `restoreData` in `+page.server.ts` to handle file uploads for restoring collections. - Enhanced the UI in `+page.svelte` to include an import button and a modal for import progress. - Integrated file input handling to trigger form submission upon file selection. - Removed unused GSAP animations from the login, profile, and signup pages for cleaner code. * feat: Add modals for creating locations and lodging from recommendations, enhance image import functionality * fix: Adjust styles to prevent horizontal scroll and enhance floating action button visibility * feat: Enhance error handling and messaging for Google Maps and OpenStreetMap geocoding functions * fix: Enhance error messaging for Google Maps access forbidden response * feat: Add User-Agent header to Google Maps API requests and refine error messaging for access forbidden response * fix: Update User-Agent header in Google Maps API requests for improved compatibility * fix: Disable proxy settings in Google Maps API request to prevent connection issues * fix: Update Trivy security scan configuration and add .trivyignore for known false positives * fix: Refactor update method to handle is_public cascading for related items * feat: Integrate django-invitations for user invitation management and update settings * feat: Add Tailwind CSS and DaisyUI plugin for styling * feat: Add Tailwind CSS and DaisyUI plugin for styling * feat: Add "Invite a User" guide and update navigation links * docs: Update "Invite a User" guide to include email configuration tip * feat: Update email invitation template for improved styling and clarity * fix: Remove trailing backslash from installation note in Unraid documentation * feat: Add export/import messages and user email verification prompts in multiple languages * Squashed commit of the following: commit a993a15b93ebb7521ae2e5cc31596b98b29fcd6c Author: Alex <div@alexe.at> Date: Mon Jan 12 20:44:47 2026 +0100 Translated using Weblate (German) Currently translated at 100.0% (1048 of 1048 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/de/ commit fdc455d9424fbb0f6b72179d9eb1340411700773 Author: Ettore Atalan <atalanttore@googlemail.com> Date: Sat Jan 10 23:24:23 2026 +0100 Translated using Weblate (German) Currently translated at 100.0% (1048 of 1048 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/de/ commit 5942129c55e89dd999a13d4df9c40e6e3189355c Author: Orhun <orhunavcu@gmail.com> Date: Sun Jan 11 13:05:31 2026 +0100 Translated using Weblate (Turkish) Currently translated at 100.0% (1048 of 1048 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/tr/ commit 8712e43d8ba4a7e7fe163fb454d6577187f9a375 Author: Henrique Fonseca Veloso <henriquefv@tutamail.com> Date: Fri Jan 9 22:53:11 2026 +0100 Translated using Weblate (Portuguese (Brazil)) Currently translated at 99.9% (1047 of 1048 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/pt_BR/ commit 18ee56653470413afe8d71ecd2b5028f6e4cf118 Author: Anonymous <noreply@weblate.org> Date: Fri Jan 9 22:52:57 2026 +0100 Translated using Weblate (Dutch) Currently translated at 99.9% (1047 of 1048 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/nl/ commit 57783c544e583c035c8b57b5c10ca320f25f399e Author: Anonymous <noreply@weblate.org> Date: Fri Jan 9 22:52:14 2026 +0100 Translated using Weblate (Arabic) Currently translated at 99.9% (1047 of 1048 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/ar/ commit fb09edfd85bc85234b1c1ba7dd499f2915093fff Author: Anonymous <noreply@weblate.org> Date: Fri Jan 9 22:52:26 2026 +0100 Translated using Weblate (Spanish) Currently translated at 99.9% (1047 of 1048 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/es/ commit 554a207d8e454a1f7ae826e2a40d389b94be5512 Author: Anonymous <noreply@weblate.org> Date: Fri Jan 9 22:52:21 2026 +0100 Translated using Weblate (German) Currently translated at 99.9% (1047 of 1048 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/de/ commit b70b9db27fb8607beefeb288185601c8f5eae28d Author: Anonymous <noreply@weblate.org> Date: Fri Jan 9 22:53:02 2026 +0100 Translated using Weblate (Norwegian Bokmål) Currently translated at 99.9% (1047 of 1048 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/nb_NO/ commit 3b467caa9007c553e4ae7de97f53b6e462161ea3 Author: Anonymous <noreply@weblate.org> Date: Fri Jan 9 22:53:07 2026 +0100 Translated using Weblate (Polish) Currently translated at 99.9% (1047 of 1048 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/pl/ commit 30fbbfba3572c8f78ec7c7e1a231e363aca1ef10 Author: Anonymous <noreply@weblate.org> Date: Fri Jan 9 22:53:17 2026 +0100 Translated using Weblate (Russian) Currently translated at 99.9% (1047 of 1048 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/ru/ commit 8cecb492cfcac0a1f93ee8919f7b41d978d331ee Author: Anonymous <noreply@weblate.org> Date: Fri Jan 9 22:52:42 2026 +0100 Translated using Weblate (Italian) Currently translated at 99.9% (1047 of 1048 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/it/ commit f0d3d41029c89bfa83d5891ee7af70241f27b7be Author: Anonymous <noreply@weblate.org> Date: Fri Jan 9 22:52:38 2026 +0100 Translated using Weblate (Hungarian) Currently translated at 99.9% (1047 of 1048 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/hu/ commit 102e0f1912d010d38755a1713abb2a7f7564aafb Author: Anonymous <noreply@weblate.org> Date: Fri Jan 9 22:53:21 2026 +0100 Translated using Weblate (Slovak) Currently translated at 99.9% (1047 of 1048 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/sk/ commit 428b8f18cf6195a96b55109e0221413d82415a2f Author: Максим Горпиніч <gorpinicmaksim0@gmail.com> Date: Sat Jan 10 08:55:28 2026 +0100 Translated using Weblate (Ukrainian) Currently translated at 100.0% (1048 of 1048 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/uk/ commit 1a71aaf279ecab26c0c1fede05025732e6dcfa5e Author: Anonymous <noreply@weblate.org> Date: Fri Jan 9 22:53:27 2026 +0100 Translated using Weblate (Swedish) Currently translated at 99.9% (1047 of 1048 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/sv/ commit 36ec3701f3a1a904e7c42ac4ffbe6a050dc6d1ed Author: Anonymous <noreply@weblate.org> Date: Fri Jan 9 22:53:43 2026 +0100 Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 99.9% (1047 of 1048 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/zh_Hans/ commit 65d8b74b340c877cad2028b7142c783a1b568d49 Author: Anonymous <noreply@weblate.org> Date: Fri Jan 9 22:52:48 2026 +0100 Translated using Weblate (Japanese) Currently translated at 99.9% (1047 of 1048 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/ja/ commit 4d11d1d31022583657e93aee70301a8ffcde1340 Author: Anonymous <noreply@weblate.org> Date: Fri Jan 9 22:52:52 2026 +0100 Translated using Weblate (Korean) Currently translated at 99.9% (1047 of 1048 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/ko/ commit bd1135bcb965ad73cf493771b15081cc97cf513a Author: Orhun <orhunavcu@gmail.com> Date: Fri Jan 9 22:53:33 2026 +0100 Translated using Weblate (Turkish) Currently translated at 99.9% (1047 of 1048 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/tr/ commit 2c3d814119f4cf2dabd20933699f5b991f20f3e6 Author: Anonymous <noreply@weblate.org> Date: Fri Jan 9 22:52:32 2026 +0100 Translated using Weblate (French) Currently translated at 99.9% (1047 of 1048 strings) Translation: AdventureLog/Web App Translate-URL: https://hosted.weblate.org/projects/adventurelog/web-app/fr/ * Refactor code structure and remove redundant code blocks for improved readability and maintainability * fix: Correct appVersion to match the latest pre-release version * fix: Add missing vulnerability reference for jaraco.context in .trivyignore --------- Co-authored-by: Lars Lehmann <33843261+larsl-net@users.noreply.github.com> Co-authored-by: Lars Lehmann <lars@lmail.eu> Co-authored-by: Nick Petrushin <n.a.petrushin@gmail.com>
This commit is contained in:
@@ -5,10 +5,7 @@
|
||||
"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",
|
||||
"generic_attributions": "Connectez-vous à AdventureLog pour afficher les attributions pour les intégrations et services activés.",
|
||||
"attributions": "Attributions",
|
||||
"developer": "Promoteur",
|
||||
@@ -22,11 +19,8 @@
|
||||
"adventures": {
|
||||
"add_to_collection": "Ajouter à la collection",
|
||||
"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",
|
||||
"adventure": "Aventure",
|
||||
"archive": "Archiver",
|
||||
"archived": "Archivée",
|
||||
"archived_collection_message": "Collection archivée avec succès !",
|
||||
@@ -36,8 +30,6 @@
|
||||
"category_filter": "Filtres de catégorie",
|
||||
"clear": "Réinitialiser",
|
||||
"collection": "Collection",
|
||||
"collection_adventures": "Inclure les aventures liées à une collection",
|
||||
"count_txt": "résultats correspondant à votre recherche",
|
||||
"create_new": "Créer une nouvelle aventure...",
|
||||
"date": "Date",
|
||||
"dates": "Dates",
|
||||
@@ -48,8 +40,6 @@
|
||||
"edit_collection": "Modifier la collection",
|
||||
"filter": "Filtrer",
|
||||
"homepage": "Page d'accueil",
|
||||
"image_removed_error": "Erreur lors de la suppression de l'image",
|
||||
"image_removed_success": "Image supprimée avec succès !",
|
||||
"image_upload_error": "Erreur lors du téléchargement de l'image",
|
||||
"image_upload_success": "Image téléchargée avec succès !",
|
||||
"latitude": "Latitude",
|
||||
@@ -57,7 +47,6 @@
|
||||
"my_collections": "Mes collections",
|
||||
"name": "Nom",
|
||||
"no_image_url": "Aucune image trouvée à cette URL.",
|
||||
"open_filters": "Ouvrir les filtres",
|
||||
"order_by": "Trier par",
|
||||
"order_direction": "Direction du tri",
|
||||
"planned": "Prévue",
|
||||
@@ -75,108 +64,66 @@
|
||||
"visited": "Visitée",
|
||||
"visits": "Visites",
|
||||
"wiki_image_error": "Erreur lors de la récupération de l'image depuis Wikipédia",
|
||||
"actions": "Actions",
|
||||
"activity_types": "Types d'activités",
|
||||
"add": "Ajouter",
|
||||
"add_notes": "Ajouter des notes",
|
||||
"basic_information": "Informations de base",
|
||||
"category": "Catégorie",
|
||||
"clear_map": "Effacer la carte",
|
||||
"copy_link": "Copier le lien",
|
||||
"date_constrain": "Limiter aux dates de la collection",
|
||||
"description": "Description",
|
||||
"end_date": "Date de fin",
|
||||
"fetch_image": "Récupérer une image",
|
||||
"generate_desc": "Générer une description",
|
||||
"image": "Image",
|
||||
"image_fetch_failed": "Échec de la récupération de l'image",
|
||||
"link": "Lien",
|
||||
"location": "Lieu",
|
||||
"location_information": "Informations de localisation",
|
||||
"my_images": "Mes images",
|
||||
"no_description_found": "Aucune description trouvée",
|
||||
"no_images": "Aucune image",
|
||||
"no_location": "Veuillez entrer un emplacement",
|
||||
"no_results": "Aucun résultat trouvé",
|
||||
"remove": "Retirer",
|
||||
"save_next": "Sauvegarder",
|
||||
"search_for_location": "Rechercher un lieu",
|
||||
"search_results": "Résultats de la recherche",
|
||||
"see_adventures": "Voir les aventures",
|
||||
"start_date": "Date de début",
|
||||
"upload_image": "Télécharger une image",
|
||||
"url": "URL",
|
||||
"warning": "Avertissement",
|
||||
"wikipedia": "Wikipédia",
|
||||
"adventure_not_found": "Il n'y a aucune aventure à afficher. \nAjoutez-en en utilisant le bouton '+' en bas à droite ou essayez de changer les filtres !",
|
||||
"all": "Tous",
|
||||
"error_updating_regions": "Erreur lors de la mise à jour des régions",
|
||||
"mark_visited": "Marquer comme visité",
|
||||
"my_adventures": "Mes aventures",
|
||||
"no_adventures_found": "Aucune aventure trouvée",
|
||||
"no_linkable_adventures": "Aucune aventure trouvée pouvant être liée à cette collection.",
|
||||
"not_visited": "Non visitée",
|
||||
"regions_updated": "régions mises à jour",
|
||||
"update_visited_regions": "Mettre à jour les régions visitées",
|
||||
"update_visited_regions_disclaimer": "Cela peut prendre un certain temps en fonction du nombre d'aventures que vous avez visitées.",
|
||||
"visited_region_check": "Vérification de la région visitée",
|
||||
"visited_region_check_desc": "En sélectionnant cette option, le serveur vérifiera toutes vos aventures visitées et marquera les régions correspondantes comme visitées dans la section 'Voyage dans le monde'.",
|
||||
"add_new": "Ajouter un nouveau...",
|
||||
"checklists": "Listes de contrôle",
|
||||
"collection_archived": "Cette collection a été archivée.",
|
||||
"collection_completed": "Vous avez terminé cette collection !",
|
||||
"collection_stats": "Statistiques de la collection",
|
||||
"days": "jours",
|
||||
"itineary_by_date": "Itinéraire trié par date",
|
||||
"keep_exploring": "Continuez à explorer !",
|
||||
"link_new": "Ajouter un lien vers...",
|
||||
"linked_adventures": "Aventures liées",
|
||||
"links": "Liens",
|
||||
"note": "Note",
|
||||
"notes": "Notes",
|
||||
"nothing_planned": "Rien de prévu pour cette journée. \nBon voyage !",
|
||||
"transportation": "Déplacement",
|
||||
"transportations": "Déplacements",
|
||||
"visit_link": "Visiter le lien",
|
||||
"checklist": "Liste de contrôle",
|
||||
"day": "Jour",
|
||||
"add_a_tag": "Ajouter une balise",
|
||||
"tags": "Balises",
|
||||
"set_to_pin": "Épingler",
|
||||
"category_fetch_error": "Erreur lors de la récupération des catégories",
|
||||
"copied_to_clipboard": "Copié dans le presse-papier !",
|
||||
"copy_failed": "Échec de la copie",
|
||||
"adventure_calendar": "Calendrier des aventures",
|
||||
"emoji_picker": "Sélecteur d'émoticônes",
|
||||
"hide": "Cacher",
|
||||
"show": "Montrer",
|
||||
"download_calendar": "Télécharger le calendrier",
|
||||
"md_instructions": "Écrivez ici au format Markdown...",
|
||||
"preview": "Aperçu",
|
||||
"checklist_delete_confirm": "Êtes-vous sûr de vouloir supprimer cette liste de contrôle ? \nCette action ne peut pas être annulée.",
|
||||
"clear_location": "Effacer le lieu",
|
||||
"date_information": "Dates",
|
||||
"delete_checklist": "Supprimer la liste de contrôle",
|
||||
"delete_note": "Supprimer la note",
|
||||
"delete_transportation": "Supprimer le déplacement",
|
||||
"end": "Arrivée",
|
||||
"ending_airport": "Aéroport d'arrivée",
|
||||
"flight_information": "Informations sur le vol",
|
||||
"from": "Depuis",
|
||||
"no_location_found": "Aucun lieu trouvé",
|
||||
"note_delete_confirm": "Êtes-vous sûr de vouloir supprimer cette note ? \nCette action ne peut pas être annulée.",
|
||||
"out_of_range": "Pas dans la plage de dates de l'itinéraire",
|
||||
"start": "Départ",
|
||||
"starting_airport": "Aéroport de départ",
|
||||
"to": "Vers",
|
||||
"transportation_delete_confirm": "Etes-vous sûr de vouloir supprimer ce transport ? \nCette action ne peut pas être annulée.",
|
||||
"cities_updated": "villes mises à jour",
|
||||
"finding_recommendations": "Découvrir des trésors cachés pour votre prochaine aventure",
|
||||
"attachment": "Pièce jointe",
|
||||
"attachment_delete_success": "Pièce jointe supprimée avec succès !",
|
||||
"attachment_name": "Nom de la pièce jointe",
|
||||
"attachment_update_error": "Erreur lors de la mise à jour de la pièce jointe",
|
||||
"attachment_update_success": "Pièce jointe mise à jour avec succès !",
|
||||
"attachment_upload_error": "Erreur lors du téléchargement de la pièce jointe",
|
||||
"attachment_upload_success": "Pièce jointe téléchargée avec succès !",
|
||||
"attachments": "Pièces jointes",
|
||||
@@ -185,27 +132,16 @@
|
||||
"upload": "Télécharger",
|
||||
"city": "Ville",
|
||||
"delete_lodging": "Supprimer l'hébergement",
|
||||
"display_name": "Nom d'affichage",
|
||||
"location_details": "Détails du lieu",
|
||||
"lodging": "Hébergement",
|
||||
"lodging_delete_confirm": "Êtes-vous sûr de vouloir supprimer cet hébergement? Cette action ne peut pas être annulée.",
|
||||
"lodging_information": "Informations sur l'hébergement",
|
||||
"price": "Prix",
|
||||
"region": "Région",
|
||||
"reservation_number": "Numéro de réservation",
|
||||
"open_in_maps": "Ouvert dans les cartes",
|
||||
"all_day": "Journée complète",
|
||||
"collection_no_start_end_date": "L'ajout d'une date de début et de fin à la collection débloquera les fonctionnalités de planification de l'itinéraire dans la page de collection.",
|
||||
"date_itinerary": "Itinéraire trié par date",
|
||||
"no_ordered_items": "Ajoutez des éléments avec des dates de visite à la collection pour les voir ici.",
|
||||
"ordered_itinerary": "Itinéraire trié par activité",
|
||||
"invalid_date_range": "Plage de dates non valide",
|
||||
"timezone": "Fuseau horaire",
|
||||
"no_visits": "Pas de visites",
|
||||
"arrival_timezone": "Fuseau horaire d'arrivée",
|
||||
"departure_timezone": "Fuseau horaire de départ",
|
||||
"arrival_date": "Date d'arrivée",
|
||||
"departure_date": "Date de départ",
|
||||
"coordinates": "Coordonnées",
|
||||
"copy_coordinates": "Coordonnées de copie",
|
||||
"sun_times": "Temps du soleil",
|
||||
@@ -213,7 +149,6 @@
|
||||
"sunset": "Coucher de soleil",
|
||||
"timed": "Chronométré",
|
||||
"distance": "Distance",
|
||||
"all_linked_items": "Tous les éléments liés",
|
||||
"itinerary": "Itinéraire",
|
||||
"joined": "Joint",
|
||||
"view_profile": "Afficher le profil",
|
||||
@@ -222,15 +157,11 @@
|
||||
"filters_and_stats": "Filtres",
|
||||
"no_adventures_message": "Commencez à documenter vos aventures et à planifier de nouvelles. \nChaque voyage a une histoire qui mérite d'être racontée.",
|
||||
"travel_progress": "Progrès du voyage",
|
||||
"adventures_available": "Aventures disponibles",
|
||||
"all_adventures_already_linked": "Toutes les aventures sont déjà liées à cette collection.",
|
||||
"collections_linked": "Collections liées",
|
||||
"create_collection_first": "Créez d'abord une collection pour organiser vos aventures et vos souvenirs.",
|
||||
"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",
|
||||
"collection_contents": "Contenu de la collection",
|
||||
"check_in": "Enregistrement",
|
||||
"check_out": "Vérifier",
|
||||
"collection_link_location_error": "Erreur liant l'emplacement à la collection",
|
||||
@@ -241,22 +172,14 @@
|
||||
"create_location": "Créer un emplacement",
|
||||
"delete_location": "Supprimer l'emplacement",
|
||||
"edit_location": "Modifier l'emplacement",
|
||||
"location_create_error": "Échec de la création de l'emplacement",
|
||||
"location_created": "Emplacement créé",
|
||||
"location_delete_confirm": "Êtes-vous sûr de vouloir supprimer cet emplacement? Cette action ne peut pas être annulée.",
|
||||
"location_delete_success": "Emplacement supprimé avec succès!",
|
||||
"location_not_found": "Emplacement introuvable",
|
||||
"location_not_found_desc": "L'emplacement que vous recherchiez n'a pas pu être trouvé. \nVeuillez essayer un autre emplacement ou revenir plus tard.",
|
||||
"location_update_error": "Échec de la mise à jour de l'emplacement",
|
||||
"location_updated": "Emplacement mis à jour",
|
||||
"new_location": "Nouvel emplacement",
|
||||
"no_collections_to_add_location": "Aucune collection n'a été trouvée pour ajouter cet emplacement à.",
|
||||
"no_locations_to_recommendations": "Aucun emplacement trouvé. \nAjoutez au moins un emplacement pour obtenir des recommandations.",
|
||||
"public_location": "Lieu public",
|
||||
"share_location": "Partagez cet emplacement!",
|
||||
"visit_calendar": "Visiter le calendrier",
|
||||
"wiki_location_desc": "Tire un extrait de l'article de Wikipedia correspondant au nom de l'emplacement.",
|
||||
"will_be_marked_location": "sera marqué comme visité une fois l'emplacement enregistré.",
|
||||
"no_locations_found": "Aucun emplacement trouvé",
|
||||
"image_modal_navigate": "Utilisez des touches flèches ou cliquez pour naviguer",
|
||||
"details": "Détails",
|
||||
@@ -268,7 +191,6 @@
|
||||
"quick_start": "Démarrage rapide",
|
||||
"achievements": "Réalisations",
|
||||
"active_duration": "Durée active",
|
||||
"activities_name": "Activités",
|
||||
"activity_name": "Nom d'activité",
|
||||
"activity_name_placeholder": "Run du matin",
|
||||
"activity_name_required": "Le nom d'activité est requis",
|
||||
@@ -360,13 +282,11 @@
|
||||
"select_on_map": "Sélectionner sur la carte",
|
||||
"select_wanderer_trail": "Sélectionnez un sentier dans votre compte Wanderer",
|
||||
"sport_type": "Type de sport",
|
||||
"sport_type_placeholder": "Trace",
|
||||
"start_lat": "Commencer la latitude",
|
||||
"start_lng": "Commencer la longitude",
|
||||
"strava_activities_during_visit": "Activités de Strava lors de la visite",
|
||||
"strava_activity_ready": "Activité Strava prête",
|
||||
"time": "Temps",
|
||||
"total_covered": "Total couvert",
|
||||
"total_recorded": "Total enregistré",
|
||||
"trail": "Piste",
|
||||
"trail_created_successfully": "Trail créé avec succès",
|
||||
@@ -403,19 +323,7 @@
|
||||
"low": "Faible",
|
||||
"total": "Total",
|
||||
"rest": "Repos",
|
||||
"attachment_removed_error": "Erreur supprimant la pièce jointe",
|
||||
"attachment_removed_success": "Attachement supprimé avec succès",
|
||||
"attachments_upload_info": "Les pièces jointes seront téléchargées après avoir enregistré le",
|
||||
"image_upload_info": "Les images seront téléchargées après avoir enregistré le",
|
||||
"linked_locations": "Emplacements liés",
|
||||
"lodging_save_error": "Économie d'erreur",
|
||||
"my_attachments": "Mes pièces jointes",
|
||||
"no_attachments": "Aucune pièce jointe",
|
||||
"no_attachments_desc": "Télécharger des fichiers pour commencer",
|
||||
"no_images_desc": "Télécharger des images pour commencer",
|
||||
"route_map": "Carte d'itinéraire",
|
||||
"selected_attachments": "Attachements sélectionnés",
|
||||
"selected_images": "Images sélectionnées",
|
||||
"activities_text": "activités",
|
||||
"activity_breakdown_by_category": "Déchange d'activité par catégorie",
|
||||
"distance_covered": "Distance couverte",
|
||||
@@ -424,7 +332,109 @@
|
||||
"total_climbed": "Total grimpé",
|
||||
"total_distance": "Distance totale",
|
||||
"dates_not_saved": "Visitez non encore ajouté",
|
||||
"dates_not_saved_description": "Cliquez sur Ajouter une visite pour enregistrer"
|
||||
"dates_not_saved_description": "Cliquez sur Ajouter une visite pour enregistrer",
|
||||
"active_days": "Journées actives",
|
||||
"add_here": "Ajouter ici",
|
||||
"airport_code_examples": "JFK, LAX, LHR...",
|
||||
"airport_search_mode": "Mode de recherche d'aéroport",
|
||||
"all_locations_already_linked": "Tous les emplacements sont déjà liés à cette collection.",
|
||||
"arrival_airport": "Aéroport d'arrivée",
|
||||
"avg_rating": "Note moyenne",
|
||||
"burned": "brûlé",
|
||||
"categories": "Catégories",
|
||||
"cities": "Villes",
|
||||
"clear_search": "Effacer la recherche",
|
||||
"click_map_add_marker": "Cliquez sur la carte pour déposer un marqueur, puis ajoutez-le ici.",
|
||||
"completed": "Complété",
|
||||
"content_media": "Contenu",
|
||||
"countries": "Pays",
|
||||
"country": "pays",
|
||||
"departure_airport": "Aéroport de départ",
|
||||
"distance_traveled": "Distance parcourue",
|
||||
"end_location": "Emplacement de fin",
|
||||
"enter_location_display_name": "Entrez le nom d'affichage de l'emplacement",
|
||||
"files": "Fichiers",
|
||||
"flight": "Vol",
|
||||
"folder": "Dossier",
|
||||
"folder_view": "Vue des dossiers - affichant toutes les données",
|
||||
"footprints": "Empreintes",
|
||||
"gained": "gagné",
|
||||
"geographic_breakdown": "Répartition géographique",
|
||||
"gpx_routes": "Itinéraires GPX",
|
||||
"hide_filters": "Masquer les filtres",
|
||||
"images_captured": "Images capturées",
|
||||
"in": "dans",
|
||||
"in_progress": "En cours",
|
||||
"items": "articles",
|
||||
"itinerary_link_modal": {
|
||||
"add_here": "Ajouter ici",
|
||||
"add_here_keep_date": "Ajouter (conserver la date)",
|
||||
"add_to_itinerary": "Ajouter à l'itinéraire",
|
||||
"already_added": "Déjà ajouté",
|
||||
"already_added_on_this_day": "Déjà ajouté ce jour",
|
||||
"already_added_on_this_day_desc": "Ces éléments sont déjà programmés pour cette journée.",
|
||||
"already_added_other_days": "Déjà ajouté les autres jours",
|
||||
"already_added_other_days_desc": "Ces éléments sont programmés à des dates différentes. \nLes ajouter ici mettra à jour leur date ou les ajoutera tels quels.",
|
||||
"items_available": "{count} éléments disponibles pour lier",
|
||||
"items_on_other_days": "Articles les autres jours",
|
||||
"items_on_other_days_desc": "Ces éléments ont des dates différentes. \nVous pouvez les ajouter et éventuellement mettre à jour leur date en conséquence.",
|
||||
"items_on_this_day": "Articles de ce jour",
|
||||
"no_unscheduled_items": "Aucun élément non planifié disponible",
|
||||
"no_unscheduled_items_desc": "Tous les éléments ont été ajoutés à l'itinéraire ou il n'y a aucun élément à ajouter.",
|
||||
"title": "Lier les éléments à {date}"
|
||||
},
|
||||
"link_copied": "Lien copié",
|
||||
"lists": "Listes",
|
||||
"location_search_mode": "Mode de recherche d'emplacement",
|
||||
"locations_visited": "Lieux visités",
|
||||
"lodging_not_found": "Hébergement introuvable",
|
||||
"lodging_types": "Types d'hébergement",
|
||||
"more_details": "Plus de détails",
|
||||
"my_locations": "Mes emplacements",
|
||||
"nights": "Nuits",
|
||||
"no_linkable_locations": "Aucun emplacement trouvé pouvant être lié à cette collection.",
|
||||
"of_locations": "des emplacements",
|
||||
"on_this_trip": "Lors de ce voyage",
|
||||
"overnight": "Du jour au lendemain",
|
||||
"physical_activities": "Activités physiques",
|
||||
"pins": "épingles",
|
||||
"places": "Lieux",
|
||||
"regions": "Régions",
|
||||
"reservation": "Réservation",
|
||||
"reset_filters": "Réinitialiser",
|
||||
"route": "Itinéraire",
|
||||
"route_selected": "Itinéraire sélectionné",
|
||||
"routes_and_activities": "Itinéraires",
|
||||
"saving": "Économie",
|
||||
"search_end_location": "Emplacement final de la recherche",
|
||||
"search_start_end_locations": "Rechercher des emplacements de début et de fin",
|
||||
"search_start_location": "Lieu de départ de la recherche",
|
||||
"segments": "Segments",
|
||||
"select": "Sélectionner",
|
||||
"show_filters": "Afficher les filtres",
|
||||
"start_location": "Lieu de départ",
|
||||
"status_filter": "Filtre d'état",
|
||||
"stays": "Séjours",
|
||||
"tasks_done": "Tâches effectuées",
|
||||
"total_days": "Nombre total de jours",
|
||||
"total_visits": "Visites totales",
|
||||
"transport_activity_paths": "Transport",
|
||||
"transportation_gpx_tip": "Téléchargez les fichiers GPX ici pour les afficher sur la carte",
|
||||
"traveled": "voyagé",
|
||||
"travelers": "Voyageurs",
|
||||
"trip_timeline": "Chronologie du voyage",
|
||||
"trip_window": "Fenêtre de voyage",
|
||||
"upcoming": "Prochain",
|
||||
"view": "Voir",
|
||||
"wiki_results_found": "Résultats Wikipédia",
|
||||
"with_activities": "Avec des activités",
|
||||
"written": "Écrit",
|
||||
"export_failed": "Échec de l'exportation",
|
||||
"export_success": "Collection exportée",
|
||||
"export_zip": "Exporter le code postal",
|
||||
"import_failed": "Échec de l'importation",
|
||||
"import_success": "Succès de l'importation",
|
||||
"import_from_file": "Importer à partir d'un fichier"
|
||||
},
|
||||
"home": {
|
||||
"desc_1": "Découvrez, planifiez et explorez en toute simplicité",
|
||||
@@ -446,13 +456,11 @@
|
||||
},
|
||||
"navbar": {
|
||||
"about": "À propos de AdventureLog",
|
||||
"adventures": "Aventures",
|
||||
"collections": "Collections",
|
||||
"documentation": "Documentation",
|
||||
"greeting": "Salut",
|
||||
"logout": "Déconnexion",
|
||||
"map": "Carte",
|
||||
"my_adventures": "Mes aventures",
|
||||
"profile": "Profil",
|
||||
"search": "Recherche",
|
||||
"settings": "Paramètres",
|
||||
@@ -470,14 +478,12 @@
|
||||
"northernLights": "Lumières du Nord"
|
||||
},
|
||||
"users": "Utilisateurs",
|
||||
"worldtravel": "Voyage dans le monde",
|
||||
"my_tags": "Mes balises",
|
||||
"tag": "Étiqueter",
|
||||
"language_selection": "Langue",
|
||||
"support": "Soutien",
|
||||
"calendar": "Calendrier",
|
||||
"admin_panel": "Panneau d'administration",
|
||||
"navigation": "Navigation"
|
||||
"navigation": "Navigation",
|
||||
"worldtravel": "Voyage dans le monde"
|
||||
},
|
||||
"auth": {
|
||||
"confirm_password": "Confirmer le mot de passe",
|
||||
@@ -493,7 +499,6 @@
|
||||
"username": "Nom d'utilisateur",
|
||||
"profile_picture": "Photo de profil",
|
||||
"public_profile": "Profil public",
|
||||
"public_tooltip": "Avec un profil public, les utilisateurs peuvent partager des collections avec vous et afficher votre profil sur la page des utilisateurs.",
|
||||
"new_password": "Nouveau mot de passe",
|
||||
"or_3rd_party": "Ou connectez-vous avec un service tiers",
|
||||
"no_public_collections": "Aucune collection publique trouvée",
|
||||
@@ -503,21 +508,15 @@
|
||||
"enter_password": "Entrez votre mot de passe",
|
||||
"enter_username": "Entrez votre nom d'utilisateur",
|
||||
"logging_in": "Se connecter",
|
||||
"totp": "Code à deux facteurs"
|
||||
"totp": "Code à deux facteurs",
|
||||
"user_email_verification_required": "Vérification par e-mail requise. \nVeuillez vérifier votre courrier électronique pour un lien de vérification."
|
||||
},
|
||||
"users": {
|
||||
"no_users_found": "Aucun utilisateur trouvé avec un profil public."
|
||||
},
|
||||
"worldtravel": {
|
||||
"all": "Tous",
|
||||
"all_subregions": "Toutes les sous-régions",
|
||||
"clear_search": "Effacer la recherche",
|
||||
"completely_visited": "Entièrement visité",
|
||||
"country_list": "Liste des pays",
|
||||
"no_countries_found": "Aucun pays trouvé",
|
||||
"not_visited": "Non visité",
|
||||
"num_countries": "pays trouvés",
|
||||
"partially_visited": "Partiellement visité",
|
||||
"cities": "villes",
|
||||
"failed_to_mark_visit": "Échec de la notation de la visite à",
|
||||
"failed_to_remove_visit": "Échec de la suppression de la visite à",
|
||||
@@ -558,11 +557,6 @@
|
||||
"total_cities": "Total des villes",
|
||||
"total_countries": "Total des pays",
|
||||
"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",
|
||||
"getting_location_details": "Obtenir les détails de l'emplacement",
|
||||
"cities_available": "Villes disponibles",
|
||||
"destination_revealed": "Destination révélée!",
|
||||
@@ -582,7 +576,8 @@
|
||||
"about_country": "À propos du pays",
|
||||
"about_region": "À propos de la région",
|
||||
"show_less": "Afficher moins",
|
||||
"show_more": "Afficher plus"
|
||||
"show_more": "Afficher plus",
|
||||
"all_locations_visited": "Tous les lieux visités !"
|
||||
},
|
||||
"settings": {
|
||||
"account_settings": "Paramètres du compte utilisateur",
|
||||
@@ -771,10 +766,23 @@
|
||||
"shared_collections": "Collections partagées",
|
||||
"available": "Disponible",
|
||||
"linked": "Lié",
|
||||
"try_different_search": "Essayez une recherche ou un filtre différent."
|
||||
"try_different_search": "Essayez une recherche ou un filtre différent.",
|
||||
"changing_date_title": "La modification des dates affectera les éléments de l'itinéraire",
|
||||
"changing_date_warning": "Tous les éléments de l'itinéraire en dehors de la nouvelle plage de dates seront supprimés de l'itinéraire et réintégrés dans les éléments non datés de la collection.",
|
||||
"clear_cover": "Couverture transparente",
|
||||
"collaborators": "Collaborateurs",
|
||||
"cover": "Couverture",
|
||||
"cover_image": "Image de couverture",
|
||||
"cover_image_hint": "Choisissez une couverture parmi les images de cette collection.",
|
||||
"create_new_collection": "Créer une nouvelle collection",
|
||||
"enter_collection_name": "Entrez le nom de la collection",
|
||||
"location_primary": "Couverture d'emplacement",
|
||||
"no_images_available": "Aucune image disponible à partir des emplacements liés pour le moment.",
|
||||
"public_collection_description": "Autoriser toute personne disposant du lien à consulter",
|
||||
"set_cover": "Définir la couverture",
|
||||
"update_collection_details": "Mettre à jour les détails de la collection"
|
||||
},
|
||||
"notes": {
|
||||
"add_a_link": "Ajouter un lien",
|
||||
"content": "Contenu",
|
||||
"editing_note": "Modification de la note",
|
||||
"failed_to_save": "Échec de l'enregistrement de la note",
|
||||
@@ -811,9 +819,6 @@
|
||||
"type": "Type",
|
||||
"transportation_delete_error": "Erreur lors de la suppression du déplacement",
|
||||
"transportation_deleted": "Déplacement supprimé avec succès !",
|
||||
"ending_airport_desc": "Entrez le code de l'aéroport de départ (par exemple, CDG)",
|
||||
"fetch_location_information": "Récupérer les informations sur les lieux",
|
||||
"starting_airport_desc": "Entrez le code de l'aéroport d'arrivée (par exemple, ORY)",
|
||||
"create_new_transportation": "Nouveau transport",
|
||||
"enter_flight_number": "Entrez le numéro de vol",
|
||||
"enter_from_location": "Entrer de l'emplacement",
|
||||
@@ -821,12 +826,15 @@
|
||||
"enter_to_location": "Entrez à l'emplacement",
|
||||
"enter_transportation_name": "Entrez le nom du transport",
|
||||
"select_type": "Sélectionner le type",
|
||||
"update_transportation_details": "Mettre à jour les détails du transport"
|
||||
"update_transportation_details": "Mettre à jour les détails du transport",
|
||||
"arrival_code": "Code d'arrivée",
|
||||
"arrival_date": "Date d'arrivée",
|
||||
"arrival_timezone": "Fuseau horaire d'arrivée",
|
||||
"departure_code": "Code de départ",
|
||||
"departure_date": "Date de départ",
|
||||
"departure_timezone": "Fuseau horaire de départ"
|
||||
},
|
||||
"search": {
|
||||
"adventurelog_results": "Résultats dans AdventureLog",
|
||||
"online_results": "Résultats en ligne",
|
||||
"public_adventures": "Aventures publiques",
|
||||
"cities": "Villes",
|
||||
"countries": "Pays",
|
||||
"found": "trouvé",
|
||||
@@ -835,12 +843,7 @@
|
||||
"try_searching_desc": "Essayez de rechercher des aventures, des collections, des pays, des régions, des villes ou des utilisateurs."
|
||||
},
|
||||
"map": {
|
||||
"add_adventure": "Ajouter une nouvelle aventure",
|
||||
"add_adventure_at_marker": "Ajouter une nouvelle aventure au marqueur",
|
||||
"adventure_map": "Carte des aventures",
|
||||
"clear_marker": "Effacer le marqueur",
|
||||
"map_options": "Options de la carte",
|
||||
"show_visited_regions": "Afficher les régions visitées",
|
||||
"view_details": "Afficher les détails",
|
||||
"adventure_stats": "Statistiques d'aventure",
|
||||
"completion": "Achèvement",
|
||||
@@ -853,20 +856,16 @@
|
||||
"location_map": "Carte de localisation",
|
||||
"locations_shown": "Emplacements montrés",
|
||||
"place_marker_desc_location": "Cliquez sur la carte pour placer un marqueur.",
|
||||
"show_activities": "Montrer les activités",
|
||||
"show_visited_cities": "Villes visites"
|
||||
"show_visited_cities": "Villes visites",
|
||||
"search_locations": "Rechercher des lieux..."
|
||||
},
|
||||
"share": {
|
||||
"no_users_shared": "Aucun utilisateur",
|
||||
"not_shared_with": "Pas encore partagé avec",
|
||||
"share_desc": "Partager cette collection avec d'autres utilisateurs.",
|
||||
"shared": "Partagé",
|
||||
"shared_with": "Déjà partagé avec",
|
||||
"unshared": "Partage désactivé pour",
|
||||
"with": "avec",
|
||||
"go_to_settings": "Allez dans les paramètres",
|
||||
"no_shared_found": "Aucune collection ne semble encore avoir été partagée avec vous.",
|
||||
"set_public": "Afin de permettre aux utilisateurs de partager avec vous, vous devez rendre votre profil public.",
|
||||
"available": "Disponible",
|
||||
"pending": "En attente",
|
||||
"revoke_invite": "Revoke Inviter",
|
||||
@@ -880,7 +879,6 @@
|
||||
},
|
||||
"profile": {
|
||||
"member_since": "Membre depuis",
|
||||
"user_stats": "Statistiques de l'utilisateur",
|
||||
"visited_countries": "Pays visités",
|
||||
"visited_regions": "Régions visitées",
|
||||
"visited_cities": "Villes visitées",
|
||||
@@ -905,7 +903,6 @@
|
||||
"location_update_after_refresh": "Les cartes de localisation seront mises à jour une fois que vous avez actualisé la page."
|
||||
},
|
||||
"dashboard": {
|
||||
"add_some": "Pourquoi ne pas commencer à planifier votre prochaine aventure ? \nVous pouvez ajouter une nouvelle aventure en cliquant sur le bouton ci-dessous.",
|
||||
"countries_visited": "Pays visités",
|
||||
"no_recent_adventures": "Pas d'aventure récente ?",
|
||||
"recent_adventures": "Aventures récentes",
|
||||
@@ -953,16 +950,34 @@
|
||||
"loading_albums": "Chargement des albums",
|
||||
"no_images": "Aucune image trouvée",
|
||||
"select_album": "Sélectionner l'album",
|
||||
"select_album_first": "Sélectionnez d'abord un album",
|
||||
"select_date": "Sélectionner la date",
|
||||
"try_different_date": "Essayez une date différente"
|
||||
},
|
||||
"recomendations": {
|
||||
"recommendation": "Recommandation",
|
||||
"recommendations": "Recommandations",
|
||||
"food": "Nourriture",
|
||||
"tourism": "Tourisme",
|
||||
"location_recommendations": "Recommandations de localisation"
|
||||
"any": "N'importe lequel",
|
||||
"average_rating": "Note moyenne",
|
||||
"discover_places": "Découvrez des lieux",
|
||||
"lodging": "Hôtels",
|
||||
"map_view": "Vue cartographique",
|
||||
"minimum_rating": "Note minimale",
|
||||
"minimum_reviews": "Examens minimaux",
|
||||
"no_results_yet": "Aucun résultat pour l'instant",
|
||||
"open_now_only": "Ouvert maintenant seulement",
|
||||
"search_around_location": "Rechercher autour de l'emplacement",
|
||||
"search_by_address": "Recherche par adresse",
|
||||
"search_radius_label": "Rayon de recherche :",
|
||||
"searching": "Recherche...",
|
||||
"select_location_or_query": "Sélectionnez un emplacement ou saisissez une requête de recherche pour découvrir des endroits incroyables à proximité !",
|
||||
"total_results": "Résultats totaux",
|
||||
"use_search_instead": "Utilisez plutôt la recherche",
|
||||
"add_location": "Ajouter un emplacement",
|
||||
"add_lodging": "Ajouter un hébergement",
|
||||
"away": "loin",
|
||||
"hours": "Heures",
|
||||
"open": "Ouvrir",
|
||||
"your_location": "Votre emplacement"
|
||||
},
|
||||
"lodging": {
|
||||
"apartment": "Appartement",
|
||||
@@ -982,7 +997,6 @@
|
||||
"villa": "Villa",
|
||||
"create_new_lodging": "Nouveau logement",
|
||||
"enter_lodging_name": "Entrez le nom de l'hébergement",
|
||||
"enter_price": "Saisir le prix",
|
||||
"enter_reservation_number": "Entrez le numéro de réservation",
|
||||
"update_lodging_details": "Mettre à jour les détails de l'hébergement"
|
||||
},
|
||||
@@ -999,7 +1013,9 @@
|
||||
"month": "Mois",
|
||||
"today": "Aujourd'hui",
|
||||
"total_events": "Événements totaux",
|
||||
"week": "Semaine"
|
||||
"week": "Semaine",
|
||||
"event timezone": "Fuseau horaire de l'événement",
|
||||
"your timezone": "Votre fuseau horaire"
|
||||
},
|
||||
"locations": {
|
||||
"location": "Emplacement",
|
||||
@@ -1022,15 +1038,11 @@
|
||||
"accept": "Accepter"
|
||||
},
|
||||
"strava": {
|
||||
"account_connected": "Compte connecté",
|
||||
"admin_setup_required": "L'administrateur du serveur doit l'activer à l'échelle mondiale",
|
||||
"authorization_error": "Redirection d'erreur vers l'URL de l'autorisation Strava",
|
||||
"connect_account": "Connecter le compte",
|
||||
"disconnect": "Débrancher",
|
||||
"disconnect_error": "Erreur de déconnexion de Strava",
|
||||
"disconnected": "Déconnecté avec succès de Strava",
|
||||
"not_configured": "Strava non configuré",
|
||||
"ready_to_connect": "Prêt à se connecter",
|
||||
"strava_integration_desc": "Connectez-vous à Strava pour importer facilement vos activités dans des emplacements et des visites",
|
||||
"gpx_required": "Veuillez télécharger le fichier gpx pour terminer l'importation de Strava",
|
||||
"not_enabled": "L'intégration de Strava n'est pas activée sur cette instance."
|
||||
@@ -1039,5 +1051,82 @@
|
||||
"connected": "Connecté avec succès à Wanderer",
|
||||
"connection_error": "Erreur de connexion à Wanderer",
|
||||
"wanderer_integration_desc": "Connectez-vous à Wanderer pour importer facilement et afficher vos sentiers dans les endroits"
|
||||
},
|
||||
"collections": {
|
||||
"all_items": "Tous les articles",
|
||||
"currencies": "Devises",
|
||||
"currency": "Devise",
|
||||
"event_timezone": "Fuseau horaire de l'événement",
|
||||
"event_timezone_desc": "Le fuseau horaire de l'événement utilise le fuseau horaire de l'emplacement ou de l'élément lorsqu'il est disponible. \nMon fuseau horaire utilise",
|
||||
"events": "événements",
|
||||
"local_timezone": "Mon fuseau horaire",
|
||||
"no_calendar_events": "Aucune visite n'est encore prévue pour cette collection.",
|
||||
"no_priced_items": "Ajoutez les prix des lieux, de l'hébergement ou du transport pour afficher les totaux des voyages par devise.",
|
||||
"not_found": "Collection introuvable",
|
||||
"statistics": "Statistiques",
|
||||
"times_shown_in": "Horaires affichés dans",
|
||||
"trip_costs": "Frais de voyage"
|
||||
},
|
||||
"common": {
|
||||
"show_less": "Masquer les détails",
|
||||
"show_more": "Afficher plus"
|
||||
},
|
||||
"currencies": {
|
||||
"AED": "Dirham des Émirats Arabes Unis",
|
||||
"AUD": "Dollar australien",
|
||||
"BRL": "Réal brésilien",
|
||||
"CAD": "Dollar canadien",
|
||||
"CHF": "Franc suisse",
|
||||
"CNY": "Yuan chinois",
|
||||
"DKK": "Couronne danoise",
|
||||
"EUR": "Euro",
|
||||
"GBP": "Livre sterling",
|
||||
"HKD": "Dollar de Hong Kong",
|
||||
"INR": "Roupie indienne",
|
||||
"JPY": "Yens japonais",
|
||||
"MXN": "Peso mexicain",
|
||||
"NOK": "Couronne norvégienne",
|
||||
"NZD": "Dollar néo-zélandais",
|
||||
"SEK": "Couronne suédoise",
|
||||
"SGD": "Dollar de Singapour",
|
||||
"TRY": "Lire turque",
|
||||
"USD": "Dollar américain",
|
||||
"ZAR": "Rand sud-africain",
|
||||
"no_matches": "Aucune correspondance",
|
||||
"search": "Devise de recherche",
|
||||
"select_currency": "Sélectionnez la devise"
|
||||
},
|
||||
"itinerary": {
|
||||
"add_description": "Ajouter une description",
|
||||
"add_to_day": "Ajouter au jour",
|
||||
"add_to_trip_context": "Ajouter un contexte de voyage",
|
||||
"added_to_trip_context": "Ajouté au contexte du voyage",
|
||||
"auto_generate": "Génération automatique",
|
||||
"auto_generate_itinerary": "Itinéraire généré automatiquement",
|
||||
"auto_generate_itinerary_desc": "Cette collection contient des articles datés mais pas encore d'itinéraire. \nSouhaitez-vous les organiser automatiquement par date ?",
|
||||
"change_day": "Jour du changement",
|
||||
"drag_to_reorder": "Faites glisser pour réorganiser",
|
||||
"failed_to_add_to_trip_context": "Échec de l'ajout d'un élément au contexte du voyage",
|
||||
"failed_to_move_to_trip_context": "Échec du passage au contexte du voyage",
|
||||
"generating": "Générateur",
|
||||
"item_already_in_trip_context": "Éléments déjà dans le contexte du voyage",
|
||||
"item_not_found": "Article introuvable",
|
||||
"item_remove_error": "Erreur lors de la suppression de l'élément de l'itinéraire",
|
||||
"item_remove_success": "Article supprimé de l'itinéraire",
|
||||
"move_to_trip_context": "Passer au contexte du voyage",
|
||||
"moved_to_trip_context": "Déplacé vers le contexte du voyage",
|
||||
"multi_day": "Plusieurs jours",
|
||||
"no_itinerary_yet": "Pas encore d'itinéraire",
|
||||
"no_plans_for_day": "Aucun projet pour cette journée",
|
||||
"no_trip_context_items": "Aucun élément de contexte de voyage pour l'instant.",
|
||||
"remove_from_itinerary": "Supprimer du jour",
|
||||
"remove_from_trip_context": "Supprimer du contexte",
|
||||
"start_planning": "Commencez à planifier votre voyage en ajoutant des éléments à des jours spécifiques.",
|
||||
"staying_overnight": "Passer la nuit",
|
||||
"trip_context": "Contexte du voyage",
|
||||
"trip_context_info": "Les éléments de contexte du voyage s'appliquent à l'ensemble du voyage, par exemple les lieux qui constituent la destination elle-même, les notes générales ou les listes de colisage importantes pour l'ensemble du voyage.",
|
||||
"unscheduled_items": "Éléments non planifiés",
|
||||
"unscheduled_items_desc": "Ces éléments sont liés à ce voyage mais n'ont pas encore été ajoutés à un jour spécifique.",
|
||||
"link_existing_item": "Lier un élément existant"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user