1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-28 20:37:46 +02:00

translation from Weblate (Danish)

Currently translated at 100.0% (37 of 37 strings)

Translation: jfa-go/Account Creation Form
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/form/da/
This commit is contained in:
mLgz0rn 2021-06-28 21:44:00 +00:00 committed by Weblate
parent cda90f20af
commit 7e8e242db0

View File

@ -1,57 +1,57 @@
{ {
"meta": { "meta": {
"name": "" "name": "Dansk"
}, },
"strings": { "strings": {
"pageTitle": "", "pageTitle": "Opret en Jellyfin Konto",
"createAccountHeader": "", "createAccountHeader": "Opret Konto",
"accountDetails": "", "accountDetails": "Detaljer",
"emailAddress": "", "emailAddress": "E-mail",
"username": "", "username": "Brugernavn",
"password": "", "password": "Adgangskode",
"reEnterPassword": "", "reEnterPassword": "Genindtast Adgangskode",
"reEnterPasswordInvalid": "", "reEnterPasswordInvalid": "Adgangskoderne er ikke ens.",
"createAccountButton": "", "createAccountButton": "Opret Konto",
"passwordRequirementsHeader": "", "passwordRequirementsHeader": "Adgangskodekrav",
"successHeader": "", "successHeader": "Succes!",
"successContinueButton": "", "successContinueButton": "Fortsæt",
"confirmationRequired": "", "confirmationRequired": "E-mail bekræftelse er påkrævet",
"confirmationRequiredMessage": "", "confirmationRequiredMessage": "Tjek venligst din e-mail indbakke for at verificere din adresse.",
"yourAccountIsValidUntil": "", "yourAccountIsValidUntil": "Din konto er gyldig indtil {date}.",
"sendPIN": "", "sendPIN": "Send nedenstående pinkode til boten, og kom derefter tilbage her for at linke din konto.",
"sendPINDiscord": "", "sendPINDiscord": "Skriv {command} i {server_channel} på Discord, og send PIN-koden nedenfor via. DM til boten.",
"matrixEnterUser": "" "matrixEnterUser": "Skriv dit Bruger ID, tryk Indsend, og en PIN-kode vil blive sendt til dig. Skriv den her efter for at fortsætte."
}, },
"notifications": { "notifications": {
"errorUserExists": "", "errorUserExists": "Brugeren eksistere allerede.",
"errorInvalidCode": "", "errorInvalidCode": "Ugyldig invitations kode.",
"errorTelegramVerification": "", "errorTelegramVerification": "Telegram verifikation påkrævet.",
"errorDiscordVerification": "", "errorDiscordVerification": "Discord verifikation påkrævet.",
"errorMatrixVerification": "", "errorMatrixVerification": "Matrix verifikation påkrævet.",
"errorInvalidPIN": "", "errorInvalidPIN": "PIN-koden er ugyldig.",
"errorUnknown": "", "errorUnknown": "Ukendt fejl.",
"verified": "" "verified": "konto verificeret."
}, },
"validationStrings": { "validationStrings": {
"length": { "length": {
"singular": "", "singular": "Skal mindst have {n} tegn",
"plural": "" "plural": "Skal mindst have {n} tegn"
}, },
"uppercase": { "uppercase": {
"singular": "", "singular": "Skal mindst have {n} store bogstaver",
"plural": "" "plural": "Skal mindst have {n} store bogstaver"
}, },
"lowercase": { "lowercase": {
"singular": "", "singular": "Skal mindst have {n} små bogstaver",
"plural": "" "plural": "Skal mindst have {n} små bogstaver"
}, },
"number": { "number": {
"singular": "", "singular": "Skal mindst have {n} tal",
"plural": "" "plural": "Skal mindst have {n} tal"
}, },
"special": { "special": {
"singular": "", "singular": "Skal mindst have {n} specialtegn",
"plural": "" "plural": "Skal mindst have {n} specialtegn"
} }
} }
} }