🌐 add crowdin translations
This commit is contained in:
11
public/locales/sl/modules/calendar.json
Normal file
11
public/locales/sl/modules/calendar.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Koledar",
|
||||
"description": "Koledarski modul za prikaz prihajajočih izdaj. Deluje z API vmesnikom od Sonarr in Radarr.",
|
||||
"settings": {
|
||||
"sundayStart": {
|
||||
"label": "Začni teden z nedeljo"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
6
public/locales/sl/modules/common-media-cards.json
Normal file
6
public/locales/sl/modules/common-media-cards.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"buttons": {
|
||||
"play": "Predvajaj",
|
||||
"request": "Prošnja"
|
||||
}
|
||||
}
|
||||
5
public/locales/sl/modules/common.json
Normal file
5
public/locales/sl/modules/common.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"settings": {
|
||||
"label": "Nastavitve"
|
||||
}
|
||||
}
|
||||
60
public/locales/sl/modules/dashdot.json
Normal file
60
public/locales/sl/modules/dashdot.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Dash.",
|
||||
"description": "Modul za prikazovanje grafov iz vašega delujočega programa Dash.",
|
||||
"settings": {
|
||||
"cpuMultiView": {
|
||||
"label": "Pogled večjedrnih procesorjev"
|
||||
},
|
||||
"storageMultiView": {
|
||||
"label": "Pogled naprav za shranjevanje"
|
||||
},
|
||||
"useCompactView": {
|
||||
"label": "Uporaba kompaktnega pogleda"
|
||||
},
|
||||
"graphs": {
|
||||
"label": "Grafi",
|
||||
"options": {
|
||||
"cpu": "CPU",
|
||||
"ram": "RAM",
|
||||
"storage": "Shramba",
|
||||
"network": "Omrežje",
|
||||
"gpu": "GPU"
|
||||
}
|
||||
},
|
||||
"url": {
|
||||
"label": "Dash. URL"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"title": "Dash.",
|
||||
"errors": {
|
||||
"noService": "Dash. storitev ni bila najdena. Prosimo, dodajte jo na nadzorno ploščo Homarr ali nastavite naslov URL dashdot v možnostih modula",
|
||||
"noInformation": "Ne morem pridobiti informacij iz Dash. - ali uporabljate najnovejšo različico?"
|
||||
},
|
||||
"graphs": {
|
||||
"storage": {
|
||||
"title": "Shramba",
|
||||
"label": "Shramba:"
|
||||
},
|
||||
"network": {
|
||||
"title": "Omrežje",
|
||||
"label": "Omrežje:",
|
||||
"metrics": {
|
||||
"download": "Dol",
|
||||
"upload": "Gor"
|
||||
}
|
||||
},
|
||||
"cpu": {
|
||||
"title": "CPU"
|
||||
},
|
||||
"memory": {
|
||||
"title": "RAM"
|
||||
},
|
||||
"gpu": {
|
||||
"title": "GPU"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
11
public/locales/sl/modules/date.json
Normal file
11
public/locales/sl/modules/date.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Datum",
|
||||
"description": "Prikaz trenutnega časa in datuma na kartici",
|
||||
"settings": {
|
||||
"display24HourFormat": {
|
||||
"label": "Prikaz polnega časa (24-urni)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
6
public/locales/sl/modules/dlspeed.json
Normal file
6
public/locales/sl/modules/dlspeed.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Hitrost prenosa",
|
||||
"description": "Prikaži trenutno hitrost prenosa podprtih storitev"
|
||||
}
|
||||
}
|
||||
69
public/locales/sl/modules/docker.json
Normal file
69
public/locales/sl/modules/docker.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Docker",
|
||||
"description": "Omogoča enostavno upravljanje torrentov"
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Iskanje po zabojniku ali imenu njegove slike"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Ime",
|
||||
"image": "Slika",
|
||||
"ports": "Vrata",
|
||||
"state": "Stanje"
|
||||
},
|
||||
"body": {
|
||||
"portCollapse": "{{ports}} več"
|
||||
},
|
||||
"states": {
|
||||
"running": "Se izvaja",
|
||||
"created": "Ustvarjeno",
|
||||
"stopped": "Zaustavljeno",
|
||||
"unknown": "Neznano"
|
||||
}
|
||||
},
|
||||
"actionBar": {
|
||||
"addService": {
|
||||
"title": "Dodaj storitev",
|
||||
"message": "Dodajanje storitev v Homarr"
|
||||
},
|
||||
"restart": {
|
||||
"title": "Ponovno zaženi"
|
||||
},
|
||||
"stop": {
|
||||
"title": "Ustavi"
|
||||
},
|
||||
"start": {
|
||||
"title": "Zaženi"
|
||||
},
|
||||
"refreshData": "Osveži podatke",
|
||||
"addToHomarr": {
|
||||
"title": "Dodaj v Homarr"
|
||||
},
|
||||
"remove": {
|
||||
"title": "Odstrani"
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"successfullyExecuted": {
|
||||
"title": "Zabojnik {{containerName}} {{action}}",
|
||||
"message": "Vaš zabojnik je bil uspešno {{action}}"
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"integrationFailed": {
|
||||
"title": "Integracija Dockerja ni uspela",
|
||||
"message": "Ste pozabili namestiti Docker vtičnico?"
|
||||
},
|
||||
"unknownError": {
|
||||
"title": "Prišlo je do napake"
|
||||
},
|
||||
"oneServiceAtATime": {
|
||||
"title": "Naenkrat dodajte samo eno storitev!"
|
||||
}
|
||||
},
|
||||
"actionIcon": {
|
||||
"tooltip": "Docker"
|
||||
}
|
||||
}
|
||||
30
public/locales/sl/modules/overseerr.json
Normal file
30
public/locales/sl/modules/overseerr.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Overseerr",
|
||||
"description": "Omogoča iskanje in dodajanje medijev iz storitev Overseerr/Jellyseerr"
|
||||
},
|
||||
"popup": {
|
||||
"item": {
|
||||
"buttons": {
|
||||
"askFor": "Vprašajte za {{title}}",
|
||||
"cancel": "Prekliči",
|
||||
"request": "Prošnja"
|
||||
},
|
||||
"alerts": {
|
||||
"automaticApproval": {
|
||||
"title": "Z uporabo API ključa",
|
||||
"text": "Ta zahteva bo samodejno odobrena"
|
||||
}
|
||||
}
|
||||
},
|
||||
"seasonSelector": {
|
||||
"caption": "Označite sezone, ki jih želite prenesti",
|
||||
"table": {
|
||||
"header": {
|
||||
"season": "Sezona",
|
||||
"numberOfEpisodes": "Število epizod"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
11
public/locales/sl/modules/ping.json
Normal file
11
public/locales/sl/modules/ping.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Ping",
|
||||
"description": "Omogoča preverjanje, ali je storitev vzpostavljena ali vrača določeno HTTP kodo statusa."
|
||||
},
|
||||
"states": {
|
||||
"online": "Povezan {{response}}",
|
||||
"offline": "Prekinjen {{response}}",
|
||||
"loading": "Nalaganje..."
|
||||
}
|
||||
}
|
||||
9
public/locales/sl/modules/search.json
Normal file
9
public/locales/sl/modules/search.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Iskalna vrstica",
|
||||
"description": "Iskalna vrstica za iskanje po spletu, youtubu, torentih ali storitvi overseerr"
|
||||
},
|
||||
"input": {
|
||||
"placeholder": "Preišči splet..."
|
||||
}
|
||||
}
|
||||
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
32
public/locales/sl/modules/weather.json
Normal file
32
public/locales/sl/modules/weather.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Vreme",
|
||||
"description": "Iskanje trenutnega vremena na vaši lokaciji",
|
||||
"settings": {
|
||||
"displayInFahrenheit": {
|
||||
"label": "Prikaz v Fahrenheitu"
|
||||
},
|
||||
"location": {
|
||||
"label": "Lokacija vremena"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"weatherDescriptions": {
|
||||
"clear": "Počisti",
|
||||
"mainlyClear": "Večinoma jasno",
|
||||
"fog": "Megla",
|
||||
"drizzle": "Pršec",
|
||||
"freezingDrizzle": "Leden pršec",
|
||||
"rain": "Dež",
|
||||
"freezingRain": "Ledeni dež",
|
||||
"snowFall": "Padec snega",
|
||||
"snowGrains": "Snežna zrna",
|
||||
"rainShowers": "Deževni nalivi",
|
||||
"snowShowers": "Snežne plohe",
|
||||
"thunderstorm": "Nevihta",
|
||||
"thunderstormWithHail": "Nevihta s točo",
|
||||
"unknown": "Neznano"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user