Feature/add manga to library category select dialog (#519)
* Move "SearchSettings" into "LibrarySettings" * Change property "setOpen" to "onClose" for "CategorySelect" * Optionally show category selection when adding manga to library * Update "ignore filters" translation * Move "ignore_filters" setting to "metadataServerSettings"
This commit is contained in:
@@ -314,6 +314,7 @@
|
||||
"discord": "Discord",
|
||||
"display": "Display",
|
||||
"filter": "Filter",
|
||||
"general": "General",
|
||||
"github": "GitHub",
|
||||
"links": "Links",
|
||||
"loading": "Loading…",
|
||||
@@ -402,6 +403,24 @@
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"general": {
|
||||
"add_to_library": {
|
||||
"category_selection": {
|
||||
"label": {
|
||||
"description": "Show the category selection dialog when adding a manga to the library",
|
||||
"title": "Category selection dialog"
|
||||
}
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"ignore_filters": {
|
||||
"label": {
|
||||
"description": "Search results will include manga that do not match the current filters",
|
||||
"title": "Ignore filters when searching"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"global_update": {
|
||||
"auto_update": {
|
||||
"interval": {
|
||||
@@ -447,6 +466,18 @@
|
||||
},
|
||||
"manga": {
|
||||
"action": {
|
||||
"category": {
|
||||
"button": {
|
||||
"selected": "Change categories of selected"
|
||||
},
|
||||
"label": {
|
||||
"action": "Change categories",
|
||||
"error_one": "Could not change the categories of the manga",
|
||||
"error_other": "Could not change the categories of the manga",
|
||||
"success_one": "Changed categories of manga",
|
||||
"success_other": "Changed categories of {{count}} manga"
|
||||
}
|
||||
},
|
||||
"library": {
|
||||
"remove": {
|
||||
"button": {
|
||||
@@ -460,18 +491,6 @@
|
||||
"success_other": "Removed {{count}} manga from the library"
|
||||
}
|
||||
}
|
||||
},
|
||||
"category": {
|
||||
"button": {
|
||||
"selected": "Change categories of selected"
|
||||
},
|
||||
"label": {
|
||||
"action": "Change categories",
|
||||
"error_one": "Could not change the categories of the manga",
|
||||
"error_other": "Could not change the categories of the manga",
|
||||
"success_one": "Changed categories of manga",
|
||||
"success_other": "Changed categories of {{count}} manga"
|
||||
}
|
||||
}
|
||||
},
|
||||
"button": {
|
||||
@@ -558,9 +577,6 @@
|
||||
"source_search_failed": "Could not search source"
|
||||
}
|
||||
},
|
||||
"label": {
|
||||
"ignore_filters": "Ignore filters when searching"
|
||||
},
|
||||
"title": {
|
||||
"global_search": "Global Search",
|
||||
"search": "Search"
|
||||
|
||||
Reference in New Issue
Block a user