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

nl.js « l10n - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ac56005d47f289690ad0b64c253adf27a5889c7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "twofactor_totp",
    {
    "Enable TOTP" : "Inschakelen TOTP",
    "This is your new TOTP secret:" : "Dit is je nieuwe TOTP geheim:",
    "Scan this QR code with your TOTP app" : "Scan deze QR code met je TOTP app",
    "Once you have configured your app, enter a test code below to ensure that your app has been configured correctly." : "Voeg een test code in na het instellen van je app om er zeker van te zijn dat de instellingen correct zijn.",
    "Authentication code" : "Authenticatie code",
    "Verify" : "Verifiëren",
    "Could not enable TOTP" : "Kon TOTP niet inschakelen",
    "Could not verify your key. Please try again" : "Kon je sleutel niet verifiëren. Probeer het opnieuw",
    "You enabled TOTP two-factor authentication for your account" : "Je hebt TOTP twee-factor authenticatie voor je account ingeschakeld",
    "You disabled TOTP two-factor authentication for your account" : "Je hebt TOTP twee-factor authenticatie voor je account uitgeschakeld",
    "TOTP (Authenticator app)" : "TOTP (Authenticator app)",
    "Authenticate with a TOTP app" : "Authenticeren met een TOTP app",
    "Two Factor TOTP Provider" : "Twee-factor TOTP leverancier",
    "Submit" : "Versturen",
    "Get the authentication code from the two-factor authentication app on your device." : "Krijg de authenticatiecode op je 'tweede factor' authenticatie app op je toestel.",
    "TOTP second-factor auth" : "TOTP tweede factor auth"
},
"nplurals=2; plural=(n != 1);");