🧭 NomadPath

{{ saveStatus }}

{{ t('dash_title') }}

{{ t('dash_subtitle') }}

{{ trip.name || t('untitled_trip') }}

{{ (trip.days || []).length }} {{ t('days_label') }} · {{ (trip.waypoints || []).length }} {{ t('waypoints_label') }}

{{ t('updated_label') }} {{ formatDate(trip.dateUpdated) }}

{{ t('no_trips') }}

💾 {{ t('backup_title') }}

{{ t('backup_desc') }}

{{ importMessage }}

🔍
{{ t('map_search_loading') }}
{{ t('select_day_warning') }}

{{ waypointModal.editingId ? t('modal_edit_waypoint') : t('modal_new_waypoint') }}

{{ t('smart_template_note') }}

{{ t('gpx_import_title') }}

{{ gpxImport.fileName }}

{{ t('gpx_import_helper') }}

{{ gpxImport.points.length }} {{ t('gpx_import_summary_points') }} · {{ gpxImportDayCount() }} {{ t('gpx_import_summary_days') }}

{{ editingWaypoint.name }}

{{ travelogueIndex + 1 }}/{{ orderedWaypoints.length }}

{{ t('travelogue_helper') }}

{{ t('hud_title') }}

{{ t('current_waypoint') }}
{{ currentHudWaypoint.name }}
{{ formatCoord(currentHudWaypoint.lat, currentHudWaypoint.lng) }}
{{ typeLabel(currentHudWaypoint.type) }} · WGS84 · {{ coordFormatLabel() }}
{{ t('final_waypoint') }}
{{ t('critical_notes') }}
{{ currentHudNotes || t('no_field_notes') }}
{{ t('waypoint_counter') }} {{ hudIndex + 1 }} / {{ orderedWaypoints.length }}
{{ t('no_waypoints_hud') }}