20 строки
1.5 KiB
JavaScript
20 строки
1.5 KiB
JavaScript
OC.L10N.register(
|
|
"twofactor_totp",
|
|
{
|
|
"Enable TOTP" : "TOTP (zeitgesteuertes Einmalpasswort) aktivieren",
|
|
"This is your new TOTP secret:" : "Dies ist Ihr neuer TOTP-Schlüssel:",
|
|
"Scan this QR code with your TOTP app" : "Scannen Sie diesen QR-Code mit Ihrer TOTP-App",
|
|
"Once you have configured your app, enter a test code below to ensure that your app has been configured correctly." : "Nachdem Sie die App konfiguriert haben, geben Sie unten einen Testcode ein, um sicherzustellen, dass Ihre App korrekt konfiguriert ist.",
|
|
"Authentication code" : "Authentifizierungscode",
|
|
"Verify" : "Überprüfen",
|
|
"Could not verify your key. Please try again" : "Ihr Schlüssel konnte nicht überprüft werden. Bitte erneut versuchen",
|
|
"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",
|
|
"Submit" : "Übermitteln",
|
|
"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.",
|
|
"TOTP second-factor auth" : "TOTP-Zweifaktorauthentifizierung"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|