Files
homarr/public/locales/cs/modules/dlspeed.json
2023-12-22 21:50:04 +01:00

36 lines
712 B
JSON

{
"descriptor": {
"name": "Rychlost stahování",
"description": "Zobrazuje rychlost stahování a odesílání z podporovaných integrací."
},
"card": {
"table": {
"header": {
"name": "",
"size": "",
"download": "",
"upload": "",
"estimatedTimeOfArrival": "",
"progress": ""
},
"body": {
"nothingFound": ""
}
},
"lineChart": {
"title": "Aktuální rychlost stahování",
"download": "",
"upload": "",
"timeSpan": "",
"totalDownload": "",
"totalUpload": ""
},
"errors": {
"noDownloadClients": {
"title": "",
"text": ""
}
}
}
}