forked from MapComplete/MapComplete
Feature: add emergency image backup. If uploading images fails, they are saved into local storage and uploaded later on. Part of #2111, but also #2342
This commit is contained in:
parent
7380841205
commit
9f3d198068
9 changed files with 313 additions and 8 deletions
|
@ -63,6 +63,16 @@
|
|||
"overwrite": "Overwrite in OpenStreetMap",
|
||||
"title": "Structured data loaded from the external website"
|
||||
},
|
||||
"failedImages": {
|
||||
"confirmDelete": "Permanently delete this image",
|
||||
"confirmDeleteTitle": "Delete this image?",
|
||||
"delete": "Delete this image",
|
||||
"intro": "The following images failed to upload",
|
||||
"menu": "Failed images ({count})",
|
||||
"noFailedImages": "There are currently no failed images",
|
||||
"retry": "Retry uploading this image",
|
||||
"retryAll": "Retry uploading all images"
|
||||
},
|
||||
"favourite": {
|
||||
"reload": "Reload the data"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue