Files
Homarr/public/locales/da/modules/dlspeed.json
2023-01-20 11:08:16 +09:00

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"
}
}
}
}