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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user