Activities, Trails, Wanderer + Strava Integration, UI Refresh, Devops Improvments, and more (#785)
* Implement code changes to enhance functionality and improve performance * Update nl.json Fix Dutch translations. * feat(security): add Trivy security scans for Docker images and source code * feat(security): restructure Trivy scans for improved clarity and organization * fix(dependencies): update Django version to 5.2.2 * style(workflows): standardize quotes and fix typo in frontend-test.yml * feat(workflows): add job names for clarity in backend and frontend test workflows * refactor(workflows): remove path filters from pull_request and push triggers in backend and frontend workflows * feat(workflows): add paths to push and pull_request triggers for backend and frontend workflows * refactor(workflows): simplify trigger paths for backend and frontend workflows fix(dependencies): add overrides for esbuild in frontend package.json * fix(package): add missing pnpm overrides for esbuild in package.json * fix(workflows): add missing severity parameter for Trivy filesystem scan * fix(workflows): add missing severity parameter for Docker image scans in Trivy workflow * fix(workflows): remove MEDIUM severity from Trivy scans in security workflow * added-fix-image-deletion (#681) * added-fix-image-deletion * feat(commands): add image cleanup command to find and delete unused files * fix(models): ensure associated AdventureImages are deleted and files cleaned up on Adventure deletion * fix(models): ensure associated Attachment files are deleted and their filesystem cleaned up on Adventure deletion --------- Co-authored-by: ferdousahmed <taninme@gmail.com> Co-authored-by: Sean Morley * Rename Adventures to Locations (#696) * Refactor user_id to user in adventures and related models, views, and components - Updated all instances of user_id to user in the adventures app, including models, serializers, views, and frontend components. - Adjusted queries and filters to reflect the new user field naming convention. - Ensured consistency across the codebase for user identification in adventures, collections, notes, and transportation entities. - Modified frontend components to align with the updated data structure, ensuring proper access control and rendering based on user ownership. * Refactor adventure-related views and components to use "Location" terminology - Updated GlobalSearchView to replace AdventureSerializer with LocationSerializer. - Modified IcsCalendarGeneratorViewSet to use LocationSerializer instead of AdventureSerializer. - Created new LocationImageViewSet for managing location images, including primary image toggling and image deletion. - Introduced LocationViewSet for managing locations with enhanced filtering, sorting, and sharing capabilities. - Updated ReverseGeocodeViewSet to utilize LocationSerializer. - Added ActivityTypesView to retrieve distinct activity types from locations. - Refactored user views to replace AdventureSerializer with LocationSerializer. - Updated frontend components to reflect changes from "adventure" to "location", including AdventureCard, AdventureLink, AdventureModal, and others. - Adjusted API endpoints in frontend routes to align with new location-based structure. - Ensured all references to adventures are replaced with locations across the codebase. * refactor: rename adventures to locations across the application - Updated localization files to replace adventure-related terms with location-related terms. - Refactored TypeScript types and variables from Adventure to Location in various routes and components. - Adjusted UI elements and labels to reflect the change from adventures to locations. - Ensured all references to adventures in the codebase are consistent with the new location terminology. * Refactor code structure for improved readability and maintainability * feat: Implement location details page with server-side loading and deletion functionality - Added +page.server.ts to handle server-side loading of additional location info. - Created +page.svelte for displaying location details, including images, visits, and maps. - Integrated GPX file handling and rendering on the map. - Updated map route to link to locations instead of adventures. - Refactored profile and search routes to use LocationCard instead of AdventureCard. * docs: Update terminology from "Adventure" to "Location" and enhance project overview * docs: Clarify collection examples in usage documentation * feat: Enable credentials for GPX file fetch and add CORS_ALLOW_CREDENTIALS setting * Refactor adventure references to locations across the backend and frontend - Updated CategoryViewSet to reflect location context instead of adventures. - Modified ChecklistViewSet to include locations in retrieval logic. - Changed GlobalSearchView to search for locations instead of adventures. - Adjusted IcsCalendarGeneratorViewSet to handle locations instead of adventures. - Refactored LocationImageViewSet to remove unused import. - Updated LocationViewSet to clarify public access for locations. - Changed LodgingViewSet to reference locations instead of adventures. - Modified NoteViewSet to prevent listing all locations. - Updated RecommendationsViewSet to handle locations in parsing and response. - Adjusted ReverseGeocodeViewSet to search through user locations. - Updated StatsViewSet to count locations instead of adventures. - Changed TagsView to reflect activity types for locations. - Updated TransportationViewSet to reference locations instead of adventures. - Added new translations for search results related to locations in multiple languages. - Updated dashboard and profile pages to reflect location counts instead of adventure counts. - Adjusted search routes to handle locations instead of adventures. * Update banner image * style: Update stats component background and border for improved visibility * refactor: Rename AdventureCard and AdventureModal to LocationCard and LocationModal for consistency * Import and Export Functionality (#698) * feat(backup): add BackupViewSet for data export and import functionality * Fixed frontend returning corrupt binary data * feat(import): enhance import functionality with confirmation check and improved city/region/country handling * Potential fix for code scanning alert no. 29: Information exposure through an exception Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Refactor response handling to use arrayBuffer instead of bytes * Refactor image cleanup command to use LocationImage model and update import/export view to include backup and restore functionality * Update backup export versioning and improve data restore warning message * Enhance image navigation and localization support in modal components * Refactor location handling in Immich integration components for consistency * Enhance backup and restore functionality with improved localization and error handling * Improve accessibility by adding 'for' attribute to backup file input label --------- Co-authored-by: Christian Zäske <blitzdose@gmail.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * refactor(serializers): rename Location to Adventure and update related fields * refactor(serializers): rename Adventure to Location and update related fields * chore(requirements): update pillow version to 11.3.0 * Add PT-BR translations (#739) * Fixed frontend returning corrupt binary data * fix(adventure): enhance collection ownership validation in AdventureSerializer (#723) * Add PT-BR translations Add translation for Brazilian Portuguese to the project; Signed-off-by: Lucas Zampieri <lzampier@redhat.com> --------- Signed-off-by: Lucas Zampieri <lzampier@redhat.com> Co-authored-by: Sean Morley <98704938+seanmorley15@users.noreply.github.com> Co-authored-by: Christian Zäske <blitzdose@gmail.com> * fix: update date formatting for adventure items to include timezone * Image/attachment overhaul, activities, trails and integrations with Strava and Wanderer (#726) * refactor(models, views, serializers): rename LocationImage and Attachment to ContentImage and ContentAttachment, update related references * feat: Enhance collection sharing and location management features - Implemented unsharing functionality in CollectionViewSet, including removal of user-owned locations from collections. - Refactored ContentImageViewSet to support multiple content types and improved permission checks for image uploads. - Added user ownership checks in LocationViewSet for delete operations. - Enhanced collection management in the frontend to display both owned and shared collections separately. - Updated Immich integration to handle access control based on location visibility and user permissions. - Improved UI components to show creator information and manage collection links more effectively. - Added loading states and error handling in collection fetching logic. * feat: enhance transportation card and modal with image handling - Added CardCarousel component to TransportationCard for image display. - Implemented privacy indicator with Eye and EyeOff icons. - Introduced image upload functionality in TransportationModal, allowing users to upload multiple images. - Added image management features: remove image and set primary image. - Updated Transportation and Location types to include images as ContentImage array. - Enhanced UI for image upload and display in modal, including selected images preview and current images management. * feat: update CardCarousel component to handle images, name, and icon props across various cards * feat: add Discord link to AboutModal and update appVersion in config * feat: add LocationQuickStart and LocationVisits components for enhanced location selection and visit management - Implemented LocationQuickStart.svelte for searching and selecting locations on a map with reverse geocoding. - Created LocationVisits.svelte to manage visit dates and notes for locations, including timezone handling and validation. - Updated types to remove location property from Attachment type. - Modified locations page to integrate NewLocationModal for creating and editing locations, syncing updates with adventures. * feat: update button styles and add back and close functionality in location components * Collection invite system * feat: update CollectionSerializer to include 'shared_with' as a read-only field; update app version; add new background images and localization strings for invites * feat: add Strava integration with OAuth flow and activity management - Implemented IntegrationView for listing integrations including Immich, Google Maps, and Strava. - Created StravaIntegrationView for handling OAuth authorization and token exchange. - Added functionality to refresh Strava access tokens when needed. - Implemented endpoints to fetch user activities from Strava and extract essential information. - Added Strava logo asset and integrated it into the frontend settings page. - Updated settings page to display Strava integration status. - Enhanced location management to include trails with create, edit, and delete functionalities. - Updated types and localization files to support new features. * feat: enhance Strava integration with user-specific settings and management options; update localization strings * feat: update Strava integration settings and add Wanderer logo; enhance user experience with active section management * Add StravaActivity and Activity types to types.ts - Introduced StravaActivity type to represent detailed activity data from Strava. - Added Activity type to encapsulate user activities, including optional trail and GPX file information. - Updated Location type to include an array of activities associated with each visit. * feat: streamline location and activity management; enhance Strava import functionality and add activity handling in server actions * feat: add ActivityCard component and update LocationVisits to use it; modify Activity type to reference trail as string * feat: add geojson support to ActivitySerializer and ActivityCard; enhance location page with activity summaries and GPS tracks * feat: add trails property to recommendation object in collection page * feat: add Wanderer integration with authentication and management features * feat: implement Wanderer integration with trail management and UI components; enhance settings for reauthentication * feat: add measurement system field to CustomUser model and update related serializers, migrations, and UI components * feat: add measurement system support across ActivityCard, StravaActivityCard, NewLocationModal, LocationVisits, and related utility functions * feat: enhance Wanderer integration with trail data fetching and UI updates; add measurement system support * feat: add TrailCard component for displaying trail details with measurement system support * feat: add wanderer link support in TrailSerializer and TrailCard; update measurement system handling in location page * feat: integrate memcached for caching in Wanderer services; update Docker, settings, and supervisord configurations * feat: add activity statistics to user profile; include distance, moving time, elevation, and total activities * feat: enhance import/export functionality to include trails and activities; update UI components and localization * feat: integrate NewLocationModal across various components; update location handling and state management * Refactor Location and Visit types: Replace visits structure in Location with Visit type and add location, created_at, and updated_at fields to Visit * feat: enhance permissions and validation in activity, trail, and visit views; add unique constraint to CollectionInvite model * feat: sync visits when updating adventures in collection page * feat: add geojson support for attachments and refactor GPX handling in location page * chore: remove unused dependencies from pnpm-lock.yaml * feat: add Strava and Wanderer integration documentation and configuration options * Add support for Japanese and Arabic languages in localization * Add new localization strings for Russian, Swedish, and Chinese languages - Updated translations in ru.json, sv.json, and zh.json to include new phrases related to collections, activities, and integrations. - Added strings for leaving collections, loading collections, and quick start instructions. - Included new sections for invites and Strava integration with relevant messages. - Enhanced Google Maps integration descriptions for clarity. * Add localization support for activity-related features and update UI labels - Added new Russian, Swedish, and Chinese translations for activity statistics, achievements, and related terms. - Updated UI components to use localized strings for activity statistics, distance, moving time, and other relevant fields. - Enhanced user experience by ensuring all relevant buttons and labels are translated and accessible. * fix: update appVersion to reflect the latest development version * feat: add getActivityColor function and integrate activity color coding in map and location pages * feat: add support for showing activities and visited cities on the map * feat: update map page to display counts for visited cities and activities * fix: remove debug print statement from IsOwnerOrSharedWithFullAccess permission class * feat: add MapStyleSelector component and integrate basemap selection in map page * feat: enhance basemap functions with 3D terrain support and update XYZ style handling * feat: add management command to recalculate elevation data from GPX files and update activity view to handle elevation data extraction * feat: update MapStyleSelector component and enhance basemap options for improved user experience * feat: refactor activity model and admin to use sport_type, update serializers and components for improved activity handling * feat: update Activity model string representation to use sport_type instead of type * feat: update activity handling to use sport_type for color determination in map and location components * feat: Add attachments support to Transportation and Lodging types - Updated Transportation and Lodging types to include attachments array. - Enhanced localization files for multiple languages to include new strings related to attachments, lodging, and transportation. - Added error and success messages for attachment removal and upload information. - Included new prompts for creating and updating lodging and transportation details across various languages. * feat: Enhance activity statistics and breakdown by category in user profile * feat: Add SPORT_CATEGORIES for better organization of sports types and update StatsViewSet to use it * feat: Enhance CategoryDropdown for mobile responsiveness and add category creation functionality * feat: Update inspirational quote in adventure log * feat: Localize navigation labels in Navbar and add translation to en.json * feat: Update navigation elements to use anchor tags for better accessibility and add new fields to signup form * Translate login button text to support internationalization * feat: Refactor location visit status logic and add utility function for visited locations count * chore: Upgrade GitHub Actions and remove unused timezone import * fix: Update Docker image tags in GitHub Actions workflow for consistency * fix: Update Docker image build process to use BuildKit cache for improved performance * chore: Remove unused imports from stats_view.py for cleaner code * Increase background image opacity on login and signup pages for improved visibility * fix: Add postgresql-client to runtime dependencies in Dockerfile * fix: Update workflow files to include permissions for GitHub Actions * fix: Update esbuild version to ^0.25.9 in package.json and pnpm-lock.yaml for compatibility * chore: improve Chinese translation (#796) * fix: update adventure log quote and remove unused activity type field * fix: optimize import process by using get_or_create for visited cities and regions * fix: update README to reflect changes from adventures to locations and enhance feature descriptions * fix: update documentation to reflect changes from adventures to locations and enhance feature descriptions * Update google_maps_integration.md (#743) * Update google_maps_integration.md Explain APIs needed for AdventureLogs versions. Fixes #731 and #727 * Fix a typo google_maps_integration.md --------- Co-authored-by: Sean Morley <98704938+seanmorley15@users.noreply.github.com> * fix: update appVersion to reflect the main branch version * fix: update image source for satellite map in documentation * Update frontend/src/lib/components/NewLocationModal.svelte Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Add localization updates for multiple languages - Japanese (ja.json): Added new activity-related phrases and checklist terms. - Korean (ko.json): Included activity breakdown and checklist enhancements. - Dutch (nl.json): Updated activity descriptions and added checklist functionalities. - Norwegian (no.json): Enhanced activity and checklist terminology. - Polish (pl.json): Added new phrases for activities and checklist management. - Brazilian Portuguese (pt-br.json): Updated activity-related terms and checklist features. - Russian (ru.json): Included new phrases for activities and checklist management. - Swedish (sv.json): Enhanced activity descriptions and checklist functionalities. - Chinese (zh.json): Added new activity-related phrases and checklist terms. * fix: enhance image upload handling to support immich_id * Add "not_enabled" message for Strava integration in multiple languages - Updated Spanish, French, Italian, Japanese, Korean, Dutch, Norwegian, Polish, Brazilian Portuguese, Russian, Swedish, and Chinese locale files to include a new message indicating that Strava integration is not enabled in the current instance. --------- Signed-off-by: Lucas Zampieri <lzampier@redhat.com> Co-authored-by: Ycer0n <37674033+Ycer0n@users.noreply.github.com> Co-authored-by: taninme <5262715+taninme@users.noreply.github.com> Co-authored-by: ferdousahmed <taninme@gmail.com> Co-authored-by: Christian Zäske <blitzdose@gmail.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: Lucas Zampieri <lcasmz54@gmail.com> Co-authored-by: pplulee <pplulee@live.cn> Co-authored-by: Cathelijne Hornstra <github@hornstra.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -9,13 +9,20 @@
|
||||
"oss_attributions": "Open source gebruik",
|
||||
"other_attributions": "Aanvullende vermeldingen zijn te vinden in het README-bestand.",
|
||||
"source_code": "Broncode",
|
||||
"generic_attributions": "Log in op AdventUrelog om attributies te bekijken voor ingeschakelde integraties en services."
|
||||
"generic_attributions": "Log in op AdventUrelog om attributies te bekijken voor ingeschakelde integraties en services.",
|
||||
"attributions": "Attributies",
|
||||
"developer": "Ontwikkelaar",
|
||||
"license_info": "Licentie",
|
||||
"sponsor": "Sponsor",
|
||||
"thank_you": "Bedankt voor het gebruik van AdventUrelog!",
|
||||
"version": "Versie",
|
||||
"view_changelog": "Bekijk Changelog",
|
||||
"view_license": "Bekijk licentie"
|
||||
},
|
||||
"adventures": {
|
||||
"activities": {},
|
||||
"add_to_collection": "Toevoegen aan collectie",
|
||||
"adventure": "Avontuur",
|
||||
"adventure_delete_confirm": "Weet je zeker dat je dit avontuur wilt verwijderen? \nDeze actie kan niet ongedaan worden gemaakt.",
|
||||
"archive": "Archiveer",
|
||||
"archived": "Gearchiveerd",
|
||||
"archived_collection_message": "Collectie succesvol gearchiveerd!",
|
||||
@@ -23,15 +30,11 @@
|
||||
"ascending": "Oplopend",
|
||||
"cancel": "Annuleren",
|
||||
"category_filter": "Categoriefilter",
|
||||
"clear": "Leeg maken",
|
||||
"clear": "Leegmaken",
|
||||
"collection": "Collectie",
|
||||
"collection_adventures": "Inclusief collectie-avonturen",
|
||||
"collection_link_error": "Fout bij het koppelen van dit avontuur aan de collectie",
|
||||
"collection_link_success": "Avontuur succesvol gekoppeld aan collectie!",
|
||||
"collection_remove_error": "Fout bij verwijderen van dit avontuur uit de collectie",
|
||||
"collection_remove_success": "Avontuur is succesvol uit de collectie verwijderd!",
|
||||
"count_txt": "resultaten die overeenkomen met uw zoekopdracht",
|
||||
"create_new": "Maak nieuwe...",
|
||||
"create_new": "Maak nieuw...",
|
||||
"date": "Datum",
|
||||
"delete": "Verwijderen",
|
||||
"delete_collection": "Collectie verwijderen",
|
||||
@@ -41,13 +44,11 @@
|
||||
"edit_collection": "Collectie bewerken",
|
||||
"filter": "Filter",
|
||||
"homepage": "Startpagina",
|
||||
"latitude": "Breedte",
|
||||
"longitude": "Lengte",
|
||||
"latitude": "Breedtegraad",
|
||||
"longitude": "Lengtegraad",
|
||||
"my_collections": "Mijn collecties",
|
||||
"name": "Naam",
|
||||
"no_image_found": "Geen afbeelding gevonden",
|
||||
"not_found": "Avontuur niet gevonden",
|
||||
"not_found_desc": "Het avontuur waar je naar op zoek was, kon niet worden gevonden. \nProbeer een ander avontuur of kom later nog eens terug.",
|
||||
"open_details": "Details openen",
|
||||
"open_filters": "Filters openen",
|
||||
"order_by": "Sorteer op",
|
||||
@@ -64,9 +65,7 @@
|
||||
"updated": "Gewijzigd",
|
||||
"visit": "Bezoek",
|
||||
"visits": "Bezoeken",
|
||||
"adventure_delete_success": "Avontuur succesvol verwijderd!",
|
||||
"dates": "Datums",
|
||||
"delete_adventure": "Avontuur verwijderen",
|
||||
"duration": "Duur",
|
||||
"image_removed_error": "Fout bij het verwijderen van de afbeelding",
|
||||
"image_removed_success": "Afbeelding succesvol verwijderd!",
|
||||
@@ -81,10 +80,6 @@
|
||||
"activity_types": "Activiteitstypen",
|
||||
"add": "Toevoegen",
|
||||
"add_notes": "Voeg opmerkingen toe",
|
||||
"adventure_create_error": "Kan geen avontuur aanmaken",
|
||||
"adventure_created": "Avontuur aangemaakt",
|
||||
"adventure_update_error": "Kan avontuur niet wijzigen",
|
||||
"adventure_updated": "Avontuur gewijzigd",
|
||||
"basic_information": "Basisinformatie",
|
||||
"category": "Categorie",
|
||||
"clear_map": "Kaart leegmaken",
|
||||
@@ -100,23 +95,19 @@
|
||||
"location": "Locatie",
|
||||
"location_information": "Informatie over de locatie",
|
||||
"my_images": "Mijn afbeeldingen",
|
||||
"new_adventure": "Nieuw avontuur",
|
||||
"no_description_found": "Geen beschrijving gevonden",
|
||||
"no_images": "Geen afbeeldingen",
|
||||
"no_location": "Voer een locatie in",
|
||||
"no_results": "Geen resultaten gevonden",
|
||||
"public_adventure": "Openbaar avontuur",
|
||||
"remove": "Verwijderen",
|
||||
"save_next": "Opslaan & Volgende",
|
||||
"search_for_location": "Zoek een locatie",
|
||||
"search_results": "Zoekresultaten",
|
||||
"see_adventures": "Zie Avonturen",
|
||||
"share_adventure": "Deel dit avontuur!",
|
||||
"start_date": "Startdatum",
|
||||
"upload_image": "Afbeelding uploaden",
|
||||
"url": "URL",
|
||||
"warning": "Waarschuwing",
|
||||
"wiki_desc": "Haalt een fragment uit een Wikipedia-artikel dat overeenkomt met de naam van het avontuur.",
|
||||
"wikipedia": "Wikipedia",
|
||||
"adventure_not_found": "Er zijn geen avonturen om weer te geven. \nVoeg er een paar toe via de plusknop rechtsonder of probeer de filters te wijzigen!",
|
||||
"all": "Alle",
|
||||
@@ -124,17 +115,16 @@
|
||||
"mark_visited": "Markeer als bezocht",
|
||||
"my_adventures": "Mijn avonturen",
|
||||
"no_adventures_found": "Geen avonturen gevonden",
|
||||
"no_collections_found": "Er zijn geen collecties gevonden waar dit avontuur aan kan worden toegevoegd.",
|
||||
"no_linkable_adventures": "Er zijn geen avonturen gevonden die aan deze collectie kunnen worden gekoppeld.",
|
||||
"not_visited": "Niet bezocht",
|
||||
"regions_updated": "regio's bijgewerkt",
|
||||
"update_visited_regions": "Werk bezochte regio's bij",
|
||||
"update_visited_regions_disclaimer": "Dit kan even duren, afhankelijk van het aantal avondturen dat je hebt beleefd.",
|
||||
"visited_region_check": "Controleer bezochte regio's",
|
||||
"visited_region_check_desc": "Door dit te selecteren, controleert de server alle avonturen die je beleefde en markeert hun regio's als bezocht in de wereldreizen.",
|
||||
"visited_region_check_desc": "Door dit te selecteren, controleert de server alle avonturen die je hebt beleefd en markeert hun regio's als bezocht in de wereldreizen.",
|
||||
"add_new": "Nieuw toevoegen...",
|
||||
"checklist": "Controlelijst",
|
||||
"checklists": "Controlelijsten",
|
||||
"checklist": "Checklist",
|
||||
"checklists": "Checklists",
|
||||
"collection_archived": "Deze collectie is gearchiveerd.",
|
||||
"collection_completed": "Je hebt deze collectie voltooid!",
|
||||
"collection_stats": "Collectiestatistieken",
|
||||
@@ -167,7 +157,7 @@
|
||||
"checklist_delete_confirm": "Weet u zeker dat u deze checklist wilt verwijderen? \nDeze actie kan niet ongedaan worden gemaakt.",
|
||||
"clear_location": "Locatie wissen",
|
||||
"date_information": "Datuminformatie",
|
||||
"delete_checklist": "Controlelijst verwijderen",
|
||||
"delete_checklist": "Checklist verwijderen",
|
||||
"delete_note": "Notitie verwijderen",
|
||||
"delete_transportation": "Transport verwijderen",
|
||||
"end": "Einde",
|
||||
@@ -181,10 +171,7 @@
|
||||
"to": "Naar",
|
||||
"transportation_delete_confirm": "Weet u zeker dat u dit transport wilt verwijderen? \nDeze actie kan niet ongedaan worden gemaakt.",
|
||||
"ending_airport": "Luchthaven van aankomst",
|
||||
"will_be_marked": "wordt gemarkeerd als bezocht zodra het avontuur is opgeslagen.",
|
||||
"cities_updated": "steden bijgewerkt",
|
||||
"create_adventure": "Creëer avontuur",
|
||||
"no_adventures_to_recommendations": "Geen avonturen gevonden. \nVoeg ten minste één avontuur toe om aanbevelingen te krijgen.",
|
||||
"finding_recommendations": "Ontdek verborgen juweeltjes voor je volgende avontuur",
|
||||
"attachment": "Bijlage",
|
||||
"attachment_delete_success": "Bijlage succesvol verwijderd!",
|
||||
@@ -201,18 +188,18 @@
|
||||
"delete_lodging": "Verwijder accommodatie",
|
||||
"display_name": "Weergavenaam",
|
||||
"location_details": "Locatiegegevens",
|
||||
"lodging": "Onderdak",
|
||||
"lodging": "Accomodatie",
|
||||
"reservation_number": "Reserveringsnummer",
|
||||
"lodging_delete_confirm": "Weet u zeker dat u deze accommodatielocatie wilt verwijderen? \nDeze actie kan niet ongedaan worden gemaakt.",
|
||||
"lodging_information": "Informatie overliggen",
|
||||
"lodging_delete_confirm": "Weet u zeker dat u deze accommodatie wilt verwijderen? \nDeze actie kan niet ongedaan worden gemaakt.",
|
||||
"lodging_information": "Accomodatie-informatie",
|
||||
"price": "Prijs",
|
||||
"region": "Regio",
|
||||
"open_in_maps": "Open in kaarten",
|
||||
"all_day": "De hele dag",
|
||||
"collection_no_start_end_date": "Als u een start- en einddatum aan de collectie toevoegt, ontgrendelt u de functies van de planning van de route ontgrendelen in de verzamelpagina.",
|
||||
"date_itinerary": "Datumroute",
|
||||
"no_ordered_items": "Voeg items toe met datums aan de collectie om ze hier te zien.",
|
||||
"ordered_itinerary": "Besteld reisschema",
|
||||
"date_itinerary": "Datum reisschema",
|
||||
"no_ordered_items": "Voeg items met datums toe aan de collectie om ze hier te zien.",
|
||||
"ordered_itinerary": "Geordend reisschema",
|
||||
"invalid_date_range": "Ongeldige datumbereik",
|
||||
"timezone": "Tijdzone",
|
||||
"no_visits": "Geen bezoeken",
|
||||
@@ -220,7 +207,7 @@
|
||||
"departure_timezone": "Vertrektijdzone",
|
||||
"arrival_date": "Aankomstdatum",
|
||||
"departure_date": "Vertrekdatum",
|
||||
"coordinates": "Coördineert",
|
||||
"coordinates": "Coördinaten",
|
||||
"copy_coordinates": "Kopieer coördinaten",
|
||||
"sun_times": "Zonnetijden",
|
||||
"sunrise": "Zonsopgang",
|
||||
@@ -232,9 +219,9 @@
|
||||
"joined": "Samengevoegd",
|
||||
"view_profile": "Bekijk profiel",
|
||||
"share_collection": "Deel deze collectie!",
|
||||
"filters_and_sort": "Filters",
|
||||
"filters_and_stats": "Filters",
|
||||
"no_adventures_message": "Begin met het documenteren van uw avonturen en het plannen van nieuwe. \nElke reis heeft een verhaal dat het vertellen waard is.",
|
||||
"filters_and_sort": "Filters & Sorteren",
|
||||
"filters_and_stats": "Filters & Statistieken",
|
||||
"no_adventures_message": "Begin met het documenteren van uw avonturen en het plannen van nieuwe avonturen. \nElke reis heeft een verhaal dat het vertellen waard is.",
|
||||
"travel_progress": "Reisvoortgang",
|
||||
"adventures_available": "Avonturen beschikbaar",
|
||||
"all_adventures_already_linked": "Alle avonturen zijn al gekoppeld aan deze collectie.",
|
||||
@@ -242,11 +229,201 @@
|
||||
"create_collection_first": "Maak eerst een collectie om je avonturen en herinneringen te organiseren.",
|
||||
"delete_collection_warning": "Weet u zeker dat u deze collectie wilt verwijderen? \nDeze actie kan niet ongedaan worden gemaakt.",
|
||||
"done": "Klaar",
|
||||
"loading_adventures": "Adventuren laden ...",
|
||||
"loading_adventures": "Avonturen laden ...",
|
||||
"name_location": "naam, locatie",
|
||||
"collection_contents": "Verzamelingsinhoud",
|
||||
"collection_contents": "Collectie-inhoud",
|
||||
"check_in": "Inchecken",
|
||||
"check_out": "Uitchecken"
|
||||
"check_out": "Uitchecken",
|
||||
"collection_link_location_error": "Foutkoppelingslocatie naar verzameling",
|
||||
"collection_link_location_success": "Locatie gekoppeld aan het succesvol verzamelen!",
|
||||
"collection_locations": "Neem verzamellocaties op",
|
||||
"collection_remove_location_error": "Fout het verwijderen van locatie uit het verzamelen",
|
||||
"collection_remove_location_success": "Locatie verwijderd uit de collectie succesvol!",
|
||||
"create_location": "Locatie maken",
|
||||
"delete_location": "Verwijder locatie",
|
||||
"edit_location": "Locatie bewerken",
|
||||
"location_create_error": "Kan locatie niet maken",
|
||||
"location_created": "Locatie gemaakt",
|
||||
"location_delete_confirm": "Weet u zeker dat u deze locatie wilt verwijderen? \nDeze actie kan niet ongedaan worden gemaakt.",
|
||||
"location_delete_success": "Locatie verwijderd met succes!",
|
||||
"location_not_found": "Locatie niet gevonden",
|
||||
"location_not_found_desc": "De locatie waarnaar u op zoek was, kon niet worden gevonden. \nProbeer een andere locatie of kom later terug.",
|
||||
"location_update_error": "De locatie niet bijwerken",
|
||||
"location_updated": "Locatie bijgewerkt",
|
||||
"new_location": "Nieuwe locatie",
|
||||
"no_collections_to_add_location": "Geen collecties gevonden om deze locatie toe te voegen aan.",
|
||||
"no_locations_to_recommendations": "Geen locaties gevonden. \nVoeg minstens één locatie toe om aanbevelingen te krijgen.",
|
||||
"public_location": "Openbare locatie",
|
||||
"share_location": "Deel deze locatie!",
|
||||
"visit_calendar": "Bezoek de agenda",
|
||||
"wiki_location_desc": "Haalt fragment uit het Wikipedia -artikel dat overeenkomt met de naam van de locatie.",
|
||||
"will_be_marked_location": "wordt gemarkeerd als bezocht zodra de locatie is opgeslagen.",
|
||||
"no_locations_found": "Geen locaties gevonden",
|
||||
"image_modal_navigate": "Gebruik pijltoetsen of klik om te navigeren",
|
||||
"details": "Details",
|
||||
"leave": "Vertrekken",
|
||||
"leave_collection": "Verlaat de verzameling",
|
||||
"leave_collection_warning": "Weet je zeker dat je deze collectie wilt verlaten? \nAlle locaties die u hebt toegevoegd, worden niet gekoppeld en blijven in uw account.",
|
||||
"left_collection_message": "Succesvol linkse collectie",
|
||||
"loading_collections": "Collecties laden ...",
|
||||
"quick_start": "Snel begin",
|
||||
"achievements": "Prestaties",
|
||||
"active_duration": "Actieve duur",
|
||||
"activities_name": "Activiteiten",
|
||||
"activity_name": "Activiteitennaam",
|
||||
"activity_name_placeholder": "Ochtendrun",
|
||||
"activity_name_required": "Activiteitennaam is vereist",
|
||||
"activity_options": "Activiteitsopties",
|
||||
"activity_statistics": "Activiteitsstatistieken",
|
||||
"activity_statistics_description": "Uw fitness- en activiteitenprestaties",
|
||||
"add_activity": "Voeg activiteit toe",
|
||||
"add_first_trail": "Voeg uw eerste pad toe met de knop hierboven",
|
||||
"add_new_activity": "Voeg nieuwe activiteit toe",
|
||||
"add_new_trail": "Voeg een nieuw pad toe",
|
||||
"add_trail": "Trail toevoegen",
|
||||
"add_visit": "Voeg bezoek toe",
|
||||
"add_wanderer_trail": "Voeg Wanderer Trail toe",
|
||||
"attachment_management": "Bijlagebeheer",
|
||||
"attachment_name_required": "Bijlagenaam vereist",
|
||||
"attachment_remove_error": "Er is een fout opgetreden bij het verwijderen van de bijlage",
|
||||
"attachment_removed": "Bijlage met succes verwijderd",
|
||||
"attachment_updated": "Bijlage met succes bijgewerkt",
|
||||
"average_cadence": "Gemiddelde cadans",
|
||||
"average_speed": "Gemiddelde snelheid",
|
||||
"avg_speed": "Gemiddelde snelheid",
|
||||
"back": "Rug",
|
||||
"cadence": "Cadans",
|
||||
"calories": "Calorieën",
|
||||
"click_map": "Klik op de kaart om een locatie te selecteren",
|
||||
"click_on_map": "Klik op de kaart om een locatie te selecteren",
|
||||
"complete_import": "Volledige import",
|
||||
"complete_strava_import": "Complete strava import",
|
||||
"confirm_delete_activity": "Weet u zeker dat u deze activiteit wilt verwijderen?",
|
||||
"connect_to_wanderer": "Maak verbinding met Wanderer",
|
||||
"continue": "Doorgaan",
|
||||
"create_new_location": "Maak een nieuwe locatie",
|
||||
"create_trail": "Creëer Trail",
|
||||
"created": "Gecreëerd",
|
||||
"current_attachments": "Huidige bijlagen",
|
||||
"date_selection": "Datum selectie",
|
||||
"download_gpx": "Download GPX",
|
||||
"edit_visit": "Bewerk bezoek",
|
||||
"elapsed_time": "Verstreken tijd",
|
||||
"elevation": "Hoogte",
|
||||
"elevation_gain": "Hoogtewinst",
|
||||
"elevation_high": "Hoogte hoog",
|
||||
"elevation_loss": "Hoogteverlies",
|
||||
"elevation_low": "Hoogte laag",
|
||||
"end_lat": "Eindbreedtegraad",
|
||||
"end_lng": "Einde lengtegraad",
|
||||
"export_gpx": "Exporteer GPX",
|
||||
"export_original": "Exporteren origineel",
|
||||
"external_link": "Externe link",
|
||||
"gain": "verdienen",
|
||||
"getting_location_details": "Locatiegegevens krijgen",
|
||||
"gpx_file": "GPX -bestand",
|
||||
"gpx_file_downloaded": "GPX -bestand gedownload. \nUpload het hieronder om de import te voltooien.",
|
||||
"gpx_file_required": "GPX -bestand vereist",
|
||||
"image_management": "Beeldbeheer",
|
||||
"import_activity": "Importactiviteit",
|
||||
"importing": "Importeren",
|
||||
"likes": "Likes",
|
||||
"loading_activities": "Laadactiviteiten",
|
||||
"location_display_name": "Locatieweergavennaam",
|
||||
"location_map": "Locatie",
|
||||
"location_selected": "Locatie geselecteerd",
|
||||
"max_speed": "Maximale snelheid",
|
||||
"moving_time": "Verplaatsingstijd",
|
||||
"next_image": "Volgende afbeelding",
|
||||
"no_attachments_uploaded_yet": "Nog geen bijlagen geüpload",
|
||||
"no_external_link": "Geen externe link beschikbaar",
|
||||
"no_file_selected": "Geen bestand geselecteerd",
|
||||
"no_images_uploaded_yet": "Nog geen afbeeldingen geüpload",
|
||||
"no_strava_activities": "Geen Strava -activiteiten gevonden tijdens dit bezoek",
|
||||
"no_trails_added": "Nog geen paden toegevoegd",
|
||||
"no_trails_available": "Geen paden beschikbaar",
|
||||
"no_trails_found_matching": "Geen paden gevonden bij matching",
|
||||
"no_visits_description": "Maak uw eerste bezoek door datums hierboven te selecteren",
|
||||
"notes_placeholder": "Notities toevoegen over dit bezoek",
|
||||
"or": "OF",
|
||||
"pace": "Tempo",
|
||||
"photos": "Foto's",
|
||||
"previous_image": "Vorige afbeelding",
|
||||
"processing": "Verwerking",
|
||||
"public_location_description": "Maak deze locatie zichtbaar voor andere gebruikers",
|
||||
"remove_visit": "Verwijder bezoek",
|
||||
"rest_time": "Rusttijd",
|
||||
"saved_activities": "Geredde activiteiten",
|
||||
"search_location": "Zoek naar een locatie",
|
||||
"search_placeholder": "Betreed stad, locatie of monument ...",
|
||||
"search_trails_placeholder": "Zoek paden bij naam",
|
||||
"searching": "Doorzoeking",
|
||||
"select_on_map": "Selecteer op kaart",
|
||||
"select_wanderer_trail": "Selecteer een spoor van uw Wanderer -account",
|
||||
"sport_type": "Sporttype",
|
||||
"sport_type_placeholder": "Trail lopen",
|
||||
"start_lat": "Start Latitude",
|
||||
"start_lng": "Begin lengtegraad",
|
||||
"strava_activities_during_visit": "Strava -activiteiten tijdens bezoek",
|
||||
"strava_activity_ready": "Strava -activiteit klaar",
|
||||
"time": "Tijd",
|
||||
"total_covered": "Totaal bedekt",
|
||||
"total_recorded": "Totaal geregistreerd",
|
||||
"trail": "Pad",
|
||||
"trail_created_successfully": "Trail met succes gemaakt",
|
||||
"trail_creation_failed": "Kan trail niet maken",
|
||||
"trail_fetch_failed": "Kan Wanderer -paden niet halen",
|
||||
"trail_link_required": "Een traillink is vereist",
|
||||
"trail_name": "Spoornaam",
|
||||
"trail_removal_failed": "Kan het pad niet verwijderen",
|
||||
"trail_removed_successfully": "Trail is met succes verwijderd",
|
||||
"trail_update_failed": "Kan Trail niet bijwerken",
|
||||
"trail_updated_successfully": "Trail is succesvol bijgewerkt",
|
||||
"trails": "Paden",
|
||||
"trails_found_for": "paden gevonden voor",
|
||||
"trails_management": "Trails management",
|
||||
"trails_management_description": "Beheer paden die aan deze locatie zijn gekoppeld. \nTrails kunnen worden gekoppeld aan externe services zoals AllTrails of Link to Wanderer Trails.",
|
||||
"update_location_details": "Update locatiegegevens",
|
||||
"update_visit": "Update bezoek",
|
||||
"upload_activity": "Upload activiteit",
|
||||
"upload_attachment": "Upload bijlage",
|
||||
"upload_first_attachment": "Upload uw eerste bijlage met de bovenstaande opties",
|
||||
"upload_first_image": "Upload uw eerste afbeelding met behulp van een van de bovenstaande opties",
|
||||
"upload_from_device": "Upload van apparaat",
|
||||
"upload_from_url": "Upload van URL",
|
||||
"upload_gpx_file": "Upload het GPX -bestand dat net is gedownload om de strava -import te voltooien",
|
||||
"uploading": "Het uploaden",
|
||||
"use_current_location": "Gebruik de huidige locatie",
|
||||
"view_gpx": "Bekijk GPX",
|
||||
"view_on": "Bekijk",
|
||||
"view_strava_activities": "Bekijk Strava -activiteiten",
|
||||
"view_trail": "Bekijk pad",
|
||||
"wanderer_integration_error": "Wanderer -integratie is niet ingeschakeld of is verlopen.",
|
||||
"wikipedia_error": "Kan geen beschrijving van Wikipedia genereren",
|
||||
"high": "Hoog",
|
||||
"low": "Laag",
|
||||
"rest": "Rest",
|
||||
"total": "Totaal",
|
||||
"attachment_removed_error": "Fout bij het verwijderen van bijlage",
|
||||
"attachment_removed_success": "Bevestiging is succesvol verwijderd",
|
||||
"attachments_upload_info": "Bijlagen worden geüpload na het opslaan van de",
|
||||
"image_upload_info": "Afbeeldingen worden geüpload na het opslaan van de",
|
||||
"linked_locations": "Gekoppelde locaties",
|
||||
"lodging_save_error": "Error Saving accommodatie",
|
||||
"my_attachments": "Mijn bijlagen",
|
||||
"no_attachments": "Geen bijlagen",
|
||||
"no_attachments_desc": "Upload bestanden om te beginnen",
|
||||
"no_images_desc": "Upload afbeeldingen om te beginnen",
|
||||
"route_map": "Routekaart",
|
||||
"selected_attachments": "Geselecteerde bijlagen",
|
||||
"selected_images": "Geselecteerde afbeeldingen",
|
||||
"activities_text": "activiteiten",
|
||||
"activity_breakdown_by_category": "Activiteitsafbraak per categorie",
|
||||
"distance_covered": "Afstand afgevaardigd",
|
||||
"recorded_sessions": "Opgenomen sessies",
|
||||
"total_activities": "Totale activiteiten",
|
||||
"total_climbed": "Totaal geklommen",
|
||||
"total_distance": "Totale afstand"
|
||||
},
|
||||
"home": {
|
||||
"desc_1": "Ontdek, plan en verken met gemak",
|
||||
@@ -285,7 +462,7 @@
|
||||
"aestheticLight": "Esthetisch licht",
|
||||
"aqua": "Aqua",
|
||||
"dark": "Donker",
|
||||
"dim": "Vaag",
|
||||
"dim": "Duister",
|
||||
"forest": "Woud",
|
||||
"light": "Licht",
|
||||
"night": "Nacht",
|
||||
@@ -298,7 +475,8 @@
|
||||
"language_selection": "Taal",
|
||||
"support": "Steun",
|
||||
"calendar": "Kalender",
|
||||
"admin_panel": "Admin -paneel"
|
||||
"admin_panel": "Admin -paneel",
|
||||
"navigation": "Navigatie"
|
||||
},
|
||||
"auth": {
|
||||
"confirm_password": "Bevestig wachtwoord",
|
||||
@@ -317,10 +495,14 @@
|
||||
"public_tooltip": "Met een openbaar profiel kunnen gebruikers collecties met u delen en uw profiel bekijken op de gebruikerspagina.",
|
||||
"new_password": "Nieuw wachtwoord",
|
||||
"or_3rd_party": "Of log in met een service van derden",
|
||||
"no_public_adventures": "Geen openbare avonturen gevonden",
|
||||
"no_public_collections": "Geen openbare collecties gevonden",
|
||||
"user_adventures": "Gebruikersavonturen",
|
||||
"user_collections": "Gebruikerscollecties"
|
||||
"user_collections": "Gebruikerscollecties",
|
||||
"no_public_locations": "Geen openbare locaties gevonden",
|
||||
"user_locations": "Gebruikerslocaties",
|
||||
"enter_password": "Voer uw wachtwoord in",
|
||||
"enter_username": "Voer uw gebruikersnaam in",
|
||||
"logging_in": "Inloggen",
|
||||
"totp": "Tweefactorcode"
|
||||
},
|
||||
"users": {
|
||||
"no_users_found": "Er zijn geen gebruikers gevonden met openbare profielen."
|
||||
@@ -349,9 +531,9 @@
|
||||
"all_regions": "Alle regio's",
|
||||
"available_to_explore": "Beschikbaar om te verkennen",
|
||||
"cities_in": "Steden in",
|
||||
"clear_all": "Duidelijk alles duidelijk",
|
||||
"clear_all": "Alles wissen",
|
||||
"clear_all_filters": "Wis alle filters",
|
||||
"clear_filters": "Duidelijke filters duiden",
|
||||
"clear_filters": "Filters wissen",
|
||||
"complete": "Compleet",
|
||||
"countries": "landen",
|
||||
"country_completed": "Voltooid land",
|
||||
@@ -367,9 +549,9 @@
|
||||
"of": "van",
|
||||
"partial": "Gedeeltelijk",
|
||||
"progress": "Voortgang",
|
||||
"progress_and_stats": "Voortgang",
|
||||
"progress_and_stats": "Voortgang & Statistieken",
|
||||
"region_completed": "Regio voltooid",
|
||||
"remaining": "Overig",
|
||||
"remaining": "Resterende",
|
||||
"show_map": "Toon kaart",
|
||||
"show_map_labels": "Toon kaartlabels",
|
||||
"total_cities": "Totale steden",
|
||||
@@ -379,7 +561,8 @@
|
||||
"oldest_first": "Oudste eerste",
|
||||
"unvisited_first": "Eerst niet bezocht",
|
||||
"visited_first": "Eerst bezocht",
|
||||
"total_items": "Totale items"
|
||||
"total_items": "Totale items",
|
||||
"getting_location_details": "Locatiegegevens krijgen"
|
||||
},
|
||||
"settings": {
|
||||
"account_settings": "Gebruikersaccount instellingen",
|
||||
@@ -398,7 +581,7 @@
|
||||
"reset_password": "Wachtwoord opnieuw instellen",
|
||||
"about_this_background": "Over deze achtergrond",
|
||||
"join_discord": "Sluit je aan bij Discord",
|
||||
"join_discord_desc": "om uw eigen foto's te delen. \nPlaats ze in de",
|
||||
"join_discord_desc": "om uw eigen foto's te delen, Plaats ze in het #travel-share kanaal",
|
||||
"photo_by": "Foto door",
|
||||
"current_password": "Huidig wachtwoord",
|
||||
"password_change_lopout_warning": "Na het wijzigen van uw wachtwoord wordt u uitgelogd.",
|
||||
@@ -444,10 +627,10 @@
|
||||
"password_enabled": "Wachtwoordverificatie ingeschakeld",
|
||||
"password_enabled_error": "Fout bij het inschakelen van wachtwoordverificatie.",
|
||||
"access_restricted": "Toegang beperkt",
|
||||
"access_restricted_desc": "Yadministratieve functies zijn alleen beschikbaar voor personeelsleden.",
|
||||
"add_new_email": "Voeg nieuwe e -mail toe",
|
||||
"add_new_email_address": "Voeg nieuw e -mailadres toe",
|
||||
"admin": "Beheersing",
|
||||
"access_restricted_desc": "administratieve functies zijn alleen beschikbaar voor administrators.",
|
||||
"add_new_email": "Voeg nieuwe e-mail toe",
|
||||
"add_new_email_address": "Voeg nieuw e-mailadres toe",
|
||||
"admin": "Administrator",
|
||||
"admin_panel_desc": "Toegang tot de volledige beheerinterface",
|
||||
"administration": "Administratie",
|
||||
"administration_desc": "Administratieve tools en instellingen",
|
||||
@@ -457,16 +640,16 @@
|
||||
"all_rights_reserved": "Alle rechten voorbehouden.",
|
||||
"app_version": "App -versie",
|
||||
"debug_information": "Debug -informatie",
|
||||
"disabled": "Gehandicapt",
|
||||
"disabled": "Uitgeschakeld",
|
||||
"disconnected": "Losgekoppeld",
|
||||
"email_management": "E -mailbeheer",
|
||||
"email_management_desc": "Beheer uw e -mailadressen en verificatiestatus",
|
||||
"emails": "E -mails",
|
||||
"email_management": "E-mailbeheer",
|
||||
"email_management_desc": "Beheer uw e-mailadressen en verificatiestatus",
|
||||
"emails": "E-mails",
|
||||
"enabled": "Ingeschakeld",
|
||||
"enter_current_password": "Voer het huidige wachtwoord in",
|
||||
"enter_first_name": "Voer uw voornaam in",
|
||||
"enter_last_name": "Voer uw achternaam in",
|
||||
"enter_new_email": "Voer een nieuw e -mailadres in",
|
||||
"enter_new_email": "Voer een nieuw e-mailadres in",
|
||||
"enter_new_password": "Voer een nieuw wachtwoord in",
|
||||
"enter_username": "Voer uw gebruikersnaam in",
|
||||
"integrations": "Integratie",
|
||||
@@ -476,36 +659,79 @@
|
||||
"mfa_is_enabled": "MFA is ingeschakeld",
|
||||
"pass_change_desc": "Werk uw accountwachtwoord bij voor een betere beveiliging",
|
||||
"password_auth": "Wachtwoordverificatie",
|
||||
"password_login_disabled": "Wachtwoord Aanmelding Uitgeschakeld",
|
||||
"password_login_enabled": "Wachtwoordaanmelding ingeschakeld",
|
||||
"password_login_disabled": "Wachtwoord aanmelding uitgeschakeld",
|
||||
"password_login_enabled": "Wachtwoord aanmelding ingeschakeld",
|
||||
"profile_info": "Profielinformatie",
|
||||
"profile_info_desc": "Werk uw persoonlijke gegevens en profielfoto bij",
|
||||
"public_profile_desc": "Maak uw profiel zichtbaar voor andere gebruikers",
|
||||
"quick_actions": "Snelle acties",
|
||||
"region_updates": "Regio -updates",
|
||||
"region_updates": "Regio updates",
|
||||
"region_updates_desc": "Update bezochte regio's en steden",
|
||||
"regular_user": "Gewone gebruiker",
|
||||
"security": "Beveiliging",
|
||||
"settings_menu": "Instellingenmenu",
|
||||
"social_auth": "Sociale authenticatie",
|
||||
"social_auth_desc_1": "Beheer sociale inlogopties en wachtwoordinstellingen",
|
||||
"social_auth_setup": "Sociale authenticatie -opstelling",
|
||||
"social_auth_setup": "Sociale authenticatie opstelling",
|
||||
"staff_status": "Status",
|
||||
"staff_user": "Personeelsgebruiker",
|
||||
"connected": "Aangesloten",
|
||||
"invalid_credentials": "Ongeldige referenties"
|
||||
"invalid_credentials": "Ongeldige referenties",
|
||||
"backup_restore": "Back -up",
|
||||
"backup_restore_desc": "Sla uw gegevens op of herstel deze in een eerder back -upbestand.",
|
||||
"complete_setup_to_enable": "Volledige installatie om MFA in te schakelen",
|
||||
"copy_all": "Kopieer alles",
|
||||
"enter_6_digit_code": "Voer 6 cijfercode in",
|
||||
"enter_code_from_app": "Voer de code uit van app",
|
||||
"error_occurred": "Er is een fout opgetreden",
|
||||
"important": "Belangrijk",
|
||||
"manual_entry": "Handmatig invoer",
|
||||
"mfa_already_enabled": "MFA al ingeschakeld",
|
||||
"setup_required": "Instellingen vereist",
|
||||
"verify_setup": "Controleer de installatie",
|
||||
"whats_included": "Wat is inbegrepen",
|
||||
"mfa_required": "MFA vereist",
|
||||
"scan_qr_code": "Scan QR -code",
|
||||
"scan_with_authenticator_app": "Scan met authenticator -app",
|
||||
"secure_your_account": "Beveilig uw account",
|
||||
"backup_your_data": "Back -up van uw gegevens",
|
||||
"backup_your_data_desc": "Download een volledige back -up van uw accountgegevens, inclusief locaties, collecties, media en bezoeken.",
|
||||
"data_override_acknowledge": "Ik erken dat dit al mijn bestaande gegevens zal overschrijven",
|
||||
"data_override_acknowledge_desc": "Deze actie is onomkeerbaar en vervangt alle locaties, collecties en bezoeken in uw account.",
|
||||
"data_override_warning": "Gegevensoverschrijdende waarschuwing",
|
||||
"data_override_warning_desc": "Het herstellen van gegevens zal alle bestaande gegevens (die in de back -up zijn opgenomen) in uw account volledig vervangen. \nDeze actie kan niet ongedaan worden gemaakt.",
|
||||
"integrations_settings": "Instellingen integraties",
|
||||
"media": "Media",
|
||||
"restore_data": "Herstel gegevens",
|
||||
"restore_data_desc": "Upload een back -upbestand om uw gegevens te herstellen.",
|
||||
"select_backup_file": "Selecteer back -upbestand",
|
||||
"world_travel_visits": "Wereldreizen bezoeken",
|
||||
"activities": "Activiteiten",
|
||||
"trails": "Paden",
|
||||
"use_imperial": "Gebruik imperiale eenheden",
|
||||
"use_imperial_desc": "Gebruik imperiale eenheden (voeten, inches, ponden) in plaats van metrische eenheden"
|
||||
},
|
||||
"checklist": {
|
||||
"checklist_delete_error": "Fout bij het verwijderen van de controlelijst",
|
||||
"checklist_deleted": "Controlelijst succesvol verwijderd!",
|
||||
"checklist_editor": "Controlelijsten bewerken",
|
||||
"checklist_public": "Deze controlelijst is openbaar omdat deze zich in een openbare collectie bevindt.",
|
||||
"checklist_delete_error": "Fout bij het verwijderen van de checklist",
|
||||
"checklist_deleted": "Checklist succesvol verwijderd!",
|
||||
"checklist_editor": "Checklists bewerken",
|
||||
"checklist_public": "Deze checklist is openbaar omdat deze zich in een openbare collectie bevindt.",
|
||||
"item": "Artikel",
|
||||
"item_already_exists": "Artikel bestaat al",
|
||||
"item_cannot_be_empty": "Artikel mag niet leeg zijn",
|
||||
"items": "Artikelen",
|
||||
"new_item": "Nieuw artikel",
|
||||
"new_checklist": "Nieuwe controlelijst"
|
||||
"new_checklist": "Nieuwe checklist",
|
||||
"add_new_item": "Voeg nieuw item toe",
|
||||
"add_your_first_item": "Voeg uw eerste item toe",
|
||||
"checklist_viewer": "Checklist Viewer",
|
||||
"completed": "Voltooid",
|
||||
"current_items": "Huidige items",
|
||||
"editing_checklist": "Bewerkingshoofdlijst",
|
||||
"enter_checklist_title": "Voer de titel van de checklist in",
|
||||
"no_items_yet": "Nog geen items",
|
||||
"update_checklist_details": "Bewerkingshoofdlijst",
|
||||
"viewing_checklist": "Checklist bekijken"
|
||||
},
|
||||
"collection": {
|
||||
"collection_created": "Collectie succesvol aangemaakt!",
|
||||
@@ -525,7 +751,7 @@
|
||||
"shared_collections": "Gedeelde collecties",
|
||||
"available": "Beschikbaar",
|
||||
"linked": "Gekoppeld",
|
||||
"try_different_search": "Probeer een ander zoek of filter."
|
||||
"try_different_search": "Probeer een andere zoekopdracht of filter."
|
||||
},
|
||||
"notes": {
|
||||
"add_a_link": "Voeg een link toe",
|
||||
@@ -539,7 +765,11 @@
|
||||
"open": "Open",
|
||||
"save": "Opslaan",
|
||||
"invalid_url": "Ongeldige URL",
|
||||
"note_viewer": "Bekijk notities"
|
||||
"note_viewer": "Bekijk notities",
|
||||
"create_new_note": "Maak een nieuwe noot",
|
||||
"enter_note_title": "Voer de titel in",
|
||||
"update_note_details": "Bewerkingsnoot",
|
||||
"viewing_note": "Bekekennota"
|
||||
},
|
||||
"transportation": {
|
||||
"edit": "Bewerk",
|
||||
@@ -561,31 +791,50 @@
|
||||
"new_transportation": "Nieuw vervoer",
|
||||
"transportation_delete_error": "Fout bij verwijderen vervoer",
|
||||
"transportation_deleted": "Vervoer succesvol verwijderd!",
|
||||
"ending_airport_desc": "Voer eindigende luchthavencode in (bijv. LAX)",
|
||||
"fetch_location_information": "Locatie -informatie ophalen",
|
||||
"starting_airport_desc": "Voer de startende luchthavencode in (bijv. JFK)"
|
||||
"ending_airport_desc": "Voer aankomst luchthavencode in (bijv. LAX)",
|
||||
"fetch_location_information": "Locatie-informatie ophalen",
|
||||
"starting_airport_desc": "Voer de vertrek luchthavencode in (bijv. JFK)",
|
||||
"create_new_transportation": "Nieuw transport",
|
||||
"enter_flight_number": "Voer het vluchtnummer in",
|
||||
"enter_from_location": "Voer vanaf de locatie in",
|
||||
"enter_link": "Voer link in",
|
||||
"enter_to_location": "Ga naar de locatie",
|
||||
"enter_transportation_name": "Voer de transportnaam in",
|
||||
"select_type": "Selecteer type",
|
||||
"update_transportation_details": "Update transportdetails"
|
||||
},
|
||||
"search": {
|
||||
"adventurelog_results": "AdventureLog-resultaten",
|
||||
"adventurelog_results": "AdventureLog resultaten",
|
||||
"online_results": "Online resultaten",
|
||||
"public_adventures": "Openbare avonturen"
|
||||
"public_adventures": "Openbare avonturen",
|
||||
"cities": "Steden",
|
||||
"countries": "Landen",
|
||||
"found": "gevonden",
|
||||
"result": "Resultaat",
|
||||
"results": "Resultaat",
|
||||
"try_searching_desc": "Probeer op zoek naar avonturen, collecties, landen, regio's, steden of gebruikers."
|
||||
},
|
||||
"map": {
|
||||
"add_adventure": "Voeg nieuw avontuur toe",
|
||||
"add_adventure_at_marker": "Voeg een nieuw avontuur toe bij het markeerpunt",
|
||||
"add_adventure_at_marker": "Voeg een nieuw avontuur toe bij de marker",
|
||||
"adventure_map": "Avonturenkaart",
|
||||
"clear_marker": "Verwijder markeerpunt",
|
||||
"clear_marker": "Verwijder marker",
|
||||
"map_options": "Kaartopties",
|
||||
"show_visited_regions": "Toon bezochte regio's",
|
||||
"view_details": "Details bekijken",
|
||||
"adventure_stats": "Avontuurstatistieken",
|
||||
"adventures_shown": "Avonturen getoond",
|
||||
"completion": "Voltooiing",
|
||||
"display_options": "Display -opties",
|
||||
"display_options": "Displayopties",
|
||||
"map_controls": "Kaartbesturing",
|
||||
"marker_placed_on_map": "Marker geplaatst op kaart",
|
||||
"place_marker_desc": "Klik op de kaart om een marker te plaatsen of voeg een avontuur toe zonder locatie.",
|
||||
"regions": "Gebieden"
|
||||
"regions": "Gebieden",
|
||||
"add_location": "Voeg een nieuwe locatie toe",
|
||||
"add_location_at_marker": "Voeg een nieuwe locatie toe bij Marker",
|
||||
"location_map": "Locatiekaart",
|
||||
"locations_shown": "Getoonde locaties",
|
||||
"place_marker_desc_location": "Klik op de kaart om een marker te plaatsen.",
|
||||
"show_activities": "Toon activiteiten",
|
||||
"show_visited_cities": "Bezochte steden"
|
||||
},
|
||||
"languages": {},
|
||||
"share": {
|
||||
@@ -598,7 +847,11 @@
|
||||
"with": "met",
|
||||
"go_to_settings": "Ga naar instellingen",
|
||||
"no_shared_found": "Er zijn geen collecties gevonden die met u zijn gedeeld.",
|
||||
"set_public": "Om ervoor te zorgen dat gebruikers met u kunnen delen, moet uw profiel op openbaar zijn ingesteld."
|
||||
"set_public": "Om ervoor te zorgen dat gebruikers met u kunnen delen, moet uw profiel op openbaar zijn ingesteld.",
|
||||
"available": "Beschikbaar",
|
||||
"pending": "In behandeling",
|
||||
"revoke_invite": "Revoke uitnodigen",
|
||||
"send_invite": "Stuur uitnodiging"
|
||||
},
|
||||
"profile": {
|
||||
"member_since": "Lid sinds",
|
||||
@@ -611,9 +864,9 @@
|
||||
"no_shared_adventures": "Deze gebruiker heeft nog geen openbare avonturen gedeeld.",
|
||||
"no_shared_collections": "Deze gebruiker heeft nog geen openbare collecties gedeeld.",
|
||||
"planned_trips": "Geplande reizen",
|
||||
"public_adventure_experiences": "Publieke avontuurlijke ervaringen",
|
||||
"travel_statistics": "Reisstatistieken",
|
||||
"your_journey_at_a_glance": "Je avontuurlijke reis in één oogopslag"
|
||||
"your_journey_at_a_glance": "Je avontuurlijke reis in één oogopslag",
|
||||
"public_location_experiences": "Openbare locatie -ervaringen"
|
||||
},
|
||||
"categories": {
|
||||
"category_name": "Categorienaam",
|
||||
@@ -622,9 +875,9 @@
|
||||
"manage_categories": "Beheer categorieën",
|
||||
"no_categories_found": "Geen categorieën gevonden.",
|
||||
"select_category": "Selecteer een categorie",
|
||||
"update_after_refresh": "De avonturenkaarten worden bijgewerkt zodra u de pagina vernieuwt.",
|
||||
"add_new_category": "Voeg een nieuwe categorie toe",
|
||||
"name_required": "Categorienaam is vereist"
|
||||
"name_required": "Categorienaam is vereist",
|
||||
"location_update_after_refresh": "De locatiekaarten worden bijgewerkt zodra u de pagina vernieuwt."
|
||||
},
|
||||
"dashboard": {
|
||||
"add_some": "Waarom begint u niet met het plannen van uw volgende avontuur? \nJe kunt een nieuw avontuur toevoegen door op de onderstaande knop te klikken.",
|
||||
@@ -635,7 +888,7 @@
|
||||
"total_visited_regions": "Totaal bezochte regio's",
|
||||
"welcome_back": "Welkom terug",
|
||||
"total_visited_cities": "Totaal bezochte steden",
|
||||
"document_some_adventures": "Begin met het documenteren van uw reizen en bouw uw persoonlijke avontuurlijke kaart!",
|
||||
"document_some_adventures": "Begin met het documenteren van uw reizen en bouw uw persoonlijke avonturen kaart!",
|
||||
"view_all": "Bekijk alles",
|
||||
"welcome_text_1": "Je bent op",
|
||||
"welcome_text_2": "Avonturen tot nu toe",
|
||||
@@ -647,32 +900,44 @@
|
||||
"disable": "Uitzetten",
|
||||
"immich": "Immich",
|
||||
"immich_disabled": "Immich-integratie succesvol uitgeschakeld!",
|
||||
"immich_error": "Fout bij updaten van Immich-integratie",
|
||||
"immich_error": "Fout bij updaten van Immich integratie",
|
||||
"integration_fetch_error": "Fout bij het ophalen van gegevens uit de Immich-integratie",
|
||||
"load_more": "Laad meer",
|
||||
"no_items_found": "Geen artikelen gevonden",
|
||||
"server_url": "Immich-server-URL",
|
||||
"server_url": "Immich server URL",
|
||||
"update_integration": "Integratie bijwerken",
|
||||
"localhost_note": "Opmerking: localhost zal hoogstwaarschijnlijk niet werken tenzij dit bewust zo geconfigureerd is in het docker-netwerk. \nHet is aanbevolen om het IP-adres van de server of de domeinnaam te gebruiken.",
|
||||
"api_key_placeholder": "Voer uw Immich API -sleutel in",
|
||||
"api_key_placeholder": "Voer uw Immich API-sleutel in",
|
||||
"enable_integration": "Integratie inschakelen",
|
||||
"immich_integration_desc": "Verbind uw Immich Photo Management Server",
|
||||
"need_help": "Hulp nodig bij het opzetten van dit? \nBekijk de",
|
||||
"connection_error": "Error verbinding maken met Immich Server",
|
||||
"connection_error": "Fout bij verbinding maken met de Immich Server",
|
||||
"copy_locally": "Kopieer afbeeldingen lokaal",
|
||||
"copy_locally_desc": "Kopieer afbeeldingen naar de server voor offline toegang. \nGebruikt meer schijfruimte.",
|
||||
"error_saving_image": "Foutopslagafbeelding",
|
||||
"integration_already_exists": "Er bestaat al een Immich -integratie. \nU kunt maar één integratie tegelijk hebben.",
|
||||
"integration_not_found": "Immich -integratie niet gevonden. \nMaak een nieuwe integratie.",
|
||||
"network_error": "Netwerkfout terwijl u verbinding maakt met de Immich -server. \nControleer uw verbinding en probeer het opnieuw.",
|
||||
"validation_error": "Er is een fout opgetreden bij het valideren van de Immich -integratie. \nControleer uw server -URL en API -toets."
|
||||
"integration_already_exists": "Er bestaat al een Immich integratie. \nU kunt maar één integratie tegelijk hebben.",
|
||||
"integration_not_found": "Immich integratie niet gevonden. \nMaak een nieuwe integratie.",
|
||||
"network_error": "Netwerkfout terwijl u verbinding maakt met de Immich server. \nControleer uw verbinding en probeer het opnieuw.",
|
||||
"validation_error": "Er is een fout opgetreden bij het valideren van de Immich integratie. \nControleer uw server-URL en API-toets.",
|
||||
"by_album": "Per album",
|
||||
"by_date": "Op datum",
|
||||
"error_no_object_id": "Er is geen object -ID verstrekt",
|
||||
"fetch_error": "Fout bij het ophalen van gegevens uit de Immich -integratie",
|
||||
"image_search_placeholder": "Zoek met behulp van Immich",
|
||||
"loading": "Laden",
|
||||
"loading_albums": "Albums laden",
|
||||
"no_images": "Geen afbeeldingen gevonden",
|
||||
"select_album": "Selecteer album",
|
||||
"select_album_first": "Selecteer eerst een album",
|
||||
"select_date": "Selecteer datum",
|
||||
"try_different_date": "Probeer een andere datum"
|
||||
},
|
||||
"recomendations": {
|
||||
"recommendation": "Aanbeveling",
|
||||
"recommendations": "Aanbevelingen",
|
||||
"adventure_recommendations": "Avontuuraanbevelingen",
|
||||
"food": "Voedsel",
|
||||
"tourism": "Toerisme"
|
||||
"tourism": "Toerisme",
|
||||
"location_recommendations": "Locatieaanbevelingen"
|
||||
},
|
||||
"lodging": {
|
||||
"apartment": "Appartement",
|
||||
@@ -680,7 +945,7 @@
|
||||
"cabin": "Cabine",
|
||||
"campground": "Camping",
|
||||
"edit": "Bewerking",
|
||||
"edit_lodging": "Bewerkingen bewerken",
|
||||
"edit_lodging": "Bewerk accomodatie",
|
||||
"hostel": "Hostel",
|
||||
"hotel": "Hotel",
|
||||
"house": "Huis",
|
||||
@@ -688,24 +953,66 @@
|
||||
"new_lodging": "Nieuwe accommodatie",
|
||||
"other": "Ander",
|
||||
"reservation_number": "Reserveringsnummer",
|
||||
"resort": "Toevlucht",
|
||||
"villa": "Villa"
|
||||
"resort": "Vakantiepark",
|
||||
"villa": "Villa",
|
||||
"create_new_lodging": "Nieuwe accommodatie",
|
||||
"enter_lodging_name": "Voer een accommodatie in",
|
||||
"enter_price": "De prijs binnenkomen",
|
||||
"enter_reservation_number": "Voer het reserveringsnummer in",
|
||||
"update_lodging_details": "Update Lodging -details"
|
||||
},
|
||||
"google_maps": {
|
||||
"google_maps_integration_desc": "Sluit uw Google Maps-account aan om zoekresultaten en aanbevelingen van hoge kwaliteit te krijgen."
|
||||
"google_maps_integration_desc": "Sluit uw Google Maps-account aan om zoekresultaten en aanbevelingen van hoge kwaliteit te krijgen.",
|
||||
"google_maps_integration_desc_no_staff": "Deze integratie moet eerst door de admin op deze server worden ingeschakeld."
|
||||
},
|
||||
"calendar": {
|
||||
"all_categories": "Alle categorieën",
|
||||
"all_day_event": "De hele dag evenement",
|
||||
"calendar_overview": "Kalenderoverzicht",
|
||||
"categories": "Categorieën",
|
||||
"day": "Dag",
|
||||
"events_scheduled": "geplande evenementen",
|
||||
"filter_by_category": "Filter per categorie",
|
||||
"filtered_results": "Gefilterde resultaten",
|
||||
"month": "Maand",
|
||||
"today": "Vandaag",
|
||||
"total_events": "Totale gebeurtenissen",
|
||||
"week": "Week"
|
||||
},
|
||||
"locations": {
|
||||
"location": "Locatie",
|
||||
"locations": "Locaties",
|
||||
"my_locations": "Mijn locaties"
|
||||
},
|
||||
"settings_download_backup": "Download back -up",
|
||||
"invites": {
|
||||
"accept": "Accepteren",
|
||||
"accept_failed": "Kan uitnodigen niet accepteren",
|
||||
"accepted": "Nodig geaccepteerd uit",
|
||||
"by": "door",
|
||||
"decline": "Afwijzen",
|
||||
"decline_failed": "Kan uitnodigen niet achteruitgaan",
|
||||
"declined": "Uitnodiging weigeren",
|
||||
"invited_on": "Uitgenodigd",
|
||||
"no_invites": "Geen uitnodigingen",
|
||||
"no_invites_desc": "Zorg ervoor dat uw profiel openbaar is, zodat gebruikers u kunnen uitnodigen.",
|
||||
"pending_invites": "In afwachting van uitnodigingen",
|
||||
"title": "Uitnodigen"
|
||||
},
|
||||
"strava": {
|
||||
"account_connected": "Account verbonden",
|
||||
"admin_setup_required": "De serverbeheerder moet het wereldwijd inschakelen",
|
||||
"authorization_error": "Fout omleidend naar Strava Authorization URL",
|
||||
"connect_account": "Verbind account",
|
||||
"disconnect": "Loskoppelen",
|
||||
"disconnect_error": "Fout bij het loskoppelen van Strava",
|
||||
"disconnected": "Met succes losgekoppeld van Strava",
|
||||
"not_configured": "Strava niet geconfigureerd",
|
||||
"ready_to_connect": "Klaar om verbinding te maken",
|
||||
"strava_integration_desc": "Maak verbinding met Strava om uw activties eenvoudig te importeren in locaties en bezoeken",
|
||||
"gpx_required": "Upload het GPX -bestand om de strava -import te voltooien",
|
||||
"not_enabled": "Strava -integratie is niet ingeschakeld in deze instantie."
|
||||
},
|
||||
"wanderer": {
|
||||
"connected": "Succesvol verbonden met Wanderer",
|
||||
"connection_error": "Fout die verbinding maakt met Wanderer",
|
||||
"wanderer_integration_desc": "Maak verbinding met Wanderer om eenvoudig uw paden op locaties te importeren en te bekijken"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user