Activities, Trails, Wanderer + Strava Integration, UI Refresh, Devops Improvments, and more (#785)
* Implement code changes to enhance functionality and improve performance * Update nl.json Fix Dutch translations. * feat(security): add Trivy security scans for Docker images and source code * feat(security): restructure Trivy scans for improved clarity and organization * fix(dependencies): update Django version to 5.2.2 * style(workflows): standardize quotes and fix typo in frontend-test.yml * feat(workflows): add job names for clarity in backend and frontend test workflows * refactor(workflows): remove path filters from pull_request and push triggers in backend and frontend workflows * feat(workflows): add paths to push and pull_request triggers for backend and frontend workflows * refactor(workflows): simplify trigger paths for backend and frontend workflows fix(dependencies): add overrides for esbuild in frontend package.json * fix(package): add missing pnpm overrides for esbuild in package.json * fix(workflows): add missing severity parameter for Trivy filesystem scan * fix(workflows): add missing severity parameter for Docker image scans in Trivy workflow * fix(workflows): remove MEDIUM severity from Trivy scans in security workflow * added-fix-image-deletion (#681) * added-fix-image-deletion * feat(commands): add image cleanup command to find and delete unused files * fix(models): ensure associated AdventureImages are deleted and files cleaned up on Adventure deletion * fix(models): ensure associated Attachment files are deleted and their filesystem cleaned up on Adventure deletion --------- Co-authored-by: ferdousahmed <taninme@gmail.com> Co-authored-by: Sean Morley * Rename Adventures to Locations (#696) * Refactor user_id to user in adventures and related models, views, and components - Updated all instances of user_id to user in the adventures app, including models, serializers, views, and frontend components. - Adjusted queries and filters to reflect the new user field naming convention. - Ensured consistency across the codebase for user identification in adventures, collections, notes, and transportation entities. - Modified frontend components to align with the updated data structure, ensuring proper access control and rendering based on user ownership. * Refactor adventure-related views and components to use "Location" terminology - Updated GlobalSearchView to replace AdventureSerializer with LocationSerializer. - Modified IcsCalendarGeneratorViewSet to use LocationSerializer instead of AdventureSerializer. - Created new LocationImageViewSet for managing location images, including primary image toggling and image deletion. - Introduced LocationViewSet for managing locations with enhanced filtering, sorting, and sharing capabilities. - Updated ReverseGeocodeViewSet to utilize LocationSerializer. - Added ActivityTypesView to retrieve distinct activity types from locations. - Refactored user views to replace AdventureSerializer with LocationSerializer. - Updated frontend components to reflect changes from "adventure" to "location", including AdventureCard, AdventureLink, AdventureModal, and others. - Adjusted API endpoints in frontend routes to align with new location-based structure. - Ensured all references to adventures are replaced with locations across the codebase. * refactor: rename adventures to locations across the application - Updated localization files to replace adventure-related terms with location-related terms. - Refactored TypeScript types and variables from Adventure to Location in various routes and components. - Adjusted UI elements and labels to reflect the change from adventures to locations. - Ensured all references to adventures in the codebase are consistent with the new location terminology. * Refactor code structure for improved readability and maintainability * feat: Implement location details page with server-side loading and deletion functionality - Added +page.server.ts to handle server-side loading of additional location info. - Created +page.svelte for displaying location details, including images, visits, and maps. - Integrated GPX file handling and rendering on the map. - Updated map route to link to locations instead of adventures. - Refactored profile and search routes to use LocationCard instead of AdventureCard. * docs: Update terminology from "Adventure" to "Location" and enhance project overview * docs: Clarify collection examples in usage documentation * feat: Enable credentials for GPX file fetch and add CORS_ALLOW_CREDENTIALS setting * Refactor adventure references to locations across the backend and frontend - Updated CategoryViewSet to reflect location context instead of adventures. - Modified ChecklistViewSet to include locations in retrieval logic. - Changed GlobalSearchView to search for locations instead of adventures. - Adjusted IcsCalendarGeneratorViewSet to handle locations instead of adventures. - Refactored LocationImageViewSet to remove unused import. - Updated LocationViewSet to clarify public access for locations. - Changed LodgingViewSet to reference locations instead of adventures. - Modified NoteViewSet to prevent listing all locations. - Updated RecommendationsViewSet to handle locations in parsing and response. - Adjusted ReverseGeocodeViewSet to search through user locations. - Updated StatsViewSet to count locations instead of adventures. - Changed TagsView to reflect activity types for locations. - Updated TransportationViewSet to reference locations instead of adventures. - Added new translations for search results related to locations in multiple languages. - Updated dashboard and profile pages to reflect location counts instead of adventure counts. - Adjusted search routes to handle locations instead of adventures. * Update banner image * style: Update stats component background and border for improved visibility * refactor: Rename AdventureCard and AdventureModal to LocationCard and LocationModal for consistency * Import and Export Functionality (#698) * feat(backup): add BackupViewSet for data export and import functionality * Fixed frontend returning corrupt binary data * feat(import): enhance import functionality with confirmation check and improved city/region/country handling * Potential fix for code scanning alert no. 29: Information exposure through an exception Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Refactor response handling to use arrayBuffer instead of bytes * Refactor image cleanup command to use LocationImage model and update import/export view to include backup and restore functionality * Update backup export versioning and improve data restore warning message * Enhance image navigation and localization support in modal components * Refactor location handling in Immich integration components for consistency * Enhance backup and restore functionality with improved localization and error handling * Improve accessibility by adding 'for' attribute to backup file input label --------- Co-authored-by: Christian Zäske <blitzdose@gmail.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * refactor(serializers): rename Location to Adventure and update related fields * refactor(serializers): rename Adventure to Location and update related fields * chore(requirements): update pillow version to 11.3.0 * Add PT-BR translations (#739) * Fixed frontend returning corrupt binary data * fix(adventure): enhance collection ownership validation in AdventureSerializer (#723) * Add PT-BR translations Add translation for Brazilian Portuguese to the project; Signed-off-by: Lucas Zampieri <lzampier@redhat.com> --------- Signed-off-by: Lucas Zampieri <lzampier@redhat.com> Co-authored-by: Sean Morley <98704938+seanmorley15@users.noreply.github.com> Co-authored-by: Christian Zäske <blitzdose@gmail.com> * fix: update date formatting for adventure items to include timezone * Image/attachment overhaul, activities, trails and integrations with Strava and Wanderer (#726) * refactor(models, views, serializers): rename LocationImage and Attachment to ContentImage and ContentAttachment, update related references * feat: Enhance collection sharing and location management features - Implemented unsharing functionality in CollectionViewSet, including removal of user-owned locations from collections. - Refactored ContentImageViewSet to support multiple content types and improved permission checks for image uploads. - Added user ownership checks in LocationViewSet for delete operations. - Enhanced collection management in the frontend to display both owned and shared collections separately. - Updated Immich integration to handle access control based on location visibility and user permissions. - Improved UI components to show creator information and manage collection links more effectively. - Added loading states and error handling in collection fetching logic. * feat: enhance transportation card and modal with image handling - Added CardCarousel component to TransportationCard for image display. - Implemented privacy indicator with Eye and EyeOff icons. - Introduced image upload functionality in TransportationModal, allowing users to upload multiple images. - Added image management features: remove image and set primary image. - Updated Transportation and Location types to include images as ContentImage array. - Enhanced UI for image upload and display in modal, including selected images preview and current images management. * feat: update CardCarousel component to handle images, name, and icon props across various cards * feat: add Discord link to AboutModal and update appVersion in config * feat: add LocationQuickStart and LocationVisits components for enhanced location selection and visit management - Implemented LocationQuickStart.svelte for searching and selecting locations on a map with reverse geocoding. - Created LocationVisits.svelte to manage visit dates and notes for locations, including timezone handling and validation. - Updated types to remove location property from Attachment type. - Modified locations page to integrate NewLocationModal for creating and editing locations, syncing updates with adventures. * feat: update button styles and add back and close functionality in location components * Collection invite system * feat: update CollectionSerializer to include 'shared_with' as a read-only field; update app version; add new background images and localization strings for invites * feat: add Strava integration with OAuth flow and activity management - Implemented IntegrationView for listing integrations including Immich, Google Maps, and Strava. - Created StravaIntegrationView for handling OAuth authorization and token exchange. - Added functionality to refresh Strava access tokens when needed. - Implemented endpoints to fetch user activities from Strava and extract essential information. - Added Strava logo asset and integrated it into the frontend settings page. - Updated settings page to display Strava integration status. - Enhanced location management to include trails with create, edit, and delete functionalities. - Updated types and localization files to support new features. * feat: enhance Strava integration with user-specific settings and management options; update localization strings * feat: update Strava integration settings and add Wanderer logo; enhance user experience with active section management * Add StravaActivity and Activity types to types.ts - Introduced StravaActivity type to represent detailed activity data from Strava. - Added Activity type to encapsulate user activities, including optional trail and GPX file information. - Updated Location type to include an array of activities associated with each visit. * feat: streamline location and activity management; enhance Strava import functionality and add activity handling in server actions * feat: add ActivityCard component and update LocationVisits to use it; modify Activity type to reference trail as string * feat: add geojson support to ActivitySerializer and ActivityCard; enhance location page with activity summaries and GPS tracks * feat: add trails property to recommendation object in collection page * feat: add Wanderer integration with authentication and management features * feat: implement Wanderer integration with trail management and UI components; enhance settings for reauthentication * feat: add measurement system field to CustomUser model and update related serializers, migrations, and UI components * feat: add measurement system support across ActivityCard, StravaActivityCard, NewLocationModal, LocationVisits, and related utility functions * feat: enhance Wanderer integration with trail data fetching and UI updates; add measurement system support * feat: add TrailCard component for displaying trail details with measurement system support * feat: add wanderer link support in TrailSerializer and TrailCard; update measurement system handling in location page * feat: integrate memcached for caching in Wanderer services; update Docker, settings, and supervisord configurations * feat: add activity statistics to user profile; include distance, moving time, elevation, and total activities * feat: enhance import/export functionality to include trails and activities; update UI components and localization * feat: integrate NewLocationModal across various components; update location handling and state management * Refactor Location and Visit types: Replace visits structure in Location with Visit type and add location, created_at, and updated_at fields to Visit * feat: enhance permissions and validation in activity, trail, and visit views; add unique constraint to CollectionInvite model * feat: sync visits when updating adventures in collection page * feat: add geojson support for attachments and refactor GPX handling in location page * chore: remove unused dependencies from pnpm-lock.yaml * feat: add Strava and Wanderer integration documentation and configuration options * Add support for Japanese and Arabic languages in localization * Add new localization strings for Russian, Swedish, and Chinese languages - Updated translations in ru.json, sv.json, and zh.json to include new phrases related to collections, activities, and integrations. - Added strings for leaving collections, loading collections, and quick start instructions. - Included new sections for invites and Strava integration with relevant messages. - Enhanced Google Maps integration descriptions for clarity. * Add localization support for activity-related features and update UI labels - Added new Russian, Swedish, and Chinese translations for activity statistics, achievements, and related terms. - Updated UI components to use localized strings for activity statistics, distance, moving time, and other relevant fields. - Enhanced user experience by ensuring all relevant buttons and labels are translated and accessible. * fix: update appVersion to reflect the latest development version * feat: add getActivityColor function and integrate activity color coding in map and location pages * feat: add support for showing activities and visited cities on the map * feat: update map page to display counts for visited cities and activities * fix: remove debug print statement from IsOwnerOrSharedWithFullAccess permission class * feat: add MapStyleSelector component and integrate basemap selection in map page * feat: enhance basemap functions with 3D terrain support and update XYZ style handling * feat: add management command to recalculate elevation data from GPX files and update activity view to handle elevation data extraction * feat: update MapStyleSelector component and enhance basemap options for improved user experience * feat: refactor activity model and admin to use sport_type, update serializers and components for improved activity handling * feat: update Activity model string representation to use sport_type instead of type * feat: update activity handling to use sport_type for color determination in map and location components * feat: Add attachments support to Transportation and Lodging types - Updated Transportation and Lodging types to include attachments array. - Enhanced localization files for multiple languages to include new strings related to attachments, lodging, and transportation. - Added error and success messages for attachment removal and upload information. - Included new prompts for creating and updating lodging and transportation details across various languages. * feat: Enhance activity statistics and breakdown by category in user profile * feat: Add SPORT_CATEGORIES for better organization of sports types and update StatsViewSet to use it * feat: Enhance CategoryDropdown for mobile responsiveness and add category creation functionality * feat: Update inspirational quote in adventure log * feat: Localize navigation labels in Navbar and add translation to en.json * feat: Update navigation elements to use anchor tags for better accessibility and add new fields to signup form * Translate login button text to support internationalization * feat: Refactor location visit status logic and add utility function for visited locations count * chore: Upgrade GitHub Actions and remove unused timezone import * fix: Update Docker image tags in GitHub Actions workflow for consistency * fix: Update Docker image build process to use BuildKit cache for improved performance * chore: Remove unused imports from stats_view.py for cleaner code * Increase background image opacity on login and signup pages for improved visibility * fix: Add postgresql-client to runtime dependencies in Dockerfile * fix: Update workflow files to include permissions for GitHub Actions * fix: Update esbuild version to ^0.25.9 in package.json and pnpm-lock.yaml for compatibility * chore: improve Chinese translation (#796) * fix: update adventure log quote and remove unused activity type field * fix: optimize import process by using get_or_create for visited cities and regions * fix: update README to reflect changes from adventures to locations and enhance feature descriptions * fix: update documentation to reflect changes from adventures to locations and enhance feature descriptions * Update google_maps_integration.md (#743) * Update google_maps_integration.md Explain APIs needed for AdventureLogs versions. Fixes #731 and #727 * Fix a typo google_maps_integration.md --------- Co-authored-by: Sean Morley <98704938+seanmorley15@users.noreply.github.com> * fix: update appVersion to reflect the main branch version * fix: update image source for satellite map in documentation * Update frontend/src/lib/components/NewLocationModal.svelte Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Add localization updates for multiple languages - Japanese (ja.json): Added new activity-related phrases and checklist terms. - Korean (ko.json): Included activity breakdown and checklist enhancements. - Dutch (nl.json): Updated activity descriptions and added checklist functionalities. - Norwegian (no.json): Enhanced activity and checklist terminology. - Polish (pl.json): Added new phrases for activities and checklist management. - Brazilian Portuguese (pt-br.json): Updated activity-related terms and checklist features. - Russian (ru.json): Included new phrases for activities and checklist management. - Swedish (sv.json): Enhanced activity descriptions and checklist functionalities. - Chinese (zh.json): Added new activity-related phrases and checklist terms. * fix: enhance image upload handling to support immich_id * Add "not_enabled" message for Strava integration in multiple languages - Updated Spanish, French, Italian, Japanese, Korean, Dutch, Norwegian, Polish, Brazilian Portuguese, Russian, Swedish, and Chinese locale files to include a new message indicating that Strava integration is not enabled in the current instance. --------- Signed-off-by: Lucas Zampieri <lzampier@redhat.com> Co-authored-by: Ycer0n <37674033+Ycer0n@users.noreply.github.com> Co-authored-by: taninme <5262715+taninme@users.noreply.github.com> Co-authored-by: ferdousahmed <taninme@gmail.com> Co-authored-by: Christian Zäske <blitzdose@gmail.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: Lucas Zampieri <lcasmz54@gmail.com> Co-authored-by: pplulee <pplulee@live.cn> Co-authored-by: Cathelijne Hornstra <github@hornstra.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -9,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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user