twofactor_totp/l10n/nl.js

24 строки
1.7 KiB
JavaScript

OC.L10N.register(
"twofactor_totp",
{
"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 two-factor authentication disabled by an admin" : "TOTP tweefactor authenticatie is uitgeschakeld door een beheerder",
"TOTP (Authenticator app)" : "TOTP (Authenticator app)",
"Authenticate with a TOTP app" : "Authenticeren met een TOTP app",
"Two-Factor TOTP Provider" : "Twee-Factor TOTP Provider",
"TOTP two-factor provider" : "TOTP two-factor provider",
"A Two-Factor-Auth Provider for TOTP (RFC 6238)" : "Een Two-Factor-Auth Provider voor TOTP (RFC 6238)",
"Enable TOTP" : "Inschakelen TOTP",
"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",
"Your new TOTP secret is:" : "Je nieuwe TOTP geheim is:",
"For quick setup, scan this QR code with your TOTP app:" : "Voor een snelle instelling scan je deze QR code met je TOTP app:",
"After you configured your app, enter a test code below to ensure everything works correctly:" : "Na het instellen van je app moet je een testcode invoeren om er zeker van te zijn dat alles goed werkt:",
"Authentication code" : "Authenticatie code",
"Verify" : "Verifiëren",
"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.",
"Submit" : "Versturen"
},
"nplurals=2; plural=(n != 1);");