Add torrent refreshinterval translation

This commit is contained in:
ajnart
2023-01-06 11:17:29 +09:00
parent 2d320ff6e9
commit b2ceb5345a

View File

@@ -4,6 +4,9 @@
"description": "Displays a list of the torrent which are currently downloading", "description": "Displays a list of the torrent which are currently downloading",
"settings": { "settings": {
"title": "Settings for BitTorrent integration", "title": "Settings for BitTorrent integration",
"refreshInterval": {
"label": "Refresh interval (in seconds)"
},
"displayCompletedTorrents": { "displayCompletedTorrents": {
"label": "Display completed torrents" "label": "Display completed torrents"
}, },