🌐 add crowdin translations
This commit is contained in:
40
public/locales/sl/modules/torrents-status.json
Normal file
40
public/locales/sl/modules/torrents-status.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user