Add chapters download menu

This commit is contained in:
schroda
2024-04-20 01:40:41 +02:00
parent 6b066fe8ca
commit 52e077ff19
11 changed files with 434 additions and 29 deletions

View File

@@ -70,10 +70,17 @@
},
"label": {
"action": "Download",
"ahead": "$t(download.settings.download_ahead.title) ({{count}})",
"all": "$t(extension.language.all)",
"error_one": "Could not add the download",
"error_other": "Could not add downloads",
"next": "$t(reader.button.next_chapter)",
"next_five": "Next 5 chapters",
"next_ten": "Next 10 chapters",
"next_twentyfive": "Next 25 chapters",
"success_one": "Download added",
"success_other": "{{count}} downloads added"
"success_other": "{{count}} downloads added",
"unread": "$t(global.filter.label.unread)"
}
},
"delete": {