Implement AC Nautik PDF Export, E2E Encrypted Photos, and Background GPS Route Tracking

This commit is contained in:
2026-05-28 12:19:33 +02:00
parent acaa575b08
commit 9a2052f623
14 changed files with 1539 additions and 49 deletions
+18
View File
@@ -88,6 +88,24 @@
"event_distance": "Distanz (sm)",
"export_csv": "CSV herunterladen",
"share_csv": "CSV teilen",
"export_pdf": "PDF herunterladen",
"exporting_pdf": "PDF wird generiert...",
"photos_title": "Foto-Anhänge (E2E-verschlüsselt)",
"photo_caption_label": "Foto-Beschreibung / Label (Optional)",
"photo_caption_placeholder": "z.B. Segel setzen nahe Hafeneinfahrt",
"photo_btn": "Foto aufnehmen / Hochladen",
"photo_processing": "Wird verarbeitet...",
"no_photos": "Noch keine Fotos an diesen Reisetag angehängt.",
"photo_delete_confirm": "Sind Sie sicher, dass Sie dieses Foto unwiderruflich löschen möchten?",
"gps_tracking_title": "GPS-Routenaufzeichnung (E2E-verschlüsselt)",
"gps_tracking_status_active": "Aufzeichnung läuft",
"gps_tracking_status_inactive": "Aufzeichnung inaktiv",
"gps_tracking_btn_start": "Aufzeichnung starten",
"gps_tracking_btn_stop": "Aufzeichnung stoppen",
"gps_tracking_btn_gpx": "GPX herunterladen",
"gps_tracking_stat_duration": "Dauer",
"gps_tracking_stat_distance": "Distanz",
"gps_tracking_stat_waypoints": "Wegpunkte",
"exporting": "Exportiere...",
"share_unsupported": "Teilen wird auf diesem Gerät nicht unterstützt. Datei wurde stattdessen heruntergeladen."
},
+18
View File
@@ -88,6 +88,24 @@
"event_distance": "Distance (nm)",
"export_csv": "Download CSV",
"share_csv": "Share CSV",
"export_pdf": "Download PDF",
"exporting_pdf": "Generating PDF...",
"photos_title": "Photo Attachments (E2E Encrypted)",
"photo_caption_label": "Photo Caption / Label (Optional)",
"photo_caption_placeholder": "e.g. Setting sails near harbor entrance",
"photo_btn": "Take Photo / Upload",
"photo_processing": "Processing...",
"no_photos": "No photos attached to this journal entry yet.",
"photo_delete_confirm": "Are you sure you want to permanently delete this photo?",
"gps_tracking_title": "GPS Route Tracking (E2E Encrypted)",
"gps_tracking_status_active": "Tracking Active",
"gps_tracking_status_inactive": "Tracking Inactive",
"gps_tracking_btn_start": "Start Tracking",
"gps_tracking_btn_stop": "Stop Tracking",
"gps_tracking_btn_gpx": "Download GPX",
"gps_tracking_stat_duration": "Duration",
"gps_tracking_stat_distance": "Distance",
"gps_tracking_stat_waypoints": "Waypoints",
"exporting": "Exporting...",
"share_unsupported": "Web sharing is not supported on this device. File downloaded instead."
},