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:
Sean Morley
2025-08-19 08:50:45 -04:00
committed by GitHub
parent 4e96e529f4
commit a3f0eda63f
220 changed files with 27763 additions and 6653 deletions

1016
frontend/src/locales/ar.json Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -9,23 +9,25 @@
"oss_attributions": "Open Source Quellenangaben",
"other_attributions": "Weitere Hinweise finden Sie in der README-Datei.",
"source_code": "Quellcode",
"generic_attributions": "Melden Sie sich bei Adventurelog an, um Zuschreibungen für aktivierte Integrationen und Dienste anzuzeigen."
"generic_attributions": "Melden Sie sich bei Adventurelog an, um Zuschreibungen für aktivierte Integrationen und Dienste anzuzeigen.",
"attributions": "Zuschreibungen",
"developer": "Entwickler",
"license_info": "Lizenz",
"sponsor": "Sponsor",
"thank_you": "Vielen Dank, dass Sie Adventurelog verwendet haben!",
"version": "Version",
"view_changelog": "ChangeLog anzeigen",
"view_license": "Lizenz anzeigen"
},
"adventures": {
"activities": {},
"add_to_collection": "Zur Sammlung hinzufügen",
"adventure_delete_confirm": "Sind Sie sicher, dass Sie dieses Abenteuer löschen möchten? \nDiese Aktion kann nicht rückgängig gemacht werden.",
"collection_link_error": "Fehler beim Verknüpfen des Abenteuers mit der Sammlung",
"collection_link_success": "Abenteuer erfolgreich mit Sammlung verknüpft!",
"collection_remove_error": "Beim Entfernen des Abenteuers aus der Sammlung ist ein Fehler aufgetreten",
"collection_remove_success": "Abenteuer erfolgreich aus der Sammlung entfernt!",
"delete": "Löschen",
"edit_adventure": "Abenteuer bearbeiten",
"no_image_found": "Kein Bild gefunden",
"open_details": "Details",
"remove_from_collection": "Aus Sammlung entfernen",
"adventure": "Abenteuer",
"adventure_delete_success": "Abenteuer erfolgreich gelöscht!",
"archive": "Archiv",
"archived": "Archiviert",
"archived_collection_message": "Sammlung erfolgreich archiviert!",
@@ -39,7 +41,6 @@
"count_txt": "Suchergebnisse",
"date": "Datum",
"dates": "Termine",
"delete_adventure": "Abenteuer löschen",
"delete_collection": "Sammlung löschen",
"delete_collection_success": "Sammlung erfolgreich gelöscht!",
"descending": "Absteigend",
@@ -56,8 +57,6 @@
"my_collections": "Meine Sammlungen",
"name": "Name",
"no_image_url": "Unter dieser URL wurde kein Bild gefunden.",
"not_found": "Abenteuer nicht gefunden",
"not_found_desc": "Das von Ihnen gesuchte Abenteuer konnte nicht gefunden werden. \nBitte versuchen Sie ein anderes Abenteuer aus oder schauen Sie später noch mal vorbei.",
"open_filters": "Filter öffnen",
"order_by": "Sortieren nach",
"order_direction": "Sortierreihenfolge",
@@ -80,10 +79,6 @@
"activity_types": "Aktivitätstypen",
"add": "Hinzufügen",
"add_notes": "Notizen hinzufügen",
"adventure_create_error": "Das Abenteuer konnte nicht erstellt werden",
"adventure_created": "Abenteuer erstellt",
"adventure_update_error": "Das Abenteuer konnte nicht aktualisiert werden",
"adventure_updated": "Abenteuer aktualisiert",
"basic_information": "Basisdaten",
"category": "Kategorie",
"clear_map": "Karte leeren",
@@ -100,23 +95,19 @@
"location": "Standort",
"location_information": "Standortinformationen",
"my_images": "Meine Bilder",
"new_adventure": "Neues Abenteuer",
"no_description_found": "Keine Beschreibung gefunden",
"no_images": "Keine Bilder",
"no_location": "Bitte geben Sie einen Ort ein",
"no_results": "Keine Ergebnisse gefunden",
"public_adventure": "Öffentliches Abenteuer",
"remove": "Entfernen",
"save_next": "Speichern & weiter",
"search_for_location": "Nach einem Ort suchen",
"search_results": "Suchergebnisse",
"see_adventures": "Siehe Abenteuer",
"share_adventure": "Teilen Sie dieses Abenteuer!",
"start_date": "Startdatum",
"upload_image": "Bild hochladen",
"url": "URL",
"warning": "Warnung",
"wiki_desc": "Ruft einen Auszug aus einem Wikipedia-Artikel ab, der zum Namen des Abenteuers passt.",
"wikipedia": "Wikipedia",
"adventure_not_found": "Keine Abenteuer vorhanden. \nFügen Sie welche über die Plus-Schaltfläche unten rechts hinzu oder versuchen Sie, die Filter zu ändern!",
"all": "Alle",
@@ -124,7 +115,6 @@
"mark_visited": "als besucht markieren",
"my_adventures": "Meine Abenteuer",
"no_adventures_found": "Keine Abenteuer gefunden",
"no_collections_found": "Es wurden keine Sammlungen gefunden, die zu diesem Abenteuer hinzugefügt werden können.",
"no_linkable_adventures": "Es wurden keine Abenteuer gefunden, die mit dieser Sammlung verknüpft werden können.",
"not_visited": "Nicht besucht",
"regions_updated": "Regionen aktualisiert",
@@ -181,10 +171,7 @@
"starting_airport": "Startflughafen",
"to": "Nach",
"transportation_delete_confirm": "Sind Sie sicher, dass Sie diesen Transport löschen möchten? \nDies lässt sich nicht rückgängig machen.",
"will_be_marked": "wird als besucht markiert, sobald das Abenteuer gespeichert wird.",
"cities_updated": "Städte aktualisiert",
"create_adventure": "Erstelle Abenteuer",
"no_adventures_to_recommendations": "Keine Abenteuer gefunden. \nFügen Sie mindestens ein Abenteuer hinzu, um Empfehlungen zu erhalten.",
"finding_recommendations": "Entdecken Sie verborgene Schätze für Ihr nächstes Abenteuer",
"attachment": "Anhang",
"attachment_delete_success": "Anhang gelöscht!",
@@ -246,7 +233,197 @@
"name_location": "Name, Ort",
"collection_contents": "Sammelinhalt",
"check_in": "Einchecken",
"check_out": "Kasse"
"check_out": "Kasse",
"collection_link_location_error": "Fehlerverknüpfungsort zur Sammlung",
"collection_link_location_success": "Standort, die mit der Sammlung erfolgreich verknüpft sind!",
"collection_locations": "Sammelorte einbeziehen",
"collection_remove_location_error": "Fehler zur Entfernung des Standorts aus der Sammlung",
"collection_remove_location_success": "Standort erfolgreich aus der Sammlung entfernt!",
"create_location": "Standort erstellen",
"delete_location": "Position löschen",
"edit_location": "Standort bearbeiten",
"location_create_error": "Der Standort erstellt nicht",
"location_created": "Ort erstellt",
"location_delete_confirm": "Sind Sie sicher, dass Sie diesen Ort löschen möchten? \nDiese Aktion kann nicht rückgängig gemacht werden.",
"location_delete_success": "Standort erfolgreich gelöscht!",
"location_not_found": "Ort nicht gefunden",
"location_not_found_desc": "Der Ort, den Sie gesucht haben, konnte nicht gefunden werden. \nBitte probieren Sie einen anderen Ort aus oder schauen Sie später noch einmal vorbei.",
"location_update_error": "Der Standort nicht aktualisiert",
"location_updated": "Standort aktualisiert",
"new_location": "Neuer Standort",
"no_collections_to_add_location": "Keine Sammlungen, die diesen Ort hinzuzufügen.",
"no_locations_to_recommendations": "Keine Standorte gefunden. \nFügen Sie mindestens einen Ort hinzu, um Empfehlungen zu erhalten.",
"public_location": "Öffentliche Lage",
"share_location": "Teilen Sie diesen Ort!",
"visit_calendar": "Besuchen Sie den Kalender",
"wiki_location_desc": "Zieht Auszug aus dem Wikipedia -Artikel, der dem Namen des Standorts entspricht.",
"will_be_marked_location": "wird als besucht markiert, sobald der Standort gespeichert ist.",
"no_locations_found": "Keine Standorte gefunden",
"image_modal_navigate": "Verwenden Sie Pfeiltasten oder klicken Sie, um zu navigieren",
"details": "Details",
"leave": "Verlassen",
"leave_collection": "Sammlung verlassen",
"leave_collection_warning": "Sind Sie sicher, dass Sie diese Sammlung verlassen möchten? \nAlle von Ihnen hinzugefügten Standorte werden nicht verknüpft und bleiben in Ihrem Konto.",
"left_collection_message": "Erfolgreich verlassene Sammlung",
"loading_collections": "Ladesammlungen ...",
"quick_start": "Schneller Start",
"achievements": "Erfolge",
"active_duration": "Aktive Dauer",
"activities_name": "Aktivitäten",
"activity_name": "Aktivitätsname",
"activity_name_placeholder": "Morgenlauf",
"activity_name_required": "Aktivitätsname ist erforderlich",
"activity_options": "Aktivitätsoptionen",
"activity_statistics": "Aktivitätsstatistik",
"activity_statistics_description": "Ihre Fitness- und Aktivitätsleistungen",
"add_activity": "Aktivität hinzufügen",
"add_first_trail": "Fügen Sie Ihren ersten Trail mit der Schaltfläche oben hinzu",
"add_new_activity": "Neue Aktivität hinzufügen",
"add_trail": "Trail hinzufügen",
"add_visit": "Besuch hinzufügen",
"add_wanderer_trail": "Fügen Sie Wanderer Trail hinzu",
"attachment_management": "Bindungsmanagement",
"attachment_name_required": "Anhangsname erforderlich",
"attachment_remove_error": "Ein Fehler beim Entfernen des Anhangs trat auf",
"attachment_removed": "Anhaftung erfolgreich entfernt",
"attachment_updated": "Anhang erfolgreich aktualisiert",
"average_cadence": "Durchschnittliche Trittfrequenz",
"average_speed": "Durchschnittsgeschwindigkeit",
"avg_speed": "Durchschnittsgeschwindigkeit",
"back": "Zurück",
"cadence": "Kadenz",
"calories": "Kalorien",
"click_map": "Klicken Sie auf die Karte, um einen Speicherort auszuwählen",
"click_on_map": "Klicken Sie auf die Karte, um einen Speicherort auszuwählen",
"complete_import": "Vollständige Import",
"complete_strava_import": "Vollständige Strava -Import",
"confirm_delete_activity": "Sind Sie sicher, dass Sie diese Aktivität löschen möchten?",
"connect_to_wanderer": "Verbinden Sie sich mit Wanderer",
"continue": "Weitermachen",
"create_new_location": "Neuen Standort erstellen",
"create_trail": "Trail erstellen",
"created": "Erstellt",
"current_attachments": "Aktuelle Anhänge",
"date_selection": "Datumauswahl",
"download_gpx": "Laden Sie GPX herunter",
"edit_visit": "Besuch bearbeiten",
"elapsed_time": "Verstrichene Zeit",
"elevation": "Elevation",
"elevation_gain": "Höhengewinn",
"elevation_high": "Höhe hoch",
"elevation_loss": "Höhenverlust",
"elevation_low": "Höhe niedrig",
"end_lat": "Ende Breite",
"end_lng": "Ende der Länge",
"export_gpx": "Exportieren Sie GPX",
"export_original": "Original exportieren",
"external_link": "Externer Link",
"gain": "gewinnen",
"getting_location_details": "Standortdetails erhalten",
"gpx_file": "GPX -Datei",
"gpx_file_downloaded": "GPX -Datei heruntergeladen. \nBitte laden Sie es unten hoch, um den Import zu vervollständigen.",
"gpx_file_required": "GPX -Datei erforderlich",
"image_management": "Bildverwaltung",
"import_activity": "Importaktivität",
"importing": "Import",
"likes": "Mag",
"loading_activities": "Ladeaktivitäten",
"location_display_name": "Standort Anzeigename",
"location_map": "Standort",
"location_selected": "Ort ausgewählt",
"max_speed": "Maximale Geschwindigkeit",
"moving_time": "Umzugszeit",
"next_image": "Nächstes Bild",
"no_attachments_uploaded_yet": "Noch keine Anhänge hochgeladen",
"no_external_link": "Kein externer Link verfügbar",
"no_file_selected": "Keine Datei ausgewählt",
"no_images_uploaded_yet": "Noch keine Bilder hochgeladen",
"no_strava_activities": "Keine Strava -Aktivitäten bei diesem Besuch gefunden",
"no_trails_added": "Noch keine Wege hinzugefügt",
"no_trails_available": "Keine Wanderwege verfügbar",
"no_trails_found_matching": "Keine Pfade gefunden passend",
"no_visits_description": "Erstellen Sie Ihren ersten Besuch, indem Sie die obigen Daten auswählen",
"notes_placeholder": "Fügen Sie Notizen zu diesem Besuch hinzu",
"or": "ODER",
"pace": "Tempo",
"photos": "Fotos",
"previous_image": "Vorheriges Bild",
"processing": "Verarbeitung",
"public_location_description": "Machen Sie diesen Ort für andere Benutzer sichtbar",
"remove_visit": "Besuch entfernen",
"rest_time": "Ruhezeit",
"saved_activities": "Gespeicherte Aktivitäten",
"search_location": "Suche nach einem Ort",
"search_placeholder": "Betreten Sie die Stadt, den Standort oder Wahrzeichen ...",
"search_trails_placeholder": "Suchwege nach Namensuche suchen",
"searching": "Suche",
"select_on_map": "Wählen Sie auf der Karte",
"select_wanderer_trail": "Wählen Sie einen Weg aus Ihrem Wanderer -Konto aus",
"sport_type": "Sportart",
"sport_type_placeholder": "Trailrunning",
"start_lat": "Breitengrad beginnen",
"start_lng": "Länge beginnen",
"strava_activities_during_visit": "Strava -Aktivitäten während des Besuchs",
"strava_activity_ready": "Strava -Aktivität bereit",
"time": "Zeit",
"total_covered": "Gesamt abgedeckt",
"total_recorded": "Insgesamt aufgezeichnet",
"trail": "Pfad",
"trail_created_successfully": "Trail erfolgreich geschaffen",
"trail_creation_failed": "Versäumnis, Trail zu erstellen",
"trail_fetch_failed": "Versäumte, Wanderwege zu holen",
"trail_link_required": "Ein Trail -Link ist erforderlich",
"trail_name": "Trailname",
"trail_removal_failed": "Trail nicht entfernen",
"trail_removed_successfully": "Trail erfolgreich entfernt",
"trail_update_failed": "Fehlgeschlagen, Trail zu aktualisieren",
"trail_updated_successfully": "Trail erfolgreich aktualisiert",
"trails": "Wanderwege",
"trails_found_for": "Wege gefunden für",
"trails_management": "Trails Management",
"upload_first_attachment": "Laden Sie Ihren ersten Anhang mit den obigen Optionen hoch",
"upload_first_image": "Laden Sie Ihr erstes Bild mit einer der oben genannten Optionen hoch",
"upload_from_device": "Hochladen vom Gerät hoch",
"upload_from_url": "Hochladen von der URL",
"upload_gpx_file": "Laden Sie die GPX -Datei hoch, die gerade heruntergeladen wurde, um den Strava -Import abzuschließen",
"uploading": "Hochladen",
"use_current_location": "Verwenden Sie den aktuellen Standort",
"view_gpx": "GPX anzeigen",
"view_on": "Blick auf",
"view_strava_activities": "STRAVA -Aktivitäten anzeigen",
"view_trail": "Wanderweg anzeigen",
"wanderer_integration_error": "Wanderer -Integration ist nicht aktiviert oder ist abgelaufen.",
"wikipedia_error": "Ich habe keine Beschreibung von Wikipedia generiert",
"add_new_trail": "Fügen Sie einen neuen Weg hinzu",
"trails_management_description": "Verwalten Sie mit diesem Ort verbundene Trails. \nTrails können mit externen Diensten wie Alltrails oder Link zu Wanderer -Trails verknüpft werden.",
"update_location_details": "Standortdetails aktualisieren",
"update_visit": "Aktualisieren Sie den Besuch",
"upload_activity": "Aktivität hochladen",
"upload_attachment": "Laden Sie den Anhang hoch",
"high": "Hoch",
"low": "Niedrig",
"rest": "Ausruhen",
"total": "Gesamt",
"attachment_removed_error": "Fehler Entfernen des Anhangs",
"attachment_removed_success": "Anhaftung erfolgreich entfernt",
"attachments_upload_info": "Anhänge werden nach dem Speichern der Hochgelände hochgeladen",
"image_upload_info": "Bilder werden nach dem Speichern der hochgeladen",
"linked_locations": "Verknüpfte Orte",
"lodging_save_error": "Fehler speichern Unterkunft",
"my_attachments": "Meine Anhänge",
"no_attachments": "Keine Anhänge",
"no_attachments_desc": "Laden Sie Dateien hoch, um loszulegen",
"no_images_desc": "Laden Sie Bilder hoch, um loszulegen",
"route_map": "Routenkarte",
"selected_attachments": "Ausgewählte Anhänge",
"selected_images": "Ausgewählte Bilder",
"activities_text": "Aktivitäten",
"activity_breakdown_by_category": "Aktivitätsaufschlüsselung nach Kategorie",
"distance_covered": "Entfernung bedeckt",
"recorded_sessions": "Aufgenommene Sitzungen",
"total_activities": "Gesamtaktivitäten",
"total_climbed": "Total bestiegen",
"total_distance": "Gesamtabstand"
},
"home": {
"desc_1": "Entdecken, planen und erkunden Sie mühelos",
@@ -298,7 +475,8 @@
"language_selection": "Sprachauswahl",
"support": "Unterstützung",
"calendar": "Kalender",
"admin_panel": "Administration"
"admin_panel": "Administration",
"navigation": "Navigation"
},
"auth": {
"confirm_password": "Passwort bestätigen",
@@ -317,10 +495,14 @@
"public_tooltip": "Mit einem öffentlichen Profil können Benutzer Sammlungen mit Ihnen teilen und Ihr Profil auf der Benutzerseite anzeigen.",
"new_password": "Neues Passwort",
"or_3rd_party": "Oder melden Sie sich bei einem Drittanbieter an",
"no_public_adventures": "Keine öffentlichen Abenteuer gefunden",
"no_public_collections": "Keine öffentlichen Sammlungen gefunden",
"user_adventures": "Benutzerabenteuer",
"user_collections": "Benutzersammlungen"
"user_collections": "Benutzersammlungen",
"no_public_locations": "Keine öffentlichen Standorte gefunden",
"user_locations": "Benutzerstandorte",
"enter_password": "Geben Sie Ihr Passwort ein",
"enter_username": "Geben Sie Ihren Benutzernamen ein",
"logging_in": "Anmeldung hinein",
"totp": "Zwei-Faktor-Code"
},
"users": {
"no_users_found": "Keine Benutzer mit öffentlichem Profil gefunden."
@@ -379,7 +561,8 @@
"oldest_first": "Älteste zuerst",
"unvisited_first": "Zuerst nicht besucht",
"visited_first": "Zuerst besucht",
"total_items": "Gesamtartikel"
"total_items": "Gesamtartikel",
"getting_location_details": "Standortdetails erhalten"
},
"settings": {
"account_settings": "Benutzerkonto",
@@ -493,7 +676,40 @@
"staff_status": "Personalstatus",
"staff_user": "Personalbenutzer",
"profile_info_desc": "Aktualisieren Sie Ihre persönlichen Daten und Ihr Profilbild",
"invalid_credentials": "Ungültige Anmeldeinformationen"
"invalid_credentials": "Ungültige Anmeldeinformationen",
"backup_restore": "Backup",
"backup_restore_desc": "Speichern Sie Ihre Daten oder stellen Sie sie in einer früheren Sicherungsdatei wieder her.",
"complete_setup_to_enable": "Komplettes Setup, um MFA zu aktivieren",
"copy_all": "Alle kopieren",
"enter_6_digit_code": "Geben Sie einen 6 -stelligen Code ein",
"enter_code_from_app": "Geben Sie den Code aus der App ein",
"error_occurred": "Es ist ein Fehler aufgetreten",
"important": "Wichtig",
"manual_entry": "Manueller Eintritt",
"mfa_already_enabled": "MFA bereits aktiviert",
"mfa_required": "MFA erforderlich",
"scan_qr_code": "Scannen QR -Code",
"scan_with_authenticator_app": "Scannen Sie mit Authenticator App",
"secure_your_account": "Sichern Sie Ihr Konto",
"setup_required": "Setup erforderlich",
"verify_setup": "Überprüfen Sie das Setup",
"whats_included": "Was ist enthalten",
"backup_your_data": "Sichern Sie Ihre Daten",
"backup_your_data_desc": "Laden Sie eine vollständige Sicherung Ihrer Kontodaten, einschließlich Standorte, Sammlungen, Medien und Besuchen, herunter.",
"data_override_acknowledge": "Ich bestätige, dass dies alle meine vorhandenen Daten überschreibt",
"data_override_acknowledge_desc": "Diese Aktion ist irreversibel und ersetzt alle Standorte, Sammlungen und Besuche in Ihrem Konto.",
"data_override_warning": "Daten überschreiben Warnung",
"data_override_warning_desc": "Das Wiederherstellen von Daten ersetzt alle vorhandenen Daten (die in der Sicherung enthalten sind) in Ihrem Konto vollständig. \nDiese Aktion kann nicht rückgängig gemacht werden.",
"integrations_settings": "Integrationseinstellungen",
"media": "Medien",
"restore_data": "Daten wiederherstellen",
"restore_data_desc": "Laden Sie eine Sicherungsdatei hoch, um Ihre Daten wiederherzustellen.",
"select_backup_file": "Wählen Sie Sicherungsdatei",
"world_travel_visits": "Weltreisebesuche",
"activities": "Aktivitäten",
"trails": "Wanderwege",
"use_imperial": "Verwenden Sie kaiserliche Einheiten",
"use_imperial_desc": "Verwenden Sie kaiserliche Einheiten (Füße, Zoll, Pfund) anstelle von metrischen Einheiten"
},
"checklist": {
"checklist_delete_error": "Fehler beim Löschen der Checkliste",
@@ -505,7 +721,17 @@
"item_cannot_be_empty": "Der Eintrag darf nicht leer sein",
"items": "Einträge",
"new_item": "Neuer Eintrag",
"new_checklist": "Neue Checkliste"
"new_checklist": "Neue Checkliste",
"add_new_item": "Neuer Artikel hinzufügen",
"add_your_first_item": "Fügen Sie Ihren ersten Artikel hinzu",
"checklist_viewer": "Checkliste Viewer",
"completed": "Vollendet",
"current_items": "Aktuelle Elemente",
"editing_checklist": "Checkliste bearbeiten",
"enter_checklist_title": "Geben Sie den Checklisten -Titel ein",
"no_items_yet": "Noch keine Gegenstände",
"update_checklist_details": "Checkliste bearbeiten",
"viewing_checklist": "Checkliste anzeigen"
},
"collection": {
"collection_created": "Sammlung erfolgreich erstellt!",
@@ -539,7 +765,11 @@
"open": "Öffnen",
"save": "Speichern",
"invalid_url": "Ungültige URL",
"note_viewer": "Notizenbetrachter"
"note_viewer": "Notizenbetrachter",
"create_new_note": "Neue Notiz erstellen",
"enter_note_title": "Geben Sie einen Notiz Titel ein",
"update_note_details": "Bearbeitungsnotiz",
"viewing_note": "Hinweis anzeigen"
},
"transportation": {
"edit": "Bearbeiten",
@@ -563,12 +793,26 @@
"to_location": "Zum Standort",
"ending_airport_desc": "Geben Sie den Flughafencode des Zielflughafens ein (z. B. LAX)",
"fetch_location_information": "Standortinformationen abrufen",
"starting_airport_desc": "Geben Sie den Flughafencode des Startflughafens ein (z. B. JFK)"
"starting_airport_desc": "Geben Sie den Flughafencode des Startflughafens ein (z. B. JFK)",
"create_new_transportation": "Neuer Transport",
"enter_flight_number": "Flugnummer eingeben",
"enter_from_location": "Vom Standort eingeben",
"enter_link": "Link eingeben",
"enter_to_location": "Geben Sie an Ort ein",
"enter_transportation_name": "Geben Sie den Transportnamen ein",
"select_type": "Wählen Sie Typ",
"update_transportation_details": "Aktualisieren Sie die Transportdetails"
},
"search": {
"adventurelog_results": "AdventureLog-Ergebnisse",
"online_results": "Online-Ergebnisse",
"public_adventures": "Öffentliche Abenteuer"
"public_adventures": "Öffentliche Abenteuer",
"cities": "Städte",
"countries": "Länder",
"found": "gefunden",
"result": "Ergebnis",
"results": "Ergebnisse",
"try_searching_desc": "Versuchen Sie, nach Abenteuern, Sammlungen, Ländern, Regionen, Städten oder Nutzern zu suchen."
},
"map": {
"add_adventure": "Neues Abenteuer hinzufügen",
@@ -579,13 +823,18 @@
"show_visited_regions": "Besuchte Regionen anzeigen",
"view_details": "Details anzeigen",
"adventure_stats": "Abenteuerstatistiken",
"adventures_shown": "Abenteuer gezeigt",
"completion": "Fertigstellung",
"display_options": "Anzeigenoptionen",
"map_controls": "Kartensteuerungen",
"marker_placed_on_map": "Marker auf der Karte platziert",
"place_marker_desc": "Klicken Sie auf die Karte, um einen Marker zu platzieren, oder fügen Sie ein Abenteuer ohne Ort hinzu.",
"regions": "Regionen"
"regions": "Regionen",
"add_location": "Neuen Standort hinzufügen",
"add_location_at_marker": "Fügen Sie einen neuen Standort bei Marker hinzu",
"location_map": "Standortkarte",
"locations_shown": "Standorte gezeigt",
"place_marker_desc_location": "Klicken Sie auf die Karte, um einen Marker zu platzieren.",
"show_activities": "Aktivitäten zeigen",
"show_visited_cities": "Besuchte Städte"
},
"languages": {},
"share": {
@@ -598,7 +847,11 @@
"with": "mit",
"go_to_settings": "Gehe zu Einstellungen",
"no_shared_found": "Es wurden keine Sammlungen gefunden, die mit Ihnen geteilt wurden.",
"set_public": "Damit Benutzer Inhalte mit Ihnen teilen können, muss Ihr Profil auf „Öffentlich“ gesetzt sein."
"set_public": "Damit Benutzer Inhalte mit Ihnen teilen können, muss Ihr Profil auf „Öffentlich“ gesetzt sein.",
"available": "Verfügbar",
"pending": "Ausstehend",
"revoke_invite": "REVOKE einladung",
"send_invite": "Senden Sie Einladung"
},
"profile": {
"member_since": "Mitglied seit",
@@ -611,9 +864,9 @@
"no_shared_adventures": "Dieser Benutzer hat noch keine öffentlichen Abenteuer geteilt.",
"no_shared_collections": "Dieser Benutzer hat noch keine öffentlichen Sammlungen geteilt.",
"planned_trips": "Geplante Reisen",
"public_adventure_experiences": "Öffentliche Abenteuererlebnisse",
"travel_statistics": "Reisestatistik",
"your_journey_at_a_glance": "Ihre Abenteuerreise auf einen Blick"
"your_journey_at_a_glance": "Ihre Abenteuerreise auf einen Blick",
"public_location_experiences": "Öffentliche Standortlebnisse"
},
"categories": {
"category_name": "Kategoriename",
@@ -622,9 +875,9 @@
"manage_categories": "Kategorien verwalten",
"no_categories_found": "Keine Kategorien gefunden.",
"select_category": "Kategorie wählen",
"update_after_refresh": "Die Abenteuerkarten werden aktualisiert, sobald Sie die Seite aktualisieren.",
"add_new_category": "Neue Kategorie hinzufügen",
"name_required": "Der Kategorienname ist erforderlich"
"name_required": "Der Kategorienname ist erforderlich",
"location_update_after_refresh": "Die Standortkarten werden aktualisiert, sobald Sie die Seite aktualisiert haben."
},
"dashboard": {
"add_some": "Warum nicht gleich Ihr nächstes Abenteuer planen? Sie können ein neues Abenteuer hinzufügen, indem Sie auf den Button unten klicken.",
@@ -665,14 +918,26 @@
"integration_already_exists": "Es gibt bereits eine Immichintegration. \nSie können jeweils nur eine Integration haben.",
"integration_not_found": "Immich -Integration nicht gefunden. \nBitte erstellen Sie eine neue Integration.",
"network_error": "Netzwerkfehler beim Verbindung mit dem Immich -Server. \nBitte überprüfen Sie Ihre Verbindung und versuchen Sie es erneut.",
"validation_error": "Bei der Validierung der Immichintegration trat ein Fehler auf. \nBitte überprüfen Sie Ihre Server -URL- und API -Schlüssel."
"validation_error": "Bei der Validierung der Immichintegration trat ein Fehler auf. \nBitte überprüfen Sie Ihre Server -URL- und API -Schlüssel.",
"by_album": "Nach Album",
"by_date": "Nach Datum",
"error_no_object_id": "Es wurde keine Objekt -ID bereitgestellt",
"fetch_error": "Fehler beim Abholen von Fehlern aus der Immichintegration",
"image_search_placeholder": "Suche mit Immich",
"loading": "Laden",
"loading_albums": "Alben laden",
"no_images": "Keine Bilder gefunden",
"select_album": "Album auswählen",
"select_album_first": "Wählen Sie zuerst ein Album aus",
"select_date": "Datum auswählen",
"try_different_date": "Versuchen Sie es mit einem anderen Datum"
},
"recomendations": {
"recommendation": "Empfehlung",
"recommendations": "Empfehlungen",
"adventure_recommendations": "Abenteuerempfehlungen",
"food": "Essen",
"tourism": "Tourismus"
"tourism": "Tourismus",
"location_recommendations": "Standortempfehlungen"
},
"lodging": {
"apartment": "Wohnung",
@@ -689,23 +954,65 @@
"other": "Sonstige",
"reservation_number": "Reservierungsnummer",
"resort": "Ferienanlage",
"villa": "Villa"
"villa": "Villa",
"create_new_lodging": "Neue Unterkunft",
"enter_lodging_name": "Geben Sie den Unterkunftsnamen ein",
"enter_price": "Preis eingeben",
"enter_reservation_number": "Geben Sie die Reservierungsnummer ein",
"update_lodging_details": "Aktualisieren Sie die Unterkunftsdetails"
},
"google_maps": {
"google_maps_integration_desc": "Verbinden Sie Ihr Google Maps-Konto, um hochwertige Suchergebnisse und Empfehlungen für Standort zu erhalten."
"google_maps_integration_desc": "Verbinden Sie Ihr Google Maps-Konto, um hochwertige Suchergebnisse und Empfehlungen für Standort zu erhalten.",
"google_maps_integration_desc_no_staff": "Diese Integration muss zunächst vom Administrator auf diesem Server aktiviert werden."
},
"calendar": {
"all_categories": "Alle Kategorien",
"all_day_event": "Ganztägige Veranstaltung",
"calendar_overview": "Kalenderübersicht",
"categories": "Kategorien",
"day": "Tag",
"events_scheduled": "Veranstaltungen geplant",
"filter_by_category": "Filter nach Kategorie",
"filtered_results": "Gefilterte Ergebnisse",
"month": "Monat",
"today": "Heute",
"total_events": "Gesamtereignisse",
"week": "Woche"
},
"locations": {
"location": "Standort",
"locations": "Standorte",
"my_locations": "Meine Standorte"
},
"settings_download_backup": "Backup herunterladen",
"invites": {
"accept": "Akzeptieren",
"accept_failed": "Versäumte die Einladung zu akzeptieren",
"accepted": "Einladen akzeptiert",
"by": "von",
"decline": "Abfall",
"decline_failed": "Versäumte die Einladung abzulehnen",
"declined": "Einladung lehnte ab",
"invited_on": "Eingeladen",
"no_invites": "Keine Einladungen",
"no_invites_desc": "Stellen Sie sicher, dass Ihr Profil öffentlich ist, damit Benutzer Sie einladen können.",
"pending_invites": "Ausgeladenen Einladungen",
"title": "Lädt ein"
},
"strava": {
"account_connected": "Konto angeschlossen",
"admin_setup_required": "Der Serveradministrator muss es weltweit aktivieren",
"authorization_error": "Fehler umleiten zur Strava -Autorisierungs -URL",
"connect_account": "Konto verbinden",
"disconnect": "Trennen",
"disconnect_error": "Fehlertrennung von Strava",
"disconnected": "Erfolgreich von Strava getrennt von Strawa",
"not_configured": "Strava nicht konfiguriert",
"ready_to_connect": "Herstellen zu verbinden",
"strava_integration_desc": "Stellen Sie eine Verbindung zu Strava her, um Ihre Aktivitäten einfach in Orte und Besuche zu importieren",
"gpx_required": "Bitte laden Sie die GPX -Datei hoch, um den Strava -Import zu vervollständigen",
"not_enabled": "Die Strava -Integration ist in dieser Instanz nicht aktiviert."
},
"wanderer": {
"connected": "Erfolgreich mit Wanderer verbunden",
"connection_error": "Fehler, die eine Verbindung zum Wanderer herstellen",
"wanderer_integration_desc": "Stellen Sie eine Verbindung zum Wanderer her, um Ihre Trails einfach an Orten zu importieren und anzusehen"
}
}

View File

@@ -31,7 +31,8 @@
"aqua": "Aqua",
"northernLights": "Northern Lights",
"dim": "Dim"
}
},
"navigation": "Navigation"
},
"about": {
"about": "About",
@@ -43,7 +44,15 @@
"nominatim_2": "Their data is liscensed under the ODbL license.",
"other_attributions": "Additional attributions can be found in the README file.",
"generic_attributions": "Login to AdventureLog to view attributions for enabled integrations and services.",
"close": "Close"
"close": "Close",
"thank_you": "Thank you for using AdventureLog!",
"version": "Version",
"view_changelog": "View Changelog",
"developer": "Developer",
"attributions": "Attributions",
"license_info": "License",
"view_license": "View License",
"sponsor": "Sponsor"
},
"home": {
"hero_1": "Discover the World's Most Thrilling Adventures",
@@ -64,9 +73,9 @@
"latest_travel_experiences": "Your latest travel experiences"
},
"adventures": {
"collection_remove_success": "Adventure removed from collection successfully!",
"collection_remove_error": "Error removing adventure from collection",
"collection_link_success": "Adventure linked to collection successfully!",
"collection_remove_location_success": "Location removed from collection successfully!",
"collection_remove_location_error": "Error removing location from collection",
"collection_link_location_success": "Location linked to collection successfully!",
"invalid_date_range": "Invalid date range",
"timezone": "Timezone",
"no_visits": "No visits",
@@ -75,8 +84,8 @@
"departure_date": "Departure Date",
"arrival_date": "Arrival Date",
"no_image_found": "No image found",
"collection_link_error": "Error linking adventure to collection",
"adventure_delete_confirm": "Are you sure you want to delete this adventure? This action cannot be undone.",
"collection_link_location_error": "Error linking location to collection",
"location_delete_confirm": "Are you sure you want to delete this location? This action cannot be undone.",
"checklist_delete_confirm": "Are you sure you want to delete this checklist? This action cannot be undone.",
"note_delete_confirm": "Are you sure you want to delete this note? This action cannot be undone.",
"transportation_delete_confirm": "Are you sure you want to delete this transportation? This action cannot be undone.",
@@ -87,11 +96,12 @@
"delete_lodging": "Delete Lodging",
"open_details": "Open Details",
"edit_adventure": "Edit Adventure",
"edit_location": "Edit Location",
"remove_from_collection": "Remove from Collection",
"add_to_collection": "Add to Collection",
"delete": "Delete",
"not_found": "Adventure not found",
"not_found_desc": "The adventure you were looking for could not be found. Please try a different adventure or check back later.",
"location_not_found": "Location not found",
"location_not_found_desc": "The location you were looking for could not be found. Please try a different location or check back later.",
"homepage": "Homepage",
"collection": "Collection",
"longitude": "Longitude",
@@ -122,7 +132,7 @@
"my_images": "My Images",
"no_images": "No Images",
"distance": "Distance",
"share_adventure": "Share this Adventure!",
"share_location": "Share this Location!",
"share_collection": "Share this Collection!",
"copy_link": "Copy Link",
"sun_times": "Sun Times",
@@ -146,21 +156,23 @@
"location": "Location",
"search_for_location": "Search for a location",
"clear_map": "Clear map",
"search_results": "Search results",
"search_results": "Search Results",
"collection_no_start_end_date": "Adding a start and end date to the collection will unlock itinerary planning features in the collection page.",
"no_results": "No results found",
"wiki_desc": "Pulls excerpt from Wikipedia article matching the name of the adventure.",
"wiki_location_desc": "Pulls excerpt from Wikipedia article matching the name of the location.",
"attachments": "Attachments",
"attachment": "Attachment",
"images": "Images",
"image_modal_navigate": "Use arrow keys or click to navigate",
"generate_desc": "Generate Description",
"public_adventure": "Public Adventure",
"public_location": "Public Location",
"location_information": "Location Information",
"link": "Link",
"links": "Links",
"description": "Description",
"sources": "Sources",
"collection_adventures": "Include Collection Adventures",
"collection_locations": "Include Collection Locations",
"filter": "Filter",
"category_filter": "Category Filter",
"category": "Category",
@@ -178,7 +190,7 @@
"edit_collection": "Edit Collection",
"unarchive": "Unarchive",
"archive": "Archive",
"no_collections_found": "No collections found to add this adventure to.",
"no_collections_to_add_location": "No collections found to add this location to.",
"create_collection_first": "Create a collection first to organize your adventures and memories.",
"done": "Done",
"adventures_available": "Adventures Available",
@@ -190,8 +202,8 @@
"cancel": "Cancel",
"delete_collection_warning": "Are you sure you want to delete this collection? This action cannot be undone.",
"delete_collection": "Delete Collection",
"delete_adventure": "Delete Adventure",
"adventure_delete_success": "Adventure deleted successfully!",
"delete_location": "Delete Location",
"location_delete_success": "Location deleted successfully!",
"visited": "Visited",
"planned": "Planned",
"duration": "Duration",
@@ -209,21 +221,22 @@
"image_fetch_failed": "Failed to fetch image",
"no_location": "Please enter a location",
"no_description_found": "No description found",
"adventure_created": "Adventure created",
"adventure_create_error": "Failed to create adventure",
"location_created": "Location created",
"location_create_error": "Failed to create location",
"lodging": "Lodging",
"create_adventure": "Create Adventure",
"adventure_updated": "Adventure updated",
"adventure_update_error": "Failed to update adventure",
"create_location": "Create Location",
"location_updated": "Location updated",
"location_update_error": "Failed to update location",
"set_to_pin": "Set to Pin",
"category_fetch_error": "Error fetching categories",
"new_adventure": "New Adventure",
"new_location": "New Location",
"basic_information": "Basic Information",
"no_adventures_to_recommendations": "No adventures found. Add at least one adventure to get recommendations.",
"no_locations_to_recommendations": "No locations found. Add at least one location to get recommendations.",
"display_name": "Display Name",
"adventure_not_found": "There are no adventures to display. Add some using the plus button at the bottom right or try changing filters!",
"collection_contents": "Collection Contents",
"no_adventures_found": "No adventures found",
"no_locations_found": "No locations found",
"no_adventures_message": "Start documenting your adventures and planning new ones. Every journey has a story worth telling.",
"mark_visited": "Mark Visited",
"error_updating_regions": "Error updating regions",
@@ -248,6 +261,7 @@
"checklists": "Checklists",
"transportations": "Transportations",
"adventure_calendar": "Adventure Calendar",
"visit_calendar": "Visit Calendar",
"day": "Day",
"itineary_by_date": "Itinerary by Date",
"nothing_planned": "Nothing planned for this day. Enjoy the journey!",
@@ -263,7 +277,7 @@
"no_location_found": "No location found",
"from": "From",
"to": "To",
"will_be_marked": "will be marked as visited once the adventure is saved.",
"will_be_marked_location": "will be marked as visited once the location is saved.",
"start": "Start",
"end": "End",
"emoji_picker": "Emoji Picker",
@@ -298,7 +312,171 @@
"reservation_number": "Reservation Number",
"filters_and_sort": "Filters & Sort",
"filters_and_stats": "Filters & Stats",
"travel_progress": "Travel Progress"
"travel_progress": "Travel Progress",
"left_collection_message": "Successfully left collection",
"leave_collection": "Leave Collection",
"leave": "Leave",
"leave_collection_warning": "Are you sure you want to leave this collection? Any locations you added will be unlinked and remain in your account.",
"loading_collections": "Loading collections...",
"quick_start": "Quick Start",
"details": "Details",
"search_location": "Search for a location",
"search_placeholder": "Enter city, location, or landmark...",
"searching": "Searching",
"use_current_location": "Use Current Location",
"select_on_map": "Select on Map",
"click_map": "Click on the map to select a location",
"getting_location_details": "Getting location details",
"location_selected": "Location Selected",
"continue": "Continue",
"update_location_details": "Update location details",
"create_new_location": "Create new location",
"wikipedia_error": "Failed to generate description from Wikipedia",
"public_location_description": "Make this location visible to other users",
"location_map": "Location & Map",
"location_display_name": "Location Display Name",
"or": "OR",
"click_on_map": "Click on the map to select a location",
"back": "Back",
"processing": "Processing",
"no_file_selected": "No file selected",
"attachment_name_required": "Attachment name required",
"attachment_updated": "Attachment updated successfully",
"attachment_removed": "Attachment removed successfully",
"attachment_remove_error": "An error occured while removing the attachment",
"trail_link_required": "A trail link is required",
"trail_created_successfully": "Trail created successfully",
"trail_creation_failed": "Failed to create trail",
"trail_fetch_failed": "Failed to fetch Wanderer trails",
"trail_updated_successfully": "Trail updated successfully",
"trail_update_failed": "Failed to update trail",
"trail_removed_successfully": "Trail removed successfully",
"trail_removal_failed": "Failed to remove trail",
"image_management": "Image Management",
"upload_from_device": "Upload From Device",
"upload_from_url": "Upload From URL",
"no_images_uploaded_yet": "No images uploaded yet",
"upload_first_image": "Upload your first image using one of the options above",
"attachment_management": "Attachment Management",
"upload_attachment": "Upload Attachment",
"no_attachments_uploaded_yet": "No attachments uploaded yet",
"upload_first_attachment": "Upload your first attachment using the options above",
"trails_management": "Trails Management",
"trails_management_description": "Manage trails associated with this location. Trails can be linked to external services like AllTrails or link to Wanderer trails.",
"add_new_trail": "Add New Trail",
"create_trail": "Create Trail",
"add_wanderer_trail": "Add Wanderer Trail",
"select_wanderer_trail": "Select a trail from your Wanderer account",
"trails_found_for": "trails found for",
"no_trails_found_matching": "No trails found matching",
"no_trails_available": "No Trails Available",
"wanderer_integration_error": "Wanderer integration is not enabled or has expired.",
"no_external_link": "No external link available",
"no_trails_added": "No trails added yet",
"add_first_trail": "Add your first trail using the button above",
"search_trails_placeholder": "Search trails by name",
"trail_name": "Trail Name",
"external_link": "External Link",
"add_trail": "Add Trail",
"created": "Created",
"photos": "Photos",
"view_gpx": "View GPX",
"gain": "gain",
"likes": "Likes",
"view_trail": "View Trail",
"time": "Time",
"trail": "Trail",
"import_activity": "Import activity",
"activity_options": "Activity options",
"export_gpx": "Export GPX",
"export_original": "Export Original",
"view_on": "View on",
"moving_time": "Moving Time",
"avg_speed": "Average Speed",
"elevation": "Elevation",
"cadence": "Cadence",
"calories": "Calories",
"achievements": "Achievements",
"pace": "Pace",
"max_speed": "Max Speed",
"previous_image": "Previous image",
"next_image": "Next image",
"trails": "Trails",
"date_selection": "Date Selection",
"notes_placeholder": "Add notes about this visit",
"no_visits_description": "Create your first visit by selecting dates above",
"saved_activities": "Saved Activities",
"view_strava_activities": "View Strava activities",
"complete_strava_import": "Complete Strava Import",
"add_new_activity": "Add New Activity",
"strava_activity_ready": "Strava Activity Ready",
"gpx_file_downloaded": "GPX file downloaded. Please upload it below to complete the import.",
"gpx_file_required": "GPX File Required",
"upload_gpx_file": "Upload the GPX file that was just downloaded to complete the Strava import",
"activity_name": "Activity Name",
"activity_name_placeholder": "Morning Run",
"sport_type": "Sport Type",
"sport_type_placeholder": "Trail Running",
"elapsed_time": "Elapsed Time",
"elevation_gain": "Elevation Gain",
"elevation_loss": "Elevation Loss",
"elevation_high": "Elevation High",
"elevation_low": "Elevation Low",
"rest_time": "Rest Time",
"start_lat": "Start Latitude",
"start_lng": "Start Longitude",
"end_lat": "End Latitude",
"end_lng": "End Longitude",
"average_speed": "Average Speed",
"average_cadence": "Average Cadence",
"gpx_file": "GPX File",
"importing": "Importing",
"uploading": "Uploading",
"upload_activity": "Upload Activity",
"complete_import": "Complete Import",
"loading_activities": "Loading activities",
"no_strava_activities": "No Strava activities found during this visit",
"current_attachments": "Current Attachments",
"connect_to_wanderer": "Connect to Wanderer",
"activity_statistics": "Activity Statistics",
"activity_statistics_description": "Your fitness and activity achievements",
"activities_name": "Activities",
"total_recorded": "Total recorded",
"total_covered": "Total covered",
"active_duration": "Active duration",
"activity_name_required": "Activity name is required",
"confirm_delete_activity": "Are you sure you want to delete this activity?",
"update_visit": "Update Visit",
"add_visit": "Add Visit",
"add_activity": "Add Activity",
"edit_visit": "Edit Visit",
"remove_visit": "Remove Visit",
"download_gpx": "Download GPX",
"strava_activities_during_visit": "Strava Activities During Visit",
"total": "Total",
"rest": "Rest",
"high": "High",
"low": "Low",
"route_map": "Route Map",
"selected_images": "Selected Images",
"selected_attachments": "Selected Attachments",
"my_attachments": "My Attachments",
"linked_locations": "Linked Locations",
"lodging_save_error": "Error saving lodging",
"attachment_removed_success": "Attachment removed sucessfully",
"attachment_removed_error": "Error removing attachment",
"no_attachments": "No Attachments",
"no_attachments_desc": "Upload files to get started",
"attachments_upload_info": "Attachments will be uploaded after saving the",
"image_upload_info": "Images will be uploaded after saving the",
"no_images_desc": "Upload images to get started",
"activities_text": "activities",
"total_climbed": "Total climbed",
"distance_covered": "Distance covered",
"total_distance": "Total Distance",
"total_activities": "Total Activities",
"recorded_sessions": "Recorded sessions",
"activity_breakdown_by_category": "Activity Breakdown by Category"
},
"worldtravel": {
"country_list": "Country List",
@@ -354,7 +532,8 @@
"newest_first": "Newest First",
"oldest_first": "Oldest First",
"visited_first": "Visited First",
"unvisited_first": "Unvisited First"
"unvisited_first": "Unvisited First",
"getting_location_details": "Getting location details"
},
"auth": {
"username": "Username",
@@ -373,10 +552,14 @@
"public_tooltip": "With a public profile, users can share collections with you and view your profile on the users page.",
"new_password": "New Password (6+ characters)",
"or_3rd_party": "Or login with a third-party service",
"no_public_adventures": "No public adventures found",
"no_public_locations": "No public locations found",
"no_public_collections": "No public collections found",
"user_adventures": "User Adventures",
"user_collections": "User Collections"
"user_locations": "User Locations",
"user_collections": "User Collections",
"enter_username": "Enter your username",
"enter_password": "Enter your password",
"totp": "Two-Factor Code",
"logging_in": "Logging in"
},
"users": {
"no_users_found": "No users found with public profiles."
@@ -493,7 +676,40 @@
"enter_new_password": "Enter new password",
"connected": "Connected",
"disconnected": "Disconnected",
"invalid_credentials": "Invalid credentials"
"invalid_credentials": "Invalid credentials",
"backup_restore": "Backup & Restore",
"backup_restore_desc": "Save your data or restore it from a previous backup file.",
"whats_included": "What's included",
"mfa_required": "MFA Required",
"secure_your_account": "Secure your account",
"setup_required": "Setup Required",
"scan_qr_code": "Scan QR Code",
"scan_with_authenticator_app": "Scan with authenticator app",
"manual_entry": "Manual Entry",
"verify_setup": "Verify Setup",
"enter_6_digit_code": "Enter 6 digit code",
"enter_code_from_app": "Enter code from app",
"copy_all": "Copy all",
"important": "Important",
"error_occurred": "An error has occurred",
"mfa_already_enabled": "MFA already enabled",
"complete_setup_to_enable": "Complete setup to enable MFA",
"world_travel_visits": "World Travel Visits",
"media": "Media",
"integrations_settings": "Integrations Settings",
"backup_your_data": "Backup Your Data",
"backup_your_data_desc": "Download a complete backup of your account data including locations, \t\t\t\t\t\t\t\t\t\tcollections, media, and visits.",
"restore_data": "Restore Data",
"restore_data_desc": "Upload a backup file to restore your data.",
"data_override_warning": "Data Override Warning",
"data_override_warning_desc": "Restoring data will completely replace all existing data (that is included \t\t\t\t\t\t\t\t\t\t\t\tin the backup) in your account. This action cannot be undone.",
"select_backup_file": "Select backup file",
"data_override_acknowledge": "I acknowledge that this will override all my existing data",
"data_override_acknowledge_desc": "This action is irreversible and will replace all locations, collections, \t\t\t\t\t\t\t\t\t\t\t\t\t\tand visits in your account.",
"use_imperial": "Use Imperial Units",
"use_imperial_desc": "Use imperial units (feet, inches, pounds) instead of metric units",
"trails": "Trails",
"activities": "Activities"
},
"collection": {
"collection_created": "Collection created successfully!",
@@ -522,12 +738,16 @@
"failed_to_save": "Failed to save note",
"note_editor": "Note Editor",
"note_viewer": "Note Viewer",
"editing_note": "Editing note",
"editing_note": "Editing Note",
"content": "Content",
"save": "Save",
"note_public": "This note is public because it is in a public collection.",
"add_a_link": "Add a link",
"invalid_url": "Invalid URL"
"invalid_url": "Invalid URL",
"enter_note_title": "Enter note title",
"update_note_details": "Editing note",
"create_new_note": "Create new note",
"viewing_note": "Viewing note"
},
"checklist": {
"checklist_deleted": "Checklist deleted successfully!",
@@ -539,7 +759,17 @@
"new_item": "New Item",
"checklist_public": "This checklist is public because it is in a public collection.",
"item_cannot_be_empty": "Item cannot be empty",
"item_already_exists": "Item already exists"
"item_already_exists": "Item already exists",
"editing_checklist": "Editing Checklist",
"checklist_viewer": "Checklist Viewer",
"update_checklist_details": "Editing checklist",
"viewing_checklist": "Viewing checklist",
"enter_checklist_title": "Enter checklist title",
"add_new_item": "Add New Item",
"current_items": "Current Items",
"completed": "Completed",
"no_items_yet": "No Items Yet",
"add_your_first_item": "Add your first item"
},
"transportation": {
"transportation_deleted": "Transportation deleted successfully!",
@@ -563,7 +793,15 @@
"walking": "Walking",
"other": "Other"
},
"edit_transportation": "Edit Transportation"
"edit_transportation": "Edit Transportation",
"update_transportation_details": "Update Transportation Details",
"create_new_transportation": "New Transportation",
"enter_transportation_name": "Enter transportation name",
"select_type": "Select Type",
"enter_link": "Enter link",
"enter_flight_number": "Enter flight number",
"enter_from_location": "Enter from location",
"enter_to_location": "Enter to location"
},
"lodging": {
"new_lodging": "New Lodging",
@@ -580,29 +818,45 @@
"villa": "Villa",
"motel": "Motel",
"other": "Other",
"reservation_number": "Reservation Number"
"reservation_number": "Reservation Number",
"update_lodging_details": "Update Lodging Details",
"create_new_lodging": "New Lodging",
"enter_lodging_name": "Enter lodging name",
"enter_reservation_number": "Enter reservation number",
"enter_price": "Enter price"
},
"search": {
"adventurelog_results": "AdventureLog Results",
"public_adventures": "Public Adventures",
"online_results": "Online Results"
"online_results": "Online Results",
"result": "Result",
"results": "Results",
"found": "found",
"try_searching_desc": "Try searching for adventures, collections, countries, regions, cities, or users.",
"countries": "Countries",
"cities": "Cities"
},
"map": {
"view_details": "View Details",
"adventure_map": "Adventure Map",
"location_map": "Location Map",
"map_options": "Map Options",
"show_visited_regions": "Show Visited Regions",
"add_adventure_at_marker": "Add New Adventure at Marker",
"add_location_at_marker": "Add New Location at Marker",
"clear_marker": "Clear Marker",
"add_adventure": "Add New Adventure",
"add_location": "Add New Location",
"adventure_stats": "Adventure Stats",
"map_controls": "Map Controls",
"regions": "Regions",
"completion": "Completion",
"display_options": "Display Options",
"marker_placed_on_map": "Marker placed on map",
"place_marker_desc": "Click on the map to place a marker, or add an adventure without location.",
"adventures_shown": "adventures shown"
"place_marker_desc_location": "Click on the map to place a marker.",
"locations_shown": "locations shown",
"show_activities": "Show Activities",
"show_visited_cities": "Visited Cities"
},
"share": {
"shared": "Shared",
@@ -614,7 +868,11 @@
"not_shared_with": "Not Shared With",
"no_shared_found": "No collections found that are shared with you.",
"set_public": "In order to allow users to share with you, you need your profile set to public.",
"go_to_settings": "Go to settings"
"go_to_settings": "Go to settings",
"revoke_invite": "Revoke Invite",
"send_invite": "Send Invite",
"available": "Available",
"pending": "Pending"
},
"languages": {},
"profile": {
@@ -628,7 +886,7 @@
"planned_trips": "Planned trips",
"discovered": "discovered",
"explored": "explored",
"public_adventure_experiences": "Public adventure experiences",
"public_location_experiences": "Public location experiences",
"no_shared_adventures": "This user hasn't shared any public adventures yet.",
"no_shared_collections": "This user hasn't shared any public collections yet."
},
@@ -637,7 +895,7 @@
"no_categories_found": "No categories found.",
"edit_category": "Edit Category",
"icon": "Icon",
"update_after_refresh": "The adventure cards will be updated once you refresh the page.",
"location_update_after_refresh": "The location cards will be updated once you refresh the page.",
"select_category": "Select Category",
"category_name": "Category Name",
"add_new_category": "Add New Category",
@@ -682,15 +940,28 @@
"integration_already_exists": "An Immich integration already exists. You can only have one integration at a time.",
"integration_not_found": "Immich integration not found. Please create a new integration.",
"validation_error": "An error occurred while validating the Immich integration. Please check your server URL and API key.",
"network_error": "Network error while connecting to the Immich server. Please check your connection and try again."
"network_error": "Network error while connecting to the Immich server. Please check your connection and try again.",
"fetch_error": "Error fetching data from the Immich integration",
"error_no_object_id": "No object ID was provided",
"by_date": "By Date",
"by_album": "By Album",
"image_search_placeholder": "Search using Immich",
"select_date": "Select Date",
"select_album": "Select Album",
"loading_albums": "Loading Albums",
"loading": "Loading",
"no_images": "No Images Found",
"try_different_date": "Try a different date",
"select_album_first": "Select an Album First"
},
"google_maps": {
"google_maps_integration_desc": "Connect your Google Maps account to get high-quality location search results and recommendations."
"google_maps_integration_desc": "Connect your Google Maps account to get high-quality location search results and recommendations.",
"google_maps_integration_desc_no_staff": "This integration must first be enabled by the admin on this server."
},
"recomendations": {
"recommendation": "Recommendation",
"recommendations": "Recommendations",
"adventure_recommendations": "Adventure Recommendations",
"location_recommendations": "Location Recommendations",
"food": "Food",
"tourism": "Tourism"
},
@@ -701,11 +972,47 @@
"day": "Day",
"events_scheduled": "events scheduled",
"total_events": "Total Events",
"all_categories": "All Categories",
"calendar_overview": "Calendar Overview",
"categories": "Categories",
"filtered_results": "Filtered Results",
"filter_by_category": "Filter by Category",
"all_day_event": "All Day Event"
},
"locations": {
"location": "Location",
"locations": "Locations",
"my_locations": "My Locations"
},
"settings_download_backup": "Download Backup",
"invites": {
"accepted": "Invite accepted",
"accept_failed": "Failed to accept invite",
"declined": "Invite declined",
"decline_failed": "Failed to decline invite",
"title": "Invites",
"pending_invites": "Pending Invites",
"no_invites": "No invites",
"decline": "Decline",
"accept": "Accept",
"invited_on": "Invited on",
"no_invites_desc": "Make sure your profile is public so users can invite you.",
"by": "by"
},
"strava": {
"strava_integration_desc": "Connect to Strava to easily import your activties into locations and visits",
"not_configured": "Strava Not Configured",
"admin_setup_required": "The server administrator must enable it globally",
"ready_to_connect": "Ready to Connect",
"connect_account": "Connect Account",
"account_connected": "Account Connected",
"disconnect": "Disconnect",
"authorization_error": "Error redirecting to strava authorization URL",
"disconnected": "Successfully disconnected from Strava",
"disconnect_error": "Error disconnecting from Strava",
"gpx_required": "Please upload the GPX file to complete the Strava import",
"not_enabled": "Strava integration is not enabled on this instance."
},
"wanderer": {
"wanderer_integration_desc": "Connect to Wanderer to easily import and view your trails in locations",
"connection_error": "Error connecting to Wanderer",
"connected": "Successfully connected to Wanderer"
}
}

View File

@@ -31,7 +31,8 @@
"language_selection": "Idioma",
"support": "Soporte",
"calendar": "Calendario",
"admin_panel": "Panel de administración"
"admin_panel": "Panel de administración",
"navigation": "Navegación"
},
"about": {
"about": "Acerca de",
@@ -43,7 +44,15 @@
"nominatim_2": "Sus datos están licenciados bajo la licencia ODbL.",
"other_attributions": "Atribuciones adicionales se pueden encontrar en el archivo README.",
"close": "Cerrar",
"generic_attributions": "Inicie sesión en AdventureLog para ver las atribuciones para integraciones y servicios habilitados."
"generic_attributions": "Inicie sesión en AdventureLog para ver las atribuciones para integraciones y servicios habilitados.",
"attributions": "Atribuciones",
"developer": "Revelador",
"license_info": "Licencia",
"sponsor": "Patrocinador",
"thank_you": "¡Gracias por usar Adventurelog!",
"version": "Versión",
"view_changelog": "Ver ChangeLog",
"view_license": "Ver licencia"
},
"home": {
"hero_1": "Descubre las Aventuras Más Emocionantes del Mundo",
@@ -64,11 +73,6 @@
"of_world": "del mundo"
},
"adventures": {
"collection_remove_success": "¡Aventura eliminada de la colección con éxito!",
"collection_remove_error": "Error al eliminar la aventura de la colección",
"collection_link_success": "¡Aventura vinculada a la colección con éxito!",
"collection_link_error": "Error al vincular la aventura a la colección",
"adventure_delete_confirm": "¿Estás seguro de que quieres eliminar esta aventura? Esta acción no se puede deshacer.",
"open_details": "Abrir Detalles",
"edit_adventure": "Editar Aventura",
"remove_from_collection": "Eliminar de la Colección",
@@ -80,8 +84,6 @@
"homepage": "Página principal",
"latitude": "Latitud",
"longitude": "Longitud",
"not_found": "Aventura no encontrada",
"not_found_desc": "La aventura que buscabas no se pudo encontrar. \nPruebe una aventura diferente o vuelva a consultar más tarde.",
"visit": "Visita",
"visits": "Visitas",
"adventure": "Aventura",
@@ -116,8 +118,6 @@
"share": "Compartir",
"unarchive": "Desarchivar",
"cancel": "Cancelar",
"adventure_delete_success": "¡Aventura eliminada con éxito!",
"delete_adventure": "Eliminar aventura",
"planned": "Planificado",
"visited": "Visitado",
"dates": "Fechas",
@@ -134,10 +134,6 @@
"activity_types": "Tipos de actividad",
"add": "Agregar",
"add_notes": "Agregar notas",
"adventure_create_error": "No se pudo crear la aventura",
"adventure_created": "Aventura creada",
"adventure_update_error": "No se pudo actualizar la aventura",
"adventure_updated": "Aventura actualizada",
"basic_information": "Información básica",
"category": "Categoría",
"clear_map": "Limpiar mapa",
@@ -153,26 +149,21 @@
"location": "Ubicación",
"location_information": "Información de ubicación",
"my_images": "Mis imágenes",
"new_adventure": "Nueva aventura",
"no_description_found": "No se encontró ninguna descripción",
"no_images": "Sin imágenes",
"no_location": "Por favor ingresa una ubicación",
"no_results": "No se encontraron resultados",
"public_adventure": "Aventura pública",
"remove": "Eliminar",
"save_next": "Guardar y Siguiente",
"search_for_location": "Buscar una ubicación",
"search_results": "Resultados de búsqueda",
"share_adventure": "¡Comparte esta aventura!",
"start_date": "Fecha de inicio",
"upload_image": "Subir imagen",
"url": "URL",
"warning": "Advertencia",
"wiki_desc": "Extrae un extracto de un artículo de Wikipedia que coincide con el nombre de la aventura.",
"wikipedia": "Wikipedia",
"adventure_not_found": "No hay aventuras que mostrar. \n¡Agregue algunas usando el botón más en la parte inferior derecha o intente cambiar los filtros!",
"no_adventures_found": "No se encontraron aventuras",
"no_collections_found": "No se encontraron colecciones para agregar esta aventura.",
"my_adventures": "Mis aventuras",
"no_linkable_adventures": "No se encontraron aventuras que puedan vincularse a esta colección.",
"mark_visited": "Marcar como visitado",
@@ -233,10 +224,7 @@
"starting_airport": "Aeropuerto de inicio",
"to": "A",
"transportation_delete_confirm": "¿Está seguro de que desea eliminar este transporte? \nEsta acción no se puede deshacer.",
"will_be_marked": "se marcará como visitado una vez guardada la aventura.",
"cities_updated": "ciudades actualizadas",
"create_adventure": "Crear aventura",
"no_adventures_to_recommendations": "No se encontraron aventuras. \nAñade al menos una aventura para obtener recomendaciones.",
"finding_recommendations": "Descubriendo gemas ocultas para tu próxima aventura",
"attachment": "Adjunto",
"attachment_delete_success": "¡El archivo adjunto se eliminó exitosamente!",
@@ -298,7 +286,197 @@
"name_location": "Nombre, ubicación",
"collection_contents": "Contenido de la colección",
"check_in": "Registrarse",
"check_out": "Verificar"
"check_out": "Verificar",
"collection_link_location_error": "Error de vinculación de la ubicación para la recopilación",
"collection_link_location_success": "¡Ubicación vinculada a la colección con éxito!",
"collection_locations": "Incluir ubicaciones de colección",
"collection_remove_location_error": "Error de eliminación de la ubicación de la colección",
"collection_remove_location_success": "¡Ubicación eliminada de la colección con éxito!",
"create_location": "Crear ubicación",
"delete_location": "Eliminar la ubicación",
"edit_location": "Ubicación de edición",
"location_create_error": "No se pudo crear la ubicación",
"location_created": "Ubicación creada",
"location_delete_confirm": "¿Estás seguro de que quieres eliminar esta ubicación? \nEsta acción no se puede deshacer.",
"location_delete_success": "Ubicación eliminada con éxito!",
"location_not_found": "Ubicación no encontrada",
"location_not_found_desc": "No se podía encontrar la ubicación que estaba buscando. \nPruebe una ubicación diferente o vuelva a consultar más tarde.",
"location_update_error": "No se pudo actualizar la ubicación",
"location_updated": "Ubicación actualizada",
"new_location": "Nueva ubicación",
"no_collections_to_add_location": "No se encuentran colecciones para agregar esta ubicación a.",
"no_locations_to_recommendations": "No se encontraron ubicaciones. \nAgregue al menos una ubicación para obtener recomendaciones.",
"public_location": "Ubicación pública",
"share_location": "¡Comparte esta ubicación!",
"visit_calendar": "Visitar el calendario",
"wiki_location_desc": "Extrae extracto del artículo de Wikipedia que coincide con el nombre de la ubicación.",
"will_be_marked_location": "se marcará según lo visitado una vez que se guarde la ubicación.",
"no_locations_found": "No se encontraron ubicaciones",
"image_modal_navigate": "Use teclas de flecha o haga clic para navegar",
"details": "Detalles",
"leave": "Dejar",
"leave_collection": "Recolección de licencia",
"leave_collection_warning": "¿Estás seguro de que quieres dejar esta colección? \nCualquier ubicación que agregó no estará vinculado y permanecerá en su cuenta.",
"left_collection_message": "Colección de izquierda con éxito",
"loading_collections": "Cargando colecciones ...",
"quick_start": "Comienzo rápido",
"click_map": "Haga clic en el mapa para seleccionar una ubicación",
"continue": "Continuar",
"getting_location_details": "Obtener detalles de ubicación",
"location_selected": "Ubicación seleccionada",
"search_location": "Buscar una ubicación",
"search_placeholder": "Ingrese a la ciudad, ubicación o punto de referencia ...",
"searching": "Búsqueda",
"select_on_map": "Seleccionar en el mapa",
"use_current_location": "Utilice la ubicación actual",
"create_new_location": "Crear nueva ubicación",
"update_location_details": "Actualizar detalles de ubicación",
"back": "Atrás",
"click_on_map": "Haga clic en el mapa para seleccionar una ubicación",
"location_display_name": "Nombre de la pantalla de ubicación",
"location_map": "Ubicación",
"or": "O",
"processing": "Tratamiento",
"public_location_description": "Haga que esta ubicación sea visible para otros usuarios",
"wikipedia_error": "No se pudo generar una descripción de Wikipedia",
"add_first_trail": "Agregue su primera ruta con el botón de arriba",
"add_new_trail": "Agregar nuevo sendero",
"add_wanderer_trail": "Agregar sendero Wanderer",
"attachment_management": "Gestión de adjuntos",
"attachment_name_required": "Nombre de archivo adjunto requerido",
"attachment_remove_error": "Se produjo un error al eliminar el archivo adjunto",
"attachment_removed": "Adjunto eliminado con éxito",
"attachment_updated": "Adjunto actualizado con éxito",
"create_trail": "Crear rastro",
"image_management": "Gestión de imágenes",
"no_attachments_uploaded_yet": "No hay archivos adjuntos cargados todavía",
"no_external_link": "No hay enlace externo disponible",
"no_file_selected": "No hay archivo seleccionado",
"no_images_uploaded_yet": "No hay imágenes cargadas todavía",
"no_trails_added": "Todavía no se agregan senderos",
"no_trails_available": "No hay senderos disponibles",
"no_trails_found_matching": "No se encontraron senderos coincidentes",
"select_wanderer_trail": "Seleccione un sendero de su cuenta de Wanderer",
"trail_created_successfully": "Sendero creado con éxito",
"trail_creation_failed": "No se pudo crear un sendero",
"trail_fetch_failed": "No se pudo buscar senderos de Wanderer",
"trail_link_required": "Se requiere un enlace de sendero",
"trail_removal_failed": "No se pudo quitar el sendero",
"trail_removed_successfully": "Sendero eliminado con éxito",
"trail_update_failed": "No se pudo actualizar el sendero",
"trail_updated_successfully": "Sendero actualizado con éxito",
"trails_found_for": "senderos encontrados para",
"trails_management": "Gestión de senderos",
"trails_management_description": "Administre los senderos asociados con esta ubicación. \nLos senderos se pueden vincular a servicios externos como Alltrails o Link a Wanderer Trails.",
"upload_attachment": "Subir el archivo adjunto",
"upload_first_attachment": "Cargue su primer archivo adjunto utilizando las opciones anteriores",
"upload_first_image": "Sube tu primera imagen usando una de las opciones de arriba",
"upload_from_device": "Cargar desde el dispositivo",
"upload_from_url": "Subir desde URL",
"wanderer_integration_error": "La integración de Wanderer no está habilitada o ha expirado.",
"external_link": "Enlace externo",
"search_trails_placeholder": "Búsqueda de senderos por nombre",
"trail_name": "Nombre de sendero",
"add_trail": "Agregar rastro",
"achievements": "Logros",
"activity_options": "Opciones de actividad",
"avg_speed": "Velocidad promedio",
"cadence": "Cadencia",
"calories": "Calorías",
"created": "Creado",
"elevation": "Elevación",
"export_gpx": "GPX de exportación",
"export_original": "Exportar original",
"gain": "ganar",
"import_activity": "Actividad de importación",
"likes": "Gustos",
"max_speed": "Velocidad máxima",
"moving_time": "Tiempo de mudanza",
"pace": "Paso",
"photos": "Fotos",
"time": "Tiempo",
"trail": "Camino",
"view_gpx": "Ver GPX",
"view_on": "Ver",
"view_trail": "Ver el sendero",
"activity_name": "Nombre de actividad",
"activity_name_placeholder": "Carrera matutina",
"add_new_activity": "Agregar nueva actividad",
"average_cadence": "Cadencia promedio",
"average_speed": "Velocidad promedio",
"complete_import": "Importación completa",
"complete_strava_import": "Importación completa de Strava",
"date_selection": "Selección de fecha",
"elapsed_time": "Tiempo transcurrido",
"elevation_gain": "Ganancia de elevación",
"elevation_high": "Elevación alta",
"elevation_loss": "Pérdida de elevación",
"elevation_low": "Elevación baja",
"end_lat": "Final de la latitud",
"end_lng": "Longitud final",
"gpx_file": "Archivo gpx",
"gpx_file_downloaded": "Archivo GPX descargado. \nCárguelo a continuación para completar la importación.",
"gpx_file_required": "Requerido el archivo GPX",
"importing": "Importador",
"loading_activities": "Actividades de carga",
"next_image": "Siguiente imagen",
"no_strava_activities": "No se encontraron actividades de Strava durante esta visita",
"no_visits_description": "Cree su primera visita seleccionando las fechas anteriores",
"notes_placeholder": "Agregue notas sobre esta visita",
"previous_image": "Imagen anterior",
"rest_time": "Tiempo de descanso",
"saved_activities": "Actividades guardadas",
"sport_type": "Tipo deportivo",
"sport_type_placeholder": "Sendero",
"start_lat": "Iniciar latitud",
"start_lng": "Iniciar longitud",
"strava_activity_ready": "Strava Activity Ready",
"trails": "Senderos",
"upload_activity": "Carga de actividad",
"upload_gpx_file": "Sube el archivo GPX que se acaba de descargar para completar la importación Strava",
"uploading": "Carga",
"view_strava_activities": "Ver actividades de Strava",
"current_attachments": "Archivos adjuntos actuales",
"connect_to_wanderer": "Conéctese con Wanderer",
"active_duration": "Duración activa",
"activities_name": "Actividades",
"activity_statistics": "Estadísticas de actividad",
"activity_statistics_description": "Tus logros de aptitud y actividad",
"total_covered": "Total cubierto",
"total_recorded": "Total registrado",
"activity_name_required": "Se requiere el nombre de la actividad",
"add_activity": "Agregar actividad",
"add_visit": "Agregar visita",
"confirm_delete_activity": "¿Estás seguro de que quieres eliminar esta actividad?",
"download_gpx": "Descargar GPX",
"edit_visit": "Editar visita",
"remove_visit": "Eliminar visita",
"strava_activities_during_visit": "Actividades de Strava durante la visita",
"update_visit": "Visita de actualización",
"high": "Alto",
"low": "Bajo",
"rest": "Descansar",
"total": "Total",
"attachment_removed_error": "Error al eliminar el archivo adjunto",
"attachment_removed_success": "Adjunto eliminado con éxito",
"attachments_upload_info": "Los archivos adjuntos se cargarán después de guardar el",
"image_upload_info": "Las imágenes se cargarán después de guardar el",
"linked_locations": "Ubicaciones vinculadas",
"lodging_save_error": "Error al horno de alojamiento",
"my_attachments": "Mis archivos adjuntos",
"no_attachments": "Sin archivos adjuntos",
"no_attachments_desc": "Subir archivos para comenzar",
"no_images_desc": "Subir imágenes para comenzar",
"route_map": "Mapa de ruta",
"selected_attachments": "Archivos adjuntos seleccionados",
"selected_images": "Imágenes seleccionadas",
"activities_text": "actividades",
"activity_breakdown_by_category": "Desglose de actividad por categoría",
"distance_covered": "Distancia cubierta",
"recorded_sessions": "Sesiones grabadas",
"total_activities": "Actividades totales",
"total_climbed": "Total escalado",
"total_distance": "Distancia total"
},
"worldtravel": {
"all": "Todo",
@@ -354,7 +532,8 @@
"oldest_first": "El más antiguo primero",
"unvisited_first": "Primero no visitado",
"visited_first": "Visitado primero",
"total_items": "Total de artículos"
"total_items": "Total de artículos",
"getting_location_details": "Obtener detalles de ubicación"
},
"auth": {
"forgot_password": "¿Has olvidado tu contraseña?",
@@ -373,10 +552,14 @@
"public_tooltip": "Con un perfil público, los usuarios pueden compartir colecciones con usted y ver su perfil en la página de usuarios.",
"new_password": "Nueva contraseña",
"or_3rd_party": "O inicie sesión con un servicio de terceros",
"no_public_adventures": "No se encontraron aventuras públicas",
"no_public_collections": "No se encontraron colecciones públicas",
"user_adventures": "Aventuras de usuario",
"user_collections": "Colecciones de usuarios"
"user_collections": "Colecciones de usuarios",
"no_public_locations": "No se encontraron ubicaciones públicas",
"user_locations": "Ubicación de usuarios",
"enter_password": "Ingrese su contraseña",
"enter_username": "Ingrese su nombre de usuario",
"logging_in": "Iniciar sesión",
"totp": "Código de dos factores"
},
"users": {
"no_users_found": "No se encontraron usuarios con perfiles públicos."
@@ -493,7 +676,40 @@
"all_rights_reserved": "Reservados todos los derechos.",
"email_verified_erorr_desc": "Su correo electrónico no pudo ser verificado. \nPor favor intente de nuevo.",
"no_emai_set": "Sin conjunto de correo electrónico",
"invalid_credentials": "Credenciales no válidas"
"invalid_credentials": "Credenciales no válidas",
"backup_restore": "Respaldo",
"backup_restore_desc": "Guardar sus datos o restaurarlo desde un archivo de copia de seguridad anterior.",
"complete_setup_to_enable": "Configuración completa para habilitar MFA",
"copy_all": "Copiar todo",
"enter_6_digit_code": "Ingrese el código de 6 dígitos",
"enter_code_from_app": "Ingrese el código desde la aplicación",
"error_occurred": "Se ha producido un error",
"important": "Importante",
"manual_entry": "Entrada manual",
"mfa_already_enabled": "MFA ya habilitado",
"mfa_required": "MFA requerido",
"scan_qr_code": "Escanear el código QR",
"scan_with_authenticator_app": "Escanear con la aplicación Authenticator",
"secure_your_account": "Asegure su cuenta",
"setup_required": "Configuración requerida",
"verify_setup": "Verificar la configuración",
"whats_included": "¿Qué está incluido?",
"backup_your_data": "Haga una copia de seguridad de sus datos",
"backup_your_data_desc": "Descargue una copia de seguridad completa de los datos de su cuenta, incluidas ubicaciones, colecciones, medios y visitas.",
"data_override_acknowledge": "Reconozco que esto anulará todos mis datos existentes.",
"data_override_acknowledge_desc": "Esta acción es irreversible y reemplazará todas las ubicaciones, colecciones y visitas en su cuenta.",
"data_override_warning": "Advertencia de anulación de datos",
"data_override_warning_desc": "La restauración de datos reemplazará completamente todos los datos existentes (que se incluyen en la copia de seguridad) en su cuenta. \nEsta acción no se puede deshacer.",
"integrations_settings": "Configuración de integraciones",
"media": "Medios de comunicación",
"restore_data": "Restaurar datos",
"restore_data_desc": "Cargue un archivo de copia de seguridad para restaurar sus datos.",
"select_backup_file": "Seleccione el archivo de copia de seguridad",
"world_travel_visits": "Visitas de viajes mundiales",
"activities": "Actividades",
"trails": "Senderos",
"use_imperial": "Use unidades imperiales",
"use_imperial_desc": "Use unidades imperiales (pies, pulgadas, libras) en lugar de unidades métricas"
},
"checklist": {
"checklist_delete_error": "Error al eliminar la lista de tareas",
@@ -505,7 +721,17 @@
"item_cannot_be_empty": "El elemento no puede estar vacío",
"items": "Elementos",
"new_item": "Nuevo artículo",
"new_checklist": "Nueva lista de verificación"
"new_checklist": "Nueva lista de verificación",
"add_new_item": "Agregar nuevo artículo",
"add_your_first_item": "Agrega tu primer artículo",
"checklist_viewer": "Visor de la lista de verificación",
"completed": "Terminado",
"current_items": "Artículos actuales",
"editing_checklist": "Lista de verificación de edición",
"enter_checklist_title": "Ingrese el título de la lista de verificación",
"no_items_yet": "No hay artículos todavía",
"update_checklist_details": "Lista de verificación de edición",
"viewing_checklist": "Visualización de la lista de verificación"
},
"collection": {
"collection_created": "¡Colección creada con éxito!",
@@ -539,7 +765,11 @@
"open": "Abrir",
"save": "Guardar",
"invalid_url": "URL no válida",
"note_viewer": "Visor de notas"
"note_viewer": "Visor de notas",
"create_new_note": "Crear nueva nota",
"enter_note_title": "Ingrese el título de nota",
"update_note_details": "Nota de edición",
"viewing_note": "Nota de visualización"
},
"transportation": {
"modes": {
@@ -563,12 +793,26 @@
"transportation_delete_error": "Error al eliminar el transporte",
"ending_airport_desc": "Ingrese el código de aeropuerto final (por ejemplo, LAX)",
"fetch_location_information": "Información de ubicación para obtener",
"starting_airport_desc": "Ingrese el código de aeropuerto inicial (por ejemplo, JFK)"
"starting_airport_desc": "Ingrese el código de aeropuerto inicial (por ejemplo, JFK)",
"create_new_transportation": "Nuevo transporte",
"enter_flight_number": "Ingrese el número de vuelo",
"enter_from_location": "Ingrese desde la ubicación",
"enter_link": "Ingrese el enlace",
"enter_to_location": "Ingrese a la ubicación",
"enter_transportation_name": "Ingrese el nombre del transporte",
"select_type": "Tipo de selección",
"update_transportation_details": "Actualizar detalles de transporte"
},
"search": {
"adventurelog_results": "Resultados del registro de aventuras",
"online_results": "Resultados en línea",
"public_adventures": "Aventuras públicas"
"public_adventures": "Aventuras públicas",
"cities": "Ciudades",
"countries": "Países",
"found": "encontró",
"result": "Resultado",
"results": "Resultados",
"try_searching_desc": "Intente buscar aventuras, colecciones, países, regiones, ciudades o usuarios."
},
"map": {
"add_adventure": "Agregar nueva aventura",
@@ -583,9 +827,14 @@
"display_options": "Opciones de visualización",
"map_controls": "Controles de mapa",
"marker_placed_on_map": "Marcador colocado en el mapa",
"place_marker_desc": "Haga clic en el mapa para colocar un marcador o agregar una aventura sin ubicación.",
"regions": "Regiones",
"adventures_shown": "aventuras mostradas"
"add_location": "Agregar nueva ubicación",
"add_location_at_marker": "Agregar nueva ubicación en el marcador",
"location_map": "Mapa de ubicación",
"locations_shown": "ubicaciones mostradas",
"place_marker_desc_location": "Haga clic en el mapa para colocar un marcador.",
"show_activities": "Mostrar actividades",
"show_visited_cities": "Ciudades visitadas"
},
"share": {
"no_users_shared": "Ningún usuario compartió con",
@@ -597,7 +846,11 @@
"with": "con",
"go_to_settings": "Ir a configuración",
"no_shared_found": "No se encontraron colecciones que se compartan contigo.",
"set_public": "Para permitir que los usuarios compartan contenido con usted, necesita que su perfil esté configurado como público."
"set_public": "Para permitir que los usuarios compartan contenido con usted, necesita que su perfil esté configurado como público.",
"available": "Disponible",
"pending": "Pendiente",
"revoke_invite": "Revocar la invitación",
"send_invite": "Enviar invitación"
},
"languages": {},
"profile": {
@@ -611,9 +864,9 @@
"no_shared_adventures": "Este usuario aún no ha compartido ninguna aventura pública.",
"no_shared_collections": "Este usuario aún no ha compartido ninguna colección pública.",
"planned_trips": "Viajes planificados",
"public_adventure_experiences": "Experiencias de aventura pública",
"travel_statistics": "Estadísticas de viaje",
"your_journey_at_a_glance": "Tu viaje de aventura a un vistazo"
"your_journey_at_a_glance": "Tu viaje de aventura a un vistazo",
"public_location_experiences": "Experiencias de ubicación pública"
},
"categories": {
"category_name": "Nombre de categoría",
@@ -622,9 +875,9 @@
"manage_categories": "Administrar categorías",
"no_categories_found": "No se encontraron categorías.",
"select_category": "Seleccionar categoría",
"update_after_refresh": "Las tarjetas de aventuras se actualizarán una vez que actualices la página.",
"add_new_category": "Agregar nueva categoría",
"name_required": "Se requiere el nombre de la categoría"
"name_required": "Se requiere el nombre de la categoría",
"location_update_after_refresh": "Las tarjetas de ubicación se actualizarán una vez que actualice la página."
},
"dashboard": {
"add_some": "¿Por qué no empezar a planificar tu próxima aventura? \nPuedes agregar una nueva aventura haciendo clic en el botón de abajo.",
@@ -665,14 +918,26 @@
"integration_already_exists": "Ya existe una integración Immich. \nSolo puedes tener una integración a la vez.",
"integration_not_found": "Integración Immich no encontrada. \nPor favor cree una nueva integración.",
"network_error": "Error de red mientras se conecta al servidor Immich. \nVerifique su conexión y vuelva a intentarlo.",
"validation_error": "Se produjo un error al validar la integración de Immich. \nVerifique la URL y la tecla API de su servidor."
"validation_error": "Se produjo un error al validar la integración de Immich. \nVerifique la URL y la tecla API de su servidor.",
"by_album": "Por álbum",
"by_date": "Por fecha",
"error_no_object_id": "No se proporcionó una identificación de objeto",
"fetch_error": "Error al obtener datos de la integración de Immich",
"image_search_placeholder": "Buscar usando Immich",
"loading": "Cargando",
"loading_albums": "Cargando álbumes",
"no_images": "No se encuentran imágenes",
"select_album": "Álbum seleccionado",
"select_album_first": "Seleccione un álbum primero",
"select_date": "Fecha de selección",
"try_different_date": "Prueba una fecha diferente"
},
"recomendations": {
"recommendation": "Recomendación",
"recommendations": "Recomendaciones",
"adventure_recommendations": "Recomendaciones de aventura",
"food": "Comida",
"tourism": "Turismo"
"tourism": "Turismo",
"location_recommendations": "Recomendaciones de ubicación"
},
"lodging": {
"apartment": "Apartamento",
@@ -689,23 +954,65 @@
"reservation_number": "Número de reserva",
"resort": "Complejo",
"villa": "Villa",
"edit_lodging": "Editar alojamiento"
"edit_lodging": "Editar alojamiento",
"create_new_lodging": "Nuevo alojamiento",
"enter_lodging_name": "Ingrese el nombre de alojamiento",
"enter_price": "Ingresar precio",
"enter_reservation_number": "Ingrese el número de reserva",
"update_lodging_details": "Actualizar detalles de alojamiento"
},
"google_maps": {
"google_maps_integration_desc": "Conecte su cuenta de Google Maps para obtener resultados y recomendaciones de búsqueda de ubicación de alta calidad."
"google_maps_integration_desc": "Conecte su cuenta de Google Maps para obtener resultados y recomendaciones de búsqueda de ubicación de alta calidad.",
"google_maps_integration_desc_no_staff": "El administrador primero debe habilitar esta integración en este servidor."
},
"calendar": {
"all_categories": "Todas las categorías",
"all_day_event": "Evento todo el día",
"calendar_overview": "Descripción general del calendario",
"categories": "Categorías",
"day": "Día",
"events_scheduled": "Eventos programados",
"filter_by_category": "Filtrar por categoría",
"filtered_results": "Resultados filtrados",
"month": "Mes",
"today": "Hoy",
"total_events": "Total de eventos",
"week": "Semana"
},
"locations": {
"location": "Ubicación",
"locations": "Ubicación",
"my_locations": "Mis ubicaciones"
},
"settings_download_backup": "Descargar copia de seguridad",
"invites": {
"accept": "Aceptar",
"accept_failed": "No se pudo aceptar la invitación",
"accepted": "Invite aceptado",
"by": "por",
"decline": "Rechazar",
"decline_failed": "No se pudo rechazar la invitación",
"declined": "Invitación disminuyó",
"invited_on": "Invitado",
"no_invites": "Sin invitaciones",
"no_invites_desc": "Asegúrese de que su perfil sea público para que los usuarios puedan invitarlo.",
"pending_invites": "Invitaciones pendientes",
"title": "Invitaciones"
},
"strava": {
"account_connected": "Cuenta conectada",
"admin_setup_required": "El administrador del servidor debe habilitarlo a nivel mundial",
"authorization_error": "Redirección de errores a la URL de autorización de Strava",
"connect_account": "Cuenta de conexión",
"disconnect": "Desconectar",
"disconnect_error": "Error de desconexión de Strava",
"disconnected": "Desconectado con éxito de Strava",
"not_configured": "Strava no configurado",
"ready_to_connect": "Listo para conectarse",
"strava_integration_desc": "Conéctese a Strava para importar fácilmente sus actividades a ubicaciones y visitas",
"gpx_required": "Sube el archivo GPX para completar la importación de Strava",
"not_enabled": "La integración de Strava no está habilitada en este caso."
},
"wanderer": {
"connected": "Conectado con éxito a Wanderer",
"connection_error": "Error conectándose a Wanderer",
"wanderer_integration_desc": "Conéctese a Wanderer para importar y ver fácilmente sus senderos en ubicaciones"
}
}

View File

@@ -9,23 +9,25 @@
"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."
"generic_attributions": "Connectez-vous à AdventureLog pour afficher les attributions pour les intégrations et services activés.",
"attributions": "Attributions",
"developer": "Promoteur",
"license_info": "Licence",
"sponsor": "Parrainer",
"thank_you": "Merci d'utiliser AdventureLog!",
"version": "Version",
"view_changelog": "Voir Changelog",
"view_license": "Afficher la licence"
},
"adventures": {
"activities": {},
"add_to_collection": "Ajouter à la collection",
"adventure_delete_confirm": "Êtes-vous sûr de vouloir supprimer cette aventure ? \nCette action ne peut pas être annulée.",
"collection_link_error": "Erreur lors de la liaison de l'aventure à la collection",
"collection_link_success": "Aventure liée à la collection avec succès !",
"collection_remove_error": "Erreur lors de la suppression de l'aventure de la collection",
"collection_remove_success": "Aventure supprimée de la collection avec succès !",
"delete": "Supprimer",
"edit_adventure": "Modifier l'aventure",
"no_image_found": "Aucune image trouvée",
"open_details": "Ouvrir les détails",
"remove_from_collection": "Supprimer de la collection",
"adventure": "Aventure",
"adventure_delete_success": "Aventure supprimée avec succès !",
"archive": "Archiver",
"archived": "Archivée",
"archived_collection_message": "Collection archivée avec succès !",
@@ -40,7 +42,6 @@
"create_new": "Créer une nouvelle aventure...",
"date": "Date",
"dates": "Dates",
"delete_adventure": "Supprimer l'aventure",
"delete_collection": "Supprimer la collection",
"delete_collection_success": "Collection supprimée avec succès !",
"descending": "Descendant",
@@ -57,8 +58,6 @@
"my_collections": "Mes collections",
"name": "Nom",
"no_image_url": "Aucune image trouvée à cette URL.",
"not_found": "Aventure introuvable",
"not_found_desc": "L'aventure que vous cherchez est introuvable. \nVeuillez essayer une autre aventure ou revenez plus tard.",
"open_filters": "Ouvrir les filtres",
"order_by": "Trier par",
"order_direction": "Direction du tri",
@@ -81,10 +80,6 @@
"activity_types": "Types d'activités",
"add": "Ajouter",
"add_notes": "Ajouter des notes",
"adventure_create_error": "Échec de la création de l'aventure",
"adventure_created": "Aventure créée",
"adventure_update_error": "Échec de la mise à jour de l'aventure",
"adventure_updated": "Aventure mise à jour",
"basic_information": "Informations de base",
"category": "Catégorie",
"clear_map": "Effacer la carte",
@@ -100,23 +95,19 @@
"location": "Lieu",
"location_information": "Informations de localisation",
"my_images": "Mes images",
"new_adventure": "Nouvelle aventure",
"no_description_found": "Aucune description trouvée",
"no_images": "Aucune image",
"no_location": "Veuillez entrer un emplacement",
"no_results": "Aucun résultat trouvé",
"public_adventure": "Aventure publique",
"remove": "Retirer",
"save_next": "Sauvegarder",
"search_for_location": "Rechercher un lieu",
"search_results": "Résultats de la recherche",
"see_adventures": "Voir les aventures",
"share_adventure": "Partagez cette aventure !",
"start_date": "Date de début",
"upload_image": "Télécharger une image",
"url": "URL",
"warning": "Avertissement",
"wiki_desc": "Obtient un extrait de l'article Wikipédia correspondant au nom de l'aventure.",
"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",
@@ -124,7 +115,6 @@
"mark_visited": "Marquer comme visité",
"my_adventures": "Mes aventures",
"no_adventures_found": "Aucune aventure trouvée",
"no_collections_found": "Aucune collection trouvée pour ajouter cette aventure.",
"no_linkable_adventures": "Aucune aventure trouvée pouvant être liée à cette collection.",
"not_visited": "Non visitée",
"regions_updated": "régions mises à jour",
@@ -181,10 +171,7 @@
"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.",
"will_be_marked": "sera marqué comme visité une fois laventure sauvegardée.",
"cities_updated": "villes mises à jour",
"create_adventure": "Créer une aventure",
"no_adventures_to_recommendations": "Aucune aventure trouvée. \nAjoutez au moins une aventure pour obtenir des recommandations.",
"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 !",
@@ -246,7 +233,197 @@
"name_location": "nom, emplacement",
"collection_contents": "Contenu de la collection",
"check_in": "Enregistrement",
"check_out": "Vérifier"
"check_out": "Vérifier",
"collection_link_location_error": "Erreur liant l'emplacement à la collection",
"collection_link_location_success": "Emplacement lié à la collection avec succès!",
"collection_locations": "Inclure les emplacements de collecte",
"collection_remove_location_error": "Erreur de suppression de l'emplacement de la collection",
"collection_remove_location_success": "Emplacement retiré de la collection avec succès!",
"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? \nCette 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",
"leave": "Partir",
"leave_collection": "Collecte de congé",
"leave_collection_warning": "Êtes-vous sûr de vouloir quitter cette collection? \nTous les emplacements que vous avez ajoutés seront non liés et resteront dans votre compte.",
"left_collection_message": "Collection de gauche avec succès",
"loading_collections": "Chargement des collections ...",
"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",
"activity_options": "Options d'activité",
"activity_statistics": "Statistiques d'activité",
"activity_statistics_description": "Vos réalisations de fitness et d'activité",
"add_activity": "Ajouter une activité",
"add_first_trail": "Ajoutez votre premier sentier en utilisant le bouton ci-dessus",
"add_new_activity": "Ajouter une nouvelle activité",
"add_new_trail": "Ajouter un nouveau sentier",
"add_trail": "Ajouter une piste",
"add_visit": "Ajouter la visite",
"add_wanderer_trail": "Ajouter le sentier Wanderer",
"attachment_management": "Gestion de l'attachement",
"attachment_name_required": "Nom de la pièce jointe requis",
"attachment_remove_error": "Une erreur s'est produite lors du retrait de la pièce jointe",
"attachment_removed": "L'attachement supprimé avec succès",
"attachment_updated": "Pièce jointe mise à jour avec succès",
"average_cadence": "Cadence moyenne",
"average_speed": "Vitesse moyenne",
"avg_speed": "Vitesse moyenne",
"back": "Dos",
"cadence": "Cadence",
"calories": "Calories",
"click_map": "Cliquez sur la carte pour sélectionner un emplacement",
"click_on_map": "Cliquez sur la carte pour sélectionner un emplacement",
"complete_import": "Importation complète",
"complete_strava_import": "Importation complète de Strava",
"confirm_delete_activity": "Êtes-vous sûr de vouloir supprimer cette activité?",
"connect_to_wanderer": "Connectez-vous à Wanderer",
"continue": "Continuer",
"create_new_location": "Créer un nouvel emplacement",
"create_trail": "Créer une piste",
"created": "Créé",
"current_attachments": "Attachements actuels",
"date_selection": "Sélection de date",
"download_gpx": "Télécharger GPX",
"edit_visit": "Modifier la visite",
"elapsed_time": "Temps écoulé",
"elevation": "Élévation",
"elevation_gain": "Gain d'altitude",
"elevation_high": "Élévation élevée",
"elevation_loss": "Perte",
"elevation_low": "Élévation basse",
"end_lat": "Latitude finale",
"end_lng": "Fin de longitude",
"export_gpx": "Exporter gpx",
"export_original": "Exporter original",
"external_link": "Lien externe",
"gain": "gagner",
"getting_location_details": "Obtenir les détails de l'emplacement",
"gpx_file": "Fichier gpx",
"gpx_file_downloaded": "Fichier GPX téléchargé. \nVeuillez le télécharger ci-dessous pour terminer l'importation.",
"gpx_file_required": "Fichier GPX requis",
"image_management": "Gestion de l'image",
"import_activity": "Activité d'importation",
"importing": "Importation",
"likes": "Goûts",
"loading_activities": "Activités de chargement",
"location_display_name": "Nom de l'écran d'emplacement",
"location_map": "Emplacement",
"location_selected": "Emplacement sélectionné",
"max_speed": "Vitesse maximale",
"moving_time": "Temps de déménagement",
"next_image": "Image suivante",
"no_attachments_uploaded_yet": "Aucune pièce jointe encore téléchargée",
"no_external_link": "Aucun lien externe disponible",
"no_file_selected": "Aucun fichier sélectionné",
"no_images_uploaded_yet": "Aucune images encore téléchargées",
"no_strava_activities": "Aucune activité Strava trouvée lors de cette visite",
"no_trails_added": "Aucun sentier ajouté encore",
"no_trails_available": "Pas de sentiers disponibles",
"no_trails_found_matching": "Aucun sentier trouvé correspondant",
"no_visits_description": "Créez votre première visite en sélectionnant les dates ci-dessus",
"notes_placeholder": "Ajouter des notes sur cette visite",
"or": "OU",
"pace": "Rythme",
"photos": "Photos",
"previous_image": "Image précédente",
"processing": "Traitement",
"public_location_description": "Rendre cet emplacement visible pour les autres utilisateurs",
"remove_visit": "Supprimer la visite",
"rest_time": "Temps de repos",
"saved_activities": "Activités sauvées",
"search_location": "Rechercher un emplacement",
"search_placeholder": "Entrez la ville, l'emplacement ou le point de repère ...",
"search_trails_placeholder": "Recherchez les sentiers par nom",
"searching": "Recherche",
"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",
"trail_creation_failed": "Échec de la création de sentiers",
"trail_fetch_failed": "Échec de la récupération des sentiers Wanderer",
"trail_link_required": "Une liaison de sentier est requise",
"trail_name": "Nom du sentier",
"trail_removal_failed": "Échec de la suppression du sentier",
"trail_removed_successfully": "Le sentier a été supprimé avec succès",
"trail_update_failed": "Échec de la mise à jour du sentier",
"trail_updated_successfully": "Trail mis à jour avec succès",
"trails": "Sentiers",
"trails_found_for": "sentiers trouvés pour",
"trails_management": "Gestion des sentiers",
"trails_management_description": "Gérez les sentiers associés à cet emplacement. \nLes sentiers peuvent être liés à des services externes comme Alltrails ou à un lien vers Wanderer Trails.",
"update_location_details": "Mettre à jour les détails de l'emplacement",
"update_visit": "Mettre à jour la visite",
"upload_activity": "Télécharger l'activité",
"upload_attachment": "Télécharger la pièce jointe",
"upload_first_attachment": "Téléchargez votre première pièce jointe à l'aide des options ci-dessus",
"upload_first_image": "Téléchargez votre première image en utilisant l'une des options ci-dessus",
"upload_from_device": "Télécharger à partir de l'appareil",
"upload_from_url": "Télécharger de l'URL",
"upload_gpx_file": "Téléchargez le fichier gpx qui vient d'être téléchargé pour terminer l'importation de Strava",
"uploading": "Téléchargement",
"use_current_location": "Utiliser l'emplacement actuel",
"view_gpx": "Afficher GPX",
"view_on": "Voir",
"view_strava_activities": "Voir les activités de Strava",
"view_trail": "Voir le sentier",
"wanderer_integration_error": "L'intégration des vagabonds n'est pas activée ou a expiré.",
"wikipedia_error": "Échec de génération de description à partir de Wikipedia",
"high": "Haut",
"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",
"recorded_sessions": "Sessions enregistrées",
"total_activities": "Activités totales",
"total_climbed": "Total grimpé",
"total_distance": "Distance totale"
},
"home": {
"desc_1": "Découvrez, planifiez et explorez en toute simplicité",
@@ -298,7 +475,8 @@
"language_selection": "Langue",
"support": "Soutien",
"calendar": "Calendrier",
"admin_panel": "Panneau d'administration"
"admin_panel": "Panneau d'administration",
"navigation": "Navigation"
},
"auth": {
"confirm_password": "Confirmer le mot de passe",
@@ -317,10 +495,14 @@
"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_adventures": "Aucune aventure publique trouvée",
"no_public_collections": "Aucune collection publique trouvée",
"user_adventures": "Aventures de l'utilisateur",
"user_collections": "Collections de l'utilisateur"
"user_collections": "Collections de l'utilisateur",
"no_public_locations": "Aucun emplacement public trouvé",
"user_locations": "Emplacements des utilisateurs",
"enter_password": "Entrez votre mot de passe",
"enter_username": "Entrez votre nom d'utilisateur",
"logging_in": "Se connecter",
"totp": "Code à deux facteurs"
},
"users": {
"no_users_found": "Aucun utilisateur trouvé avec un profil public."
@@ -379,7 +561,8 @@
"oldest_first": "Le plus ancien premier",
"unvisited_first": "Sans visité d'abord",
"visited_first": "Visité en premier",
"total_items": "Total des articles"
"total_items": "Total des articles",
"getting_location_details": "Obtenir les détails de l'emplacement"
},
"settings": {
"account_settings": "Paramètres du compte utilisateur",
@@ -493,7 +676,40 @@
"disconnected": "Déconnecté",
"email_management": "Gestion des e-mails",
"enter_last_name": "Entrez votre nom de famille",
"invalid_credentials": "Des références non valides"
"invalid_credentials": "Des références non valides",
"backup_restore": "Sauvegarde",
"backup_restore_desc": "Enregistrez vos données ou restaurez-les à partir d'un fichier de sauvegarde précédent.",
"complete_setup_to_enable": "Configuration complète pour activer le MFA",
"copy_all": "Copier tout",
"enter_6_digit_code": "Entrez le code à 6 chiffres",
"enter_code_from_app": "Entrez le code à partir de l'application",
"error_occurred": "Une erreur s'est produite",
"important": "Important",
"manual_entry": "Entrée manuelle",
"mfa_already_enabled": "MFA déjà activé",
"mfa_required": "MFA requis",
"scan_qr_code": "Scanner le code QR",
"scan_with_authenticator_app": "Scanner avec l'application Authenticatrice",
"secure_your_account": "Sécuriser votre compte",
"setup_required": "Configuration requise",
"verify_setup": "Vérifiez la configuration",
"whats_included": "Ce qui est inclus",
"backup_your_data": "Sauvegardez vos données",
"backup_your_data_desc": "Téléchargez une sauvegarde complète des données de votre compte, y compris les emplacements, les collections, les médias et les visites.",
"data_override_acknowledge": "Je reconnais que cela remplacera toutes mes données existantes",
"data_override_acknowledge_desc": "Cette action est irréversible et remplacera tous les emplacements, collections et visites dans votre compte.",
"data_override_warning": "Avertissement de remplacement des données",
"data_override_warning_desc": "La restauration des données remplacera complètement toutes les données existantes (incluses dans la sauvegarde) dans votre compte. \nCette action ne peut pas être annulée.",
"integrations_settings": "Paramètres des intégrations",
"media": "Médias",
"restore_data": "Restaurer les données",
"restore_data_desc": "Téléchargez un fichier de sauvegarde pour restaurer vos données.",
"select_backup_file": "Sélectionnez le fichier de sauvegarde",
"world_travel_visits": "Visites de voyage dans le monde",
"activities": "Activités",
"trails": "Sentiers",
"use_imperial": "Utilisez des unités impériales",
"use_imperial_desc": "Utilisez des unités impériales (pieds, pouces, livres) au lieu d'unités métriques"
},
"checklist": {
"checklist_delete_error": "Erreur lors de la suppression de la liste de contrôle",
@@ -505,7 +721,17 @@
"item_cannot_be_empty": "L'élément ne peut pas être vide",
"items": "Éléments",
"new_item": "Nouvel élément",
"new_checklist": "Nouvelle liste de contrôle"
"new_checklist": "Nouvelle liste de contrôle",
"add_new_item": "Ajouter un nouvel article",
"add_your_first_item": "Ajoutez votre premier article",
"checklist_viewer": "Visionner de la liste de contrôle",
"completed": "Complété",
"current_items": "Articles actuels",
"editing_checklist": "Liste de contrôle d'édition",
"enter_checklist_title": "Entrez le titre de la liste de contrôle",
"no_items_yet": "Pas encore d'articles",
"update_checklist_details": "Liste de contrôle d'édition",
"viewing_checklist": "Affichage de la liste de contrôle"
},
"collection": {
"collection_created": "Collection créée avec succès !",
@@ -539,7 +765,11 @@
"open": "Ouvrir",
"save": "Sauvegarder",
"invalid_url": "URL invalide",
"note_viewer": "Visionneuse de notes"
"note_viewer": "Visionneuse de notes",
"create_new_note": "Créer une nouvelle note",
"enter_note_title": "Entrez le titre de la note",
"update_note_details": "Note de montage",
"viewing_note": "Note d'observation"
},
"transportation": {
"edit": "Modifier",
@@ -563,12 +793,26 @@
"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)"
"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",
"enter_link": "Entrez le lien",
"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"
},
"search": {
"adventurelog_results": "Résultats dans AdventureLog",
"online_results": "Résultats en ligne",
"public_adventures": "Aventures publiques"
"public_adventures": "Aventures publiques",
"cities": "Villes",
"countries": "Pays",
"found": "trouvé",
"result": "Résultat",
"results": "Résultats",
"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",
@@ -579,13 +823,18 @@
"show_visited_regions": "Afficher les régions visitées",
"view_details": "Afficher les détails",
"adventure_stats": "Statistiques d'aventure",
"adventures_shown": "aventures montrées",
"completion": "Achèvement",
"display_options": "Options d'affichage",
"map_controls": "Contrôles de cartes",
"marker_placed_on_map": "Marqueur placé sur la carte",
"place_marker_desc": "Cliquez sur la carte pour placer un marqueur ou ajouter une aventure sans emplacement.",
"regions": "Régions"
"regions": "Régions",
"add_location": "Ajouter un nouvel emplacement",
"add_location_at_marker": "Ajouter un nouvel emplacement chez Marker",
"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"
},
"languages": {},
"share": {
@@ -598,7 +847,11 @@
"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."
"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",
"send_invite": "Envoyer l'invitation"
},
"profile": {
"member_since": "Membre depuis",
@@ -611,9 +864,9 @@
"no_shared_adventures": "Cet utilisateur n'a encore partagé aucune aventure publique.",
"no_shared_collections": "Cet utilisateur n'a pas encore partagé de collections publiques.",
"planned_trips": "Voyages prévus",
"public_adventure_experiences": "Expériences d'aventure publique",
"travel_statistics": "Statistiques de voyage",
"your_journey_at_a_glance": "Votre voyage d'aventure en un coup d'œil"
"your_journey_at_a_glance": "Votre voyage d'aventure en un coup d'œil",
"public_location_experiences": "Expériences de localisation publique"
},
"categories": {
"category_name": "Nom de la catégorie",
@@ -622,9 +875,9 @@
"manage_categories": "Gérer les catégories",
"no_categories_found": "Aucune catégorie trouvée.",
"select_category": "Sélectionnez une catégorie",
"update_after_refresh": "Les cartes d'aventure seront mises à jour une fois que vous aurez actualisé la page.",
"add_new_category": "Ajouter une nouvelle catégorie",
"name_required": "Le nom de catégorie est requis"
"name_required": "Le nom de catégorie est requis",
"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.",
@@ -665,14 +918,26 @@
"integration_already_exists": "Une intégration Immich existe déjà. \nVous ne pouvez avoir qu'une seule intégration à la fois.",
"integration_not_found": "L'intégration d'immich n'est pas trouvée. \nVeuillez créer une nouvelle intégration.",
"network_error": "Erreur réseau lors de la connexion au serveur Immich. \nVeuillez vérifier votre connexion et réessayer.",
"validation_error": "Une erreur s'est produite lors de la validation de l'intégration d'Immich. \nVeuillez vérifier l'URL et la clé API de votre serveur."
"validation_error": "Une erreur s'est produite lors de la validation de l'intégration d'Immich. \nVeuillez vérifier l'URL et la clé API de votre serveur.",
"by_album": "Par album",
"by_date": "Par date",
"error_no_object_id": "Aucun ID d'objet n'a été fourni",
"fetch_error": "Erreur récupérant les données de l'intégration d'Immich",
"image_search_placeholder": "Recherche à l'aide d'Immich",
"loading": "Chargement",
"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",
"adventure_recommendations": "Recommandations d'aventure",
"food": "Nourriture",
"tourism": "Tourisme"
"tourism": "Tourisme",
"location_recommendations": "Recommandations de localisation"
},
"lodging": {
"apartment": "Appartement",
@@ -689,23 +954,65 @@
"other": "Autre",
"reservation_number": "Numéro de réservation",
"resort": "Complexe touristique",
"villa": "Villa"
"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"
},
"google_maps": {
"google_maps_integration_desc": "Connectez votre compte Google Maps pour obtenir des résultats de recherche et recommandations de recherche de haute qualité."
"google_maps_integration_desc": "Connectez votre compte Google Maps pour obtenir des résultats de recherche et recommandations de recherche de haute qualité.",
"google_maps_integration_desc_no_staff": "Cette intégration doit d'abord être activée par l'administrateur sur ce serveur."
},
"calendar": {
"all_categories": "Toutes les catégories",
"all_day_event": "Événement toute la journée",
"calendar_overview": "Aperçu du calendrier",
"categories": "Catégories",
"day": "Jour",
"events_scheduled": "événements prévus",
"filter_by_category": "Filtre par catégorie",
"filtered_results": "Résultats filtrés",
"month": "Mois",
"today": "Aujourd'hui",
"total_events": "Événements totaux",
"week": "Semaine"
},
"locations": {
"location": "Emplacement",
"locations": "Lieux",
"my_locations": "Mes emplacements"
},
"settings_download_backup": "Télécharger la sauvegarde",
"invites": {
"accept_failed": "Échec de l'acceptation de l'invitation",
"accepted": "Inviter accepté",
"by": "par",
"decline": "Déclin",
"decline_failed": "Échec de refuser l'invitation",
"declined": "Invite a refusé",
"invited_on": "Invité",
"no_invites": "Aucune invitation",
"no_invites_desc": "Assurez-vous que votre profil est public afin que les utilisateurs puissent vous inviter.",
"pending_invites": "Invitations en attente",
"title": "Invitations",
"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."
},
"wanderer": {
"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"
}
}

View File

@@ -9,13 +9,20 @@
"oss_attributions": "Attribuzioni Open Source",
"other_attributions": "Ulteriori attribuzioni possono essere trovate nel file README.",
"source_code": "Codice sorgente",
"generic_attributions": "Accedi a AdventureLog per visualizzare le attribuzioni per integrazioni e servizi abilitati."
"generic_attributions": "Accedi a AdventureLog per visualizzare le attribuzioni per integrazioni e servizi abilitati.",
"attributions": "Attribuzioni",
"developer": "Sviluppatore",
"license_info": "Licenza",
"sponsor": "Sponsor",
"thank_you": "Grazie per aver usato AdventureLog!",
"version": "Versione",
"view_changelog": "Visualizza Changelog",
"view_license": "Visualizza la licenza"
},
"adventures": {
"activities": {},
"add_to_collection": "Aggiungi alla collezione",
"adventure": "Avventura",
"adventure_delete_confirm": "Sei sicuro di voler eliminare questa avventura? \nQuesta azione non può essere annullata.",
"archive": "Archivio",
"archived": "Archiviato",
"archived_collection_message": "Collezione archiviata con successo!",
@@ -25,9 +32,6 @@
"category_filter": "Filtro categoria",
"clear": "Rimuovere",
"collection": "Collezione",
"collection_link_error": "Errore nel collegamento dell'avventura alla collezione",
"collection_remove_error": "Errore durante la rimozione dell'avventura dalla collezione",
"collection_remove_success": "Avventura rimossa con successo dalla collezione!",
"count_txt": "risultati corrispondenti alla tua ricerca",
"create_new": "Crea nuovo...",
"date": "Data",
@@ -44,8 +48,6 @@
"my_collections": "Le mie collezioni",
"name": "Nome",
"no_image_found": "Nessuna immagine trovata",
"not_found": "Avventura non trovata",
"not_found_desc": "L'avventura che stavi cercando non è stata trovata. \nProva un'avventura diversa o riprova più tardi.",
"open_details": "Apri Dettagli",
"open_filters": "Apri filtri",
"order_by": "Ordina per",
@@ -62,11 +64,8 @@
"updated": "Aggiornato",
"visit": "Visita",
"visits": "Visite",
"adventure_delete_success": "Avventura eliminata con successo!",
"collection_adventures": "Includi avventure dalle raccolte",
"collection_link_success": "Avventura collegata alla collezione con successo!",
"dates": "Date",
"delete_adventure": "Elimina avventura",
"duration": "Durata",
"image_removed_error": "Errore durante la rimozione dell'immagine",
"image_removed_success": "Immagine rimossa con successo!",
@@ -80,10 +79,6 @@
"activity_types": "Tipi di attività",
"add": "Aggiungere",
"add_notes": "Aggiungi note",
"adventure_create_error": "Impossibile creare l'avventura",
"adventure_created": "Avventura creata",
"adventure_update_error": "Impossibile aggiornare l'avventura",
"adventure_updated": "Avventura aggiornata",
"basic_information": "Informazioni di base",
"category": "Categoria",
"clear_map": "Libera mappa",
@@ -99,23 +94,19 @@
"location": "Posizione",
"location_information": "Informazioni sulla posizione",
"my_images": "Le mie immagini",
"new_adventure": "Nuova avventura",
"no_description_found": "Nessuna descrizione trovata",
"no_images": "Nessuna immagine",
"no_location": "Inserisci una località",
"no_results": "Nessun risultato trovato",
"public_adventure": "Avventura pubblica",
"remove": "Rimuovere",
"save_next": "Salva",
"search_for_location": "Cerca una posizione",
"search_results": "Risultati della ricerca",
"see_adventures": "Vedi Avventure",
"share_adventure": "Condividi questa avventura!",
"start_date": "Data di inizio",
"upload_image": "Carica immagine",
"url": "URL",
"warning": "Avvertimento",
"wiki_desc": "Estrae un estratto dall'articolo di Wikipedia corrispondente al nome dell'avventura.",
"wiki_image_error": "Errore durante il recupero dell'immagine da Wikipedia",
"wikipedia": "Wikipedia",
"adventure_not_found": "Non ci sono avventure da visualizzare. \nAggiungine alcuni utilizzando il pulsante più in basso a destra o prova a cambiare i filtri!",
@@ -124,7 +115,6 @@
"mark_visited": "Segna come visitato",
"my_adventures": "Le mie avventure",
"no_adventures_found": "Nessuna avventura trovata",
"no_collections_found": "Nessuna collezione trovata a cui aggiungere questa avventura.",
"no_linkable_adventures": "Non è stata trovata alcuna avventura che possa essere collegata a questa collezione.",
"not_visited": "Non visitato",
"regions_updated": "regioni aggiornate",
@@ -181,10 +171,7 @@
"starting_airport": "Aeroporto di partenza",
"to": "A",
"transportation_delete_confirm": "Sei sicuro di voler eliminare questo trasporto? \nQuesta azione non può essere annullata.",
"will_be_marked": "verrà contrassegnato come visitato una volta salvata l'avventura.",
"cities_updated": "città aggiornate",
"create_adventure": "Crea Avventura",
"no_adventures_to_recommendations": "Nessuna avventura trovata. \nAggiungi almeno un'avventura per ricevere consigli.",
"finding_recommendations": "Alla scoperta di tesori nascosti per la tua prossima avventura",
"attachment": "Allegato",
"attachment_delete_success": "Allegato eliminato con successo!",
@@ -246,7 +233,197 @@
"name_location": "Nome, posizione",
"collection_contents": "Contenuto di raccolta",
"check_in": "Check -in",
"check_out": "Guardare"
"check_out": "Guardare",
"collection_link_location_error": "Errore che collega la posizione alla raccolta",
"collection_link_location_success": "Posizione collegata alla raccolta con successo!",
"collection_locations": "Includi luoghi di raccolta",
"collection_remove_location_error": "Errore di rimozione della posizione dalla raccolta",
"collection_remove_location_success": "Posizione rimossa dalla raccolta con successo!",
"create_location": "Crea posizione",
"delete_location": "Elimina posizione",
"edit_location": "Modifica posizione",
"location_create_error": "Impossibile creare posizione",
"location_created": "Posizione creata",
"location_delete_confirm": "Sei sicuro di voler eliminare questa posizione? \nQuesta azione non può essere annullata.",
"location_delete_success": "Posizione eliminata con successo!",
"location_not_found": "Posizione non trovata",
"location_not_found_desc": "Non è stato possibile trovare la posizione che stavi cercando. \nProva una posizione diversa o ricontrolla più tardi.",
"location_update_error": "Impossibile aggiornare la posizione",
"location_updated": "Posizione aggiornata",
"new_location": "Nuova posizione",
"no_collections_to_add_location": "Nessuna collezione trovata per aggiungere questa posizione a.",
"no_locations_to_recommendations": "Nessuna posizione trovata. \nAggiungi almeno una posizione per ottenere consigli.",
"public_location": "Posizione pubblica",
"share_location": "Condividi questa posizione!",
"visit_calendar": "Visita il calendario",
"wiki_location_desc": "Estratto dall'articolo di Wikipedia che corrisponde al nome della posizione.",
"will_be_marked_location": "sarà contrassegnato come visitato una volta salvata la posizione.",
"no_locations_found": "Nessuna posizione trovata",
"image_modal_navigate": "Usa i tasti freccia o fai clic per navigare",
"details": "Dettagli",
"leave": "Partire",
"leave_collection": "Lascia collezione",
"leave_collection_warning": "Sei sicuro di voler lasciare questa collezione? \nTutte le posizioni aggiunte saranno non incazzate e rimarranno nel tuo account.",
"left_collection_message": "Collezione lasciata con successo",
"loading_collections": "Caricamento delle collezioni ...",
"quick_start": "Inizio rapido",
"achievements": "Risultati",
"active_duration": "Durata attiva",
"activities_name": "Attività",
"activity_name": "Nome dell'attività",
"activity_name_placeholder": "Corsa mattutina",
"activity_name_required": "È richiesto il nome dell'attività",
"activity_options": "Opzioni di attività",
"activity_statistics": "Statistiche di attività",
"activity_statistics_description": "I tuoi risultati di forma fisica e attività",
"add_activity": "Aggiungi attività",
"add_first_trail": "Aggiungi la tua prima traccia usando il pulsante sopra",
"add_new_activity": "Aggiungi nuova attività",
"add_new_trail": "Aggiungi nuovo sentiero",
"add_trail": "Aggiungi Trail",
"add_visit": "Aggiungi visita",
"add_wanderer_trail": "Aggiungi Wanderer Trail",
"attachment_management": "Gestione dell'attaccamento",
"attachment_name_required": "Nome allegato richiesto",
"attachment_remove_error": "Si è verificato un errore durante la rimozione dell'allegato",
"attachment_removed": "Allegato rimosso con successo",
"attachment_updated": "Allegato aggiornato correttamente",
"average_cadence": "Cadenza media",
"average_speed": "Velocità media",
"avg_speed": "Velocità media",
"back": "Indietro",
"cadence": "Cadenza",
"calories": "Calorie",
"click_map": "Fare clic sulla mappa per selezionare una posizione",
"click_on_map": "Fare clic sulla mappa per selezionare una posizione",
"complete_import": "Importazione completa",
"complete_strava_import": "Importazione Strava completa",
"confirm_delete_activity": "Sei sicuro di voler eliminare questa attività?",
"connect_to_wanderer": "Connettiti a Wanderer",
"continue": "Continuare",
"create_new_location": "Crea una nuova posizione",
"create_trail": "Crea trail",
"created": "Creato",
"current_attachments": "Allegati di corrente",
"date_selection": "Selezione della data",
"download_gpx": "Scarica GPX",
"edit_visit": "Modifica visita",
"elapsed_time": "Tempo trascorso",
"elevation": "Elevazione",
"elevation_gain": "Guadagno di elevazione",
"elevation_high": "Alto elevazione",
"elevation_loss": "Perdita di elevazione",
"elevation_low": "Elevazione bassa",
"end_lat": "Fine latitudine",
"end_lng": "Fine longitudine",
"export_gpx": "Esporta GPX",
"export_original": "Esporta originale",
"external_link": "Collegamento esterno",
"gain": "guadagno",
"getting_location_details": "Ottenere dettagli sulla posizione",
"gpx_file": "File gpx",
"gpx_file_downloaded": "File GPX scaricato. \nCaricalo di seguito per completare l'importazione.",
"gpx_file_required": "File GPX richiesto",
"image_management": "Gestione delle immagini",
"import_activity": "Attività di importazione",
"importing": "Importazione",
"likes": "Mi piace",
"loading_activities": "Attività di caricamento",
"location_display_name": "Nome visualizzazione della posizione",
"location_map": "Posizione",
"location_selected": "Posizione selezionata",
"max_speed": "Velocità massima",
"moving_time": "Tempo di trasloco",
"next_image": "Immagine successiva",
"no_attachments_uploaded_yet": "Nessun allegato ancora caricato",
"no_external_link": "Nessun collegamento esterno disponibile",
"no_file_selected": "Nessun file selezionato",
"no_images_uploaded_yet": "Nessuna immagine ancora caricata",
"no_strava_activities": "Nessuna attività Strava trovata durante questa visita",
"no_trails_added": "Nessun percorso ancora aggiunto",
"no_trails_available": "Nessun percorso disponibile",
"no_trails_found_matching": "Nessun percorso trovato abbinato",
"no_visits_description": "Crea la tua prima visita selezionando le date sopra",
"notes_placeholder": "Aggiungi note su questa visita",
"or": "O",
"pace": "Ritmo",
"photos": "Foto",
"previous_image": "Immagine precedente",
"processing": "Elaborazione",
"public_location_description": "Rendi questa posizione visibile ad altri utenti",
"remove_visit": "Rimuovere la visita",
"rest_time": "Tempo di riposo",
"saved_activities": "Attività salvate",
"search_location": "Cerca una posizione",
"search_placeholder": "Entra in città, posizione o punto di riferimento ...",
"search_trails_placeholder": "Cerca percorsi per nome",
"searching": "Ricerca",
"select_on_map": "Seleziona sulla mappa",
"select_wanderer_trail": "Seleziona un sentiero dal tuo account Wanderer",
"sport_type": "Tipo di sport",
"sport_type_placeholder": "Pista",
"start_lat": "Inizia latitudine",
"start_lng": "Inizia la longitudine",
"strava_activities_during_visit": "Attività di Strava durante la visita",
"strava_activity_ready": "Attività di Strava pronta",
"time": "Tempo",
"total_covered": "Coperto totale",
"total_recorded": "Totale registrato",
"trail": "Sentiero",
"trail_created_successfully": "Trail creata con successo",
"trail_creation_failed": "Impossibile creare Trail",
"trail_fetch_failed": "Non è riuscito a recuperare i sentieri vagabondi",
"trail_link_required": "È richiesto un collegamento a percorso",
"trail_name": "Nome del sentiero",
"trail_removal_failed": "Impossibile rimuovere il sentiero",
"trail_removed_successfully": "Trail rimosso con successo",
"trail_update_failed": "Impossibile aggiornare la traccia",
"trail_updated_successfully": "Trail aggiornato con successo",
"trails": "Trails",
"trails_found_for": "Trails trovati per",
"trails_management": "Gestione dei sentieri",
"trails_management_description": "Gestisci percorsi associati a questa posizione. \nI percorsi possono essere collegati a servizi esterni come Alltrails o Link a Wanderer Trails.",
"update_location_details": "Aggiorna i dettagli della posizione",
"update_visit": "Aggiornamento Visita",
"upload_activity": "Carica attività",
"upload_attachment": "Allegato di caricamento",
"upload_first_attachment": "Carica il tuo primo allegato utilizzando le opzioni sopra",
"upload_first_image": "Carica la tua prima immagine usando una delle opzioni sopra",
"upload_from_device": "Carica dal dispositivo",
"upload_from_url": "Carica dall'URL",
"upload_gpx_file": "Carica il file GPX che è stato appena scaricato per completare l'importazione Strava",
"uploading": "Caricamento",
"use_current_location": "Utilizzare la posizione corrente",
"view_gpx": "Visualizza GPX",
"view_on": "Visualizza su",
"view_strava_activities": "Visualizza le attività di Strava",
"view_trail": "Visualizza il percorso",
"wanderer_integration_error": "L'integrazione di Wanderer non è abilitata o è scaduta.",
"wikipedia_error": "Impossibile generare descrizione da Wikipedia",
"high": "Alto",
"low": "Basso",
"rest": "Riposo",
"total": "Totale",
"attachment_removed_error": "Errore di rimozione dell'allegato",
"attachment_removed_success": "Attacco rimosso con successo",
"attachments_upload_info": "Gli allegati verranno caricati dopo aver salvato il",
"image_upload_info": "Le immagini verranno caricate dopo aver salvato il",
"linked_locations": "Posizioni collegate",
"lodging_save_error": "Errore salvataggio di alloggio",
"my_attachments": "I miei allegati",
"no_attachments": "Nessun allegato",
"no_attachments_desc": "Carica file per iniziare",
"no_images_desc": "Carica immagini per iniziare",
"route_map": "Mappa del percorso",
"selected_attachments": "Allegati selezionati",
"selected_images": "Immagini selezionate",
"activities_text": "attività",
"activity_breakdown_by_category": "Bruteodown per le attività per categoria",
"distance_covered": "Distanza coperta",
"recorded_sessions": "Sessioni registrate",
"total_activities": "Attività totali",
"total_climbed": "Totale scalato",
"total_distance": "Distanza totale"
},
"home": {
"desc_1": "Scopri, pianifica ed esplora con facilità",
@@ -298,7 +475,8 @@
"language_selection": "Lingua",
"support": "Supporto",
"calendar": "Calendario",
"admin_panel": "Pannello di amministrazione"
"admin_panel": "Pannello di amministrazione",
"navigation": "Navigazione"
},
"auth": {
"confirm_password": "Conferma password",
@@ -317,10 +495,14 @@
"public_tooltip": "Con un profilo pubblico, gli utenti possono condividere raccolte con te e visualizzare il tuo profilo nella pagina degli utenti.",
"new_password": "Nuova password",
"or_3rd_party": "Oppure accedi con un servizio di terze parti",
"no_public_adventures": "Nessuna avventura pubblica trovata",
"no_public_collections": "Nessuna collezione pubblica trovata",
"user_adventures": "Avventure utente",
"user_collections": "Collezioni utente"
"user_collections": "Collezioni utente",
"no_public_locations": "Nessuna posizione pubblica trovata",
"user_locations": "Posizioni degli utenti",
"enter_password": "Inserisci la tua password",
"enter_username": "Inserisci il tuo nome utente",
"logging_in": "Accedere",
"totp": "Codice a due fattori"
},
"users": {
"no_users_found": "Nessun utente trovato con profili pubblici."
@@ -379,7 +561,8 @@
"oldest_first": "Prima più antico",
"unvisited_first": "Non visitato per primo",
"visited_first": "Visitato per primo",
"total_items": "Articoli totali"
"total_items": "Articoli totali",
"getting_location_details": "Ottenere dettagli sulla posizione"
},
"settings": {
"account_settings": "Impostazioni dell'account utente",
@@ -493,7 +676,40 @@
"staff_status": "Stato del personale",
"staff_user": "Utente del personale",
"password_auth": "Autenticazione della password",
"invalid_credentials": "Credenziali non valide"
"invalid_credentials": "Credenziali non valide",
"backup_restore": "Backup",
"backup_restore_desc": "Salva i tuoi dati o ripristinarli da un precedente file di backup.",
"complete_setup_to_enable": "Setup completa per abilitare MFA",
"copy_all": "Copia tutto",
"enter_6_digit_code": "Immettere il codice a 6 cifre",
"enter_code_from_app": "Immettere il codice dall'app",
"error_occurred": "Si è verificato un errore",
"important": "Importante",
"manual_entry": "Ingresso manuale",
"mfa_already_enabled": "MFA già abilitato",
"mfa_required": "MFA richiesto",
"scan_qr_code": "Scansionare il codice QR",
"scan_with_authenticator_app": "Scansiona con l'app Authenticator",
"secure_your_account": "Proteggere il tuo account",
"setup_required": "Setup richiesto",
"verify_setup": "Verifica la configurazione",
"whats_included": "Cosa è incluso",
"backup_your_data": "Eseguire il backup dei tuoi dati",
"backup_your_data_desc": "Scarica un backup completo dei dati dell'account tra cui posizioni, raccolte, media e visite.",
"data_override_acknowledge": "Riconosco che questo sovrascriverà tutti i miei dati esistenti",
"data_override_acknowledge_desc": "Questa azione è irreversibile e sostituirà tutte le posizioni, le raccolte e le visite nel tuo account.",
"data_override_warning": "Avviso di sovraccarico dei dati",
"data_override_warning_desc": "Il ripristino dei dati sostituirà completamente tutti i dati esistenti (inclusi nel backup) nel tuo account. \nQuesta azione non può essere annullata.",
"integrations_settings": "Impostazioni integrazioni",
"media": "Media",
"restore_data": "Ripristina i dati",
"restore_data_desc": "Carica un file di backup per ripristinare i dati.",
"select_backup_file": "Seleziona il file di backup",
"world_travel_visits": "Visite di viaggio nel mondo",
"activities": "Attività",
"trails": "Trails",
"use_imperial": "Usa le unità imperiali",
"use_imperial_desc": "Usa unità imperiali (piedi, pollici, chili) anziché unità metriche"
},
"checklist": {
"checklist_delete_error": "Errore durante l'eliminazione della lista di controllo",
@@ -505,7 +721,17 @@
"item_cannot_be_empty": "L'elemento non può essere vuoto",
"items": "Elementi",
"new_item": "Nuovo elemento",
"new_checklist": "Nuova lista di controllo"
"new_checklist": "Nuova lista di controllo",
"add_new_item": "Aggiungi nuovo articolo",
"add_your_first_item": "Aggiungi il tuo primo articolo",
"checklist_viewer": "Visualizzatore della lista di controllo",
"completed": "Completato",
"current_items": "Articoli attuali",
"editing_checklist": "Elenco di controllo della modifica",
"enter_checklist_title": "Inserisci il titolo dell'elenco di controllo",
"no_items_yet": "Nessun oggetto ancora",
"update_checklist_details": "Elenco di controllo della modifica",
"viewing_checklist": "Visualizzazione della lista di controllo"
},
"collection": {
"error_creating_collection": "Errore durante la creazione della collezione",
@@ -539,7 +765,11 @@
"open": "Aprire",
"save": "Salva",
"invalid_url": "URL non valido",
"note_viewer": "Visualizzatore di note"
"note_viewer": "Visualizzatore di note",
"create_new_note": "Crea una nuova nota",
"enter_note_title": "Immettere il titolo della nota",
"update_note_details": "Nota di modifica",
"viewing_note": "Nota di visualizzazione"
},
"transportation": {
"edit": "Modificare",
@@ -563,12 +793,26 @@
"type": "Tipo",
"ending_airport_desc": "Immettere il codice dell'aroporto di arrivo (ad es. LAX)",
"fetch_location_information": "Informazioni sulla posizione di recupero",
"starting_airport_desc": "Immettere il codice dell'aeroporto di partenza (ad es. JFK)"
"starting_airport_desc": "Immettere il codice dell'aeroporto di partenza (ad es. JFK)",
"create_new_transportation": "Nuovo trasporto",
"enter_flight_number": "Immettere il numero di volo",
"enter_from_location": "Immettere dalla posizione",
"enter_link": "Inserisci il collegamento",
"enter_to_location": "Entra in posizione",
"enter_transportation_name": "Immettere il nome del trasporto",
"select_type": "Selezionare il tipo",
"update_transportation_details": "Aggiorna i dettagli del trasporto"
},
"search": {
"adventurelog_results": "Risultati di AdventureLog",
"online_results": "Risultati in linea",
"public_adventures": "Avventure pubbliche"
"public_adventures": "Avventure pubbliche",
"cities": "Città",
"countries": "Paesi",
"found": "trovato",
"result": "Risultato",
"results": "Risultati",
"try_searching_desc": "Prova a cercare avventure, collezioni, paesi, regioni, città o utenti."
},
"map": {
"add_adventure": "Aggiungi nuova avventura",
@@ -579,13 +823,18 @@
"show_visited_regions": "Mostra regioni visitate",
"view_details": "Visualizza dettagli",
"adventure_stats": "Statistiche di avventura",
"adventures_shown": "Avventure mostrate",
"completion": "Completamento",
"display_options": "Opzioni di visualizzazione",
"map_controls": "Controlli della mappa",
"marker_placed_on_map": "Marcatore posizionato sulla mappa",
"place_marker_desc": "Fai clic sulla mappa per posizionare un indicatore o aggiungi un'avventura senza posizione.",
"regions": "Regioni"
"regions": "Regioni",
"add_location": "Aggiungi nuova posizione",
"add_location_at_marker": "Aggiungi nuova posizione al marcatore",
"location_map": "Mappa della posizione",
"locations_shown": "posizioni mostrate",
"place_marker_desc_location": "Fai clic sulla mappa per posizionare un indicatore.",
"show_activities": "Mostra attività",
"show_visited_cities": "Città visitate"
},
"languages": {},
"share": {
@@ -598,7 +847,11 @@
"with": "con",
"go_to_settings": "Vai alle impostazioni",
"no_shared_found": "Nessuna collezione trovata condivisa con te.",
"set_public": "Per consentire agli utenti di condividere con te, è necessario che il tuo profilo sia impostato su pubblico."
"set_public": "Per consentire agli utenti di condividere con te, è necessario che il tuo profilo sia impostato su pubblico.",
"available": "Disponibile",
"pending": "In attesa di",
"revoke_invite": "Revoca invito",
"send_invite": "Invia invito"
},
"profile": {
"member_since": "Membro da",
@@ -611,9 +864,9 @@
"no_shared_adventures": "Questo utente non ha ancora condiviso avventure pubbliche.",
"no_shared_collections": "Questo utente non ha ancora condiviso alcuna collezione pubblica.",
"planned_trips": "Viaggi pianificati",
"public_adventure_experiences": "Esperienze di avventura pubblica",
"travel_statistics": "Statistiche di viaggio",
"your_journey_at_a_glance": "Il tuo viaggio d'avventura a colpo d'occhio"
"your_journey_at_a_glance": "Il tuo viaggio d'avventura a colpo d'occhio",
"public_location_experiences": "Esperienze di posizione pubblica"
},
"categories": {
"category_name": "Nome della categoria",
@@ -622,9 +875,9 @@
"manage_categories": "Gestisci categorie",
"no_categories_found": "Nessuna categoria trovata.",
"select_category": "Seleziona Categoria",
"update_after_refresh": "Le carte avventura verranno aggiornate una volta aggiornata la pagina.",
"add_new_category": "Aggiungi nuova categoria",
"name_required": "È richiesto il nome della categoria"
"name_required": "È richiesto il nome della categoria",
"location_update_after_refresh": "Le schede di posizione verranno aggiornate dopo aver aggiornato la pagina."
},
"dashboard": {
"add_some": "Perché non iniziare a pianificare la tua prossima avventura? \nPuoi aggiungere una nuova avventura facendo clic sul pulsante in basso.",
@@ -665,14 +918,26 @@
"integration_not_found": "Integrazione immich non trovata. \nSi prega di creare una nuova integrazione.",
"network_error": "Errore di rete durante la connessione al server immich. \nControlla la tua connessione e riprova.",
"validation_error": "Si è verificato un errore durante la convalida dell'integrazione immich. \nControlla l'URL e la chiave API del server.",
"copy_locally_desc": "Copia le immagini sul server per l'accesso offline. \nUtilizza più spazio su disco."
"copy_locally_desc": "Copia le immagini sul server per l'accesso offline. \nUtilizza più spazio su disco.",
"by_album": "Per album",
"by_date": "Di data",
"error_no_object_id": "Non è stato fornito nessun ID oggetto",
"fetch_error": "Errore di recupero dei dati dall'integrazione immich",
"image_search_placeholder": "Cerca usando immich",
"loading": "Caricamento",
"loading_albums": "Caricamento di album",
"no_images": "Nessuna immagine trovata",
"select_album": "Seleziona l'album",
"select_album_first": "Seleziona prima un album",
"select_date": "Seleziona Data",
"try_different_date": "Prova una data diversa"
},
"recomendations": {
"recommendation": "Raccomandazione",
"recommendations": "Raccomandazioni",
"adventure_recommendations": "Consigli di avventura",
"food": "Cibo",
"tourism": "Turismo"
"tourism": "Turismo",
"location_recommendations": "Raccomandazioni sulla posizione"
},
"lodging": {
"apartment": "Appartamento",
@@ -689,23 +954,65 @@
"reservation_number": "Numero di prenotazione",
"resort": "Resort",
"villa": "Villa",
"motel": "Motel"
"motel": "Motel",
"create_new_lodging": "Nuovo alloggio",
"enter_lodging_name": "Immettere il nome di alloggio",
"enter_price": "Inserisci il prezzo",
"enter_reservation_number": "Immettere il numero di prenotazione",
"update_lodging_details": "Aggiorna i dettagli di alloggio"
},
"google_maps": {
"google_maps_integration_desc": "Collega il tuo account Google Maps per ottenere risultati e consigli di ricerca sulla posizione di alta qualità."
"google_maps_integration_desc": "Collega il tuo account Google Maps per ottenere risultati e consigli di ricerca sulla posizione di alta qualità.",
"google_maps_integration_desc_no_staff": "Questa integrazione deve prima essere abilitata dall'amministratore su questo server."
},
"calendar": {
"all_categories": "Tutte le categorie",
"all_day_event": "Evento per tutto il giorno",
"calendar_overview": "Panoramica del calendario",
"categories": "Categorie",
"day": "Giorno",
"events_scheduled": "eventi programmati",
"filter_by_category": "Filtro per categoria",
"filtered_results": "Risultati filtrati",
"month": "Mese",
"today": "Oggi",
"total_events": "Eventi totali",
"week": "Settimana"
},
"locations": {
"location": "Posizione",
"locations": "Luoghi",
"my_locations": "Le mie posizioni"
},
"settings_download_backup": "Scarica il backup",
"invites": {
"accept": "Accettare",
"accept_failed": "Impossibile accettare l'invito",
"accepted": "Invito accettato",
"by": "di",
"decline": "Declino",
"decline_failed": "Non ha rifiutato l'invito",
"declined": "Invito è diminuito",
"invited_on": "Invitato su",
"no_invites": "Nessun invito",
"no_invites_desc": "Assicurati che il tuo profilo sia pubblico in modo che gli utenti possano invitarti.",
"pending_invites": "In sospeso inviti",
"title": "Inviti"
},
"strava": {
"account_connected": "Conto collegato",
"admin_setup_required": "L'amministratore del server deve abilitarlo a livello globale",
"authorization_error": "Reindirizzamento dell'errore all'URL di autorizzazione Strava",
"connect_account": "Connect Account",
"disconnect": "Disconnessione",
"disconnect_error": "Errore di disconnessione da Strava",
"disconnected": "Disconnesso con successo da Strava",
"not_configured": "Strava non configurato",
"ready_to_connect": "Pronto per connettersi",
"strava_integration_desc": "Connettiti a Strava per importare facilmente le tue attivi in posizioni e visite",
"gpx_required": "Carica il file GPX per completare l'importazione di Strava",
"not_enabled": "L'integrazione di Strava non è abilitata in questa istanza."
},
"wanderer": {
"connected": "Collegato con successo a Wanderer",
"connection_error": "Errore che si collega a Wanderer",
"wanderer_integration_desc": "Connettiti a Wanderer per importare facilmente e visualizzare i tuoi sentieri in luoghi"
}
}

1016
frontend/src/locales/ja.json Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -9,7 +9,15 @@
"oss_attributions": "오픈 소스 속성",
"other_attributions": "추가 속성은 README 파일에서 찾을 수 있습니다.",
"source_code": "소스 코드",
"generic_attributions": "Adventurelog에 로그인하여 활성화 된 통합 및 서비스에 대한 속성을보십시오."
"generic_attributions": "Adventurelog에 로그인하여 활성화 된 통합 및 서비스에 대한 속성을보십시오.",
"attributions": "속성",
"developer": "개발자",
"license_info": "특허",
"sponsor": "스폰서",
"thank_you": "Adventurelog를 사용해 주셔서 감사합니다!",
"version": "버전",
"view_changelog": "changelog를 봅니다",
"view_license": "라이센스보기"
},
"adventures": {
"actions": "행동",
@@ -22,13 +30,7 @@
"add_to_collection": "컬렉션에 추가하세요",
"adventure": "모험",
"adventure_calendar": "모험 달력",
"adventure_create_error": "모험을 만들지 못했습니다",
"adventure_created": "모험 생성됨",
"adventure_delete_confirm": "이 모험을 삭제 하시겠습니까? 이 행동은 취소 할 수 없습니다.",
"adventure_delete_success": "모험이 성공적으로 삭제되었습니다!",
"adventure_not_found": "표시할 모험이 없습니다. 오른쪽 하단의 플러스 버튼을 사용하여 추가하거나 필터를 변경하세요!",
"adventure_update_error": "모험을 업데이트하지 못했습니다",
"adventure_updated": "모험 업데이트됨",
"all": "모두",
"archive": "보관",
"archived": "보관됨",
@@ -56,16 +58,11 @@
"collection_adventures": "컬렉션 모험을 추가하세요",
"collection_archived": "이 컬렉션은 보관되었습니다.",
"collection_completed": "이 컬렉션을 완성했습니다!",
"collection_link_error": "컬렉션에 모험 연결 중 오류",
"collection_link_success": "컬렉션에 모험이 성공적으로 연결되었습니다!",
"collection_remove_error": "컬렉션에서 모험을 제거 중 오류",
"collection_remove_success": "컬렉션에서 모험이 제거되었습니다!",
"collection_stats": "컬렉션 통계",
"copied_to_clipboard": "클립 보드에 복사됨!",
"copy_failed": "복사 실패",
"copy_link": "링크 복사",
"count_txt": "검색과 일치하는 결과",
"create_adventure": "모험 생성",
"create_new": "새로 만들기...",
"date": "일자",
"date_constrain": "컬렉션 일자로 제한",
@@ -74,7 +71,6 @@
"day": "일",
"days": "일",
"delete": "삭제",
"delete_adventure": "모험 삭제",
"delete_checklist": "체크리스트 삭제",
"delete_collection": "컬렉션 삭제",
"delete_collection_success": "컬렉션이 성공적으로 삭제되었습니다!",
@@ -123,10 +119,7 @@
"my_collections": "내 컬렉션",
"my_images": "내 이미지",
"name": "이름",
"new_adventure": "새로운 모험",
"no_adventures_found": "모험이 없습니다",
"no_adventures_to_recommendations": "모험이 없습니다. 장소를 추천받으려면 최소 하나 이상의 모험을 등록해야 합니다.",
"no_collections_found": "이 모험을 추가할 수 있는 컬렉션이 없습니다.",
"no_description_found": "설명이 없습니다",
"no_image_found": "이미지가 없습니다",
"no_image_url": "해당 URL에 이미지가 없습니다.",
@@ -135,8 +128,6 @@
"no_location": "위치를 입력하세요",
"no_location_found": "위치가 없습니다",
"no_results": "결과가 없습니다",
"not_found": "모험이 없습니다",
"not_found_desc": "당신이 찾고 있던 모험을 찾을 수 없었습니다. 다른 모험을 찾아보거나 나중에 다시 해 보세요.",
"not_visited": "방문하지 않음",
"note": "노트",
"note_delete_confirm": "이 노트를 삭제 하시겠습니까? 이 행동은 취소 할 수 없습니다.",
@@ -151,7 +142,6 @@
"preview": "미리보기",
"private": "비공개",
"public": "공개",
"public_adventure": "공개 모험",
"rating": "평가",
"regions_updated": "지역이 업데이트되었습니다",
"remove": "제거",
@@ -162,7 +152,6 @@
"see_adventures": "모험 보기",
"set_to_pin": "고정하기",
"share": "공유",
"share_adventure": "이 모험을 공유하세요!",
"show": "보기",
"sort": "정렬",
"sources": "출처",
@@ -190,10 +179,8 @@
"visited_region_check_desc": "이것을 선택하면 서버는 방문한 모든 모험을 확인하고 그 모험의 지역을 표시하여 세계 여행에서 방문 여부를 표시합니다.",
"visits": "방문",
"warning": "경고",
"wiki_desc": "모험의 이름과 일치하는 글을 위키백과에서 가져옵니다.",
"wiki_image_error": "위키백과 이미지 가져오기 오류",
"wikipedia": "위키백과",
"will_be_marked": "모험이 저장되면 방문했다고 표시합니다.",
"checklists": "체크리스트",
"cities_updated": "도시 업데이트됨",
"clear": "초기화",
@@ -246,7 +233,197 @@
"name_location": "이름, 위치",
"collection_contents": "수집 내용",
"check_in": "체크인",
"check_out": "체크 아웃"
"check_out": "체크 아웃",
"collection_link_location_error": "오류 연결 위치 컬렉션",
"collection_link_location_success": "컬렉션에 링크 된 위치!",
"collection_locations": "수집 위치를 포함합니다",
"collection_remove_location_error": "수집에서 위치를 제거하는 오류",
"collection_remove_location_success": "컬렉션에서 제거 된 위치는 성공적으로!",
"create_location": "위치를 만듭니다",
"delete_location": "위치 삭제",
"edit_location": "위치 편집",
"location_create_error": "위치를 만들지 못했습니다",
"location_created": "생성 된 위치",
"location_delete_confirm": "이 위치를 삭제 하시겠습니까? \n이 조치는 취소 할 수 없습니다.",
"location_delete_success": "위치가 성공적으로 삭제되었습니다!",
"location_not_found": "위치를 찾을 수 없습니다",
"location_not_found_desc": "당신이 찾고 있던 위치는 찾을 수 없습니다. \n다른 위치를 시도하거나 나중에 다시 확인하십시오.",
"location_update_error": "위치를 업데이트하지 못했습니다",
"location_updated": "위치 업데이트",
"new_location": "새로운 위치",
"no_collections_to_add_location": "이 위치를 추가하는 컬렉션은 없습니다.",
"no_locations_to_recommendations": "발견 된 위치는 없습니다. \n권장 사항을 얻으려면 하나 이상의 위치를 ​​추가하십시오.",
"public_location": "공개 위치",
"share_location": "이 위치를 공유하십시오!",
"visit_calendar": "캘린더를 방문하십시오",
"wiki_location_desc": "위치 이름과 일치하는 Wikipedia 기사에서 발췌 한 내용을 가져옵니다.",
"will_be_marked_location": "위치가 저장되면 방문한대로 표시됩니다.",
"no_locations_found": "발견 된 위치는 없습니다",
"image_modal_navigate": "화살표 키를 사용하거나 클릭하여 탐색하십시오",
"details": "세부",
"leave": "떠나다",
"leave_collection": "컬렉션을 떠나십시오",
"leave_collection_warning": "이 컬렉션을 떠나고 싶습니까? \n추가 한 모든 위치는 inke가 무제한 상태이며 귀하의 계정에 남아 있습니다.",
"left_collection_message": "성공적으로 컬렉션을 떠났습니다",
"loading_collections": "컬렉션로드 ...",
"quick_start": "빠른 시작",
"achievements": "업적",
"active_duration": "활성 기간",
"activities_name": "활동",
"activity_name": "활동 이름",
"activity_name_placeholder": "아침 달리기",
"activity_name_required": "활동 이름이 필요합니다",
"activity_options": "활동 옵션",
"activity_statistics": "활동 통계",
"activity_statistics_description": "귀하의 체력 및 활동 성과",
"add_activity": "활동 추가",
"add_first_trail": "위의 버튼을 사용하여 첫 번째 트레일을 추가하십시오",
"add_new_activity": "새로운 활동을 추가하십시오",
"add_new_trail": "새로운 트레일을 추가하십시오",
"add_trail": "트레일을 추가하십시오",
"add_visit": "방문 추가",
"add_wanderer_trail": "방랑자 트레일을 추가하십시오",
"attachment_management": "첨부 관리",
"attachment_name_required": "첨부 이름이 필요합니다",
"attachment_remove_error": "첨부 파일을 제거하는 동안 오류가 발생했습니다",
"attachment_removed": "첨부 파일이 성공적으로 제거되었습니다",
"attachment_updated": "첨부 파일이 성공적으로 업데이트되었습니다",
"average_cadence": "평균 케이던스",
"average_speed": "평균 속도",
"avg_speed": "평균 속도",
"back": "뒤쪽에",
"cadence": "운율",
"calories": "칼로리",
"click_map": "위치를 선택하려면지도를 클릭하십시오",
"click_on_map": "위치를 선택하려면지도를 클릭하십시오",
"complete_import": "완전한 수입",
"complete_strava_import": "완전한 Strava 가져 오기",
"confirm_delete_activity": "이 활동을 삭제 하시겠습니까?",
"connect_to_wanderer": "Wanderer에 연결하십시오",
"continue": "계속하다",
"create_new_location": "새로운 위치를 만듭니다",
"create_trail": "트레일을 만듭니다",
"created": "생성",
"current_attachments": "현재 첨부 파일",
"date_selection": "날짜 선택",
"download_gpx": "GPX를 다운로드하십시오",
"edit_visit": "방문 편집",
"elapsed_time": "경과 시간",
"elevation": "높이",
"elevation_gain": "고도 이득",
"elevation_high": "높은 높이",
"elevation_loss": "고도 손실",
"elevation_low": "높이가 낮습니다",
"end_lat": "끝 위도",
"end_lng": "종말 경도",
"export_gpx": "GPX 내보내기",
"export_original": "원본 내보내기",
"external_link": "외부 링크",
"gain": "얻다",
"getting_location_details": "위치 세부 정보 얻기",
"gpx_file": "GPX 파일",
"gpx_file_downloaded": "GPX 파일 다운로드. \n가져 오기를 완료하려면 아래에 업로드하십시오.",
"gpx_file_required": "GPX 파일이 필요합니다",
"image_management": "이미지 관리",
"import_activity": "수입 활동",
"importing": "가져 오기",
"likes": "좋아합니다",
"loading_activities": "로딩 활동",
"location_display_name": "위치 표시 이름",
"location_map": "위치",
"location_selected": "선택된 위치",
"max_speed": "최대 속도",
"moving_time": "이동 시간",
"next_image": "다음 이미지",
"no_attachments_uploaded_yet": "아직 첨부 파일이 업로드되지 않았습니다",
"no_external_link": "외부 링크가 없습니다",
"no_file_selected": "선택된 파일이 없습니다",
"no_images_uploaded_yet": "아직 이미지가 업로드되지 않았습니다",
"no_strava_activities": "이 방문 동안 Strava 활동이 발견되지 않았습니다",
"no_trails_added": "아직 트레일이 추가되지 않았습니다",
"no_trails_available": "사용 가능한 트레일이 없습니다",
"no_trails_found_matching": "일치하는 트레일이 없습니다",
"no_visits_description": "위의 날짜를 선택하여 첫 방문을 만듭니다",
"notes_placeholder": "이 방문에 대한 메모를 추가하십시오",
"or": "또는",
"pace": "속도",
"photos": "사진",
"previous_image": "이전 이미지",
"processing": "처리",
"public_location_description": "이 위치를 다른 사용자에게 보이게하십시오",
"remove_visit": "방문을 제거하십시오",
"rest_time": "휴식 시간",
"saved_activities": "저장된 활동",
"search_location": "위치를 검색하십시오",
"search_placeholder": "도시, 위치 또는 랜드 마크를 입력하십시오 ...",
"search_trails_placeholder": "이름으로 트레일을 검색합니다",
"searching": "수색",
"select_on_map": "지도에서 선택하십시오",
"select_wanderer_trail": "방랑자 계정에서 트레일을 선택하십시오",
"sport_type": "스포츠 유형",
"sport_type_placeholder": "트레일 러닝",
"start_lat": "위도를 시작하십시오",
"start_lng": "경도를 시작하십시오",
"strava_activities_during_visit": "방문 중 Strava 활동",
"strava_activity_ready": "Strava 활동 준비",
"time": "시간",
"total_covered": "총 커버",
"total_recorded": "기록 된 총",
"trail": "자취",
"trail_created_successfully": "트레일이 성공적으로 만들어졌습니다",
"trail_creation_failed": "트레일을 만들지 못했습니다",
"trail_fetch_failed": "방랑자 트레일을 가져 오지 못했습니다",
"trail_link_required": "트레일 링크가 필요합니다",
"trail_name": "트레일 이름",
"trail_removal_failed": "트레일을 제거하지 못했습니다",
"trail_removed_successfully": "트레일이 성공적으로 제거되었습니다",
"trail_update_failed": "트레일을 업데이트하지 못했습니다",
"trail_updated_successfully": "트레일이 성공적으로 업데이트되었습니다",
"trails": "트레일",
"trails_found_for": "발견 된 트레일",
"trails_management": "트레일 관리",
"trails_management_description": "이 위치와 관련된 트레일을 관리하십시오. \n트레일은 AllTrails 또는 Wanderer Trails 링크와 같은 외부 서비스에 연결될 수 있습니다.",
"update_location_details": "위치 세부 사항을 업데이트합니다",
"update_visit": "업데이트 방문",
"upload_activity": "활동 업로드 활동",
"upload_attachment": "첨부 파일 업로드",
"upload_first_attachment": "위의 옵션을 사용하여 첫 번째 첨부 파일을 업로드하십시오",
"upload_first_image": "위의 옵션 중 하나를 사용하여 첫 번째 이미지를 업로드하십시오.",
"upload_from_device": "장치에서 업로드하십시오",
"upload_from_url": "URL에서 업로드하십시오",
"upload_gpx_file": "Strava 가져 오기를 완료하기 위해 방금 다운로드 한 GPX 파일 업로드",
"uploading": "업로드",
"use_current_location": "현재 위치를 사용하십시오",
"view_gpx": "GPX를 봅니다",
"view_on": "보기",
"view_strava_activities": "Strava 활동을보십시오",
"view_trail": "트레일보기",
"wanderer_integration_error": "방랑자 통합은 활성화되지 않았거나 만료되었습니다.",
"wikipedia_error": "Wikipedia에서 설명을 생성하지 못했습니다",
"high": "높은",
"low": "낮은",
"rest": "나머지",
"total": "총",
"attachment_removed_error": "첨부 파일 제거 오류",
"attachment_removed_success": "첨부 파일이 성공적으로 제거되었습니다",
"attachments_upload_info": "저장 후 첨부 파일이 업로드됩니다",
"image_upload_info": "저장 후 이미지가 업로드됩니다",
"linked_locations": "연결된 위치",
"lodging_save_error": "오류 저축 숙박",
"my_attachments": "내 첨부 파일",
"no_attachments": "첨부 파일이 없습니다",
"no_attachments_desc": "시작하려면 파일을 업로드하십시오",
"no_images_desc": "시작하려면 이미지를 업로드하십시오",
"route_map": "경로지도",
"selected_attachments": "선택된 첨부 파일",
"selected_images": "선택된 이미지",
"activities_text": "활동",
"activity_breakdown_by_category": "카테고리 별 활동 분해",
"distance_covered": "거리는",
"recorded_sessions": "기록 된 세션",
"total_activities": "총 활동",
"total_climbed": "총계가 올라 갔다",
"total_distance": "총 거리"
},
"auth": {
"confirm_password": "비밀번호 확인",
@@ -265,10 +442,14 @@
"registration_disabled": "현재 등록할 수 없습니다.",
"signup": "가입",
"username": "사용자 이름",
"no_public_adventures": "공개 모험이 발견되지 않았습니다",
"no_public_collections": "공개 컬렉션이 발견되지 않았습니다",
"user_adventures": "사용자 모험",
"user_collections": "사용자 수집"
"user_collections": "사용자 수집",
"no_public_locations": "공공 장소가 발견되지 않았습니다",
"user_locations": "사용자 위치",
"enter_password": "비밀번호를 입력하십시오",
"enter_username": "사용자 이름을 입력하십시오",
"logging_in": "로그인",
"totp": "2 단계 코드"
},
"categories": {
"category_name": "카테고리 이름",
@@ -277,9 +458,9 @@
"manage_categories": "카테고리 관리",
"no_categories_found": "카테고리가 없습니다.",
"select_category": "카테고리 선택",
"update_after_refresh": "페이지를 새로고침해야 모험 카드가 업데이트됩니다.",
"add_new_category": "새 카테고리를 추가하십시오",
"name_required": "카테고리 이름이 필요합니다"
"name_required": "카테고리 이름이 필요합니다",
"location_update_after_refresh": "페이지를 새로 고치면 위치 카드가 업데이트됩니다."
},
"checklist": {
"checklist_delete_error": "체크리스트 삭제 오류",
@@ -291,7 +472,17 @@
"item_cannot_be_empty": "항목은 비어있을 수 없습니다",
"items": "항목",
"new_checklist": "새 체크리스트",
"new_item": "새 항목"
"new_item": "새 항목",
"add_your_first_item": "첫 번째 항목을 추가하십시오",
"completed": "완전한",
"current_items": "현재 항목",
"editing_checklist": "체크리스트 편집",
"enter_checklist_title": "체크리스트 제목을 입력하십시오",
"no_items_yet": "아직 항목이 없습니다",
"update_checklist_details": "체크리스트 편집",
"viewing_checklist": "체크리스트보기",
"add_new_item": "새 항목을 추가하십시오",
"checklist_viewer": "점검표 뷰어"
},
"collection": {
"collection_created": "컬렉션이 성공적으로 생성되었습니다!",
@@ -370,7 +561,19 @@
"integration_already_exists": "면역 통합이 이미 존재합니다. \n한 번에 하나만 통합 할 수 있습니다.",
"integration_not_found": "Immich 통합을 찾을 수 없습니다. \n새로운 통합을 작성하십시오.",
"network_error": "Immich 서버에 연결하는 동안 네트워크 오류. \n연결을 확인하고 다시 시도하십시오.",
"validation_error": "면역 통합을 검증하는 동안 오류가 발생했습니다. \n서버 URL 및 API 키를 확인하십시오."
"validation_error": "면역 통합을 검증하는 동안 오류가 발생했습니다. \n서버 URL 및 API 키를 확인하십시오.",
"by_album": "앨범에 의해",
"by_date": "날짜에 따라",
"error_no_object_id": "객체 ID가 제공되지 않았습니다",
"fetch_error": "Immich 통합에서 데이터를 가져 오기",
"image_search_placeholder": "Immich를 사용하여 검색하십시오",
"loading": "로딩",
"loading_albums": "앨범로드",
"no_images": "이미지가 없습니다",
"select_album": "앨범을 선택하십시오",
"select_album_first": "먼저 앨범을 선택하십시오",
"select_date": "날짜를 선택하십시오",
"try_different_date": "다른 날짜를 시도하십시오"
},
"map": {
"add_adventure": "새로운 모험 추가",
@@ -381,13 +584,18 @@
"show_visited_regions": "방문한 지역 보기",
"view_details": "상세 보기",
"adventure_stats": "모험 통계",
"adventures_shown": "모험 쇼",
"completion": "완성",
"display_options": "디스플레이 옵션",
"map_controls": "맵 컨트롤",
"marker_placed_on_map": "마커가지도에 배치되었습니다",
"place_marker_desc": "지도를 클릭하여 마커를 배치하거나 위치없이 모험을 추가하십시오.",
"regions": "지역"
"regions": "지역",
"add_location": "새로운 위치를 추가하십시오",
"add_location_at_marker": "마커에 새 위치를 추가하십시오",
"location_map": "위치지도",
"locations_shown": "표시된 위치",
"place_marker_desc_location": "지도를 클릭하여 마커를 배치하십시오.",
"show_activities": "활동을 보여줍니다",
"show_visited_cities": "도시를 방문했습니다"
},
"navbar": {
"about": "Adventurelog 소개",
@@ -421,7 +629,8 @@
},
"users": "사용자",
"worldtravel": "세계 여행",
"admin_panel": "관리자 패널"
"admin_panel": "관리자 패널",
"navigation": "항해"
},
"notes": {
"add_a_link": "링크 추가",
@@ -435,7 +644,11 @@
"note_public": "이 노트는 공개 컬렉션에 있기 때문에 공개되었습니다.",
"note_viewer": "노트 뷰어",
"open": "열기",
"save": "저장"
"save": "저장",
"create_new_note": "새 메모를 만듭니다",
"enter_note_title": "메모 제목을 입력하십시오",
"update_note_details": "편집 노트",
"viewing_note": "보기 노트"
},
"profile": {
"member_since": "가입 시점",
@@ -448,21 +661,27 @@
"no_shared_adventures": "이 사용자는 아직 공개 모험을 공유하지 않았습니다.",
"no_shared_collections": "이 사용자는 아직 공개 컬렉션을 공유하지 않았습니다.",
"planned_trips": "계획된 여행",
"public_adventure_experiences": "공개 모험 경험",
"your_journey_at_a_glance": "당신의 모험 여행",
"travel_statistics": "여행 통계"
"travel_statistics": "여행 통계",
"public_location_experiences": "공개 위치 경험"
},
"recomendations": {
"recommendation": "추천",
"recommendations": "권장 사항",
"adventure_recommendations": "모험 추천",
"food": "음식",
"tourism": "관광 여행"
"tourism": "관광 여행",
"location_recommendations": "위치 권장 사항"
},
"search": {
"adventurelog_results": "Adventurelog 결과",
"online_results": "온라인 결과",
"public_adventures": "공개 모험"
"public_adventures": "공개 모험",
"cities": "도시",
"countries": "국가",
"found": "설립하다",
"result": "결과",
"results": "결과",
"try_searching_desc": "모험, 컬렉션, 국가, 지역, 도시 또는 사용자를 검색하십시오."
},
"settings": {
"about_this_background": "이 배경에 대해",
@@ -576,7 +795,40 @@
"social_auth_setup": "소셜 인증 설정",
"staff_status": "직원 상태",
"staff_user": "직원 사용자",
"invalid_credentials": "잘못된 자격 증명"
"invalid_credentials": "잘못된 자격 증명",
"backup_restore": "지원",
"backup_restore_desc": "데이터를 저장하거나 이전 백업 파일에서 복원하십시오.",
"complete_setup_to_enable": "MFA를 활성화하기위한 완전한 설정",
"copy_all": "모두 복사하십시오",
"enter_6_digit_code": "6 자리 코드를 입력하십시오",
"enter_code_from_app": "앱에서 코드를 입력하십시오",
"error_occurred": "오류가 발생했습니다",
"important": "중요한",
"manual_entry": "수동 입력",
"mfa_already_enabled": "MFA는 이미 활성화되었습니다",
"mfa_required": "MFA가 필요합니다",
"scan_qr_code": "QR 코드를 스캔하십시오",
"scan_with_authenticator_app": "Authenticator 앱으로 스캔하십시오",
"secure_your_account": "계정을 확보하십시오",
"setup_required": "설정이 필요합니다",
"verify_setup": "설정을 확인하십시오",
"whats_included": "포함 된 내용",
"backup_your_data": "데이터를 백업하십시오",
"backup_your_data_desc": "위치, 컬렉션, 미디어 및 방문을 포함하여 계정 데이터의 전체 백업을 다운로드하십시오.",
"data_override_acknowledge": "나는 이것이 나의 모든 기존 데이터를 무시할 것임을 인정합니다.",
"data_override_acknowledge_desc": "이 조치는 돌이킬 수 없으며 계정의 모든 위치, 컬렉션 및 방문을 대체합니다.",
"data_override_warning": "데이터를 우선적으로 경고합니다",
"data_override_warning_desc": "데이터 복원은 계정의 모든 기존 데이터 (백업에 포함 된)를 완전히 대체합니다. \n이 조치는 취소 할 수 없습니다.",
"integrations_settings": "통합 설정",
"media": "메디아",
"restore_data": "데이터를 복원하십시오",
"restore_data_desc": "백업 파일을 업로드하여 데이터를 복원하십시오.",
"select_backup_file": "백업 파일을 선택하십시오",
"world_travel_visits": "세계 여행 방문",
"activities": "활동",
"trails": "트레일",
"use_imperial": "제국 유닛을 사용하십시오",
"use_imperial_desc": "메트릭 단위 대신 황실 단위 (피트, 인치, 파운드)를 사용하십시오."
},
"share": {
"go_to_settings": "설정으로 이동",
@@ -588,7 +840,11 @@
"shared": "공유됨",
"shared_with": "공유한 사용자",
"unshared": "공유되지 않음",
"with": "함께 하는 사용자"
"with": "함께 하는 사용자",
"available": "사용 가능",
"pending": "보류 중",
"revoke_invite": "취소 초대",
"send_invite": "초대를 보내십시오"
},
"transportation": {
"edit": "편집",
@@ -612,7 +868,15 @@
"type": "유형",
"ending_airport_desc": "엔드 공항 코드 입력 (예 : LAX)",
"fetch_location_information": "위치 정보를 가져 오십시오",
"starting_airport_desc": "공항 시작 코드 입력 (예 : JFK)"
"starting_airport_desc": "공항 시작 코드 입력 (예 : JFK)",
"create_new_transportation": "새로운 교통",
"enter_flight_number": "비행 번호를 입력하십시오",
"enter_from_location": "위치에서 입력하십시오",
"enter_link": "링크를 입력하십시오",
"enter_to_location": "위치에 입력하십시오",
"enter_transportation_name": "운송 이름을 입력하십시오",
"select_type": "유형을 선택하십시오",
"update_transportation_details": "전송 세부 사항을 업데이트하십시오"
},
"users": {
"no_users_found": "공개 프로필인 사용자가 없습니다."
@@ -671,7 +935,8 @@
"oldest_first": "가장 오래된 첫 번째",
"unvisited_first": "먼저 방문하지 않습니다",
"visited_first": "먼저 방문했습니다",
"total_items": "총 항목"
"total_items": "총 항목",
"getting_location_details": "위치 세부 정보 얻기"
},
"lodging": {
"apartment": "아파트",
@@ -688,23 +953,65 @@
"other": "다른",
"reservation_number": "예약 번호",
"resort": "의지",
"villa": "별장"
"villa": "별장",
"create_new_lodging": "새로운 숙박",
"enter_lodging_name": "숙박 이름을 입력하십시오",
"enter_price": "가격을 입력하십시오",
"enter_reservation_number": "예약 번호를 입력하십시오",
"update_lodging_details": "숙박 세부 사항을 업데이트하십시오"
},
"google_maps": {
"google_maps_integration_desc": "Google지도 계정을 연결하여 고품질 위치 검색 결과 및 권장 사항을 얻으십시오."
"google_maps_integration_desc": "Google지도 계정을 연결하여 고품질 위치 검색 결과 및 권장 사항을 얻으십시오.",
"google_maps_integration_desc_no_staff": "이 통합은 먼저이 서버의 관리자가 활성화해야합니다."
},
"calendar": {
"all_categories": "모든 카테고리",
"all_day_event": "하루 종일 이벤트",
"calendar_overview": "캘린더 개요",
"categories": "카테고리",
"day": "낮",
"events_scheduled": "예약 된 이벤트",
"filter_by_category": "카테고리 별 필터",
"filtered_results": "필터링 된 결과",
"month": "월",
"today": "오늘",
"total_events": "총 이벤트",
"week": "주"
},
"locations": {
"location": "위치",
"locations": "위치",
"my_locations": "내 위치"
},
"settings_download_backup": "백업을 다운로드하십시오",
"invites": {
"accept": "수용하다",
"accept_failed": "초대를 수락하지 못했습니다",
"accepted": "허가를 초대하십시오",
"by": "~에 의해",
"decline": "감소",
"decline_failed": "초대를 거부하지 못했습니다",
"declined": "초대 거절",
"invited_on": "초대",
"no_invites": "초대하지 않습니다",
"no_invites_desc": "사용자가 귀하를 초대 할 수 있도록 프로필이 공개되어 있는지 확인하십시오.",
"pending_invites": "보류중인 초대",
"title": "초대"
},
"strava": {
"account_connected": "계정이 연결되어 있습니다",
"admin_setup_required": "서버 관리자는 전 세계적으로 활성화해야합니다",
"authorization_error": "Strava Authorization URL로 오류를 방향으로 리디렉션합니다",
"connect_account": "계정을 연결하십시오",
"disconnect": "연결을 끊습니다",
"disconnect_error": "Strava에서 오류 분리",
"disconnected": "Strava에서 성공적으로 분리되었습니다",
"not_configured": "Strava는 구성되지 않았습니다",
"ready_to_connect": "연결 준비",
"strava_integration_desc": "Strava에 연결하여 액티브를 위치 및 방문으로 쉽게 가져 오십시오.",
"gpx_required": "Strava 가져 오기를 완료하려면 GPX 파일을 업로드하십시오.",
"not_enabled": "이 인스턴스에서는 Strava 통합이 활성화되지 않습니다."
},
"wanderer": {
"connected": "Wanderer에 성공적으로 연결되었습니다",
"connection_error": "방랑자에 연결하는 오류",
"wanderer_integration_desc": "Wanderer에 연결하여 위치에서 트레일을 쉽게 가져오고 볼 수 있습니다."
}
}

View File

@@ -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"
}
}

View File

@@ -31,7 +31,8 @@
"light": "Lys",
"night": "Natt",
"northernLights": "Nordlys"
}
},
"navigation": "Navigasjon"
},
"about": {
"about": "Om",
@@ -43,7 +44,15 @@
"nominatim_2": "Deres data er lisensiert under ODbL-lisensen.",
"other_attributions": "Ytterligere attribusjoner finnes i README-filen.",
"close": "Lukk",
"generic_attributions": "Logg inn på Adventurelog for å se attribusjoner for aktiverte integrasjoner og tjenester."
"generic_attributions": "Logg inn på Adventurelog for å se attribusjoner for aktiverte integrasjoner og tjenester.",
"attributions": "Attribusjoner",
"developer": "Utvikler",
"license_info": "Tillatelse",
"sponsor": "Sponsor",
"thank_you": "Takk for at du bruker Adventurelog!",
"version": "Versjon",
"view_changelog": "Se Changelog",
"view_license": "Vis lisens"
},
"home": {
"hero_1": "Oppdag verdens mest spennende eventyr",
@@ -64,12 +73,7 @@
"start_your_journey": "Start reisen"
},
"adventures": {
"collection_remove_success": "Eventyret ble fjernet fra samlingen!",
"collection_remove_error": "Feil ved fjerning av eventyr fra samling",
"collection_link_success": "Eventyret ble lagt til samlingen!",
"no_image_found": "Ingen bilde funnet",
"collection_link_error": "Feil ved lenking av eventyr til samling",
"adventure_delete_confirm": "Er du sikker på at du vil slette dette eventyret? Denne handlingen kan ikke angres.",
"checklist_delete_confirm": "Er du sikker på at du vil slette denne sjekklisten? Denne handlingen kan ikke angres.",
"note_delete_confirm": "Er du sikker på at du vil slette dette notatet? Denne handlingen kan ikke angres.",
"transportation_delete_confirm": "Er du sikker på at du vil slette dette transportmiddelet? Denne handlingen kan ikke angres.",
@@ -83,8 +87,6 @@
"remove_from_collection": "Fjern fra samling",
"add_to_collection": "Legg til i samling",
"delete": "Slett",
"not_found": "Fant ikke eventyret",
"not_found_desc": "Eventyret du leter etter, ble ikke funnet. Vennligst prøv et annet eventyr eller kom tilbake senere.",
"homepage": "Hjemmeside",
"collection": "Samling",
"longitude": "Lengdegrad",
@@ -109,7 +111,6 @@
"rating": "Vurdering",
"my_images": "Mine bilder",
"no_images": "Ingen bilder",
"share_adventure": "Del dette eventyret!",
"copy_link": "Kopier lenke",
"image": "Bilde",
"upload_image": "Last opp bilde",
@@ -131,12 +132,10 @@
"clear_map": "Tøm kart",
"search_results": "Søkeresultater",
"no_results": "Ingen resultater funnet",
"wiki_desc": "Henter utdrag fra Wikipedia-artikkelen som samsvarer med navnet på eventyret.",
"attachments": "Vedlegg",
"attachment": "Vedlegg",
"images": "Bilder",
"generate_desc": "Generer beskrivelse",
"public_adventure": "Offentlig eventyr",
"location_information": "Plasseringsinformasjon",
"link": "Lenke",
"links": "Lenker",
@@ -157,15 +156,12 @@
"edit_collection": "Rediger samling",
"unarchive": "Fjern fra arkiv",
"archive": "Arkiver",
"no_collections_found": "Ingen samlinger funnet for å legge dette eventyret til.",
"not_visited": "Ikke besøkt",
"archived_collection_message": "Samlingen ble arkivert!",
"unarchived_collection_message": "Samlingen ble fjernet fra arkivet!",
"delete_collection_success": "Samlingen ble slettet!",
"cancel": "Avbryt",
"delete_collection": "Slett samling",
"delete_adventure": "Slett eventyr",
"adventure_delete_success": "Eventyret ble slettet!",
"visited": "Besøkt",
"planned": "Planlagt",
"duration": "Varighet",
@@ -183,17 +179,10 @@
"image_fetch_failed": "Kunne ikke hente bilde",
"no_location": "Vennligst angi et sted",
"no_description_found": "Fant ingen beskrivelse",
"adventure_created": "Eventyr opprettet",
"adventure_create_error": "Kunne ikke opprette eventyr",
"lodging": "Overnatting",
"create_adventure": "Opprett eventyr",
"adventure_updated": "Eventyr oppdatert",
"adventure_update_error": "Kunne ikke oppdatere eventyr",
"set_to_pin": "Fest",
"category_fetch_error": "Feil ved henting av kategorier",
"new_adventure": "Nytt eventyr",
"basic_information": "Grunnleggende informasjon",
"no_adventures_to_recommendations": "Ingen eventyr funnet. Legg til minst ett eventyr for å få anbefalinger.",
"display_name": "Visningsnavn",
"adventure_not_found": "Det finnes ingen eventyr å vise. Legg til noen ved å trykke på plusstegnet nederst til høyre, eller prøv å endre filtre!",
"no_adventures_found": "Ingen eventyr funnet",
@@ -233,7 +222,6 @@
"no_location_found": "Ingen sted funnet",
"from": "Fra",
"to": "Til",
"will_be_marked": "vil bli markert som besøkt når eventyret er lagret.",
"start": "Start",
"end": "Slutt",
"emoji_picker": "Emoji-velger",
@@ -298,7 +286,197 @@
"name_location": "Navn, plassering",
"collection_contents": "Samlingsinnhold",
"check_in": "Sjekk inn",
"check_out": "Sjekk ut"
"check_out": "Sjekk ut",
"collection_link_location_error": "Feil koblingssted til samling",
"collection_link_location_success": "Plassering knyttet til samlingen vellykket!",
"collection_locations": "Inkluderer samlingssteder",
"collection_remove_location_error": "Feil å fjerne plasseringen fra samlingen",
"collection_remove_location_success": "Plassering fjernet fra samlingen med hell!",
"create_location": "Skape sted",
"delete_location": "Slett plassering",
"edit_location": "Rediger plassering",
"location_create_error": "Kunne ikke skape sted",
"location_created": "Plassering opprettet",
"location_delete_confirm": "Er du sikker på at du vil slette dette stedet? \nDenne handlingen kan ikke angres.",
"location_delete_success": "Plassering slettet vellykket!",
"location_not_found": "Plasseringen ikke funnet",
"location_not_found_desc": "Plasseringen du lette etter ble ikke funnet. \nPrøv et annet sted eller sjekk tilbake senere.",
"location_update_error": "Kunne ikke oppdatere plasseringen",
"location_updated": "Plassering oppdatert",
"new_location": "Ny beliggenhet",
"no_collections_to_add_location": "Ingen samlinger funnet å legge dette stedet til.",
"no_locations_to_recommendations": "Ingen steder funnet. \nLegg til minst ett sted for å få anbefalinger.",
"public_location": "Offentlig beliggenhet",
"share_location": "Del dette stedet!",
"visit_calendar": "Besøk kalenderen",
"wiki_location_desc": "Trekker utdrag fra Wikipedia -artikkelen som samsvarer med navnet på stedet.",
"will_be_marked_location": "vil bli merket som besøkt når stedet er lagret.",
"no_locations_found": "Ingen steder funnet",
"image_modal_navigate": "Bruk piltastene eller klikk for å navigere",
"details": "Detaljer",
"leave": "Forlate",
"leave_collection": "Forlate samlingen",
"leave_collection_warning": "Er du sikker på at du vil forlate denne samlingen? \nEventuelle steder du har lagt til, vil bli koblet til og forblir på kontoen din.",
"left_collection_message": "Vellykket igjen samling",
"loading_collections": "Laster inn samlinger ...",
"quick_start": "Rask start",
"achievements": "Prestasjoner",
"active_duration": "Aktiv varighet",
"activities_name": "Aktiviteter",
"activity_name": "Aktivitetsnavn",
"activity_name_placeholder": "Morgenløp",
"activity_name_required": "Aktivitetsnavn er påkrevd",
"activity_options": "Aktivitetsalternativer",
"activity_statistics": "Aktivitetsstatistikk",
"activity_statistics_description": "Din kondisjon og aktivitetsprestasjoner",
"add_activity": "Legg til aktivitet",
"add_first_trail": "Legg til den første løypa ved hjelp av knappen over",
"add_new_activity": "Legg til ny aktivitet",
"add_new_trail": "Legg til ny sti",
"add_trail": "Legg til løype",
"add_visit": "Legg til besøk",
"add_wanderer_trail": "Legg til Wanderer Trail",
"attachment_management": "Vedleggsstyring",
"attachment_name_required": "Vedleggsnavn påkrevd",
"attachment_remove_error": "Det oppsto en feil mens du fjernet festet",
"attachment_removed": "Vedlegg fjernet med hell",
"attachment_updated": "Vedlegg oppdatert vellykket",
"average_cadence": "Gjennomsnittlig kadens",
"average_speed": "Gjennomsnittlig hastighet",
"avg_speed": "Gjennomsnittlig hastighet",
"back": "Tilbake",
"cadence": "Kadens",
"calories": "Kalorier",
"click_map": "Klikk på kartet for å velge et sted",
"click_on_map": "Klikk på kartet for å velge et sted",
"complete_import": "Fullstendig import",
"complete_strava_import": "Komplett Strava -import",
"confirm_delete_activity": "Er du sikker på at du vil slette denne aktiviteten?",
"connect_to_wanderer": "Koble til Wanderer",
"continue": "Fortsette",
"create_new_location": "Opprett ny sted",
"create_trail": "Lag løype",
"created": "Opprettet",
"current_attachments": "Gjeldende vedlegg",
"date_selection": "Dato valg",
"download_gpx": "Last ned GPX",
"edit_visit": "Rediger besøk",
"elapsed_time": "Går tid",
"elevation": "Høyde",
"elevation_gain": "Høyningsgevinst",
"elevation_high": "Høyden høy",
"elevation_loss": "Høydeap",
"elevation_low": "Høyden lav",
"end_lat": "Slutt breddegrad",
"end_lng": "Slutt lengdegrad",
"export_gpx": "Eksport GPX",
"export_original": "Eksporter original",
"external_link": "Ekstern lenke",
"gain": "gevinst",
"getting_location_details": "Få stedsdetaljer",
"gpx_file": "GPX -fil",
"gpx_file_downloaded": "GPX -fil lastet ned. \nLast den opp nedenfor for å fullføre importen.",
"gpx_file_required": "GPX -fil som kreves",
"image_management": "Bildeadministrasjon",
"import_activity": "Importaktivitet",
"importing": "Import",
"likes": "Liker",
"loading_activities": "Laster aktiviteter",
"location_display_name": "Plassering av visningsnavn",
"location_map": "Sted",
"location_selected": "Plassering valgt",
"max_speed": "Maks hastighet",
"moving_time": "Bevegelige tid",
"next_image": "Neste bilde",
"no_attachments_uploaded_yet": "Ingen vedlegg lastet opp ennå",
"no_external_link": "Ingen ekstern lenke tilgjengelig",
"no_file_selected": "Ingen fil valgt",
"no_images_uploaded_yet": "Ingen bilder lastet opp ennå",
"no_strava_activities": "Ingen Strava -aktiviteter funnet under dette besøket",
"no_trails_added": "Ingen stier lagt til ennå",
"no_trails_available": "Ingen stier tilgjengelig",
"no_trails_found_matching": "Ingen stier fant matching",
"no_visits_description": "Lag ditt første besøk ved å velge datoer ovenfor",
"notes_placeholder": "Legg til notater om dette besøket",
"or": "ELLER",
"pace": "Tempo",
"photos": "Bilder",
"previous_image": "Forrige bilde",
"processing": "Behandling",
"public_location_description": "Gjøre dette stedet synlig for andre brukere",
"remove_visit": "Fjern besøket",
"rest_time": "Hviletid",
"saved_activities": "Lagrede aktiviteter",
"search_location": "Søk etter et sted",
"search_placeholder": "Gå inn i by, beliggenhet eller landemerke ...",
"search_trails_placeholder": "Søk stier etter navn",
"searching": "Søker",
"select_on_map": "Velg på MAP",
"select_wanderer_trail": "Velg en sti fra Wanderer -kontoen din",
"sport_type": "Sportstype",
"sport_type_placeholder": "Løypekjøring",
"start_lat": "Start breddegrad",
"start_lng": "Start lengdegrad",
"strava_activities_during_visit": "Strava -aktiviteter under besøket",
"strava_activity_ready": "Strava -aktivitet klar",
"time": "Tid",
"total_covered": "Total dekket",
"total_recorded": "Totalt registrert",
"trail": "Sti",
"trail_created_successfully": "Løype opprettet med hell",
"trail_creation_failed": "Kunne ikke lage løype",
"trail_fetch_failed": "Kunne ikke hente vandrerstier",
"trail_link_required": "Det kreves en løypeforbindelse",
"trail_name": "Trailnavn",
"trail_removal_failed": "Kunne ikke fjerne løypa",
"trail_removed_successfully": "Trail fjernet med hell",
"trail_update_failed": "Kunne ikke oppdatere løypa",
"trail_updated_successfully": "Trail oppdatert vellykket",
"trails": "Stier",
"trails_found_for": "Stier funnet for",
"trails_management": "Trails Management",
"trails_management_description": "Administrer stier tilknyttet dette stedet. \nStier kan knyttes til eksterne tjenester som AllTrails eller lenke til Wanderer Trails.",
"update_location_details": "Oppdater plasseringsdetaljer",
"update_visit": "Oppdateringsbesøk",
"upload_activity": "Last opp aktivitet",
"upload_attachment": "Last opp vedlegg",
"upload_first_attachment": "Last opp ditt første vedlegg ved hjelp av alternativene ovenfor",
"upload_first_image": "Last opp det første bildet ditt ved å bruke et av alternativene ovenfor",
"upload_from_device": "Last opp fra enheten",
"upload_from_url": "Last opp fra URL",
"upload_gpx_file": "Last opp GPX -filen som nettopp ble lastet ned for å fullføre Strava -importen",
"uploading": "Last opp",
"use_current_location": "Bruk gjeldende plassering",
"view_gpx": "Se GPX",
"view_on": "Se på",
"view_strava_activities": "Se Strava -aktiviteter",
"view_trail": "Utsikt Trail",
"wanderer_integration_error": "Wanderer -integrasjon er ikke aktivert eller har utløpt.",
"wikipedia_error": "Kunne ikke generere beskrivelse fra Wikipedia",
"high": "Høy",
"low": "Lav",
"rest": "Hvile",
"total": "Total",
"attachment_removed_error": "Feil fjerning av vedlegg",
"attachment_removed_success": "Vedlegget fjernet suksessfullt",
"attachments_upload_info": "Vedlegg vil bli lastet opp etter å ha lagret",
"image_upload_info": "Bilder blir lastet opp etter å ha lagret",
"linked_locations": "Koblede steder",
"lodging_save_error": "Feil lagring av losji",
"my_attachments": "Mine vedlegg",
"no_attachments": "Ingen vedlegg",
"no_attachments_desc": "Last opp filer for å komme i gang",
"no_images_desc": "Last opp bilder for å komme i gang",
"route_map": "Rutekart",
"selected_attachments": "Utvalgte vedlegg",
"selected_images": "Utvalgte bilder",
"activities_text": "aktiviteter",
"activity_breakdown_by_category": "Aktivitetsfordeling etter kategori",
"distance_covered": "Avstand dekket",
"recorded_sessions": "Innspilte økter",
"total_activities": "Total aktiviteter",
"total_climbed": "Totalt klatret",
"total_distance": "Total avstand"
},
"worldtravel": {
"country_list": "Liste over land",
@@ -354,7 +532,8 @@
"oldest_first": "Eldste først",
"unvisited_first": "Uvisitert først",
"visited_first": "Besøkte først",
"total_items": "Totalt gjenstander"
"total_items": "Totalt gjenstander",
"getting_location_details": "Få stedsdetaljer"
},
"auth": {
"username": "Brukernavn",
@@ -373,10 +552,14 @@
"public_tooltip": "Med en offentlig profil kan brukere dele samlinger med deg og se profilen din på brukersiden.",
"new_password": "Nytt passord (6+ tegn)",
"or_3rd_party": "Eller logg inn med en tredjepartstjeneste",
"no_public_adventures": "Ingen offentlige eventyr funnet",
"no_public_collections": "Ingen offentlige samlinger funnet",
"user_adventures": "Brukerens eventyr",
"user_collections": "Brukerens samlinger"
"user_collections": "Brukerens samlinger",
"no_public_locations": "Ingen offentlige steder funnet",
"user_locations": "Brukerplasser",
"enter_password": "Skriv inn passordet ditt",
"enter_username": "Skriv inn brukernavnet ditt",
"logging_in": "Logger inn",
"totp": "To-faktorkode"
},
"users": {
"no_users_found": "Ingen brukere med offentlig profil funnet."
@@ -493,7 +676,40 @@
"social_auth_setup": "Sosial autentiseringsoppsett",
"staff_status": "Personalstatus",
"staff_user": "Personalbruker",
"invalid_credentials": "Ugyldig legitimasjon"
"invalid_credentials": "Ugyldig legitimasjon",
"backup_restore": "Sikkerhetskopi",
"backup_restore_desc": "Lagre dataene dine eller gjenopprett dem fra en tidligere sikkerhetskopifil.",
"complete_setup_to_enable": "Komplett oppsett for å aktivere MFA",
"copy_all": "Kopier alle",
"enter_6_digit_code": "Skriv inn 6 -sifret kode",
"enter_code_from_app": "Skriv inn kode fra appen",
"error_occurred": "Det har oppstått en feil",
"important": "Viktig",
"manual_entry": "Manuell oppføring",
"mfa_already_enabled": "MFA er allerede aktivert",
"mfa_required": "MFA kreves",
"scan_qr_code": "Skann QR -kode",
"scan_with_authenticator_app": "Skann med Authenticator -appen",
"secure_your_account": "Sikre kontoen din",
"setup_required": "Oppsett kreves",
"verify_setup": "Bekreft oppsett",
"whats_included": "Hva som er inkludert",
"backup_your_data": "Sikkerhetskopiere dataene dine",
"backup_your_data_desc": "Last ned en komplett sikkerhetskopi av kontodataene dine, inkludert steder, samlinger, media og besøk.",
"data_override_acknowledge": "Jeg erkjenner at dette vil overstyre alle mine eksisterende data",
"data_override_acknowledge_desc": "Denne handlingen er irreversibel og vil erstatte alle steder, samlinger og besøk på kontoen din.",
"data_override_warning": "Data overstyrer advarsel",
"data_override_warning_desc": "Gjenoppretting av data vil erstatte alle eksisterende data fullstendig (som er inkludert i sikkerhetskopien) på kontoen din. \nDenne handlingen kan ikke angres.",
"integrations_settings": "Integrasjoner Innstillinger",
"media": "Media",
"restore_data": "Gjenopprett data",
"restore_data_desc": "Last opp en sikkerhetskopifil for å gjenopprette dataene dine.",
"select_backup_file": "Velg sikkerhetskopifil",
"world_travel_visits": "Verdens reisebesøk",
"activities": "Aktiviteter",
"trails": "Stier",
"use_imperial": "Bruk keiserlige enheter",
"use_imperial_desc": "Bruk keiserlige enheter (føtter, tommer, pund) i stedet for metriske enheter"
},
"collection": {
"collection_created": "Samling opprettet!",
@@ -527,7 +743,11 @@
"save": "Lagre",
"note_public": "Dette notatet er offentlig fordi det er i en offentlig samling.",
"add_a_link": "Legg til en lenke",
"invalid_url": "Ugyldig URL"
"invalid_url": "Ugyldig URL",
"create_new_note": "Lag ny merknad",
"enter_note_title": "Skriv inn notattittel",
"update_note_details": "Redigeringsnotat",
"viewing_note": "Visningsnotat"
},
"checklist": {
"checklist_deleted": "Sjekkliste slettet!",
@@ -539,7 +759,17 @@
"new_item": "Nytt punkt",
"checklist_public": "Denne sjekklisten er offentlig fordi den er i en offentlig samling.",
"item_cannot_be_empty": "Punktet kan ikke være tomt",
"item_already_exists": "Punktet finnes allerede"
"item_already_exists": "Punktet finnes allerede",
"add_new_item": "Legg til nytt vare",
"add_your_first_item": "Legg til din første vare",
"checklist_viewer": "Sjekklistevisning",
"completed": "Fullført",
"current_items": "Gjeldende gjenstander",
"editing_checklist": "Redigering av sjekkliste",
"enter_checklist_title": "Skriv inn sjekklistetittel",
"no_items_yet": "Ingen ting ennå",
"update_checklist_details": "Redigering av sjekkliste",
"viewing_checklist": "Viser sjekkliste"
},
"transportation": {
"transportation_deleted": "Transport slettet!",
@@ -563,7 +793,15 @@
"walking": "Går",
"other": "Annet"
},
"edit_transportation": "Rediger transport"
"edit_transportation": "Rediger transport",
"create_new_transportation": "Ny transport",
"enter_flight_number": "Skriv inn flynummer",
"enter_from_location": "Gå inn fra stedet",
"enter_link": "Skriv inn lenken",
"enter_to_location": "Gå til stedet",
"enter_transportation_name": "Skriv inn transportnavn",
"select_type": "Velg Type",
"update_transportation_details": "Oppdater transportdetaljer"
},
"lodging": {
"new_lodging": "Ny overnatting",
@@ -580,12 +818,23 @@
"villa": "Villa",
"motel": "Motell",
"other": "Annet",
"reservation_number": "Reservasjonsnummer"
"reservation_number": "Reservasjonsnummer",
"create_new_lodging": "Ny losji",
"enter_lodging_name": "Skriv inn losji -navn",
"enter_price": "Angi pris",
"enter_reservation_number": "Angi reservasjonsnummer",
"update_lodging_details": "Oppdater innleveringsdetaljer"
},
"search": {
"adventurelog_results": "AdventureLog-resultater",
"public_adventures": "Offentlige eventyr",
"online_results": "Nettresultater"
"online_results": "Nettresultater",
"cities": "Byer",
"countries": "Land",
"found": "funnet",
"result": "Resultat",
"results": "Resultater",
"try_searching_desc": "Prøv å søke etter eventyr, samlinger, land, regioner, byer eller brukere."
},
"map": {
"view_details": "Vis detaljer",
@@ -596,13 +845,18 @@
"clear_marker": "Fjern markør",
"add_adventure": "Legg til nytt eventyr",
"adventure_stats": "Eventyrstatistikk",
"adventures_shown": "Eventyr vist",
"completion": "Fullføring",
"display_options": "Vis alternativer",
"map_controls": "Kartkontroller",
"marker_placed_on_map": "Markør plassert på kart",
"place_marker_desc": "Klikk på kartet for å plassere en markør, eller legg til et eventyr uten beliggenhet.",
"regions": "Regioner"
"regions": "Regioner",
"add_location": "Legg til nytt sted",
"add_location_at_marker": "Legg til nytt sted på markør",
"location_map": "Stedskart",
"locations_shown": "steder vist",
"place_marker_desc_location": "Klikk på kartet for å plassere en markør.",
"show_activities": "Vis aktiviteter",
"show_visited_cities": "Besøkte byer"
},
"share": {
"shared": "Delt",
@@ -614,7 +868,11 @@
"not_shared_with": "Ikke delt med",
"no_shared_found": "Ingen samlinger funnet som er delt med deg.",
"set_public": "For å la brukere dele med deg, må profilen din være offentlig.",
"go_to_settings": "Gå til innstillinger"
"go_to_settings": "Gå til innstillinger",
"available": "Tilgjengelig",
"pending": "I påvente av",
"revoke_invite": "Revoke Inviter",
"send_invite": "Send invitasjon"
},
"languages": {},
"profile": {
@@ -628,20 +886,20 @@
"no_shared_adventures": "Denne brukeren har ikke delt noen offentlige eventyr ennå.",
"no_shared_collections": "Denne brukeren har ikke delt noen offentlige samlinger ennå.",
"planned_trips": "Planlagte turer",
"public_adventure_experiences": "Offentlige eventyropplevelser",
"travel_statistics": "Reisestatistikk",
"your_journey_at_a_glance": "Din eventyrreise på et øyeblikk"
"your_journey_at_a_glance": "Din eventyrreise på et øyeblikk",
"public_location_experiences": "Offentlige beliggenhetsopplevelser"
},
"categories": {
"manage_categories": "Administrer kategorier",
"no_categories_found": "Ingen kategorier funnet.",
"edit_category": "Rediger kategori",
"icon": "Ikon",
"update_after_refresh": "Eventyrkortene vil oppdateres når du oppdaterer siden.",
"select_category": "Velg kategori",
"category_name": "Kategorinavn",
"add_new_category": "Legg til ny kategori",
"name_required": "Kategorinavnet er påkrevd"
"name_required": "Kategorinavnet er påkrevd",
"location_update_after_refresh": "Stedskortene vil bli oppdatert når du oppdaterer siden."
},
"dashboard": {
"welcome_back": "Velkommen tilbake",
@@ -682,30 +940,79 @@
"integration_already_exists": "En Immich -integrasjon eksisterer allerede. \nDu kan bare ha en integrasjon om gangen.",
"integration_not_found": "Immich -integrasjon ikke funnet. \nOpprett en ny integrasjon.",
"network_error": "Nettverksfeil mens du kobler til Immich -serveren. \nVennligst sjekk tilkoblingen din og prøv igjen.",
"validation_error": "Det oppstod en feil under validering av Immich -integrasjonen. \nVennligst sjekk server -URL -en og API -tasten."
"validation_error": "Det oppstod en feil under validering av Immich -integrasjonen. \nVennligst sjekk server -URL -en og API -tasten.",
"by_album": "Med album",
"by_date": "Etter dato",
"error_no_object_id": "Ingen objekt -ID ble gitt",
"fetch_error": "Feil med å hente data fra Immich -integrasjonen",
"image_search_placeholder": "Søk ved hjelp av Immich",
"loading": "Lasting",
"loading_albums": "Laster inn album",
"no_images": "Ingen bilder funnet",
"select_album": "Velg album",
"select_album_first": "Velg et album først",
"select_date": "Velg dato",
"try_different_date": "Prøv en annen dato"
},
"recomendations": {
"recommendation": "Anbefaling",
"recommendations": "Anbefalinger",
"adventure_recommendations": "Eventyranbefalinger",
"food": "Mat",
"tourism": "Turisme"
"tourism": "Turisme",
"location_recommendations": "Stedsanbefalinger"
},
"google_maps": {
"google_maps_integration_desc": "Koble til Google Maps-kontoen din for å få søkeresultater og anbefalinger av høy kvalitet."
"google_maps_integration_desc": "Koble til Google Maps-kontoen din for å få søkeresultater og anbefalinger av høy kvalitet.",
"google_maps_integration_desc_no_staff": "Denne integrasjonen må først aktiveres av administratoren på denne serveren."
},
"calendar": {
"all_categories": "Alle kategorier",
"all_day_event": "Hele dagens arrangement",
"calendar_overview": "Kalenderoversikt",
"categories": "Kategorier",
"day": "Dag",
"events_scheduled": "hendelser planlagt",
"filter_by_category": "Filter etter kategori",
"filtered_results": "Filtrerte resultater",
"month": "Måned",
"today": "I dag",
"total_events": "Total hendelser",
"week": "Uke"
},
"locations": {
"location": "Sted",
"locations": "Lokasjoner",
"my_locations": "Mine lokasjoner"
},
"settings_download_backup": "Last ned sikkerhetskopi",
"invites": {
"accept": "Akseptere",
"accept_failed": "Kunne ikke godta invitasjon",
"accepted": "Inviter akseptert",
"by": "ved",
"decline": "Avslå",
"decline_failed": "Kunne ikke avvise invitasjon",
"declined": "Invitasjonen avvist",
"invited_on": "Invitert videre",
"no_invites": "Ingen invitasjoner",
"no_invites_desc": "Forsikre deg om at profilen din er offentlig slik at brukere kan invitere deg.",
"pending_invites": "I påvente av invitasjoner",
"title": "Inviterer"
},
"strava": {
"account_connected": "Konto tilkoblet",
"admin_setup_required": "Serveradministratoren må aktivere den globalt",
"authorization_error": "Feil omdirigere til URL -URL for Strava",
"connect_account": "Koble til konto",
"disconnect": "Frakople",
"disconnect_error": "Feil fra å koble fra Strava",
"disconnected": "Vellykket koblet fra Strava",
"not_configured": "Strava ikke konfigurert",
"ready_to_connect": "Klar til å koble til",
"strava_integration_desc": "Koble til Strava for enkelt å importere aktivitetene dine til steder og besøk",
"gpx_required": "Last opp GPX -filen for å fullføre Strava -importen",
"not_enabled": "Strava -integrasjon er ikke aktivert på denne forekomsten."
},
"wanderer": {
"connected": "Vellykket koblet til vandrer",
"connection_error": "Feil tilkobling til vandrer",
"wanderer_integration_desc": "Koble til Wanderer for enkelt å importere og se løypene dine på steder"
}
}

View File

@@ -31,7 +31,8 @@
"northernLights": "Północne światła"
},
"calendar": "Kalendarz",
"admin_panel": "Panel administracyjny"
"admin_panel": "Panel administracyjny",
"navigation": "Nawigacja"
},
"about": {
"about": "O aplikacji",
@@ -43,7 +44,15 @@
"nominatim_2": "Ich dane są licencjonowane na licencji ODbL.",
"other_attributions": "Dodatkowe atrybucje można znaleźć w pliku README.",
"close": "Zamknij",
"generic_attributions": "Zaloguj się do Adventurelog, aby wyświetlić atrybucje dla włączonych integracji i usług."
"generic_attributions": "Zaloguj się do Adventurelog, aby wyświetlić atrybucje dla włączonych integracji i usług.",
"attributions": "Przypisania",
"developer": "Wywoływacz",
"license_info": "Licencja",
"sponsor": "Sponsor",
"thank_you": "Dziękujemy za korzystanie z Adventurelog!",
"version": "Wersja",
"view_changelog": "Zobacz Changelog",
"view_license": "Wyświetl licencję"
},
"home": {
"hero_1": "Odkryj najbardziej ekscytujące podróże na świecie",
@@ -64,19 +73,12 @@
"start_your_journey": "Rozpocznij swoją podróż"
},
"adventures": {
"collection_remove_success": "Podróż została pomyślnie usunięta z kolekcji!",
"collection_remove_error": "Błąd podczas usuwania podróży z kolekcji",
"collection_link_success": "Podróż została pomyślnie dodana do kolekcji!",
"no_image_found": "Nie znaleziono obrazu",
"collection_link_error": "Błąd podczas dodawania podróży do kolekcji",
"adventure_delete_confirm": "Czy na pewno chcesz usunąć tę podróż? Ta operacja jest nieodwracalna.",
"open_details": "Otwórz szczegóły",
"edit_adventure": "Edytuj podróż",
"remove_from_collection": "Usuń z kolekcji",
"add_to_collection": "Dodaj do kolekcji",
"delete": "Usuń",
"not_found": "Podróż nie znaleziona",
"not_found_desc": "Podróży, której szukasz, nie można znaleźć. Spróbuj poszukać innej podróży lub sprawdź później.",
"homepage": "Strona główna",
"collection": "Kolekcja",
"longitude": "Długość geograficzna",
@@ -101,7 +103,6 @@
"rating": "Ocena",
"my_images": "Moje obrazy",
"no_images": "Brak obrazów",
"share_adventure": "Podziel się tą podróżą!",
"copy_link": "Kopiuj link",
"image": "Obraz",
"upload_image": "Prześlij obraz",
@@ -122,9 +123,7 @@
"clear_map": "Wyczyść mapę",
"search_results": "Wyniki wyszukiwania",
"no_results": "Nie znaleziono wyników",
"wiki_desc": "Pobiera fragment artykułu z Wikipedii pasującego do nazwy podróży.",
"generate_desc": "Generuj opis",
"public_adventure": "Publiczna podróż",
"location_information": "Informacje o lokalizacji",
"link": "Link",
"links": "Linki",
@@ -145,15 +144,12 @@
"edit_collection": "Edytuj kolekcję",
"unarchive": "Przywróć z archiwum",
"archive": "Archiwizuj",
"no_collections_found": "Nie znaleziono kolekcji, do których można dodać tę podróż.",
"not_visited": "Nie odwiedzone",
"archived_collection_message": "Kolekcja została pomyślnie zarchiwizowana!",
"unarchived_collection_message": "Kolekcja została pomyślnie przywrócona z archiwum!",
"delete_collection_success": "Kolekcja została pomyślnie usunięta!",
"cancel": "Anuluj",
"delete_collection": "Usuń kolekcję",
"delete_adventure": "Usuń wyprawę",
"adventure_delete_success": "Podróż została pomyślnie usunięta!",
"visited": "Odwiedzona",
"planned": "Planowana",
"duration": "Czas trwania",
@@ -171,13 +167,8 @@
"image_fetch_failed": "Nie udało się pobrać obrazu",
"no_location": "Proszę podać lokalizację",
"no_description_found": "Nie znaleziono opisu",
"adventure_created": "Podróż została utworzona",
"adventure_create_error": "Nie udało się stworzyć podróży",
"adventure_updated": "Podróż została zaktualizowana",
"adventure_update_error": "Nie udało się zaktualizować podróży",
"set_to_pin": "Ustaw jako przypiętą",
"category_fetch_error": "Błąd podczas pobierania kategorii",
"new_adventure": "Nowa podróż",
"basic_information": "Podstawowe informacje",
"adventure_not_found": "Brak podróży do wyświetlenia. Dodaj je za pomocą przycisku plus w prawym dolnym rogu lub spróbuj zmienić filtry!",
"no_adventures_found": "Brak podróży",
@@ -233,10 +224,7 @@
"starting_airport": "Początkowe lotnisko",
"to": "Do",
"transportation_delete_confirm": "Czy na pewno chcesz usunąć ten transport? \nTej akcji nie można cofnąć.",
"will_be_marked": "zostanie oznaczona jako odwiedzona po zapisaniu przygody.",
"cities_updated": "miasta zaktualizowane",
"create_adventure": "Stwórz przygodę",
"no_adventures_to_recommendations": "Nie znaleziono żadnych przygód. \nDodaj co najmniej jedną przygodę, aby uzyskać rekomendacje.",
"finding_recommendations": "Odkrywanie ukrytych klejnotów na następną przygodę",
"attachment": "Załącznik",
"attachment_delete_success": "Załącznik został pomyślnie usunięty!",
@@ -298,7 +286,197 @@
"delete_collection_warning": "Czy na pewno chcesz usunąć tę kolekcję? \nTego działania nie można cofnąć.",
"collection_contents": "Zawartość kolekcji",
"check_in": "Zameldować się",
"check_out": "Wymeldować się"
"check_out": "Wymeldować się",
"collection_link_location_error": "Błąd łączący lokalizację z kolekcją",
"collection_link_location_success": "Lokalizacja powiązana z kolekcją pomyślnie!",
"collection_locations": "Obejmują lokalizacje kolekcji",
"collection_remove_location_error": "Lokalizacja usuwania błędów z kolekcji",
"collection_remove_location_success": "Lokalizacja pomyślnie usunięta z kolekcji!",
"create_location": "Utwórz lokalizację",
"delete_location": "Usuń lokalizację",
"edit_location": "Edytuj lokalizację",
"location_create_error": "Nie udało się utworzyć lokalizacji",
"location_created": "Utworzona lokalizacja",
"location_delete_confirm": "Czy na pewno chcesz usunąć tę lokalizację? \nTego działania nie można cofnąć.",
"location_delete_success": "Lokalizacja pomyślnie usunięta!",
"location_not_found": "Nie znaleziono lokalizacji",
"location_not_found_desc": "Nie można było znaleźć lokalizacji. \nWypróbuj inną lokalizację lub sprawdź później.",
"location_update_error": "Nie udało się zaktualizować lokalizacji",
"location_updated": "Zaktualizowana lokalizacja",
"new_location": "Nowa lokalizacja",
"no_collections_to_add_location": "Brak kolekcji dodawania tej lokalizacji do.",
"no_locations_to_recommendations": "Nie znaleziono żadnych lokalizacji. \nDodaj co najmniej jedną lokalizację, aby uzyskać zalecenia.",
"public_location": "Lokalizacja publiczna",
"share_location": "Udostępnij tę lokalizację!",
"visit_calendar": "Odwiedź kalendarz",
"wiki_location_desc": "Wyciąga fragment artykułu Wikipedii pasujący do nazwy lokalizacji.",
"will_be_marked_location": "zostanie oznaczone jako odwiedzone po zapisaniu lokalizacji.",
"no_locations_found": "Nie znaleziono żadnych lokalizacji",
"image_modal_navigate": "Użyj klawiszy strzałek lub kliknij, aby nawigować",
"details": "Bliższe dane",
"leave": "Wyjechać",
"leave_collection": "Zostaw kolekcję",
"leave_collection_warning": "Czy na pewno chcesz opuścić tę kolekcję? \nWszelkie dodane lokalizacje zostaną niezłączone i pozostaną na Twoim koncie.",
"left_collection_message": "Z powodzeniem pozostawiono kolekcję",
"loading_collections": "Ładowanie kolekcji ...",
"quick_start": "Szybki start",
"achievements": "Osiągnięcia",
"active_duration": "Aktywny czas trwania",
"activities_name": "Zajęcia",
"activity_name": "Nazwa aktywności",
"activity_name_placeholder": "Poranny bieg",
"activity_name_required": "Nazwa aktywności jest wymagana",
"activity_options": "Opcje aktywności",
"activity_statistics": "Statystyka aktywności",
"activity_statistics_description": "Twoje osiągnięcia kondycyjne i aktywności",
"add_activity": "Dodaj aktywność",
"add_first_trail": "Dodaj swój pierwszy szlak za pomocą przycisku powyżej",
"add_new_activity": "Dodaj nową aktywność",
"add_new_trail": "Dodaj nowy szlak",
"add_trail": "Dodaj szlak",
"add_visit": "Dodaj wizytę",
"add_wanderer_trail": "Dodaj szlak Wanderer",
"attachment_management": "Zarządzanie przywiązaniem",
"attachment_name_required": "Wymagana nazwa załącznika",
"attachment_remove_error": "Wystąpił błąd podczas usuwania załącznika",
"attachment_removed": "Załącznik usunięto pomyślnie",
"attachment_updated": "Załącznik pomyślnie zaktualizowany",
"average_cadence": "Średnia kadencja",
"average_speed": "Średnia prędkość",
"avg_speed": "Średnia prędkość",
"back": "Z powrotem",
"cadence": "Rytm",
"calories": "Kalorie",
"click_map": "Kliknij mapę, aby wybrać lokalizację",
"click_on_map": "Kliknij mapę, aby wybrać lokalizację",
"complete_import": "Kompletny import",
"complete_strava_import": "Kompletny import Strava",
"confirm_delete_activity": "Czy na pewno chcesz usunąć tę aktywność?",
"connect_to_wanderer": "Połącz się z Wandererem",
"continue": "Kontynuować",
"create_new_location": "Utwórz nową lokalizację",
"create_trail": "Utwórz szlak",
"created": "Stworzony",
"current_attachments": "Aktualne załączniki",
"date_selection": "Wybór daty",
"download_gpx": "Pobierz GPX",
"edit_visit": "Edytuj wizytę",
"elapsed_time": "Upłynął czas",
"elevation": "Podniesienie",
"elevation_gain": "Wzrost wysokości",
"elevation_high": "Wysokość wysokości",
"elevation_loss": "Utrata wysokości",
"elevation_low": "Niska wysokość",
"end_lat": "Zakończyć szerokość geograficzną",
"end_lng": "Zakończyć długość geograficzną",
"export_gpx": "Eksportuj GPX",
"export_original": "Eksportuj oryginał",
"external_link": "Link zewnętrzny",
"gain": "osiągać",
"getting_location_details": "Uzyskanie szczegółów lokalizacji",
"gpx_file": "Plik GPX",
"gpx_file_downloaded": "Pobrano plik GPX. \nPrześlij go poniżej, aby zakończyć import.",
"gpx_file_required": "Wymagany plik GPX",
"image_management": "Zarządzanie obrazem",
"import_activity": "Aktywność importowa",
"importing": "Import",
"likes": "Upodobania",
"loading_activities": "Czynności ładowania",
"location_display_name": "Nazwa wyświetlania lokalizacji",
"location_map": "Lokalizacja",
"location_selected": "Wybrana lokalizacja",
"max_speed": "Maksymalna prędkość",
"moving_time": "Czas przeprowadzki",
"next_image": "Następny obraz",
"no_attachments_uploaded_yet": "Nie przesłano jeszcze załadowań",
"no_external_link": "Brak linku zewnętrznego",
"no_file_selected": "Brak pliku",
"no_images_uploaded_yet": "Nie przesłano jeszcze obrazów",
"no_strava_activities": "Podczas tej wizyty nie znaleziono żadnych działań Strava",
"no_trails_added": "Nie dodano jeszcze żadnych szlaków",
"no_trails_available": "Brak dostępnych szlaków",
"no_trails_found_matching": "Brak pasujących szlaków",
"no_visits_description": "Utwórz pierwszą wizytę, wybierając powyższe daty",
"notes_placeholder": "Dodaj notatki o tej wizycie",
"or": "LUB",
"pace": "Tempo",
"photos": "Zdjęcia",
"previous_image": "Poprzedni obraz",
"processing": "Przetwarzanie",
"public_location_description": "Spraw, aby ta lokalizacja była widoczna dla innych użytkowników",
"remove_visit": "Usuń wizytę",
"rest_time": "Czas odpoczynku",
"saved_activities": "Uratowane działania",
"search_location": "Wyszukaj lokalizację",
"search_placeholder": "Wejdź do miasta, lokalizacji lub punktu orientacyjnego ...",
"search_trails_placeholder": "Wyszukaj szlaki według nazwy",
"searching": "Badawczy",
"select_on_map": "Wybierz na mapie",
"select_wanderer_trail": "Wybierz szlak z konta Wanderer",
"sport_type": "Typ sportu",
"sport_type_placeholder": "Bieganie szlaku",
"start_lat": "Rozpocznij szerokość geograficzną",
"start_lng": "Rozpocznij długość geograficzną",
"strava_activities_during_visit": "Zajęcia Strava podczas wizyty",
"strava_activity_ready": "Gotowa aktywność Strava",
"time": "Czas",
"total_covered": "Całkowity objęty",
"total_recorded": "Całkowity zarejestrowany",
"trail": "Ścieżka",
"trail_created_successfully": "Szlak stworzony z powodzeniem",
"trail_creation_failed": "Nie udało się stworzyć szlaku",
"trail_fetch_failed": "Nie udało się przynieść Wanderer Trails",
"trail_link_required": "Wymagany jest link szlakowy",
"trail_name": "Nazwa szlaku",
"trail_removal_failed": "Nie udało się usunąć szlaku",
"trail_removed_successfully": "Szlak pomyślnie usunięty",
"trail_update_failed": "Nie udało się zaktualizować szlaku",
"trail_updated_successfully": "Szlak pomyślnie zaktualizowany",
"trails": "Szlaki",
"trails_found_for": "Znaleziono szlaki",
"trails_management": "Zarządzanie szlakami",
"trails_management_description": "Zarządzaj szlakami powiązanymi z tą lokalizacją. \nSzlaki można połączyć z usługami zewnętrznymi, takimi jak AllTrails lub link do Wanderer Trails.",
"update_location_details": "Zaktualizuj szczegóły lokalizacji",
"update_visit": "Aktualizacja wizyta",
"upload_activity": "Przesyłanie aktywności",
"upload_attachment": "Prześlij załącznik",
"upload_first_attachment": "Prześlij swój pierwszy załącznik, korzystając z powyższych opcji",
"upload_first_image": "Prześlij swój pierwszy obraz za pomocą jednej z powyższych opcji",
"upload_from_device": "Prześlij z urządzenia",
"upload_from_url": "Prześlij z adresu URL",
"upload_gpx_file": "Prześlij plik GPX, który został właśnie pobrany, aby zakończyć import Strava",
"uploading": "Przesyłanie",
"use_current_location": "Użyj aktualnej lokalizacji",
"view_gpx": "Zobacz GPX",
"view_on": "Zobacz",
"view_strava_activities": "Zobacz działania Strava",
"view_trail": "Zobacz szlak",
"wanderer_integration_error": "Integracja Wanderer nie jest włączona lub wygasła.",
"wikipedia_error": "Nie udało się wygenerować opisu z Wikipedii",
"high": "Wysoki",
"low": "Niski",
"rest": "Odpoczynek",
"total": "Całkowity",
"attachment_removed_error": "Błąd usuwanie załącznika",
"attachment_removed_success": "Załączanie usunięte z fucsid",
"attachments_upload_info": "Załączniki zostaną przesłane po zapisaniu",
"image_upload_info": "Obrazy zostaną przesłane po zapisaniu",
"lodging_save_error": "Zapisywanie błędów",
"my_attachments": "Moje załączniki",
"no_attachments": "Brak załączników",
"no_attachments_desc": "Prześlij pliki na początek",
"no_images_desc": "Prześlij obrazy na początek",
"route_map": "Mapa trasy",
"selected_attachments": "Wybrane załączniki",
"selected_images": "Wybrane obrazy",
"linked_locations": "Połączone lokalizacje",
"activities_text": "zajęcia",
"activity_breakdown_by_category": "Awaria aktywności według kategorii",
"distance_covered": "Ochrony odległości",
"recorded_sessions": "Nagrane sesje",
"total_activities": "Całkowite działania",
"total_climbed": "Całkowita wspinana",
"total_distance": "Całkowita odległość"
},
"worldtravel": {
"country_list": "Lista krajów",
@@ -354,7 +532,8 @@
"oldest_first": "Najstarszy pierwszy",
"unvisited_first": "Najpierw niewidziane",
"visited_first": "Odwiedziłem pierwszy",
"total_items": "Całkowite przedmioty"
"total_items": "Całkowite przedmioty",
"getting_location_details": "Uzyskanie szczegółów lokalizacji"
},
"auth": {
"username": "Nazwa użytkownika",
@@ -373,10 +552,14 @@
"public_tooltip": "Dzięki publicznemu profilowi użytkownicy mogą dzielić się z Tobą kolekcjami i oglądać Twój profil na stronie użytkowników.",
"new_password": "Nowe hasło",
"or_3rd_party": "Lub zaloguj się za pomocą usługi strony trzeciej",
"no_public_adventures": "Nie znaleziono publicznych przygód",
"no_public_collections": "Nie znaleziono publicznych kolekcji",
"user_adventures": "Przygody użytkowników",
"user_collections": "Kolekcje użytkowników"
"user_collections": "Kolekcje użytkowników",
"no_public_locations": "Nie znaleziono żadnych lokalizacji publicznych",
"user_locations": "Lokalizacje użytkowników",
"enter_password": "Wprowadź swoje hasło",
"enter_username": "Wprowadź swoją nazwę użytkownika",
"logging_in": "Logowanie",
"totp": "Kod dwuskładnikowy"
},
"users": {
"no_users_found": "Nie znaleziono użytkowników z publicznymi profilami."
@@ -493,7 +676,40 @@
"social_auth_setup": "Konfiguracja uwierzytelniania społecznego",
"staff_status": "Status personelu",
"staff_user": "Użytkownik personelu",
"invalid_credentials": "Nieprawidłowe poświadczenia"
"invalid_credentials": "Nieprawidłowe poświadczenia",
"backup_restore": "Kopia zapasowa",
"backup_restore_desc": "Zapisz dane lub przywróć je z poprzedniego pliku kopii zapasowej.",
"complete_setup_to_enable": "Pełna konfiguracja, aby włączyć MFA",
"copy_all": "Kopiuj wszystko",
"enter_6_digit_code": "Wprowadź 6 -cyfrowy kod",
"enter_code_from_app": "Wprowadź kod z aplikacji",
"error_occurred": "Wystąpił błąd",
"important": "Ważny",
"manual_entry": "Wpis ręczny",
"mfa_already_enabled": "MFA już włączona",
"mfa_required": "Wymagane MSZ",
"scan_qr_code": "Skanuj kod QR",
"scan_with_authenticator_app": "Skanuj za pomocą aplikacji Authenticator",
"secure_your_account": "Zabezpiecz swoje konto",
"setup_required": "Wymagana konfiguracja",
"verify_setup": "Sprawdź konfigurację",
"whats_included": "Co jest uwzględnione",
"backup_your_data": "Kopie wykonuj kopię zapasową danych",
"backup_your_data_desc": "Pobierz pełną kopię zapasową danych konta, w tym lokalizacji, kolekcji, mediów i wizyt.",
"data_override_acknowledge": "Przyjmuję do wiadomości, że zastąpi to wszystkie moje istniejące dane",
"data_override_acknowledge_desc": "Ta akcja jest nieodwracalna i zastąpi wszystkie lokalizacje, kolekcje i wizyty na Twoim koncie.",
"data_override_warning": "Zastąpienie danych ostrzeżenia",
"data_override_warning_desc": "Przywracanie danych całkowicie zastąpi wszystkie istniejące dane (które są zawarte w tworzeniu kopii zapasowej) na Twoim koncie. \nTego działania nie można cofnąć.",
"integrations_settings": "Ustawienia integracji",
"media": "Głoska bezdźwięczna",
"restore_data": "Przywróć dane",
"restore_data_desc": "Prześlij plik kopii zapasowej, aby przywrócić dane.",
"select_backup_file": "Wybierz plik kopii zapasowej",
"world_travel_visits": "Wizyty podróży na świecie",
"activities": "Zajęcia",
"trails": "Szlaki",
"use_imperial": "Używaj jednostek cesarskich",
"use_imperial_desc": "Użyj jednostek cesarskich (stopy, cale, funty) zamiast jednostek metrycznych"
},
"collection": {
"collection_created": "Kolekcja została pomyślnie utworzona!",
@@ -527,7 +743,11 @@
"note_public": "Ta notatka jest publiczna, ponieważ znajduje się w publicznej kolekcji.",
"add_a_link": "Dodaj link",
"invalid_url": "Nieprawidłowy URL",
"note_viewer": "Przeglądarka notatek"
"note_viewer": "Przeglądarka notatek",
"create_new_note": "Utwórz nową notatkę",
"enter_note_title": "Wprowadź tytuł notatki",
"update_note_details": "Notatka edycyjna",
"viewing_note": "Uwaga przeglądania"
},
"checklist": {
"checklist_deleted": "Lista kontrolna została pomyślnie usunięta!",
@@ -539,7 +759,17 @@
"checklist_public": "Ta lista kontrolna jest publiczna, ponieważ znajduje się w publicznej kolekcji.",
"item_cannot_be_empty": "Element nie może być pusty",
"item_already_exists": "Element już istnieje",
"new_checklist": "Nowa lista kontrolna"
"new_checklist": "Nowa lista kontrolna",
"add_new_item": "Dodaj nowy element",
"add_your_first_item": "Dodaj swój pierwszy element",
"checklist_viewer": "Przeglądarka listy kontrolnej",
"completed": "Zakończony",
"current_items": "Aktualne elementy",
"editing_checklist": "Edycja listy kontrolnej",
"enter_checklist_title": "Wprowadź tytuł listy kontrolnej",
"no_items_yet": "Nie ma jeszcze przedmiotów",
"update_checklist_details": "Edycja listy kontrolnej",
"viewing_checklist": "Przeglądanie listy kontrolnej"
},
"transportation": {
"transportation_deleted": "Transport został pomyślnie usunięty!",
@@ -563,12 +793,26 @@
"edit_transportation": "Edytuj transport",
"ending_airport_desc": "Wprowadź końcowe kod lotniska (np. LAX)",
"fetch_location_information": "Pobierać informacje o lokalizacji",
"starting_airport_desc": "Wprowadź początkowy kod lotniska (np. JFK)"
"starting_airport_desc": "Wprowadź początkowy kod lotniska (np. JFK)",
"create_new_transportation": "Nowy transport",
"enter_flight_number": "Wprowadź numer lotu",
"enter_from_location": "Wprowadź z lokalizacji",
"enter_link": "Wprowadź link",
"enter_to_location": "Wprowadź do lokalizacji",
"enter_transportation_name": "Wprowadź nazwę transportu",
"select_type": "Wybierz Typ",
"update_transportation_details": "Zaktualizuj szczegóły transportu"
},
"search": {
"adventurelog_results": "Wyniki AdventureLog",
"public_adventures": "Publiczne podróże",
"online_results": "Wyniki online"
"online_results": "Wyniki online",
"cities": "Miasta",
"countries": "Kraje",
"found": "znaleziony",
"result": "Wynik",
"results": "Wyniki",
"try_searching_desc": "Spróbuj szukać przygód, kolekcji, krajów, regionów, miast lub użytkowników."
},
"map": {
"view_details": "Zobacz szczegóły",
@@ -579,13 +823,18 @@
"clear_marker": "Usuń znacznik",
"add_adventure": "Dodaj nową podróż",
"adventure_stats": "Statystyki przygodowe",
"adventures_shown": "Pokazane przygody",
"completion": "Ukończenie",
"display_options": "Opcje wyświetlania",
"map_controls": "Sterowanie mapą",
"marker_placed_on_map": "Marker umieszczony na mapie",
"place_marker_desc": "Kliknij mapę, aby umieścić znacznik lub dodać przygodę bez lokalizacji.",
"regions": "Regiony"
"regions": "Regiony",
"add_location": "Dodaj nową lokalizację",
"add_location_at_marker": "Dodaj nową lokalizację na znaczniku",
"location_map": "Mapa lokalizacji",
"locations_shown": "Pokazane lokalizacje",
"place_marker_desc_location": "Kliknij mapę, aby umieścić znacznik.",
"show_activities": "Pokaż działania",
"show_visited_cities": "Odwiedzone miasta"
},
"share": {
"shared": "Udostępnione",
@@ -597,7 +846,11 @@
"not_shared_with": "Brak udostępnionych",
"no_shared_found": "Brak kolekcji udostępnionych Tobie.",
"set_public": "Aby umożliwić użytkownikom udostępnianie Tobie, musisz ustawić swój profil jako publiczny.",
"go_to_settings": "Przejdź do ustawień"
"go_to_settings": "Przejdź do ustawień",
"available": "Dostępny",
"pending": "Aż do",
"revoke_invite": "Cofnij zaproszenie",
"send_invite": "Wyślij zaproszenie"
},
"languages": {},
"profile": {
@@ -611,20 +864,20 @@
"no_shared_adventures": "Ten użytkownik nie podzielił się jeszcze żadnymi publicznymi przygodami.",
"no_shared_collections": "Ten użytkownik nie udostępnił jeszcze żadnych publicznych kolekcji.",
"planned_trips": "Planowane wycieczki",
"public_adventure_experiences": "Public Adventure Doświadczenia",
"travel_statistics": "Statystyka podróży",
"your_journey_at_a_glance": "Twoja przygodowa podróż na pierwszy rzut oka"
"your_journey_at_a_glance": "Twoja przygodowa podróż na pierwszy rzut oka",
"public_location_experiences": "Doświadczenia lokalizacji publicznej"
},
"categories": {
"manage_categories": "Zarządzaj kategoriami",
"no_categories_found": "Brak kategorii.",
"edit_category": "Edytuj kategorię",
"icon": "Ikona",
"update_after_refresh": "Karty podróży zostaną zaktualizowane po odświeżeniu strony.",
"select_category": "Wybierz kategorię",
"category_name": "Nazwa kategorii",
"add_new_category": "Dodaj nową kategorię",
"name_required": "Nazwa kategorii jest wymagana"
"name_required": "Nazwa kategorii jest wymagana",
"location_update_after_refresh": "Karty lokalizacji zostaną zaktualizowane po odświeżeniu strony."
},
"dashboard": {
"add_some": "Dlaczego nie zacząć planować kolejnej przygody? \nMożesz dodać nową przygodę, klikając przycisk poniżej.",
@@ -665,14 +918,26 @@
"integration_already_exists": "Immichu jest już integracja i immich. \nMożesz mieć tylko jedną integrację na raz.",
"integration_not_found": "Nie znaleziono integracji imich. \nUtwórz nową integrację.",
"network_error": "Błąd sieci podczas łączenia się z serwerem IMMICH. \nSprawdź połączenie i spróbuj ponownie.",
"validation_error": "Wystąpił błąd podczas walidacji integracji immicha. \nSprawdź swój adres URL serwera i klawisz API."
"validation_error": "Wystąpił błąd podczas walidacji integracji immicha. \nSprawdź swój adres URL serwera i klawisz API.",
"by_album": "Według albumu",
"by_date": "Według daty",
"error_no_object_id": "Nie podano identyfikatora obiektu",
"fetch_error": "Błąd pobieranie danych z integracji IMMICH",
"image_search_placeholder": "Wyszukaj za pomocą IMMICH",
"loading": "Załadunek",
"loading_albums": "Ładowanie albumów",
"no_images": "Nie znaleziono zdjęć",
"select_album": "Wybierz album",
"select_album_first": "Najpierw wybierz album",
"select_date": "Wybierz datę",
"try_different_date": "Wypróbuj inną datę"
},
"recomendations": {
"recommendation": "Zalecenie",
"recommendations": "Zalecenia",
"adventure_recommendations": "Zalecenia przygodowe",
"food": "Żywność",
"tourism": "Turystyka"
"tourism": "Turystyka",
"location_recommendations": "Zalecenia dotyczące lokalizacji"
},
"lodging": {
"apartment": "Apartament",
@@ -689,23 +954,65 @@
"new_lodging": "Nowe zakwaterowanie",
"other": "Inny",
"reservation_number": "Numer rezerwacji",
"resort": "Uciec"
"resort": "Uciec",
"create_new_lodging": "Nowe zakwaterowanie",
"enter_lodging_name": "Wprowadź nazwę lodowania",
"enter_price": "Wprowadź cenę",
"enter_reservation_number": "Wprowadź numer rezerwacji",
"update_lodging_details": "Zaktualizuj szczegóły lodowania"
},
"google_maps": {
"google_maps_integration_desc": "Połącz swoje konto Google Maps, aby uzyskać wysokiej jakości wyniki wyszukiwania i zalecenia dotyczące lokalizacji."
"google_maps_integration_desc": "Połącz swoje konto Google Maps, aby uzyskać wysokiej jakości wyniki wyszukiwania i zalecenia dotyczące lokalizacji.",
"google_maps_integration_desc_no_staff": "Ta integracja musi najpierw włączyć przez administratora na tym serwerze."
},
"calendar": {
"all_categories": "Wszystkie kategorie",
"all_day_event": "Wydarzenie przez cały dzień",
"calendar_overview": "Przegląd kalendarza",
"categories": "Kategorie",
"day": "Dzień",
"events_scheduled": "Zaplanowane wydarzenia",
"filter_by_category": "Filtr według kategorii",
"filtered_results": "Przefiltrowane wyniki",
"month": "Miesiąc",
"today": "Dzisiaj",
"total_events": "Całkowite zdarzenia",
"week": "Tydzień"
},
"locations": {
"location": "Lokalizacja",
"locations": "Lokalizacje",
"my_locations": "Moje lokalizacje"
},
"settings_download_backup": "Pobierz kopię zapasową",
"invites": {
"accept": "Przyjąć",
"accept_failed": "Nie udało się zaakceptować zaproszenia",
"accepted": "Zaproś zaakceptowane",
"by": "przez",
"decline": "Spadek",
"decline_failed": "Nie udało się odmówić",
"declined": "Zaproś o odmowę",
"invited_on": "Zaproszony",
"no_invites": "Żadnych zaproszeń",
"no_invites_desc": "Upewnij się, że Twój profil jest publiczny, aby użytkownicy mogli Cię zaprosić.",
"pending_invites": "Oczekujące zaproszenia",
"title": "Zaprasza"
},
"strava": {
"account_connected": "Podłączone konto",
"admin_setup_required": "Administrator serwera musi go włączyć na całym świecie",
"authorization_error": "Przekierowanie błędów do URL autoryzacji Strava",
"connect_account": "Połącz konto",
"disconnect": "Odłączyć",
"disconnect_error": "Odłączenie błędów od Strava",
"disconnected": "Pomyślnie odłączony od Strava",
"not_configured": "Strava nie skonfigurowana",
"ready_to_connect": "Gotowy do połączenia",
"strava_integration_desc": "Połącz się z Stravą, aby łatwo zaimportować swoje czynności do lokalizacji i wizyt",
"gpx_required": "Prześlij plik GPX, aby wypełnić import Strava",
"not_enabled": "Integracja Strava nie jest włączona w tej instancji."
},
"wanderer": {
"connected": "Pomyślnie związany z Wandererem",
"connection_error": "Błąd łączący się z Wandererem",
"wanderer_integration_desc": "Połącz się z Wandererem, aby łatwo importować i przeglądać szlaki w lokalizacjach"
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -31,7 +31,8 @@
"light": "Свет",
"night": "Ночь",
"northernLights": "Северное сияние"
}
},
"navigation": "Навигация"
},
"about": {
"about": "О программе",
@@ -43,7 +44,15 @@
"nominatim_2": "Их данные лицензированы под лицензией ODbL.",
"other_attributions": "Дополнительные атрибуции можно найти в файле README.",
"generic_attributions": "Войдите в AdventureLog, чтобы просмотреть атрибуции для включённых интеграций и сервисов.",
"close": "Закрыть"
"close": "Закрыть",
"attributions": "Атрибуты",
"developer": "Разработчик",
"license_info": "Лицензия",
"sponsor": "Спонсор",
"thank_you": "Спасибо за использование AdventureLog!",
"version": "Версия",
"view_changelog": "Посмотреть изменение изменений",
"view_license": "Просмотреть лицензию"
},
"home": {
"hero_1": "Откройте для себя самые захватывающие приключения мира",
@@ -64,9 +73,6 @@
"start_your_journey": "Начните свое путешествие"
},
"adventures": {
"collection_remove_success": "Приключение успешно удалено из коллекции!",
"collection_remove_error": "Ошибка удаления приключения из коллекции",
"collection_link_success": "Приключение успешно связано с коллекцией!",
"invalid_date_range": "Недопустимый диапазон дат",
"timezone": "Часовой пояс",
"no_visits": "Нет посещений",
@@ -75,8 +81,6 @@
"departure_date": "Дата отправления",
"arrival_date": "Дата прибытия",
"no_image_found": "Изображение не найдено",
"collection_link_error": "Ошибка связывания приключения с коллекцией",
"adventure_delete_confirm": "Вы уверены, что хотите удалить это приключение? Это действие нельзя отменить.",
"checklist_delete_confirm": "Вы уверены, что хотите удалить этот контрольный список? Это действие нельзя отменить.",
"note_delete_confirm": "Вы уверены, что хотите удалить эту заметку? Это действие нельзя отменить.",
"transportation_delete_confirm": "Вы уверены, что хотите удалить этот транспорт? Это действие нельзя отменить.",
@@ -90,8 +94,6 @@
"remove_from_collection": "Убрать из коллекции",
"add_to_collection": "Добавить в коллекцию",
"delete": "Удалить",
"not_found": "Приключение не найдено",
"not_found_desc": "Приключение, которое вы искали, не найдено. Попробуйте другое приключение или проверьте позже.",
"homepage": "Главная страница",
"collection": "Коллекция",
"longitude": "Долгота",
@@ -120,7 +122,6 @@
"my_images": "Мои изображения",
"no_images": "Нет изображений",
"distance": "Расстояние",
"share_adventure": "Поделиться этим приключением!",
"copy_link": "Копировать ссылку",
"sun_times": "Время солнца",
"sunrise": "Восход",
@@ -146,12 +147,10 @@
"search_results": "Результаты поиска",
"collection_no_start_end_date": "Добавление дат начала и окончания коллекции разблокирует функции планирования маршрута на странице коллекции.",
"no_results": "Результаты не найдены",
"wiki_desc": "Извлекает отрывок из статьи Википедии, соответствующей названию приключения.",
"attachments": "Вложения",
"attachment": "Вложение",
"images": "Изображения",
"generate_desc": "Сгенерировать описание",
"public_adventure": "Публичное приключение",
"location_information": "Информация о местоположении",
"link": "Ссылка",
"links": "Ссылки",
@@ -172,15 +171,12 @@
"edit_collection": "Редактировать коллекцию",
"unarchive": "Разархивировать",
"archive": "Архивировать",
"no_collections_found": "Не найдено коллекций для добавления этого приключения.",
"not_visited": "Не посещено",
"archived_collection_message": "Коллекция успешно архивирована!",
"unarchived_collection_message": "Коллекция успешно разархивирована!",
"delete_collection_success": "Коллекция успешно удалена!",
"cancel": "Отмена",
"delete_collection": "Удалить коллекцию",
"delete_adventure": "Удалить приключение",
"adventure_delete_success": "Приключение успешно удалено!",
"visited": "Посещено",
"planned": "Запланировано",
"duration": "Продолжительность",
@@ -198,17 +194,10 @@
"image_fetch_failed": "Не удалось получить изображение",
"no_location": "Пожалуйста, введите местоположение",
"no_description_found": "Описание не найдено",
"adventure_created": "Приключение создано",
"adventure_create_error": "Не удалось создать приключение",
"lodging": "Жильё",
"create_adventure": "Создать приключение",
"adventure_updated": "Приключение обновлено",
"adventure_update_error": "Не удалось обновить приключение",
"set_to_pin": "Установить как булавку",
"category_fetch_error": "Ошибка получения категорий",
"new_adventure": "Новое приключение",
"basic_information": "Основная информация",
"no_adventures_to_recommendations": "Приключения не найдены. Добавьте хотя бы одно приключение, чтобы получить рекомендации.",
"display_name": "Отображаемое имя",
"adventure_not_found": "Нет приключений для отображения. Добавьте их, используя кнопку плюс в правом нижнем углу, или попробуйте изменить фильтры!",
"no_adventures_found": "Приключения не найдены",
@@ -250,7 +239,6 @@
"no_location_found": "Местоположение не найдено",
"from": "От",
"to": "До",
"will_be_marked": "будет отмечено как посещённое после сохранения приключения.",
"start": "Начало",
"end": "Конец",
"emoji_picker": "Выбор эмодзи",
@@ -298,7 +286,197 @@
"name_location": "имя, местоположение",
"collection_contents": "Содержание коллекции",
"check_in": "Регистрироваться",
"check_out": "Проверить"
"check_out": "Проверить",
"collection_link_location_error": "Ошибка связывания местоположения с сбором",
"collection_link_location_success": "Местоположение, связанное с коллекцией успешно!",
"collection_locations": "Включите места для сбора",
"collection_remove_location_error": "Ошибка удаления местоположения из сбора",
"collection_remove_location_success": "Место удалено из коллекции успешно!",
"create_location": "Создать местоположение",
"delete_location": "Удалить местоположение",
"edit_location": "Редактировать местоположение",
"location_create_error": "Не удалось создать местоположение",
"location_created": "Место создано",
"location_delete_confirm": "Вы уверены, что хотите удалить это место? \nЭто действие не может быть отменено.",
"location_delete_success": "Место удалено успешно!",
"location_not_found": "Местоположение не найдено",
"location_not_found_desc": "Место, которое вы искали, не было найдено. \nПожалуйста, попробуйте другое место или проверьте позже.",
"location_update_error": "Не удалось обновить местоположение",
"location_updated": "Место обновлено",
"new_location": "Новое место",
"no_collections_to_add_location": "Коллекции не обнаружили, чтобы добавить это место.",
"no_locations_to_recommendations": "Никаких мест не найдено. \nДобавьте хотя бы одно место, чтобы получить рекомендации.",
"public_location": "Общественное местоположение",
"share_location": "Поделитесь этим расположением!",
"visit_calendar": "Посетите календарь",
"wiki_location_desc": "Вытягивает отрывок из статьи Википедии, соответствующей названию места.",
"will_be_marked_location": "будет отмечен по посещению после сохранения местоположения.",
"no_locations_found": "Никаких мест не найдено",
"image_modal_navigate": "Используйте клавиши со стрелками или нажмите, чтобы перемещаться",
"details": "Подробности",
"leave": "Оставлять",
"leave_collection": "Оставить коллекцию",
"leave_collection_warning": "Вы уверены, что хотите покинуть эту коллекцию? \nЛюбые места, которые вы добавили, будут не связаны и останутся в вашей учетной записи.",
"left_collection_message": "Успешно оставил коллекцию",
"loading_collections": "Загрузка коллекций ...",
"quick_start": "Быстрый старт",
"achievements": "Достижения",
"active_duration": "Активная продолжительность",
"activities_name": "Деятельность",
"activity_name": "Имя деятельности",
"activity_name_placeholder": "Утренняя пробежка",
"activity_name_required": "Требуется имя деятельности",
"activity_options": "Варианты деятельности",
"activity_statistics": "Статистика деятельности",
"activity_statistics_description": "Ваши достижения в области фитнеса и активности",
"add_activity": "Добавить деятельность",
"add_first_trail": "Добавьте свой первый след, используя кнопку выше",
"add_new_activity": "Добавить новую деятельность",
"add_new_trail": "Добавить новую тропу",
"add_trail": "Добавить след",
"add_visit": "Добавить визит",
"add_wanderer_trail": "Добавить тропу Странника",
"attachment_management": "Управление привязанностью",
"attachment_name_required": "Требуется имя вложения",
"attachment_remove_error": "Произошла ошибка при удалении вложения",
"attachment_removed": "Приложение удалено успешно",
"attachment_updated": "Вложение успешно обновлено",
"average_cadence": "Средняя каденция",
"average_speed": "Средняя скорость",
"avg_speed": "Средняя скорость",
"back": "Назад",
"cadence": "Каденция",
"calories": "Калории",
"click_map": "Нажмите на карту, чтобы выбрать местоположение",
"click_on_map": "Нажмите на карту, чтобы выбрать местоположение",
"complete_import": "Полный импорт",
"complete_strava_import": "Полный импорт Strava",
"confirm_delete_activity": "Вы уверены, что хотите удалить это занятие?",
"connect_to_wanderer": "Подключитесь к Wanderer",
"continue": "Продолжать",
"create_new_location": "Создайте новое место",
"create_trail": "Создать след",
"created": "Созданный",
"current_attachments": "Текущие вложения",
"date_selection": "Выбор даты",
"download_gpx": "Скачать gpx",
"edit_visit": "Редактировать посещение",
"elapsed_time": "Прошло время",
"elevation": "Возвышение",
"elevation_gain": "Увеличение возвышения",
"elevation_high": "Высота высота",
"elevation_loss": "Потеря высоты",
"elevation_low": "Высота",
"end_lat": "Конец широты",
"end_lng": "Конец долготы",
"export_gpx": "Экспорт GPX",
"export_original": "Экспорт оригинал",
"external_link": "Внешняя ссылка",
"gain": "прирост",
"getting_location_details": "Получение деталей местоположения",
"gpx_file": "Файл gpx",
"gpx_file_downloaded": "Файл gpx загружен. \nПожалуйста, загрузите его ниже, чтобы завершить импорт.",
"gpx_file_required": "Требуется файл GPX",
"image_management": "Управление изображением",
"import_activity": "Импортная деятельность",
"importing": "Импорт",
"likes": "Лайки",
"loading_activities": "Погрузка",
"location_display_name": "Отображение местоположения",
"location_map": "Расположение",
"location_selected": "Местоположение выбрано",
"max_speed": "Максимальная скорость",
"moving_time": "Время движения",
"next_image": "Следующее изображение",
"no_attachments_uploaded_yet": "Пока не загружены вложения",
"no_external_link": "Внешнее внешнее ссылка",
"no_file_selected": "Файл не выбран",
"no_images_uploaded_yet": "Пока не загружены изображения",
"no_strava_activities": "Во время этого визита не было найдено мероприятий Strava",
"no_trails_added": "Пока не добавили тропы",
"no_trails_available": "Нет тропинок",
"no_trails_found_matching": "Трейлей не найдено подходящими",
"no_visits_description": "Создайте свой первый посещение, выбрав даты выше",
"notes_placeholder": "Добавить заметки об этом визите",
"or": "ИЛИ",
"pace": "Шаг",
"photos": "Фото",
"previous_image": "Предыдущее изображение",
"processing": "Обработка",
"public_location_description": "Сделайте это место видимым другим пользователям",
"remove_visit": "Удалить посещение",
"rest_time": "Время отдыха",
"saved_activities": "Спасенные действия",
"search_location": "Поиск места",
"search_placeholder": "Войдите в город, место или достопримечательность ...",
"search_trails_placeholder": "Поисковые следы по имени",
"searching": "Идет поиск",
"select_on_map": "Выберите на карте",
"select_wanderer_trail": "Выберите след из своей учетной записи Wanderer",
"sport_type": "Спортивный тип",
"sport_type_placeholder": "Тропа бег",
"start_lat": "Запустить широту",
"start_lng": "Начните долготу",
"strava_activities_during_visit": "Мероприятия Strava во время визита",
"strava_activity_ready": "Страва готова",
"time": "Время",
"total_covered": "Общее покрытие",
"total_recorded": "Всего записано",
"trail": "Тащить",
"trail_created_successfully": "Тропа создала успешно",
"trail_creation_failed": "Не удалось создать след",
"trail_fetch_failed": "Не удалось принести тропы Странника",
"trail_link_required": "Требуется ссылка на след",
"trail_name": "Название тропы",
"trail_removal_failed": "Не удалось снять след",
"trail_removed_successfully": "Тропа успешно удален",
"trail_update_failed": "Не удалось обновить след",
"trail_updated_successfully": "Тропа обновлен успешно",
"trails": "Тропы",
"trails_found_for": "Тропы найдены для",
"trails_management": "Управление тропами",
"trails_management_description": "Управление трассами, связанными с этим местом. \nСледы могут быть связаны с внешними услугами, такими как Alltrails или ссылка на Trails Wanderer.",
"update_location_details": "Обновление сведений о местоположении",
"update_visit": "Обновить посещение",
"upload_activity": "Загрузка активности",
"upload_attachment": "Загрузите вложение",
"upload_first_attachment": "Загрузите свое первое вложение, используя приведенные выше параметры",
"upload_first_image": "Загрузите свое первое изображение, используя один из вариантов выше",
"upload_from_device": "Загрузить с устройства",
"upload_from_url": "Загрузите из URL",
"upload_gpx_file": "Загрузите файл GPX, который был только что загружен, чтобы завершить импорт Strava",
"uploading": "Загрузка",
"use_current_location": "Используйте текущее местоположение",
"view_gpx": "Посмотреть GPX",
"view_on": "Посмотреть на",
"view_strava_activities": "Посмотреть мероприятия Strava",
"view_trail": "Посмотреть след",
"wanderer_integration_error": "Интеграция Wanderer не включена или истек.",
"wikipedia_error": "Не удалось получить описание из Википедии",
"high": "Высокий",
"low": "Низкий",
"rest": "Отдых",
"total": "Общий",
"attachment_removed_error": "Ошибка удаления вложения",
"attachment_removed_success": "Приложение удалено успешно",
"attachments_upload_info": "Вложения будут загружены после сохранения",
"image_upload_info": "Изображения будут загружены после сохранения",
"linked_locations": "Связанные локации",
"lodging_save_error": "Ошибка сохранения жилья",
"my_attachments": "Мои вложения",
"no_attachments": "Нет вложений",
"no_attachments_desc": "Загрузить файлы, чтобы начать",
"no_images_desc": "Загрузить изображения, чтобы начать",
"route_map": "Маршрутная карта",
"selected_attachments": "Выбранные вложения",
"selected_images": "Выбранные изображения",
"activities_text": "деятельность",
"activity_breakdown_by_category": "Распад деятельности по категории",
"distance_covered": "Расстояние",
"recorded_sessions": "Записанные сеансы",
"total_activities": "Общая деятельность",
"total_climbed": "Всего поднялось",
"total_distance": "Общее расстояние"
},
"worldtravel": {
"country_list": "Список стран",
@@ -354,7 +532,8 @@
"oldest_first": "Сначала старейший",
"unvisited_first": "Не заселяется первым",
"visited_first": "Посетил первым",
"total_items": "Общие предметы"
"total_items": "Общие предметы",
"getting_location_details": "Получение деталей местоположения"
},
"auth": {
"username": "Имя пользователя",
@@ -373,10 +552,14 @@
"public_tooltip": "С публичным профилем пользователи могут делиться с вами коллекциями и просматривать ваш профиль на странице пользователей.",
"new_password": "Новый пароль (6+ символов)",
"or_3rd_party": "Или войти через сторонний сервис",
"no_public_adventures": "Публичные приключения не найдены",
"no_public_collections": "Публичные коллекции не найдены",
"user_adventures": "Приключения пользователя",
"user_collections": "Коллекции пользователя"
"user_collections": "Коллекции пользователя",
"no_public_locations": "Общественных мест не найдено",
"user_locations": "Пользовательские местоположения",
"enter_password": "Введите свой пароль",
"enter_username": "Введите свое имя пользователя",
"logging_in": "Вход в систему",
"totp": "Двухфакторный код"
},
"users": {
"no_users_found": "Пользователи с публичными профилями не найдены."
@@ -493,7 +676,40 @@
"enter_new_password": "Введите новый пароль",
"connected": "Подключено",
"disconnected": "Отключено",
"invalid_credentials": "Неверные полномочия"
"invalid_credentials": "Неверные полномочия",
"backup_restore": "Резервная копия",
"backup_restore_desc": "Сохраните данные или восстановите их из предыдущего файла резервного копирования.",
"complete_setup_to_enable": "Полная установка, чтобы включить MFA",
"copy_all": "Копировать все",
"enter_6_digit_code": "Введите 6 -значный код",
"enter_code_from_app": "Введите код из приложения",
"error_occurred": "Произошла ошибка",
"important": "Важный",
"manual_entry": "Ручная запись",
"mfa_already_enabled": "MFA уже включен",
"mfa_required": "MFA требуется",
"scan_qr_code": "Сканировать QR -код",
"scan_with_authenticator_app": "Сканирование с помощью приложения аутентификатора",
"secure_your_account": "Защитите свою учетную запись",
"setup_required": "Настройка требуется",
"verify_setup": "Проверьте настройку",
"whats_included": "Что включено",
"backup_your_data": "Резервную копию ваших данных",
"backup_your_data_desc": "Загрузите полное резервное копирование данных вашей учетной записи, включая местоположения, коллекции, медиа и посещения.",
"data_override_acknowledge": "Я признаю, что это переопределит все мои существующие данные",
"data_override_acknowledge_desc": "Это действие необратимо и заменит все местоположения, коллекции и посещения в вашем аккаунте.",
"data_override_warning": "Предупреждение о переопределении данных",
"data_override_warning_desc": "Восстановление данных полностью заменит все существующие данные (которые включены в резервную копию) в вашу учетную запись. \nЭто действие не может быть отменено.",
"integrations_settings": "Настройки интеграции",
"media": "СМИ",
"restore_data": "Восстановить данные",
"restore_data_desc": "Загрузите файл резервного копирования, чтобы восстановить ваши данные.",
"select_backup_file": "Выберите файл резервного копирования",
"world_travel_visits": "Всемирные поездки",
"activities": "Деятельность",
"trails": "Тропы",
"use_imperial": "Используйте имперские подразделения",
"use_imperial_desc": "Используйте имперские единицы (ноги, дюймы, фунты) вместо метрических единиц"
},
"collection": {
"collection_created": "Коллекция успешно создана!",
@@ -527,7 +743,11 @@
"save": "Сохранить",
"note_public": "Эта заметка публична, потому что находится в публичной коллекции.",
"add_a_link": "Добавить ссылку",
"invalid_url": "Неверный URL"
"invalid_url": "Неверный URL",
"create_new_note": "Создайте новую ноту",
"enter_note_title": "Введите заголовок",
"update_note_details": "Редактирование примечания",
"viewing_note": "Просмотр примечания"
},
"checklist": {
"checklist_deleted": "Чек-лист успешно удален!",
@@ -539,7 +759,17 @@
"new_item": "Новый элемент",
"checklist_public": "Этот чек-лист публичен, потому что находится в публичной коллекции.",
"item_cannot_be_empty": "Элемент не может быть пустым",
"item_already_exists": "Элемент уже существует"
"item_already_exists": "Элемент уже существует",
"add_new_item": "Добавить новый элемент",
"add_your_first_item": "Добавьте свой первый элемент",
"checklist_viewer": "Просмотр просмотра контрольного списка",
"completed": "Завершенный",
"current_items": "Текущие элементы",
"editing_checklist": "Редактирование контрольного списка",
"enter_checklist_title": "Введите заголовок контрольного списка",
"no_items_yet": "Пока нет предметов",
"update_checklist_details": "Редактирование контрольного списка",
"viewing_checklist": "Просмотр контрольного списка"
},
"transportation": {
"transportation_deleted": "Транспорт успешно удален!",
@@ -563,7 +793,15 @@
"walking": "Пешком",
"other": "Другое"
},
"edit_transportation": "Редактировать транспорт"
"edit_transportation": "Редактировать транспорт",
"create_new_transportation": "Новый транспорт",
"enter_flight_number": "Введите номер полета",
"enter_from_location": "Введите из местоположения",
"enter_link": "Введите ссылку",
"enter_to_location": "Введите в местоположение",
"enter_transportation_name": "Введите название транспорта",
"select_type": "Выберите тип",
"update_transportation_details": "Обновите детали транспорта"
},
"lodging": {
"new_lodging": "Новое жилье",
@@ -580,12 +818,23 @@
"villa": "Вилла",
"motel": "Мотель",
"other": "Другое",
"reservation_number": "Номер бронирования"
"reservation_number": "Номер бронирования",
"create_new_lodging": "Новое жилье",
"enter_lodging_name": "Введите имя жилья",
"enter_price": "Введите цену",
"enter_reservation_number": "Введите номер бронирования",
"update_lodging_details": "Обновить детали жилья"
},
"search": {
"adventurelog_results": "Результаты AdventureLog",
"public_adventures": "Публичные приключения",
"online_results": "Онлайн результаты"
"online_results": "Онлайн результаты",
"cities": "Города",
"countries": "Страны",
"found": "найденный",
"result": "Результат",
"results": "Результаты",
"try_searching_desc": "Попробуйте искать приключения, коллекции, страны, регионы, города или пользователей."
},
"map": {
"view_details": "Подробности",
@@ -596,13 +845,18 @@
"clear_marker": "Очистить маркер",
"add_adventure": "Добавить новое приключение",
"adventure_stats": "Приключенческая статистика",
"adventures_shown": "Приключения показаны",
"completion": "Завершение",
"display_options": "Параметры отображения",
"map_controls": "Карта управления",
"marker_placed_on_map": "Маркер размещен на карте",
"place_marker_desc": "Нажмите на карту, чтобы разместить маркер, или добавить приключение без местоположения.",
"regions": "Регионы"
"regions": "Регионы",
"add_location": "Добавить новое место",
"add_location_at_marker": "Добавить новое место в маркере",
"location_map": "Карта местоположения",
"locations_shown": "Места показаны",
"place_marker_desc_location": "Нажмите на карту, чтобы разместить маркер.",
"show_activities": "Показать деятельность",
"show_visited_cities": "Посещены города"
},
"share": {
"shared": "Поделено",
@@ -614,7 +868,11 @@
"not_shared_with": "Не поделено с",
"no_shared_found": "Не найдено коллекций, которыми с вами поделились.",
"set_public": "Чтобы пользователи могли делиться с вами, вам нужно сделать ваш профиль публичным.",
"go_to_settings": "Перейти к настройкам"
"go_to_settings": "Перейти к настройкам",
"available": "Доступный",
"pending": "В ожидании",
"revoke_invite": "Отменить приглашение",
"send_invite": "Отправить приглашение"
},
"languages": {},
"profile": {
@@ -628,20 +886,20 @@
"no_shared_adventures": "Этот пользователь еще не поделился публичными приключениями.",
"no_shared_collections": "Этот пользователь еще не поделился публичными коллекциями.",
"planned_trips": "Запланированные поездки",
"public_adventure_experiences": "Общественные приключения",
"travel_statistics": "Статистика путешествий",
"your_journey_at_a_glance": "Ваше приключенческое путешествие с первого взгляда"
"your_journey_at_a_glance": "Ваше приключенческое путешествие с первого взгляда",
"public_location_experiences": "Общественное местоположение"
},
"categories": {
"manage_categories": "Управление категориями",
"no_categories_found": "Категории не найдены.",
"edit_category": "Редактировать категорию",
"icon": "Иконка",
"update_after_refresh": "Карточки приключений будут обновлены после обновления страницы.",
"select_category": "Выбрать категорию",
"category_name": "Название категории",
"add_new_category": "Добавить новую категорию",
"name_required": "Требуется название категории"
"name_required": "Требуется название категории",
"location_update_after_refresh": "Карты местоположения будут обновлены после обновления страницы."
},
"dashboard": {
"welcome_back": "Добро пожаловать обратно",
@@ -682,30 +940,79 @@
"integration_already_exists": "Интеграция Immich уже существует. Вы можете иметь только одну интеграцию одновременно.",
"integration_not_found": "Интеграция Immich не найдена. Пожалуйста, создайте новую интеграцию.",
"validation_error": "Произошла ошибка при проверке интеграции Immich. Пожалуйста, проверьте URL сервера и API ключ.",
"network_error": "Сетевая ошибка при подключении к серверу Immich. Пожалуйста, проверьте ваше соединение и попробуйте еще раз."
"network_error": "Сетевая ошибка при подключении к серверу Immich. Пожалуйста, проверьте ваше соединение и попробуйте еще раз.",
"by_album": "По альбому",
"by_date": "На дату",
"error_no_object_id": "Идентификатор объекта не был предоставлен",
"fetch_error": "Ошибка извлечения данных из интеграции Immich",
"image_search_placeholder": "Поиск с помощью Immich",
"loading": "Загрузка",
"loading_albums": "Загрузка альбомов",
"no_images": "Не было найдено изображений",
"select_album_first": "Сначала выберите альбом",
"select_date": "Выберите дату",
"try_different_date": "Попробуйте другую дату",
"select_album": "Выберите альбом"
},
"google_maps": {
"google_maps_integration_desc": "Подключите ваш аккаунт Google Maps для получения высококачественных результатов поиска местоположений и рекомендаций."
"google_maps_integration_desc": "Подключите ваш аккаунт Google Maps для получения высококачественных результатов поиска местоположений и рекомендаций.",
"google_maps_integration_desc_no_staff": "Эта интеграция должна сначала быть включена администратором на этом сервере."
},
"recomendations": {
"recommendation": "Рекомендация",
"recommendations": "Рекомендации",
"adventure_recommendations": "Рекомендации приключений",
"food": "Еда",
"tourism": "Туризм"
"tourism": "Туризм",
"location_recommendations": "Рекомендации местоположения"
},
"calendar": {
"all_categories": "Все категории",
"all_day_event": "Событие на весь день",
"calendar_overview": "Обзор календаря",
"categories": "Категории",
"day": "День",
"events_scheduled": "События запланированы",
"filter_by_category": "Фильтр по категории",
"filtered_results": "Отфильтрованные результаты",
"month": "Месяц",
"today": "Сегодня",
"total_events": "Общее количество событий",
"week": "Неделя"
},
"locations": {
"location": "Расположение",
"locations": "Локации",
"my_locations": "Мои локации"
},
"settings_download_backup": "Скачать резервную копию",
"invites": {
"accept": "Принимать",
"accept_failed": "Не удалось принять приглашение",
"accepted": "Пригласить принятый",
"by": "к",
"decline": "Отклонить",
"decline_failed": "Не удалось отказаться пригласить",
"declined": "Пригласить отклонено",
"invited_on": "Приглашен",
"no_invites": "Нет приглашений",
"no_invites_desc": "Убедитесь, что ваш профиль является общедоступным, чтобы пользователи могли пригласить вас.",
"pending_invites": "В ожидании приглашений",
"title": "Приглашает"
},
"strava": {
"account_connected": "Учетная запись подключена",
"admin_setup_required": "Администратор сервера должен включить его во всем мире",
"authorization_error": "Перенаправление ошибки на URL авторизации Strava",
"connect_account": "Подключить учетную запись",
"disconnect": "Отключить",
"disconnect_error": "Ошибка отключения от Strava",
"disconnected": "Успешно отключен от Strava",
"not_configured": "Страва не настроен",
"ready_to_connect": "Готов к подключению",
"strava_integration_desc": "Подключитесь к Strava, чтобы легко импортировать ваши активации в места и посещения",
"gpx_required": "Пожалуйста, загрузите файл GPX, чтобы завершить импорт Strava",
"not_enabled": "Интеграция Strava не включена в этом случае."
},
"wanderer": {
"connected": "Успешно связанный с Wanderer",
"connection_error": "Ошибка подключения к Wanderer",
"wanderer_integration_desc": "Подключитесь к Wanderer, чтобы легко импортировать и просмотреть ваши следы в местах"
}
}

View File

@@ -9,14 +9,20 @@
"oss_attributions": "Tillskrivningar med öppen källkod",
"other_attributions": "Ytterligare attributioner finns i README-filen.",
"source_code": "Källkod",
"generic_attributions": "Logga in på AdventureLog för att visa attribut för aktiverade integrationer och tjänster."
"generic_attributions": "Logga in på AdventureLog för att visa attribut för aktiverade integrationer och tjänster.",
"attributions": "Tillskrivningar",
"developer": "Framkallare",
"license_info": "Licens",
"sponsor": "Sponsor",
"thank_you": "Tack för att du använder AdventureLog!",
"version": "Version",
"view_changelog": "Visa Changelog",
"view_license": "Visa licens"
},
"adventures": {
"activities": {},
"add_to_collection": "Lägg till i samlingen",
"adventure": "Äventyr",
"adventure_delete_confirm": "Är du säker på att du vill ta bort det här äventyret? \nDenna åtgärd kan inte ångras.",
"adventure_delete_success": "Äventyret har raderats!",
"archive": "Arkiv",
"archived": "Arkiverad",
"archived_collection_message": "Samlingen har arkiverats!",
@@ -27,16 +33,11 @@
"clear": "Rensa",
"collection": "Samling",
"collection_adventures": "Inkludera samlingsäventyr",
"collection_link_error": "Det gick inte att länka äventyr till samling",
"collection_link_success": "Äventyr kopplat till samling framgångsrikt!",
"collection_remove_error": "Det gick inte att ta bort äventyr från samlingen",
"collection_remove_success": "Äventyret har tagits bort från samlingen!",
"count_txt": "resultat som matchar din sökning",
"create_new": "Skapa nytt...",
"date": "Datum",
"dates": "Datum",
"delete": "Radera",
"delete_adventure": "Ta bort äventyr",
"delete_collection": "Ta bort samling",
"delete_collection_success": "Samlingen har raderats!",
"descending": "Fallande",
@@ -50,8 +51,6 @@
"my_collections": "Mina samlingar",
"name": "Namn",
"no_image_found": "Ingen bild hittades",
"not_found": "Äventyret hittades inte",
"not_found_desc": "Äventyret du letade efter kunde inte hittas. \nProva ett annat äventyr eller kom tillbaka senare.",
"open_details": "Öppna Detaljer",
"open_filters": "Öppna filter",
"order_by": "Sortera efter",
@@ -81,10 +80,6 @@
"activity_types": "Aktivitetstyper",
"add": "Tillägga",
"add_notes": "Lägg till anteckningar",
"adventure_create_error": "Det gick inte att skapa äventyr",
"adventure_created": "Äventyr skapat",
"adventure_update_error": "Det gick inte att uppdatera äventyret",
"adventure_updated": "Äventyr uppdaterat",
"basic_information": "Grundläggande information",
"category": "Kategori",
"clear_map": "Rensa karta",
@@ -100,30 +95,25 @@
"location": "Plats",
"location_information": "Platsinformation",
"my_images": "Mina bilder",
"new_adventure": "Nytt äventyr",
"no_description_found": "Ingen beskrivning hittades",
"no_images": "Inga bilder",
"no_location": "Vänligen ange en plats",
"no_results": "Inga resultat hittades",
"public_adventure": "Offentligt äventyr",
"remove": "Ta bort",
"save_next": "Spara",
"search_for_location": "Sök efter en plats",
"search_results": "Sökresultat",
"see_adventures": "Se äventyr",
"share_adventure": "Dela detta äventyr!",
"start_date": "Startdatum",
"upload_image": "Ladda upp bild",
"url": "URL",
"warning": "Varning",
"wiki_desc": "Hämtar utdrag från Wikipedia-artikeln som matchar äventyrets namn.",
"adventure_not_found": "Det finns inga äventyr att visa upp. \nLägg till några med hjälp av plusknappen längst ner till höger eller prova att byta filter!",
"all": "Alla",
"error_updating_regions": "Fel vid uppdatering av regioner",
"mark_visited": "Markera som besökt",
"my_adventures": "Mina äventyr",
"no_adventures_found": "Inga äventyr hittades",
"no_collections_found": "Inga samlingar hittades att lägga till detta äventyr till.",
"no_linkable_adventures": "Inga äventyr hittades som kan kopplas till denna samling.",
"not_visited": "Ej besökta",
"regions_updated": "regioner uppdaterade",
@@ -181,10 +171,7 @@
"starting_airport": "Startar flygplats",
"to": "Till",
"transportation_delete_confirm": "Är du säker på att du vill ta bort denna transport? \nDenna åtgärd kan inte ångras.",
"will_be_marked": "kommer att markeras som besökt när äventyret har sparats.",
"cities_updated": "städer uppdaterade",
"create_adventure": "Skapa äventyr",
"no_adventures_to_recommendations": "Inga äventyr hittades. \nLägg till minst ett äventyr för att få rekommendationer.",
"finding_recommendations": "Upptäck dolda pärlor för ditt nästa äventyr",
"attachment": "Fastsättning",
"attachment_delete_success": "Bilagan har raderats!",
@@ -246,7 +233,197 @@
"name_location": "namn, plats",
"collection_contents": "Insamlingsinnehåll",
"check_in": "Checka in",
"check_out": "Checka ut"
"check_out": "Checka ut",
"collection_link_location_error": "Fel som länkar plats till insamling",
"collection_link_location_success": "Plats kopplad till samling framgångsrikt!",
"collection_locations": "Inkludera insamlingsplatser",
"collection_remove_location_error": "Fel att ta bort platsen från samlingen",
"collection_remove_location_success": "Plats tas bort från samlingen framgångsrikt!",
"create_location": "Skapa plats",
"delete_location": "Radera plats",
"edit_location": "Redigera plats",
"location_create_error": "Det gick inte att skapa plats",
"location_created": "Plats skapad",
"location_delete_confirm": "Är du säker på att du vill ta bort den här platsen? \nDenna åtgärd kan inte ångras.",
"location_delete_success": "Plats raderas framgångsrikt!",
"location_not_found": "Plats hittades inte",
"location_not_found_desc": "Platsen du letade efter kunde inte hittas. \nFörsök med en annan plats eller kom tillbaka senare.",
"location_update_error": "Det gick inte att uppdatera platsen",
"location_updated": "Plats uppdaterad",
"new_location": "Ny plats",
"no_collections_to_add_location": "Inga samlingar som hittats för att lägga till den här platsen till.",
"no_locations_to_recommendations": "Inga platser hittades. \nLägg till minst en plats för att få rekommendationer.",
"public_location": "Allmän plats",
"share_location": "Dela den här platsen!",
"visit_calendar": "Besök kalendern",
"wiki_location_desc": "Drar utdrag från Wikipedia -artikeln som matchar namnet på platsen.",
"will_be_marked_location": "kommer att markeras som besöks när platsen har sparats.",
"no_locations_found": "Inga platser hittades",
"image_modal_navigate": "Använd pilnycklar eller klicka för att navigera",
"details": "Information",
"leave": "Lämna",
"leave_collection": "Lämna samlingen",
"leave_collection_warning": "Är du säker på att du vill lämna den här samlingen? \nAlla platser du har lagt till kommer att vara länkade och stanna kvar på ditt konto.",
"left_collection_message": "Framgångsrikt lämnade samlingen",
"loading_collections": "Laddar samlingar ...",
"quick_start": "Snabbstart",
"achievements": "Framsteg",
"active_duration": "Aktiv varaktighet",
"activities_name": "Aktiviteter",
"activity_name": "Aktivitetsnamn",
"activity_name_placeholder": "Morgonsörning",
"activity_name_required": "Aktivitetsnamn krävs",
"activity_options": "Aktivitetsalternativ",
"activity_statistics": "Aktivitetsstatistik",
"activity_statistics_description": "Dina fitness- och aktivitetsresultat",
"add_activity": "Lägga till aktivitet",
"add_first_trail": "Lägg till ditt första spår med knappen ovan",
"add_new_activity": "Lägg till ny aktivitet",
"add_new_trail": "Lägg till nytt spår",
"add_trail": "Lägga till spår",
"add_visit": "Lägga till besök",
"add_wanderer_trail": "Lägg till Wanderer Trail",
"attachment_management": "Anknytningshantering",
"attachment_name_required": "Bifogningsnamn krävs",
"attachment_remove_error": "Ett fel inträffade under att ta bort bilagan",
"attachment_removed": "Bilaget tagits bort framgångsrikt",
"attachment_updated": "Bilaga uppdateras framgångsrikt",
"average_cadence": "Genomsnittlig kadens",
"average_speed": "Medelhastighet",
"avg_speed": "Medelhastighet",
"back": "Tillbaka",
"cadence": "Kadens",
"calories": "Kalorier",
"click_map": "Klicka på kartan för att välja en plats",
"click_on_map": "Klicka på kartan för att välja en plats",
"complete_import": "Komplett import",
"complete_strava_import": "Komplett Strava -import",
"confirm_delete_activity": "Är du säker på att du vill ta bort den här aktiviteten?",
"connect_to_wanderer": "Anslut till Wanderer",
"continue": "Fortsätta",
"create_new_location": "Skapa en ny plats",
"create_trail": "Skapa spår",
"created": "Skapad",
"current_attachments": "Aktuella bilagor",
"date_selection": "Datumval",
"download_gpx": "Ladda ner gpx",
"edit_visit": "Redigera besök",
"elapsed_time": "Förfluten tid",
"elevation": "Elevation",
"elevation_gain": "Höjdförstärkning",
"elevation_high": "Höjd hög",
"elevation_loss": "Höjdförlust",
"elevation_low": "Höjd låg",
"end_lat": "Sluttning",
"end_lng": "Slutlongitud",
"export_gpx": "Export GPX",
"export_original": "Exportera original",
"external_link": "Extern länk",
"gain": "få",
"getting_location_details": "Få platsinformation",
"gpx_file": "GPX -fil",
"gpx_file_downloaded": "GPX -fil nedladdad. \nLadda upp den nedan för att slutföra importen.",
"gpx_file_required": "GPX -fil krävs",
"image_management": "Bildhantering",
"import_activity": "Importaktivitet",
"importing": "Importerande",
"likes": "Gillar",
"loading_activities": "Lastningsaktiviteter",
"location_display_name": "Platsdisplaynamn",
"location_map": "Plats",
"location_selected": "Plats vald",
"max_speed": "Maxhastighet",
"moving_time": "Flyttningstid",
"next_image": "Nästa bild",
"no_attachments_uploaded_yet": "Inga bilagor laddas upp än",
"no_external_link": "Ingen extern länk tillgänglig",
"no_file_selected": "Ingen fil vald",
"no_images_uploaded_yet": "Inga bilder laddas upp än",
"no_strava_activities": "Inga Strava -aktiviteter hittades under detta besök",
"no_trails_added": "Inga spår tillagda än",
"no_trails_available": "Inga spår tillgängliga",
"no_trails_found_matching": "Inga spår hittades matchande",
"no_visits_description": "Skapa ditt första besök genom att välja datum ovan",
"notes_placeholder": "Lägg till anteckningar om detta besök",
"or": "ELLER",
"pace": "Takt",
"photos": "Foton",
"previous_image": "Föregående bild",
"processing": "Bearbetning",
"public_location_description": "Gör den här platsen synlig för andra användare",
"remove_visit": "Ta bort besöket",
"rest_time": "Vilotid",
"saved_activities": "Sparade aktiviteter",
"search_location": "Sök efter en plats",
"search_placeholder": "Ange stad, plats eller landmärke ...",
"search_trails_placeholder": "Sökspår med namn",
"searching": "Sökande",
"select_on_map": "Välj på kartan",
"select_wanderer_trail": "Välj ett spår från ditt Wanderer -konto",
"sport_type": "Sporttyp",
"sport_type_placeholder": "Spårlöpning",
"start_lat": "Börja latitud",
"start_lng": "Starta longitud",
"strava_activities_during_visit": "Strava -aktiviteter under besöket",
"strava_activity_ready": "Strava -aktivitet redo",
"time": "Tid",
"total_covered": "Total täckt",
"total_recorded": "Total inspelad",
"trail": "Spår",
"trail_created_successfully": "Spår skapades framgångsrikt",
"trail_creation_failed": "Det gick inte att skapa spår",
"trail_fetch_failed": "Det gick inte att hämta vandrare spår",
"trail_link_required": "En spårlänk krävs",
"trail_name": "Spårnamn",
"trail_removal_failed": "Det gick inte att ta bort spåret",
"trail_removed_successfully": "Trail tog bort framgångsrikt",
"trail_update_failed": "Det gick inte att uppdatera spåret",
"trail_updated_successfully": "Spår uppdateras framgångsrikt",
"trails": "Spår",
"trails_found_for": "spår som finns för",
"trails_management": "Spårhantering",
"trails_management_description": "Hantera spår associerade med den här platsen. \nSpår kan kopplas till externa tjänster som AllTrails eller länk till Wanderer Trails.",
"update_location_details": "Uppdatera platsinformation",
"update_visit": "Uppdatera besöket",
"upload_activity": "Uppladdningsaktivitet",
"upload_attachment": "Ladda upp bilagan",
"upload_first_attachment": "Ladda upp din första bilaga med alternativen ovan",
"upload_first_image": "Ladda upp din första bild med ett av alternativen ovan",
"upload_from_device": "Ladda upp från enheten",
"upload_from_url": "Ladda upp från URL",
"upload_gpx_file": "Ladda upp GPX -filen som just laddades ner för att slutföra Strava -importen",
"uploading": "Uppladdning",
"use_current_location": "Använd nuvarande plats",
"view_gpx": "Visa GPX",
"view_on": "Se på",
"view_strava_activities": "Se Strava -aktiviteter",
"view_trail": "Utsiktspår",
"wanderer_integration_error": "Wanderer -integration är inte aktiverad eller har löpt ut.",
"wikipedia_error": "Det gick inte att generera beskrivning från Wikipedia",
"high": "Hög",
"low": "Låg",
"rest": "Vila",
"total": "Total",
"attachment_removed_error": "Fel att ta bort bilaga",
"attachment_removed_success": "Bilaget tas bort framgångsrikt",
"attachments_upload_info": "Bilagor kommer att laddas upp efter att ha sparat",
"image_upload_info": "Bilder kommer att laddas upp efter att ha sparat",
"linked_locations": "Länkade platser",
"lodging_save_error": "Felbesparande logi",
"my_attachments": "Mina bilagor",
"no_attachments": "Inga bilagor",
"no_attachments_desc": "Ladda upp filer för att komma igång",
"no_images_desc": "Ladda upp bilder för att komma igång",
"route_map": "Ruttkarta",
"selected_attachments": "Valda bilagor",
"selected_images": "Valda bilder",
"activities_text": "aktiviteter",
"activity_breakdown_by_category": "Aktivitetsfördelning efter kategori",
"distance_covered": "Täckt avstånd",
"recorded_sessions": "Inspelade sessioner",
"total_activities": "Totala aktiviteter",
"total_climbed": "Total stigning",
"total_distance": "Totalt avstånd"
},
"home": {
"desc_1": "Upptäck, planera och utforska med lätthet",
@@ -298,7 +475,8 @@
"language_selection": "Språk",
"support": "Support",
"calendar": "Kalender",
"admin_panel": "Administratör"
"admin_panel": "Administratör",
"navigation": "Navigering"
},
"worldtravel": {
"all": "Alla",
@@ -354,7 +532,8 @@
"oldest_first": "Äldsta först",
"unvisited_first": "Oöverträffad först",
"visited_first": "Besökt först",
"total_items": "Totala artiklar"
"total_items": "Totala artiklar",
"getting_location_details": "Få platsinformation"
},
"auth": {
"confirm_password": "Bekräfta lösenord",
@@ -373,10 +552,14 @@
"public_profile": "Offentlig profil",
"new_password": "Nytt lösenord",
"or_3rd_party": "Eller logga in med en tredjepartstjänst",
"no_public_adventures": "Inga offentliga äventyr hittades",
"no_public_collections": "Inga offentliga samlingar hittades",
"user_adventures": "Användaräventyr",
"user_collections": "Användarsamlingar"
"user_collections": "Användarsamlingar",
"no_public_locations": "Inga offentliga platser hittades",
"user_locations": "Användarplatser",
"enter_password": "Ange ditt lösenord",
"enter_username": "Ange ditt användarnamn",
"logging_in": "Inloggning",
"totp": "Tvåfaktorkod"
},
"users": {
"no_users_found": "Inga användare hittades med offentliga profiler."
@@ -493,7 +676,40 @@
"social_auth_setup": "Social autentiseringsinställning",
"staff_status": "Personalstatus",
"staff_user": "Personalanvändare",
"invalid_credentials": "Ogiltiga referenser"
"invalid_credentials": "Ogiltiga referenser",
"backup_restore": "Säkerhetskopiering",
"backup_restore_desc": "Spara dina data eller återställa dem från en tidigare säkerhetskopieringsfil.",
"complete_setup_to_enable": "Komplett installation för att aktivera MFA",
"copy_all": "Kopiera alla",
"enter_6_digit_code": "Ange 6 siffror",
"enter_code_from_app": "Ange kod från appen",
"error_occurred": "Ett fel har inträffat",
"important": "Viktig",
"manual_entry": "Manuell inträde",
"mfa_already_enabled": "MFA redan aktiverat",
"mfa_required": "MFA krävs",
"scan_qr_code": "Skanna QR -kod",
"scan_with_authenticator_app": "Skanna med autentisatorapp",
"secure_your_account": "Säkra ditt konto",
"setup_required": "Installation krävs",
"verify_setup": "Verifiera installationen",
"whats_included": "Vad ingår",
"backup_your_data": "Säkerhetskopiera dina data",
"backup_your_data_desc": "Ladda ner en fullständig säkerhetskopia av dina kontodata inklusive platser, samlingar, media och besök.",
"data_override_acknowledge": "Jag erkänner att detta kommer att åsidosätta alla mina befintliga uppgifter",
"data_override_acknowledge_desc": "Denna åtgärd är irreversibel och kommer att ersätta alla platser, samlingar och besök på ditt konto.",
"data_override_warning": "Data åsidosättande varning",
"data_override_warning_desc": "Återställa data kommer helt att ersätta alla befintliga data (som ingår i säkerhetskopian) i ditt konto. \nDenna åtgärd kan inte ångras.",
"integrations_settings": "Integrationsinställningar",
"media": "Media",
"restore_data": "Återställa data",
"restore_data_desc": "Ladda upp en säkerhetskopieringsfil för att återställa dina data.",
"select_backup_file": "Välj säkerhetskopieringsfil",
"world_travel_visits": "Världsresebesök",
"activities": "Aktiviteter",
"trails": "Spår",
"use_imperial": "Använd imperialistiska enheter",
"use_imperial_desc": "Använd imperialistiska enheter (fötter, tum, pund) istället för metriska enheter"
},
"checklist": {
"checklist_delete_error": "Ett fel uppstod vid borttagning av checklista",
@@ -505,7 +721,17 @@
"item_cannot_be_empty": "Listobjektet får inte vara tomt",
"items": "Punkter",
"new_item": "Nytt föremål",
"new_checklist": "Ny checklista"
"new_checklist": "Ny checklista",
"add_new_item": "Lägg till nytt objekt",
"add_your_first_item": "Lägg till ditt första objekt",
"checklist_viewer": "Checklista Viewer",
"completed": "Avslutad",
"current_items": "Aktuella artiklar",
"editing_checklist": "Redigera checklista",
"enter_checklist_title": "Ange checklista -titel",
"no_items_yet": "Inga artiklar än",
"update_checklist_details": "Redigera checklista",
"viewing_checklist": "Visa checklista"
},
"collection": {
"collection_created": "Samlingen har skapats!",
@@ -539,7 +765,11 @@
"open": "Öppna",
"save": "Spara",
"invalid_url": "Ogiltig URL",
"note_viewer": "Note Viewer"
"note_viewer": "Note Viewer",
"create_new_note": "Skapa ny anteckning",
"enter_note_title": "Ange antecknings titel",
"update_note_details": "Redigeringsanteckning",
"viewing_note": "Visningsnot"
},
"transportation": {
"edit": "Redigera",
@@ -563,12 +793,26 @@
"type": "Typ",
"ending_airport_desc": "Ange slut på flygplatskoden (t.ex. LAX)",
"fetch_location_information": "Hämta platsinformation",
"starting_airport_desc": "Ange start av flygplatskoden (t.ex. JFK)"
"starting_airport_desc": "Ange start av flygplatskoden (t.ex. JFK)",
"create_new_transportation": "Ny transport",
"enter_flight_number": "Ange flygnummer",
"enter_from_location": "Ange från platsen",
"enter_link": "Ange länken",
"enter_to_location": "Ange till platsen",
"enter_transportation_name": "Ange transportnamn",
"select_type": "Välj typ",
"update_transportation_details": "Uppdatera transportdetaljer"
},
"search": {
"adventurelog_results": "AdventureLog-resultat",
"online_results": "Online resultat",
"public_adventures": "Offentliga äventyr"
"public_adventures": "Offentliga äventyr",
"cities": "Städer",
"countries": "Länder",
"found": "funnna",
"result": "Resultat",
"results": "Resultat",
"try_searching_desc": "Försök att söka efter äventyr, samlingar, länder, regioner, städer eller användare."
},
"map": {
"add_adventure": "Lägg till nytt äventyr",
@@ -579,13 +823,18 @@
"show_visited_regions": "Visa besökta regioner",
"view_details": "Visa detaljer",
"adventure_stats": "Äventyrsstatistik",
"adventures_shown": "Äventyr visas",
"completion": "Komplettering",
"display_options": "Visningsalternativ",
"map_controls": "Kartkontroller",
"marker_placed_on_map": "Markör placerad på kartan",
"place_marker_desc": "Klicka på kartan för att placera en markör, eller lägg till ett äventyr utan plats.",
"regions": "Regioner"
"regions": "Regioner",
"add_location": "Lägg till en ny plats",
"add_location_at_marker": "Lägg till en ny plats på Marker",
"location_map": "Platskarta",
"locations_shown": "Visas",
"place_marker_desc_location": "Klicka på kartan för att placera en markör.",
"show_activities": "Visningsaktiviteter",
"show_visited_cities": "Besökta städer"
},
"languages": {},
"share": {
@@ -598,7 +847,11 @@
"with": "med",
"go_to_settings": "Gå till inställningar",
"no_shared_found": "Inga samlingar hittades som delas med dig.",
"set_public": "För att tillåta användare att dela med dig måste du ha en offentlig profil."
"set_public": "För att tillåta användare att dela med dig måste du ha en offentlig profil.",
"available": "Tillgänglig",
"pending": "I avvaktan på",
"revoke_invite": "Återkalla inbjudan",
"send_invite": "Skicka inbjudan"
},
"profile": {
"member_since": "Medlem sedan",
@@ -611,9 +864,9 @@
"no_shared_adventures": "Den här användaren har inte delat några offentliga äventyr än.",
"no_shared_collections": "Den här användaren har inte delat några offentliga samlingar än.",
"planned_trips": "Planerade resor",
"public_adventure_experiences": "Allmänt äventyrsupplevelser",
"travel_statistics": "Resestatistik",
"your_journey_at_a_glance": "Din äventyrsresa med en överblick"
"your_journey_at_a_glance": "Din äventyrsresa med en överblick",
"public_location_experiences": "Allmän platsupplevelser"
},
"categories": {
"category_name": "Kategorinamn",
@@ -622,9 +875,9 @@
"manage_categories": "Hantera kategorier",
"no_categories_found": "Inga kategorier hittades.",
"select_category": "Välj Kategori",
"update_after_refresh": "Äventyrskorten kommer att uppdateras när du uppdaterar sidan.",
"add_new_category": "Lägg till en ny kategori",
"name_required": "Kategorinamn krävs"
"name_required": "Kategorinamn krävs",
"location_update_after_refresh": "Platskorten kommer att uppdateras när du uppdaterar sidan."
},
"dashboard": {
"add_some": "Varför inte börja planera ditt nästa äventyr? \nDu kan lägga till ett nytt äventyr genom att klicka på knappen nedan.",
@@ -665,14 +918,26 @@
"integration_already_exists": "En immich integration finns redan. \nDu kan bara ha en integration åt gången.",
"integration_not_found": "Imkik integration hittades inte. \nSkapa en ny integration.",
"network_error": "Nätverksfel vid anslutning till den immich servern. \nKontrollera din anslutning och försök igen.",
"validation_error": "Ett fel inträffade vid validering av den immich integrationen. \nKontrollera din server -URL- och API -nyckel."
"validation_error": "Ett fel inträffade vid validering av den immich integrationen. \nKontrollera din server -URL- och API -nyckel.",
"by_album": "Efter album",
"by_date": "På datum",
"error_no_object_id": "Inget objekt -ID tillhandahölls",
"fetch_error": "Fel som hämtar data från den immich integrationen",
"image_search_placeholder": "Sök med Immich",
"loading": "Belastning",
"loading_albums": "Laddar album",
"no_images": "Inga bilder hittades",
"select_album": "Välj album",
"select_album_first": "Välj ett album först",
"select_date": "Välj datum",
"try_different_date": "Prova ett annat datum"
},
"recomendations": {
"recommendation": "Rekommendation",
"recommendations": "Rekommendationer",
"adventure_recommendations": "Äventyrsrekommendationer",
"food": "Mat",
"tourism": "Turism"
"tourism": "Turism",
"location_recommendations": "Platsrekommendationer"
},
"lodging": {
"apartment": "Lägenhet",
@@ -689,23 +954,65 @@
"resort": "Tillflykt",
"villa": "Villa",
"edit": "Redigera",
"edit_lodging": "Redigera logi"
"edit_lodging": "Redigera logi",
"create_new_lodging": "Inställning",
"enter_lodging_name": "Ange logi -namn",
"enter_price": "Ange pris",
"enter_reservation_number": "Ange bokningsnummer",
"update_lodging_details": "Uppdatera logiinformation"
},
"google_maps": {
"google_maps_integration_desc": "Anslut ditt Google Maps-konto för att få sökresultat och rekommendationer av hög kvalitet."
"google_maps_integration_desc": "Anslut ditt Google Maps-konto för att få sökresultat och rekommendationer av hög kvalitet.",
"google_maps_integration_desc_no_staff": "Denna integration måste först aktiveras av administratören på denna server."
},
"calendar": {
"all_categories": "Alla kategorier",
"all_day_event": "Hela dagen",
"calendar_overview": "Kalenderöversikt",
"categories": "Kategorier",
"day": "Dag",
"events_scheduled": "Händelser planerade",
"filter_by_category": "Filter efter kategori",
"filtered_results": "Filtrerade resultat",
"month": "Månad",
"today": "I dag",
"total_events": "Totala evenemang",
"week": "Vecka"
},
"locations": {
"location": "Plats",
"locations": "Plats",
"my_locations": "Mina platser"
},
"settings_download_backup": "Ladda ner säkerhetskopiering",
"invites": {
"accept": "Acceptera",
"accept_failed": "Det gick inte att acceptera inbjudan",
"accepted": "Bjuda in accepterad",
"by": "av",
"decline": "Nedgång",
"decline_failed": "Det gick inte att avslå inbjudan",
"declined": "Inbjudan avvisade",
"invited_on": "Inbjudna till",
"no_invites": "Inga inbjudningar",
"no_invites_desc": "Se till att din profil är offentlig så att användare kan bjuda in dig.",
"pending_invites": "Väntande inbjudningar",
"title": "Inbjudning"
},
"strava": {
"account_connected": "Kontonansluten",
"admin_setup_required": "Serveradministratören måste aktivera den globalt",
"authorization_error": "Fel omdirigering till STRAVA -auktorisation URL",
"connect_account": "Anslutningskonto",
"disconnect": "Koppla av",
"disconnect_error": "Fel koppla från Strava",
"disconnected": "Framgångsrikt kopplad från Strava",
"not_configured": "Strava inte konfigurerad",
"ready_to_connect": "Redo att ansluta",
"strava_integration_desc": "Anslut till Strava för att enkelt importera dina aktiviteter till platser och besök",
"gpx_required": "Ladda upp GPX -filen för att slutföra Strava -importen",
"not_enabled": "Strava -integration är inte aktiverad i det här fallet."
},
"wanderer": {
"connected": "Framgångsrikt ansluten till vandrare",
"connection_error": "Fel som ansluter till vandrare",
"wanderer_integration_desc": "Anslut till Wanderer för att enkelt importera och se dina spår på platser"
}
}

View File

@@ -8,7 +8,7 @@
"logout": "退出",
"map": "地图",
"my_adventures": "我的冒险",
"profile": "轮廓",
"profile": "个人资料",
"search": "搜索",
"settings": "设置",
"shared_with_me": "与我分享",
@@ -31,7 +31,8 @@
"language_selection": "语言",
"support": "支持",
"calendar": "日历",
"admin_panel": "管理面板"
"admin_panel": "管理面板",
"navigation": "导航"
},
"about": {
"about": "关于",
@@ -43,7 +44,15 @@
"other_attributions": "其他声明可以在 README 文件中找到。",
"source_code": "源代码",
"close": "关闭",
"generic_attributions": "登录到AdventureLog以查看启用集成和服务的归因。"
"generic_attributions": "登录到AdventureLog以查看启用集成和服务的归因。",
"attributions": "归因",
"developer": "开发人员",
"license_info": "执照",
"sponsor": "赞助",
"thank_you": "感谢您使用冒险!",
"version": "版本",
"view_changelog": "查看ChangElog",
"view_license": "查看许可证"
},
"home": {
"desc_1": "轻松发现、规划和探索",
@@ -64,12 +73,7 @@
"start_your_journey": "开始您的旅程"
},
"adventures": {
"collection_remove_success": "成功从合集中移除冒险!",
"collection_remove_error": "从合集中移除冒险时出错",
"collection_link_success": "成功将冒险链接到合集!",
"no_image_found": "未找到图片",
"collection_link_error": "链接冒险到合集时出错",
"adventure_delete_confirm": "您确定要删除此冒险吗?此操作无法撤销。",
"checklist_delete_confirm": "您确定要删除此检查清单吗?此操作无法撤销。",
"note_delete_confirm": "您确定要删除此笔记吗?此操作无法撤销。",
"transportation_delete_confirm": "您确定要删除此交通工具吗?此操作无法撤销。",
@@ -83,8 +87,6 @@
"remove_from_collection": "从合集中移除",
"add_to_collection": "添加到合集",
"delete": "删除",
"not_found": "未找到冒险",
"not_found_desc": "未找到你要查找的冒险。请尝试其他冒险或稍后再试。",
"homepage": "主页",
"collection": "合集",
"longitude": "经度",
@@ -109,7 +111,6 @@
"rating": "评分",
"my_images": "我的图片",
"no_images": "没有图片",
"share_adventure": "分享此冒险!",
"copy_link": "复制链接",
"image": "图片",
"upload_image": "上传图片",
@@ -130,12 +131,10 @@
"clear_map": "清除地图",
"search_results": "搜索结果",
"no_results": "未找到结果",
"wiki_desc": "从与冒险名称匹配的维基百科文章中提取摘录。",
"attachments": "附件",
"attachment": "附件",
"images": "图片",
"generate_desc": "生成描述",
"public_adventure": "公开冒险",
"location_information": "位置信息",
"link": "链接",
"links": "链接",
@@ -156,15 +155,12 @@
"edit_collection": "编辑合集",
"unarchive": "取消归档",
"archive": "归档",
"no_collections_found": "未找到可添加此冒险的合集。",
"not_visited": "未访问",
"archived_collection_message": "成功归档合集!",
"unarchived_collection_message": "成功取消归档合集!",
"delete_collection_success": "成功删除合集!",
"cancel": "取消",
"delete_collection": "删除合集",
"delete_adventure": "删除冒险",
"adventure_delete_success": "成功删除冒险!",
"visited": "已访问",
"planned": "计划中",
"duration": "持续时间",
@@ -182,17 +178,10 @@
"image_fetch_failed": "获取图片失败",
"no_location": "请输入位置",
"no_description_found": "未找到描述",
"adventure_created": "冒险已创建",
"adventure_create_error": "创建冒险失败",
"lodging": "住宿",
"create_adventure": "创建冒险",
"adventure_updated": "冒险已更新",
"adventure_update_error": "更新冒险失败",
"set_to_pin": "设置为图钉",
"category_fetch_error": "获取类别时出错",
"new_adventure": "新冒险",
"basic_information": "基本信息",
"no_adventures_to_recommendations": "未找到冒险。添加至少一个冒险以获得推荐。",
"display_name": "显示名称",
"adventure_not_found": "没找到任何冒险。使用右下角的加号按钮添加一些,或尝试更改筛选条件!",
"no_adventures_found": "未找到冒险",
@@ -232,7 +221,6 @@
"no_location_found": "未找到位置",
"from": "从",
"to": "到",
"will_be_marked": "将在冒险保存后标记为已访问。",
"start": "开始",
"end": "结束",
"emoji_picker": "表情符号选择器",
@@ -298,7 +286,197 @@
"name_location": "名称,位置",
"collection_contents": "收集内容",
"check_in": "报到",
"check_out": "查看"
"check_out": "查看",
"collection_link_location_error": "链接位置到集合的错误",
"collection_link_location_success": "成功链接到收集的位置!",
"collection_locations": "包括收集位置",
"collection_remove_location_error": "从集合中删除位置的错误",
"collection_remove_location_success": "成功从收藏中删除的位置!",
"create_location": "创建位置",
"delete_location": "删除位置",
"edit_location": "编辑位置",
"location_create_error": "无法创建位置",
"location_created": "创建的位置",
"location_delete_confirm": "您确定要删除此位置吗?\n该动作不能撤消。",
"location_delete_success": "位置成功删除了!",
"location_not_found": "找不到位置",
"location_not_found_desc": "找不到您寻找的位置。\n请尝试其他位置或稍后再检查。",
"location_update_error": "无法更新位置",
"location_updated": "位置更新",
"new_location": "新位置",
"no_collections_to_add_location": "没有发现将此位置添加到。",
"no_locations_to_recommendations": "找不到位置。\n添加至少一个位置以获取建议。",
"public_location": "公共位置",
"share_location": "分享这个位置!",
"visit_calendar": "访问日历",
"wiki_location_desc": "从Wikipedia文章中提取摘录符合该位置的名称。",
"will_be_marked_location": "保存位置后,将被标记为访问。",
"no_locations_found": "找不到位置",
"image_modal_navigate": "使用箭头键或单击以导航",
"details": "细节",
"leave": "离开",
"leave_collection": "离开收藏",
"leave_collection_warning": "您确定要离开这个系列吗?\n您添加的任何位置都将被取消链接并保留在您的帐户中。",
"left_collection_message": "成功离开收藏",
"loading_collections": "加载收藏...",
"quick_start": "快速开始",
"achievements": "成就",
"active_duration": "活动持续时间",
"activities_name": "活动",
"activity_name": "活动名称",
"activity_name_placeholder": "早上跑步",
"activity_name_required": "需要活动名称",
"activity_options": "活动选项",
"activity_statistics": "活动统计",
"activity_statistics_description": "您的健身和活动成就",
"add_activity": "添加活动",
"add_first_trail": "使用上面的按钮添加您的第一个步道",
"add_new_activity": "添加新活动",
"add_new_trail": "添加新步道",
"add_trail": "添加步道",
"add_visit": "添加访问",
"add_wanderer_trail": "添加流浪者步道",
"attachment_management": "依恋管理",
"attachment_name_required": "所需的附件名称",
"attachment_remove_error": "删除附件时发生了错误",
"attachment_removed": "附件成功删除",
"attachment_updated": "附件成功更新",
"average_cadence": "平均节奏",
"average_speed": "平均速度",
"avg_speed": "平均速度",
"back": "后退",
"cadence": "节奏",
"calories": "卡路里",
"click_map": "单击地图选择位置",
"click_on_map": "单击地图选择位置",
"complete_import": "完全导入",
"complete_strava_import": "完整的Strava导入",
"confirm_delete_activity": "您确定要删除此活动吗?",
"connect_to_wanderer": "连接到流浪者",
"continue": "继续",
"create_new_location": "创建新位置",
"create_trail": "创建步道",
"created": "创建",
"current_attachments": "当前附件",
"date_selection": "日期选择",
"download_gpx": "下载GPX",
"edit_visit": "编辑访问",
"elapsed_time": "经过时间",
"elevation": "海拔",
"elevation_gain": "高程增益",
"elevation_high": "高度高",
"elevation_loss": "海拔损失",
"elevation_low": "高度低",
"end_lat": "结束纬度",
"end_lng": "结束经度",
"export_gpx": "导出GPX",
"export_original": "出口原件",
"external_link": "外部链接",
"gain": "获得",
"getting_location_details": "获取位置详细信息",
"gpx_file": "GPX文件",
"gpx_file_downloaded": "GPX文件下载。\n请在下面上传以完成导入。",
"gpx_file_required": "需要GPX文件",
"image_management": "图像管理",
"import_activity": "进口活动",
"importing": "输入",
"likes": "喜欢",
"loading_activities": "加载活动",
"location_display_name": "位置显示名称",
"location_map": "地点",
"location_selected": "选择的位置",
"max_speed": "最大速度",
"moving_time": "移动时间",
"next_image": "下一个图像",
"no_attachments_uploaded_yet": "尚未上传附件",
"no_external_link": "没有外部链接可用",
"no_file_selected": "未选择文件",
"no_images_uploaded_yet": "尚无图像上传",
"no_strava_activities": "这次访问期间找不到Strava活动",
"no_trails_added": "还没有添加踪迹",
"no_trails_available": "没有可用的步道",
"no_trails_found_matching": "没有发现匹配的步道",
"no_visits_description": "通过选择上面的日期来创建您的第一次访问",
"notes_placeholder": "添加有关这次访问的笔记",
"or": "或者",
"pace": "步伐",
"photos": "照片",
"previous_image": "上图",
"processing": "加工",
"public_location_description": "使其他用户可见这个位置",
"remove_visit": "删除访问",
"rest_time": "休息时间",
"saved_activities": "保存的活动",
"search_location": "搜索位置",
"search_placeholder": "进入城市,位置或地标...",
"search_trails_placeholder": "搜索步道",
"searching": "搜索",
"select_on_map": "在地图上选择",
"select_wanderer_trail": "从您的流浪者帐户中选择一条小径",
"sport_type": "运动类型",
"sport_type_placeholder": "越野跑",
"start_lat": "开始纬度",
"start_lng": "开始经度",
"strava_activities_during_visit": "访问期间的Strava活动",
"strava_activity_ready": "准备就绪",
"time": "时间",
"total_covered": "总覆盖",
"total_recorded": "记录总数",
"trail": "踪迹",
"trail_created_successfully": "步道成功创建了",
"trail_creation_failed": "未能创建足迹",
"trail_fetch_failed": "未能获取流浪者的踪迹",
"trail_link_required": "需要一个路线链接",
"trail_name": "步道名称",
"trail_removal_failed": "无法删除踪迹",
"trail_removed_successfully": "步道成功地删除了",
"trail_update_failed": "无法更新跟踪",
"trail_updated_successfully": "TRAIL成功更新了",
"trails": "步道",
"trails_found_for": "找到的步道",
"trails_management": "跟踪管理",
"trails_management_description": "管理与此位置相关的步道。\n步道可以链接到外部服务例如Alltrails或链接到Wanderer Trails。",
"update_location_details": "更新位置详细信息",
"update_visit": "更新访问",
"upload_activity": "上传活动",
"upload_attachment": "上传附件",
"upload_first_attachment": "使用上面的选项上传您的第一个附件",
"upload_first_image": "使用上面的选项之一上传您的第一个图像",
"upload_from_device": "从设备上传",
"upload_from_url": "从URL上传",
"upload_gpx_file": "上传刚刚下载以完成Strava导入的GPX文件",
"uploading": "上传",
"use_current_location": "使用当前位置",
"view_gpx": "查看GPX",
"view_on": "查看",
"view_strava_activities": "查看Strava活动",
"view_trail": "查看步道",
"wanderer_integration_error": "流浪者集成未启用或已过期。",
"wikipedia_error": "无法从Wikipedia产生描述",
"high": "高的",
"low": "低的",
"rest": "休息",
"total": "全部的",
"attachment_removed_error": "删除附件的错误",
"attachment_removed_success": "固定被吸收去除",
"attachments_upload_info": "保存后,附件将上传",
"image_upload_info": "保存后将上传图像",
"linked_locations": "链接的位置",
"lodging_save_error": "保存错误的住宿",
"my_attachments": "我的附件",
"no_attachments": "没有附件",
"no_attachments_desc": "上传文件开始",
"no_images_desc": "上传图像开始",
"route_map": "路线图",
"selected_attachments": "选定的附件",
"selected_images": "选定的图像",
"activities_text": "活动",
"activity_breakdown_by_category": "类别的活动分解",
"distance_covered": "覆盖距离",
"recorded_sessions": "记录的会议",
"total_activities": "总活动",
"total_climbed": "总攀登",
"total_distance": "总距离"
},
"auth": {
"forgot_password": "忘记密码?",
@@ -317,10 +495,14 @@
"public_tooltip": "通过公开个人资料,用户可以与您共享合集,并在用户页面查看您的资料。",
"new_password": "新密码6个字符以上",
"or_3rd_party": "或使用第三方服务登录",
"no_public_adventures": "未找到公开冒险",
"no_public_collections": "未找到公开合集",
"user_adventures": "用户冒险",
"user_collections": "用户合集"
"user_collections": "用户合集",
"no_public_locations": "找不到公共场所",
"user_locations": "用户位置",
"enter_password": "输入您的密码",
"enter_username": "输入您的用户名",
"logging_in": "登录",
"totp": "两因素代码"
},
"worldtravel": {
"all": "全部",
@@ -376,7 +558,8 @@
"oldest_first": "最古老的第一",
"unvisited_first": "首先未访问",
"visited_first": "首先访问",
"total_items": "总项目"
"total_items": "总项目",
"getting_location_details": "获取位置详细信息"
},
"users": {
"no_users_found": "未找到已公开个人资料的用户。"
@@ -444,14 +627,14 @@
"password_enabled": "启用密码身份验证",
"password_enabled_error": "启用密码身份验证的错误。",
"access_restricted": "访问受限制",
"access_restricted_desc": "Yadministrative功能仅适用于工作人员。",
"access_restricted_desc": "此页面仅限管理员访问。\n请联系您的系统管理员以获取更多信息。",
"add_new_email": "添加新电子邮件",
"add_new_email_address": "添加新的电子邮件地址",
"admin": "行政",
"admin": "管理",
"admin_panel_desc": "访问完整的管理接口",
"administration": "行政",
"administration": "管理",
"administration_desc": "管理工具和设置",
"advanced": "先进的",
"advanced": "高级设置",
"advanced_settings": "高级设置",
"advanced_settings_desc": "高级配置和开发工具",
"all_rights_reserved": "版权所有。",
@@ -482,18 +665,51 @@
"profile_info": "个人资料信息",
"profile_info_desc": "更新您的个人详细信息和个人资料图片",
"public_profile_desc": "让其他用户可以看到您的个人资料",
"regular_user": "常规用户",
"regular_user": "普通用户",
"security": "安全",
"settings_menu": "设置菜单",
"social_auth": "社会身份验证",
"social_auth_desc_1": "管理社交登录选项和密码设置",
"social_auth_setup": "社会身份验证设置",
"staff_status": "员工身份",
"staff_user": "员工用户",
"staff_status": "用户身份",
"staff_user": "管理员",
"quick_actions": "快速动作",
"region_updates": "区域更新",
"region_updates_desc": "更新访问了地区和城市",
"invalid_credentials": "无效的凭据"
"invalid_credentials": "无效的凭据",
"backup_restore": "备份",
"backup_restore_desc": "保存数据或从以前的备份文件还原。",
"complete_setup_to_enable": "完整的设置以启用MFA",
"copy_all": "复制全部",
"enter_6_digit_code": "输入6位数代码",
"enter_code_from_app": "从应用程序输入代码",
"error_occurred": "发生了错误",
"important": "重要的",
"manual_entry": "手动输入",
"mfa_already_enabled": "MFA已经启用",
"mfa_required": "需要MFA",
"scan_qr_code": "扫描QR码",
"scan_with_authenticator_app": "使用身份验证器应用程序扫描",
"secure_your_account": "保护您的帐户",
"setup_required": "需要设置",
"verify_setup": "验证设置",
"whats_included": "包括什么",
"backup_your_data": "备份您的数据",
"backup_your_data_desc": "下载您的帐户数据的完整备份,包括位置,集合,媒体和访问。",
"data_override_acknowledge": "我承认这将覆盖我所有现有数据",
"data_override_acknowledge_desc": "此操作是不可逆转的,将取代您帐户中的所有位置,收集和访问。",
"data_override_warning": "数据覆盖警告",
"data_override_warning_desc": "还原数据将完全替换帐户中的所有现有数据(备份中包含在备份中)。\n该动作不能撤消。",
"integrations_settings": "集成设置",
"media": "媒体",
"restore_data": "还原数据",
"restore_data_desc": "上传备份文件以还原数据。",
"select_backup_file": "选择备份文件",
"world_travel_visits": "世界旅行访问",
"activities": "活动",
"trails": "步道",
"use_imperial": "使用帝国单位",
"use_imperial_desc": "使用帝国单位(英尺,英寸,磅)代替度量单位"
},
"checklist": {
"checklist_delete_error": "删除清单时出错",
@@ -505,7 +721,17 @@
"item_cannot_be_empty": "项目内容不能为空",
"items": "项目",
"new_item": "新项目",
"new_checklist": "新建清单"
"new_checklist": "新建清单",
"add_new_item": "添加新项目",
"add_your_first_item": "添加您的第一个项目",
"checklist_viewer": "清单查看器",
"completed": "完全的",
"current_items": "当前项目",
"editing_checklist": "编辑清单",
"enter_checklist_title": "输入清单标题",
"no_items_yet": "还没有物品",
"update_checklist_details": "编辑清单",
"viewing_checklist": "查看清单"
},
"collection": {
"collection_created": "合集创建成功!",
@@ -539,7 +765,11 @@
"open": "打开",
"save": "保存",
"invalid_url": "无效网址",
"note_viewer": "笔记查看器"
"note_viewer": "笔记查看器",
"create_new_note": "创建新注释",
"enter_note_title": "输入注释标题",
"update_note_details": "编辑说明",
"viewing_note": "查看说明"
},
"transportation": {
"edit": "编辑",
@@ -563,12 +793,26 @@
"type": "类型",
"ending_airport_desc": "输入到达机场代码LAX",
"fetch_location_information": "获取位置信息",
"starting_airport_desc": "输入出发机场代码JFK"
"starting_airport_desc": "输入出发机场代码JFK",
"create_new_transportation": "新运输",
"enter_flight_number": "输入航班号",
"enter_from_location": "从位置输入",
"enter_link": "输入链接",
"enter_to_location": "输入位置",
"enter_transportation_name": "输入运输名称",
"select_type": "选择类型",
"update_transportation_details": "更新运输详细信息"
},
"search": {
"adventurelog_results": "AdventureLog 结果",
"online_results": "在线结果",
"public_adventures": "已公开的冒险"
"public_adventures": "已公开的冒险",
"cities": "城市",
"countries": "国家",
"found": "成立",
"result": "结果",
"results": "结果",
"try_searching_desc": "尝试搜索冒险,收藏,国家,地区,城市或用户。"
},
"map": {
"add_adventure": "添加新冒险",
@@ -579,13 +823,18 @@
"show_visited_regions": "显示访问过的地区",
"view_details": "查看详情",
"adventure_stats": "冒险统计",
"adventures_shown": "展示的冒险",
"completion": "完成",
"display_options": "显示选项",
"map_controls": "地图控件",
"marker_placed_on_map": "放置在地图上的标记",
"place_marker_desc": "单击地图以放置标记,或在没有位置的情况下添加冒险。",
"regions": "地区"
"regions": "地区",
"add_location": "添加新位置",
"add_location_at_marker": "在标记处添加新位置",
"location_map": "位置图",
"locations_shown": "显示的位置",
"place_marker_desc_location": "单击地图以放置标记。",
"show_activities": "展示活动",
"show_visited_cities": "参观城市"
},
"languages": {},
"share": {
@@ -598,7 +847,11 @@
"with": "和",
"go_to_settings": "前往设置",
"no_shared_found": "未找到与您共享的合集。",
"set_public": "为了允许用户与您共享,您需要将您的个人资料设置为公开。"
"set_public": "为了允许用户与您共享,您需要将您的个人资料设置为公开。",
"available": "可用的",
"pending": "待办的",
"revoke_invite": "撤销邀请",
"send_invite": "发送邀请"
},
"profile": {
"member_since": "会员自",
@@ -611,9 +864,9 @@
"no_shared_adventures": "该用户尚未分享任何公共冒险。",
"no_shared_collections": "该用户尚未共享任何公共收藏。",
"planned_trips": "计划的旅行",
"public_adventure_experiences": "公共冒险经验",
"travel_statistics": "旅行统计",
"your_journey_at_a_glance": "您一眼的冒险之旅"
"your_journey_at_a_glance": "您一眼的冒险之旅",
"public_location_experiences": "公共位置经验"
},
"categories": {
"category_name": "类别名称",
@@ -622,9 +875,9 @@
"manage_categories": "管理类别",
"no_categories_found": "未找到类别。",
"select_category": "选择类别",
"update_after_refresh": "刷新页面后,冒险卡将更新。",
"add_new_category": "添加新类别",
"name_required": "需要类别名称"
"name_required": "需要类别名称",
"location_update_after_refresh": "刷新页面后,将更新位置卡。"
},
"dashboard": {
"add_some": "为什么不开始计划你的下一次冒险呢?\n您可以通过单击下面的按钮添加新的冒险。",
@@ -665,14 +918,26 @@
"integration_already_exists": "Immich整合已经存在。\n您一次只能进行一个集成。",
"integration_not_found": "没有找到Immich整合。\n请创建一个新的集成。",
"network_error": "连接到Immich服务器时的网络错误。\n请检查您的连接然后重试。",
"validation_error": "在验证IMMICH集成时发生了错误。\n请检查您的服务器URL和API键。"
"validation_error": "在验证IMMICH集成时发生了错误。\n请检查您的服务器URL和API键。",
"by_album": "专辑",
"by_date": "按日期",
"error_no_object_id": "没有提供对象ID",
"fetch_error": "从Immich集成中获取数据的错误",
"image_search_placeholder": "使用Immich搜索",
"loading": "加载中",
"loading_albums": "加载专辑",
"no_images": "找不到图像",
"select_album": "选择专辑",
"select_album_first": "首先选择专辑",
"select_date": "选择日期",
"try_different_date": "尝试其他日期"
},
"recomendations": {
"recommendation": "推荐",
"recommendations": "建议",
"adventure_recommendations": "冒险建议",
"food": "食物",
"tourism": "旅游"
"tourism": "旅游",
"location_recommendations": "位置建议"
},
"lodging": {
"campground": "露营地",
@@ -689,23 +954,65 @@
"new_lodging": "新住宿",
"other": "其他",
"reservation_number": "预订号",
"resort": "度假村"
"resort": "度假村",
"create_new_lodging": "新住宿",
"enter_lodging_name": "输入住宿名称",
"enter_price": "输入价格",
"enter_reservation_number": "输入预订号",
"update_lodging_details": "更新住宿详细信息"
},
"google_maps": {
"google_maps_integration_desc": "连接您的Google Maps帐户以获取高质量的位置搜索结果和建议。"
"google_maps_integration_desc": "连接您的Google Maps帐户以获取高质量的位置搜索结果和建议。",
"google_maps_integration_desc_no_staff": "该集成必须首先由该服务器上的管理员启用。"
},
"calendar": {
"all_categories": "所有类别",
"all_day_event": "全天活动",
"calendar_overview": "日历概述",
"categories": "类别",
"day": "天",
"events_scheduled": "预定事件",
"filter_by_category": "按类别过滤",
"filtered_results": "过滤结果",
"month": "月",
"today": "今天",
"total_events": "总事件",
"week": "星期"
},
"locations": {
"location": "地点",
"locations": "位置",
"my_locations": "我的位置"
},
"settings_download_backup": "下载备份",
"invites": {
"accept": "接受",
"accept_failed": "未能接受邀请",
"accepted": "邀请接受",
"by": "经过",
"decline": "衰退",
"decline_failed": "未能拒绝邀请",
"declined": "邀请被拒绝",
"invited_on": "邀请",
"no_invites": "没有邀请",
"no_invites_desc": "确保您的个人资料是公开的,以便用户可以邀请您。",
"pending_invites": "等待邀请",
"title": "邀请"
},
"strava": {
"account_connected": "帐户连接",
"admin_setup_required": "服务器管理员必须在全球范围内启用它",
"authorization_error": "错误将重定向到Strava授权URL",
"connect_account": "连接帐户",
"disconnect": "断开",
"disconnect_error": "与Strava断开连接的错误",
"disconnected": "成功与Strava断开连接",
"not_configured": "Strava未配置",
"ready_to_connect": "准备连接",
"strava_integration_desc": "连接到Strava轻松将您的活动导入到位置和访问中",
"gpx_required": "请上传GPX文件以完成Strava导入",
"not_enabled": "在这种情况下未启用Strava集成。"
},
"wanderer": {
"connected": "成功与流浪者联系",
"connection_error": "与流浪者连接的错误",
"wanderer_integration_desc": "连接到流浪者轻松导入并在位置查看您的步道"
}
}