mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-16 04:22:31 +01:00
36 lines
971 B
JSON
36 lines
971 B
JSON
{
|
|
"descriptor": {
|
|
"name": "Download hastighed",
|
|
"description": "Viser download- og uploadhastigheden for understøttede integrationer."
|
|
},
|
|
"card": {
|
|
"table": {
|
|
"header": {
|
|
"name": "Navn",
|
|
"size": "Størrelse",
|
|
"download": "Down",
|
|
"upload": "Up",
|
|
"estimatedTimeOfArrival": "ETA",
|
|
"progress": "Fremskridt"
|
|
},
|
|
"body": {
|
|
"nothingFound": "Ingen torrents fundet"
|
|
}
|
|
},
|
|
"lineChart": {
|
|
"title": "Nuværende netværkstrafik",
|
|
"download": "Download: {{download}}",
|
|
"upload": "Upload: {{upload}}",
|
|
"timeSpan": "{{seconds}} sekunder siden",
|
|
"totalDownload": "Download: {{download}}/s",
|
|
"totalUpload": "Upload: {{upload}}/s"
|
|
},
|
|
"errors": {
|
|
"noDownloadClients": {
|
|
"title": "Ingen understøttede downloadklienter fundet!",
|
|
"text": "Tilføj en downloadtjeneste for at se dine aktuelle downloads"
|
|
}
|
|
}
|
|
}
|
|
}
|