36 lines
1023 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|