Files
homarr/public/locales/no/modules/dlspeed.json
2024-02-04 09:10:54 +01:00

36 lines
1023 B
JSON

{
"descriptor": {
"name": "Nedlastings- hastighet",
"description": "Viser nedlastingshastighet og opplastingshastighet av støttede integrasjoner."
},
"card": {
"table": {
"header": {
"name": "Navn",
"size": "Størrelse",
"download": "Ned",
"upload": "Opp",
"estimatedTimeOfArrival": "Gjenstående tid (estimat)",
"progress": "Fremgang"
},
"body": {
"nothingFound": "Ingen torrenter funnet"
}
},
"lineChart": {
"title": "Gjeldende nedlastingshastighet",
"download": "Nedlasting: {{download}}",
"upload": "Opplasting: {{upload}}",
"timeSpan": "{{seconds}} sekunder siden",
"totalDownload": "Nedlasting: {{download}}/s",
"totalUpload": "Opplasting: {{upload}}/s"
},
"errors": {
"noDownloadClients": {
"title": "Ingen støttede nedlastingsklienter funnet!",
"text": "Legg til en nedlastingstjeneste for å se pågående nedlastinger"
}
}
}
}