forked from MapComplete/MapComplete
Feature: image upload now uses the indexedDB-backed queue (formerly known as EmergencyBackup), rework (and simplify) counter logic (fix #2186; fix #1942; helps #2022)
This commit is contained in:
parent
55c015ad84
commit
3d3a72a70a
19 changed files with 402 additions and 503 deletions
|
@ -63,16 +63,6 @@
|
|||
"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"
|
||||
},
|
||||
|
@ -612,6 +602,15 @@
|
|||
},
|
||||
"uploadFailed": "Could not upload your picture. Are you connected to the Internet, and allow third party API's? The Brave browser or the uMatrix plugin might block them."
|
||||
},
|
||||
"imageQueue": {
|
||||
"confirmDelete": "Permanently delete this image",
|
||||
"confirmDeleteTitle": "Delete this image?",
|
||||
"delete": "Delete this image",
|
||||
"intro": "The following images are queued for upload",
|
||||
"menu": "Image upload queue ({count})",
|
||||
"noFailedImages": "There are currently no images in the upload queue",
|
||||
"retryAll": "Retry uploading all images"
|
||||
},
|
||||
"importInspector": {
|
||||
"title": "Inspect and manage import notes"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue