mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-22 15:32:25 +01:00
36 lines
926 B
JSON
36 lines
926 B
JSON
{
|
|
"descriptor": {
|
|
"name": "Download Speed",
|
|
"description": "Displays the Download and Upload speed of supported integrations."
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|