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

nl.js « l10n « twofactor_backupcodes « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d797c3703c2c90188ec1af964ec34c16f64fabfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "twofactor_backupcodes",
    {
    "Generate backup codes" : "Genereer backup code",
    "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Backup codes zijn gegenereerd. {{used}} van {{total}} codes zijn gebruikt.",
    "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Dit zijn jouw backup codes. Bewaar ze en/of druk ze af, aangezien je ze later niet weer kunt zien.",
    "Save backup codes" : "Bewaren backup code",
    "Print backup codes" : "Afdrukken backup code",
    "Regenerate backup codes" : "Regenereer backup code",
    "If you regenerate backup codes, you automatically invalidate old codes." : "Als je backup codes opnieuw genereert, worden oude codes automatisch ongeldig gemaakt.",
    "An error occurred while generating your backup codes" : "Er trad een fout op bij het genereren van je backup codes",
    "Nextcloud backup codes" : "Nextcloud backup codes",
    "Two-factor authentication" : "Tweefactor authenticatie",
    "You successfully logged in using two-factor authentication (%1$s)" : "Je bent succesvol ingelogd via tweefactot authenticatie (%1$s)",
    "A login attempt using two-factor authentication failed (%1$s)" : "Een inlogpoging via tweefactor authenticatie is mislukt (%1$s)",
    "You created two-factor backup codes for your account" : "Je creëerde tweefactor back-up codes voor je account",
    "Backup code" : "Backup code",
    "Use backup code" : "Gebruik backup code",
    "Two factor backup codes" : "Twee-factor backup code",
    "Second-factor backup codes" : "Twee-factor backup code"
},
"nplurals=2; plural=(n != 1);");