Files
homarr/public/locales/en/modules/torrents-status.json
2023-05-03 12:50:11 +02:00

81 lines
2.4 KiB
JSON

{
"descriptor": {
"name": "Torrent",
"description": "Displays a list of torrents from supported Torrent clients.",
"settings": {
"title": "Settings for Torrent widget",
"refreshInterval": {
"label": "Refresh interval (in seconds)"
},
"displayCompletedTorrents": {
"label": "Display completed torrents"
},
"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"
}
}
},
"card": {
"footer": {
"error": "Error",
"lastUpdated": "Last updated {{time}} ago"
},
"table": {
"header": {
"name": "Name",
"size": "Size",
"download": "Down",
"upload": "Up",
"estimatedTimeOfArrival": "ETA",
"progress": "Progress"
},
"item": {
"text": "Managed by {{appName}}, {{ratio}} ratio"
},
"body": {
"nothingFound": "No torrents found",
"filterHidingItems": "{{count}} entries are hidden by your filters"
}
},
"lineChart": {
"title": "Current download speed",
"download": "Download: {{download}}",
"upload": "Upload: {{upload}}",
"timeSpan": "{{seconds}} seconds ago",
"totalDownload": "Download: {{download}}/s",
"totalUpload": "Upload: {{upload}}/s"
},
"errors": {
"noDownloadClients": {
"title": "No supported Torrent clients found!",
"text": "Add a supported Torrent client to view your current downloads"
},
"generic": {
"title": "An unexpected error occurred",
"text": "Homarr was unable to communicate with your Torrent clients. Please check your configuration"
}
},
"loading": {
"title": "Loading..."
},
"popover": {
"introductionPrefix": "Managed by",
"metrics": {
"queuePosition": "Queue position - {{position}}",
"progress": "Progress - {{progress}}%",
"totalSelectedSize": "Total - {{totalSize}}",
"state": "State - {{state}}",
"ratio": "Ratio -",
"completed": "Completed"
}
}
}
}