Files
homarr/public/locales/en/modules/torrents-status.json
2022-12-31 17:48:46 +01:00

51 lines
1.4 KiB
JSON

{
"descriptor": {
"name": "BitTorrent",
"description": "Displays a list of the torrent which are currently downloading",
"settings": {
"title": "Settings for BitTorrent integration",
"displayCompletedTorrents": {
"label": "Display completed torrents"
},
"displayStaleTorrents": {
"label": "Display stale torrents"
}
}
},
"card": {
"table": {
"header": {
"name": "Name",
"size": "Size",
"download": "Down",
"upload": "Up",
"estimatedTimeOfArrival": "ETA",
"progress": "Progress"
},
"body": {
"nothingFound": "No torrents found"
}
},
"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 download clients found!",
"text": "Add a download service to view your current downloads"
},
"generic": {
"title": "An unexpected error occured",
"text": "Homarr was unable to communicate with your download clients. Please check your configuration"
}
},
"loading": {
"title": "Loading..."
}
}
}