Feature/download queue clear queue (#490)

* Use "NavbarContext" in "DownloadsQueue"

* Add option to clear the whole download queue
This commit is contained in:
schroda
2023-12-10 00:09:00 +01:00
committed by GitHub
parent 7d574a29f6
commit c51897ed54
2 changed files with 92 additions and 77 deletions

View File

@@ -141,10 +141,12 @@
"queue": {
"error": {
"label": {
"failed_to_remove": "Could not remove download from queue."
"failed_to_remove": "Could not remove the download from the queue.",
"failed_delete_all": "Could not remove all downloads from the queue"
}
},
"label": {
"delete_all": "Delete all",
"no_downloads": "No downloads"
},
"title": "Download Queue"