1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-12-22 17:10:10 +00:00

translation from Weblate (Slovenian)

Currently translated at 100.0% (40 of 40 strings)

Translation: jfa-go/Account Creation Form
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/form/sl/
This commit is contained in:
DornJ 2022-02-05 19:26:05 +00:00 committed by Weblate
parent 92fda348cd
commit 80bd4d134e

View File

@ -1,60 +1,60 @@
{ {
"meta": { "meta": {
"name": "" "name": "Angleščina (ZDA)"
}, },
"strings": { "strings": {
"pageTitle": "", "pageTitle": "Ustvari Jellyfin Račun",
"createAccountHeader": "", "createAccountHeader": "Ustvari Račun",
"accountDetails": "", "accountDetails": "Podrobnosti",
"emailAddress": "", "emailAddress": "E-pošta",
"username": "", "username": "Uporabniško ime",
"password": "", "password": "Geslo",
"reEnterPassword": "", "reEnterPassword": "Ponovno vnesi Geslo",
"reEnterPasswordInvalid": "", "reEnterPasswordInvalid": "Gesli se ne ujemata.",
"createAccountButton": "", "createAccountButton": "Ustvari Račun",
"passwordRequirementsHeader": "", "passwordRequirementsHeader": "Zahteve za geslo",
"successHeader": "", "successHeader": "Uspeh!",
"confirmationRequired": "", "confirmationRequired": "Potrebna potrditev e-pošte",
"confirmationRequiredMessage": "", "confirmationRequiredMessage": "Prosimo preverite svojo e-pošto da potrdite račun.",
"yourAccountIsValidUntil": "", "yourAccountIsValidUntil": "Vaš račun bo veljaven do {date}.",
"sendPIN": "", "sendPIN": "Pošljite spodnji PIN botu, nato pa pridite nazaj da povežete svoj račun.",
"sendPINDiscord": "", "sendPINDiscord": "Napišite {command} v {server_channel} na Discordu, nato pa vnesite PIN spodaj.",
"matrixEnterUser": "" "matrixEnterUser": "Vnesite svoj uporabniški ID, pritisnite potrdi, in poslan vam bo PIN. Tega vnesite tu, da nadaljujete."
}, },
"notifications": { "notifications": {
"errorUserExists": "", "errorUserExists": "Uporabnik že obstaja.",
"errorInvalidCode": "", "errorInvalidCode": "Neveljavna koda povabila.",
"errorTelegramVerification": "", "errorTelegramVerification": "Potrebna je potrditev preko telegrama.",
"errorDiscordVerification": "", "errorDiscordVerification": "Potrebna je potrditev preko Discorda.",
"errorMatrixVerification": "", "errorMatrixVerification": "Potrebna je potrditev preko Matrix.",
"errorInvalidPIN": "", "errorInvalidPIN": "PIN ni veljaven.",
"errorUnknown": "", "errorUnknown": "Neznana napaka.",
"errorNoEmail": "", "errorNoEmail": "E-pošta obvezna.",
"errorCaptcha": "", "errorCaptcha": "Captcha je nepravilna.",
"errorPassword": "", "errorPassword": "Prosimo preverite zahteve za geslo.",
"errorNoMatch": "", "errorNoMatch": "Gesli se ne ujemata.",
"verified": "" "verified": "Račun potrjen."
}, },
"validationStrings": { "validationStrings": {
"length": { "length": {
"singular": "", "singular": "Potrebnih je vsaj {n} znakov",
"plural": "" "plural": "Potrebnih je vsaj {n} znakov"
}, },
"uppercase": { "uppercase": {
"singular": "", "singular": "Potreben je vsaj {n} velik znak",
"plural": "" "plural": "Potrebnih je vsaj {n} velikih znakov"
}, },
"lowercase": { "lowercase": {
"singular": "", "singular": "Potreben je vsaj {n} majhen znak",
"plural": "" "plural": "Potrebnih je vsaj {n} majhnih znakov"
}, },
"number": { "number": {
"singular": "", "singular": "Potrebna je vsaj {n} števka",
"plural": "" "plural": "Potrebnih je vsaj {n} števk"
}, },
"special": { "special": {
"singular": "", "singular": "Poteben je vsaj {n} poseben znak",
"plural": "" "plural": "Potrebnih je vsaj {n} posebnih znakov"
} }
} }
} }