Files
homarr/public/locales/no/modules/torrents-status.json
2023-09-01 21:55:45 +02:00

82 lines
2.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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"
}
}
}
}