✨ Add label filter for torrent widget (#865)
This commit is contained in:
@@ -12,6 +12,13 @@
|
||||
},
|
||||
"displayStaleTorrents": {
|
||||
"label": "Display stale torrents"
|
||||
},
|
||||
"labelFilterIsWhitelist": {
|
||||
"label": "Label list is a whitelist (instead of blacklist)"
|
||||
},
|
||||
"labelFilter": {
|
||||
"label": "Label list",
|
||||
"description": "When 'is whitelist' checked, this will act as a whitelist. If not checked, this is a blacklist. Will not do anything when empty"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -33,7 +40,8 @@
|
||||
"text": "Managed by {{appName}}, {{ratio}} ratio"
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": "No torrents found"
|
||||
"nothingFound": "No torrents found",
|
||||
"filterHidingItems": "{{count}} entries are hidden by your filters"
|
||||
}
|
||||
},
|
||||
"lineChart": {
|
||||
|
||||
Reference in New Issue
Block a user