UX: add pending changes indicator

This commit is contained in:
Pieter Vander Vennet 2023-10-16 13:38:11 +02:00
parent 09e50464b8
commit d7d6c3142c
6 changed files with 56 additions and 16 deletions

View file

@ -316,6 +316,7 @@
},
"skip": "Skip this question",
"testing": "Testing - changes won't be saved",
"uploadError": "Error while uploading changes: {error}",
"uploadGpx": {
"choosePermission": "Choose below if your track should be shared:",
"confirm": "Confirm upload",
@ -343,6 +344,9 @@
"uploadFinished": "Your track has been uploaded!",
"uploading": "Uploading your trace…"
},
"uploadPending": "{count} changes pending",
"uploadPendingSingle": "One change pending",
"uploadingChanges": "Uploading changes…",
"useSearch": "Use the search above to see presets",
"useSearchForMore": "Use the search function to search within {total} more values…",
"waitingForGeopermission": "Waiting for your permission to use the geolocation…",