Files
Homarr/public/locales/lt/modules/dlspeed.json
2024-03-09 17:56:56 +01:00

36 lines
960 B
JSON

{
"descriptor": {
"name": "Atsisiuntimo greitis",
"description": "Rodo palaikomų integracijų atsisiuntimo ir išsiuntimo greitį."
},
"card": {
"table": {
"header": {
"name": "Pavadinimas",
"size": "",
"download": "Žemyn",
"upload": "Aukštyn",
"estimatedTimeOfArrival": "",
"progress": ""
},
"body": {
"nothingFound": "Torrentų nerasta"
}
},
"lineChart": {
"title": "Dabartinis atsisiuntimo greitis",
"download": "Atsiuntimas: {{download}}",
"upload": "Įkelimas: {{upload}}",
"timeSpan": "Prieš {{seconds}} sekundžių",
"totalDownload": "Atsiuntimas: {{download}}/s",
"totalUpload": "Įkelimas: {{upload}}/s"
},
"errors": {
"noDownloadClients": {
"title": "",
"text": "Pridėti atsisiuntimo paslaugą, kad galėtumėte peržiūrėti dabartinius atsisiuntimus"
}
}
}
}