🌐 add crowdin translations
This commit is contained in:
6
public/locales/sl/common.json
Normal file
6
public/locales/sl/common.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"actions": {
|
||||
"save": "Shrani"
|
||||
},
|
||||
"tip": "Nasvet: "
|
||||
}
|
||||
118
public/locales/sl/layout/add-service-app-shelf.json
Normal file
118
public/locales/sl/layout/add-service-app-shelf.json
Normal file
@@ -0,0 +1,118 @@
|
||||
{
|
||||
"actionIcon": {
|
||||
"tooltip": "Dodaj storitev"
|
||||
},
|
||||
"modal": {
|
||||
"title": "Dodaj storitev",
|
||||
"form": {
|
||||
"validation": {
|
||||
"invalidUrl": "Prosim vnesite veljaven spletni naslov",
|
||||
"noStatusCodeSelected": "Izberite kodo statusa"
|
||||
}
|
||||
},
|
||||
"tabs": {
|
||||
"options": {
|
||||
"title": "Možnosti",
|
||||
"form": {
|
||||
"serviceName": {
|
||||
"label": "Naziv storitve",
|
||||
"placeholder": "Plex"
|
||||
},
|
||||
"iconUrl": {
|
||||
"label": "URL ikone"
|
||||
},
|
||||
"serviceUrl": {
|
||||
"label": "URL storitve"
|
||||
},
|
||||
"onClickUrl": {
|
||||
"label": "URL ob kliku"
|
||||
},
|
||||
"serviceType": {
|
||||
"label": "Vrsta storitve",
|
||||
"defaultValue": "Drugo",
|
||||
"placeholder": "Izberite eno"
|
||||
},
|
||||
"category": {
|
||||
"label": "Kategorija",
|
||||
"placeholder": "Izberite kategorijo ali ustvarite novo",
|
||||
"nothingFound": "Brez rezultatov iskanja",
|
||||
"createLabel": "+ Ustvarite {{query}}"
|
||||
},
|
||||
"integrations": {
|
||||
"apiKey": {
|
||||
"label": "API ključ",
|
||||
"placeholder": "Vaš ključ API",
|
||||
"validation": {
|
||||
"noKey": "Neveljaven ključ"
|
||||
},
|
||||
"tip": {
|
||||
"text": "Pridobite svoj API ključ",
|
||||
"link": "tukaj."
|
||||
}
|
||||
},
|
||||
"qBittorrent": {
|
||||
"username": {
|
||||
"label": "Uporabniško ime",
|
||||
"placeholder": "admin",
|
||||
"validation": {
|
||||
"invalidUsername": "Neveljavno uporabniško ime"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "Geslo",
|
||||
"placeholder": "adminadmin",
|
||||
"validation": {
|
||||
"invalidPassword": "Neveljavno geslo"
|
||||
}
|
||||
}
|
||||
},
|
||||
"deluge": {
|
||||
"password": {
|
||||
"label": "Geslo",
|
||||
"placeholder": "geslo",
|
||||
"validation": {
|
||||
"invalidPassword": "Neveljavno geslo"
|
||||
}
|
||||
}
|
||||
},
|
||||
"transmission": {
|
||||
"username": {
|
||||
"label": "Uporabniško ime",
|
||||
"placeholder": "admin",
|
||||
"validation": {
|
||||
"invalidUsername": "Neveljavno uporabniško ime"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "Geslo",
|
||||
"placeholder": "adminadmin",
|
||||
"validation": {
|
||||
"invalidPassword": "Neveljavno geslo"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"advancedOptions": {
|
||||
"title": "Napredne nastavitve",
|
||||
"form": {
|
||||
"httpStatusCodes": {
|
||||
"label": "HTTP statusne kode",
|
||||
"placeholder": "Izberite veljavne kode statusa",
|
||||
"clearButtonLabel": "Počisti izbiro",
|
||||
"nothingFound": "Brez rezultatov iskanja"
|
||||
},
|
||||
"openServiceInNewTab": {
|
||||
"label": "Odprite storitev v novem zavihku"
|
||||
},
|
||||
"buttons": {
|
||||
"submit": {
|
||||
"content": "Dodaj storitev"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
18
public/locales/sl/layout/app-shelf-menu.json
Normal file
18
public/locales/sl/layout/app-shelf-menu.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"modal": {
|
||||
"title": "Spreminjanje storitve",
|
||||
"buttons": {
|
||||
"save": "Shrani storitev"
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"labels": {
|
||||
"settings": "Nastavitve",
|
||||
"dangerZone": "Nevarno območje"
|
||||
},
|
||||
"actions": {
|
||||
"edit": "Uredi",
|
||||
"delete": "Izbriši"
|
||||
}
|
||||
}
|
||||
}
|
||||
10
public/locales/sl/layout/app-shelf.json
Normal file
10
public/locales/sl/layout/app-shelf.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"accordions": {
|
||||
"downloads": {
|
||||
"text": "Vaši prenosi"
|
||||
},
|
||||
"others": {
|
||||
"text": "Drugo"
|
||||
}
|
||||
}
|
||||
}
|
||||
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
14
public/locales/sl/settings/common.json
Normal file
14
public/locales/sl/settings/common.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "Nastavitve",
|
||||
"tooltip": "Nastavitve",
|
||||
"tabs": {
|
||||
"common": "Skupno",
|
||||
"customizations": "Prilagoditve"
|
||||
},
|
||||
"tips": {
|
||||
"configTip": "Konfiguracijsko datoteko naložite tako, da jo povlečete in spustite na stran!"
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Narejeno s ❤️ od @"
|
||||
}
|
||||
}
|
||||
3
public/locales/sl/settings/customization/app-width.json
Normal file
3
public/locales/sl/settings/customization/app-width.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Širina aplikacije"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"suffix": "{{color}} barva"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Prosojnost aplikacije"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"pageTitle": {
|
||||
"label": "Naslov strani",
|
||||
"placeholder": "Homarr 🦞"
|
||||
},
|
||||
"logo": {
|
||||
"label": "Logotip",
|
||||
"placeholder": "/img/logo.png"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "Favicon",
|
||||
"placeholder": "/favicon.png"
|
||||
},
|
||||
"background": {
|
||||
"label": "Ozadje",
|
||||
"placeholder": "/img/background.png"
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "Pošlji"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Osenčeno"
|
||||
}
|
||||
3
public/locales/sl/settings/general/color-schema.json
Normal file
3
public/locales/sl/settings/general/color-schema.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Preklop na {{scheme}} način"
|
||||
}
|
||||
55
public/locales/sl/settings/general/config-changer.json
Normal file
55
public/locales/sl/settings/general/config-changer.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"configSelect": {
|
||||
"label": "Nalagalnik konfiguracije"
|
||||
},
|
||||
"modal": {
|
||||
"title": "Izberite ime vaše nove konfiguracije",
|
||||
"form": {
|
||||
"configName": {
|
||||
"label": "Ime konfiguracije",
|
||||
"placeholder": "Vaše novo ime konfiguracije"
|
||||
},
|
||||
"submitButton": "Potrdi"
|
||||
},
|
||||
"events": {
|
||||
"configSaved": {
|
||||
"title": "Konfiguracija je shranjena",
|
||||
"message": "Konfiguracija shranjena kot {{configName}}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"download": "Prenos konfiguracije",
|
||||
"delete": {
|
||||
"text": "Brisanje konfiguracije",
|
||||
"notifications": {
|
||||
"deleted": {
|
||||
"title": "Konfiguracija izbrisana",
|
||||
"message": "Konfiguracija izbrisana"
|
||||
},
|
||||
"deleteFailed": {
|
||||
"title": "Brisanje konfiguracije ni uspelo",
|
||||
"message": "Brisanje konfiguracije ni uspelo"
|
||||
}
|
||||
}
|
||||
},
|
||||
"saveCopy": "Shrani kopijo"
|
||||
},
|
||||
"dropzone": {
|
||||
"notifications": {
|
||||
"invalidConfig": {
|
||||
"title": "Ni mogoče naložiti konfiguracije",
|
||||
"message": "Ni bilo mogoče naložiti vaše konfiguracije. Nepravilna oblika JSON."
|
||||
},
|
||||
"loadedSuccessfully": {
|
||||
"title": "Konfiguracija {{configName}} je uspešno naložena"
|
||||
}
|
||||
},
|
||||
"accept": {
|
||||
"text": "Če želite naložiti konfiguracijo, povlecite datoteke sem. Podpora samo za JSON."
|
||||
},
|
||||
"reject": {
|
||||
"text": "Ta oblika datoteke ni podprta. Prenesite samo JSON."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Jezik"
|
||||
}
|
||||
3
public/locales/sl/settings/general/module-enabler.json
Normal file
3
public/locales/sl/settings/general/module-enabler.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"title": "Omogočanje modulov"
|
||||
}
|
||||
11
public/locales/sl/settings/general/search-engine.json
Normal file
11
public/locales/sl/settings/general/search-engine.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"title": "Iskalnik",
|
||||
"tips": {
|
||||
"generalTip": "Za iskanje v YouTubu ali Torrentu uporabite predponi !yt in !t pred poizvedbo.",
|
||||
"placeholderTip": "%s lahko uporabite kot nadomestno ime za poizvedbo."
|
||||
},
|
||||
"customEngine": {
|
||||
"label": "URL poizvedbe",
|
||||
"placeholder": "URL poizvedbe po meri"
|
||||
}
|
||||
}
|
||||
3
public/locales/sl/settings/general/theme-selector.json
Normal file
3
public/locales/sl/settings/general/theme-selector.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Preklop na {{theme}} način"
|
||||
}
|
||||
3
public/locales/sl/settings/general/widget-positions.json
Normal file
3
public/locales/sl/settings/general/widget-positions.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Prikaži gradnike na levi strani"
|
||||
}
|
||||
Reference in New Issue
Block a user