Support configuring automatic downloads by category (#562)
Signed-off-by: Chance Zibolski <chance.zibolski@gmail.com>
This commit is contained in:
@@ -25,6 +25,14 @@
|
||||
"title": {
|
||||
"categories": "Categories",
|
||||
"set_categories": "Set categories"
|
||||
},
|
||||
"settings": {
|
||||
"inclusion": {
|
||||
"label": {
|
||||
"exclude": "Exclude: {{excludedCategoriesText}}",
|
||||
"include": "Include: {{includedCategoriesText}}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"chapter": {
|
||||
@@ -157,6 +165,11 @@
|
||||
"ignore_with_unread_chapters": "Ignore automatic chapter downloads for entries with unread chapters",
|
||||
"new_chapters": "Download new chapters"
|
||||
},
|
||||
"categories": {
|
||||
"label": {
|
||||
"include_in_download": "Entries in excluded categories will not be downloaded even if they are also in included categories"
|
||||
}
|
||||
},
|
||||
"title": "Auto-download"
|
||||
},
|
||||
"delete_chapters": {
|
||||
@@ -482,8 +495,6 @@
|
||||
},
|
||||
"categories": {
|
||||
"label": {
|
||||
"exclude": "Exclude: {{excludedCategoriesText}}",
|
||||
"include": "Include: {{includedCategoriesText}}",
|
||||
"info": "Entries in excluded categories will not be updated even if they are also in included categories"
|
||||
}
|
||||
},
|
||||
@@ -914,4 +925,4 @@
|
||||
},
|
||||
"title": "Updates"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user