🌐 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
@@ -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"
}
}
}
}
}
}
}
@@ -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
View File
@@ -0,0 +1,10 @@
{
"accordions": {
"downloads": {
"text": "Vaši prenosi"
},
"others": {
"text": "Drugo"
}
}
}