added guide that explains to the user how to give always location permission

This commit is contained in:
Nico
2025-06-05 19:32:43 +02:00
parent 9431232e91
commit a599c6fbc1
9 changed files with 238 additions and 30 deletions

View File

@@ -686,5 +686,15 @@
"accuracy": "Accuracy",
"@accuracy": {
"description": "Accuracy of GPS position"
}
},
"leavePageTitle": "Leave page?",
"leavePageContent": "Do you really want to leave the page?",
"leaveWithoutSaving": "Leave without saving",
"leaveAndSaveTemplate": "Save as template and leave",
"trackingPermissionTitle": "Location Permission for Tracking",
"trackingPermissionContent": "Tracking requires permanent location permission. After opening settings:\n\n1. Tap on 'Permissions' and then on 'Location'\n2. Select 'Allow all the time'\n3. Return to the app\n\nThis allows recording your position in the background.",
"openSettings": "Open Settings",
"returnToApp": "Return to App",
"permissionNotGranted": "Permission not granted. Tracking not possible."
}