twofactor_totp/l10n/de.js

21 строка
1.3 KiB
JavaScript

OC.L10N.register(
"twofactor_totp",
{
"You enabled TOTP two-factor authentication for your account" : "Du hast TOTP Zwei-Faktor-Authentifizierung für Dein Konto aktiviert",
"You disabled TOTP two-factor authentication for your account" : "Du hast TOTP Zwei-Faktor-Authentifizierung für Dein Konto deaktiviert",
"TOTP two-factor authentication disabled by an admin" : "TOTP Zwei-Faktor-Authentifizierung wurde von einem Administrator 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" : "TOTP-Zwei-Faktor-Anbieter",
"A Two-Factor-Auth Provider for TOTP (RFC 6238)" : "Ein Zwei-Faktor-Anbieter für TOTP (RFC 6238)",
"Enable TOTP" : "TOTP aktivieren",
"Could not enable TOTP" : "TOTP kann nicht aktiviert werden",
"Your new TOTP secret is:" : "Dein neuer TOTP-Schlüssel ist:",
"Authentication code" : "Authentifizierungscode",
"Verify" : "Überprüfen",
"Get the authentication code from the two-factor authentication app on your device." : "Erhalte den Authentifizierungscode von der Zweifaktorauthentifizierung-App auf Deinem Gerät.",
"Submit" : "Übermitteln"
},
"nplurals=2; plural=(n != 1);");