Welcome to mirror list, hosted at ThFree Co, Russian Federation.

da.json « l10n - github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ba77144fb7b745fc99a74473443ada755ba8b4c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ "translations": {
    "Password is among the 1,000,000 most common ones. Please make it unique." : "Kodeordet er i blandt de 1.000.000 mest almindelige kodeord. Vælg venligst et andet.",
    "Password is present in compromised password list. Please choose a different password." : "Adgangskoden findes i liste over kompromitterede adgangskoder. Vælg en anden adgangsode.",
    "Password needs to be at least %s characters long" : "Kodeord skal mindst være %s tegn lang",
    "Password needs to contain at least one numeric character." : "Kodeord skal mindst indeholde et tal.",
    "Password needs to contain at least one special character." : "Kodeord skal indeholde mindst et special tegn.",
    "Password needs to contain at least one lower and one upper case character." : "Kodeord skal mindst indeholde et lille bogstav og et stort bogstav ",
    "Password policy" : "Kodeord politik",
    "Allows admins to configure a password policy" : "Tillad en administrator at fastsætte en politik for adgsngskoder",
    "Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "Tillad en administrator af fastsætte krav til adgangskoder, f.eks. at sætte en mindstelængde",
    "Minimal length" : "Minimums længde",
    "Forbid common passwords" : "Forbyd almindelige kodeord",
    "Enforce upper and lower case characters" : "Tving små og store bogstaver",
    "Enforce numeric characters" : "Tving tal",
    "Enforce special characters" : "Tving special tegn",
    "Check password against the list of breached passwords from haveibeenpwned.com" : "Kontroller adgangskoden op imod listen over kompromitterede adgangskoder i haveibeenpwned.com",
    "This check creates a hash of the password and sends the first 5 characters of this hash to the haveibeenpwned.com API to retrieve a list of all hashes that start with those. Then it checks on the Nextcloud instance if the password hash is in the result set." : "Dette check danner et krypteret kendetegn af adgangskoden og sender de første 4 tegn af dette kendetegn til haveibeenpwned.com's API for at modtage en liste med alle kendetegn, der starter med disse tegn. Derefter checker det, om adgsngskodekendetegnet findes i Nextclud-installationen."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}