twofactor_totp/l10n/de_DE.js

23 строки
1.7 KiB
JavaScript

OC.L10N.register(
"twofactor_totp",
{
"You enabled TOTP two-factor authentication for your account" : "Sie haben TOTP Zwei-Faktor-Authentifizierung für Ihr Konto aktiviert",
"You disabled TOTP two-factor authentication for your account" : "Sie haben TOTP Zwei-Faktor-Authentifizierung für Ihr Konto deaktiviert",
"TOTP (Authenticator app)" : "TOTP (App zur Authentifizierung)",
"Authenticate with a TOTP app" : "Mit einer TOTP-App authentifizieren",
"Two Factor TOTP Provider" : "Zwei-Faktor TOTP-Anbieter",
"TOTP two-factor provider" : "Zwei-Faktor TOTP-Anbieter",
"A Two-Factor-Auth Provider for TOTP (RFC 6238)" : "Ein Zwei-Faktor-Anbieter für TOTP (RFC 6238)",
"Enable TOTP" : "TOTP aktivieren",
"Your new TOTP secret is:" : "Ihr neuer TOTP-Schlüssel ist:",
"For quick setup, scan this QR code with your TOTP app:" : "Für eine schnelle Konfiguration, QR-Code mit der TOTP-App scannen:",
"After you configured your app, enter a test code below to ensure everything works correctly:" : "Nachdem Sie die App konfiguriert haben, geben Sie unten einen Testcode ein, um sicherzustellen, dass alles funktioniert:",
"Authentication code" : "Authentifizierungscode",
"Verify" : "Überprüfen",
"Could not enable TOTP" : "TOTP kann nicht aktiviert werden",
"Could not verify your key. Please try again" : "Ihr Schlüssel konnte nicht überprüft werden. Bitte erneut versuchen",
"Get the authentication code from the two-factor authentication app on your device." : "Erhalten Sie den Authentifizierungscode von der Zweifaktorauthentifizierung-App auf Ihrem Gerät.",
"Submit" : "Übermitteln"
},
"nplurals=2; plural=(n != 1);");