🌐 add crowdin translations

This commit is contained in:
Manuel
2022-08-28 16:28:17 +02:00
committed by Manuel Ruwe
parent 96d76cfd14
commit c9b33f3e48
315 changed files with 6130 additions and 380 deletions

View File

@@ -0,0 +1,40 @@
{
"descriptor": {
"name": "Torrent",
"description": "Prikaži trenutno hitrost prenosa podprtih storitev",
"settings": {
"hideComplete": {
"label": "Skrijte dokončane torrente"
}
}
},
"card": {
"table": {
"header": {
"name": "Ime",
"size": "Velikost",
"download": "Dol",
"upload": "Gor",
"estimatedTimeOfArrival": "ETA",
"progress": "Napredek"
},
"body": {
"nothingFound": "Ni najdenih torrentov"
}
},
"lineChart": {
"title": "Trenutna hitrost prejemanja",
"download": "Prenašanje: {{download}}",
"upload": "Nalaganje: {{upload}}",
"timeSpan": "Pred sekundami: {{seconds}}",
"totalDownload": "Prenosi: {{download}}/s",
"totalUpload": "Nalaganj: {{upload}}/s"
},
"errors": {
"noDownloadClients": {
"title": "Ni bilo najdenih podprtih odjemalcev za prenos!",
"text": "Dodajte storitev prenosa za ogled trenutnih prenosov"
}
}
}
}