36 lines
966 B
JSON
36 lines
966 B
JSON
{
|
|
"descriptor": {
|
|
"name": "Downloadsnelheid",
|
|
"description": "Toont de download- en uploadsnelheid van ondersteunde integraties."
|
|
},
|
|
"card": {
|
|
"table": {
|
|
"header": {
|
|
"name": "Naam",
|
|
"size": "Grootte",
|
|
"download": "Down",
|
|
"upload": "Up",
|
|
"estimatedTimeOfArrival": "ETA",
|
|
"progress": "Voortgang"
|
|
},
|
|
"body": {
|
|
"nothingFound": "Geen torrents gevonden"
|
|
}
|
|
},
|
|
"lineChart": {
|
|
"title": "Huidige downloadsnelheid",
|
|
"download": "Download: {{download}}",
|
|
"upload": "Upload: {{upload}}",
|
|
"timeSpan": "{{seconds}} seconden geleden",
|
|
"totalDownload": "Download: {{download}}/s",
|
|
"totalUpload": "Upload: {{upload}}/s"
|
|
},
|
|
"errors": {
|
|
"noDownloadClients": {
|
|
"title": "Geen ondersteunde download clients gevonden!",
|
|
"text": "Voeg een downloadservice toe om je huidige downloads weer te geven"
|
|
}
|
|
}
|
|
}
|
|
}
|