82 lines
2.2 KiB
JSON
82 lines
2.2 KiB
JSON
{
|
||
"descriptor": {
|
||
"name": "Torrent",
|
||
"description": "Viser en liste over torrenter fra støttede Torrent-klienter.",
|
||
"settings": {
|
||
"title": "Innstillinger for Torrent widget",
|
||
"refreshInterval": {
|
||
"label": "Oppdaterings intervall (i sekunder)"
|
||
},
|
||
"displayCompletedTorrents": {
|
||
"label": "Vis fullførte torrenter"
|
||
},
|
||
"displayStaleTorrents": {
|
||
"label": "Vis gamle torrenter"
|
||
},
|
||
"labelFilterIsWhitelist": {
|
||
"label": ""
|
||
},
|
||
"labelFilter": {
|
||
"label": "",
|
||
"description": ""
|
||
}
|
||
}
|
||
},
|
||
"card": {
|
||
"footer": {
|
||
"error": "Feil",
|
||
"lastUpdated": "Sist oppdatert for {{time}} siden"
|
||
},
|
||
"table": {
|
||
"header": {
|
||
"name": "Navn",
|
||
"size": "Størrelse",
|
||
"download": "Ned",
|
||
"upload": "Opp",
|
||
"estimatedTimeOfArrival": "Gjenstående tid (estimat)",
|
||
"progress": "Fremgang"
|
||
},
|
||
"item": {
|
||
"text": "Styrt med {{appName}}, {{ratio}} forhold"
|
||
},
|
||
"body": {
|
||
"nothingFound": "Ingen torrenter funnet",
|
||
"filterHidingItems": ""
|
||
}
|
||
},
|
||
"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 Torrent-klienter funnet!",
|
||
"text": "Legg til en støttet Torrent-klient for å se de nåværende nedlastingene"
|
||
},
|
||
"generic": {
|
||
"title": "En uventet feil har oppstått",
|
||
"text": ""
|
||
}
|
||
},
|
||
"loading": {
|
||
"title": "",
|
||
"description": ""
|
||
},
|
||
"popover": {
|
||
"introductionPrefix": "Administrert av",
|
||
"metrics": {
|
||
"queuePosition": "Kø posisjon - {{position}}",
|
||
"progress": "Fremgang - {{progress}}%",
|
||
"totalSelectedSize": "Totalt - {{totalSize}}",
|
||
"state": "Status – {{state}}",
|
||
"ratio": "Forhold -",
|
||
"completed": "Fullført"
|
||
}
|
||
}
|
||
}
|
||
}
|