twofactor_totp/l10n/de.js

21 строка
1.3 KiB
JavaScript
Исходник Обычный вид История

2016-06-09 09:16:28 +03:00
OC.L10N.register(
"twofactor_totp",
{
2017-01-16 04:05:45 +03:00
"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",
2018-12-08 04:38:16 +03:00
"TOTP two-factor authentication disabled by an admin" : "TOTP Zwei-Faktor-Authentifizierung wurde von einem Administrator deaktiviert",
2017-01-19 05:02:17 +03:00
"TOTP (Authenticator app)" : "TOTP (App zur Authentifizierung)",
2016-12-29 05:02:23 +03:00
"Authenticate with a TOTP app" : "Mit einer TOTP-App authentifizieren",
2019-02-15 04:41:04 +03:00
"Two-Factor TOTP Provider" : "Zwei-Faktor TOTP-Anbieter",
2019-11-23 05:55:53 +03:00
"TOTP two-factor provider" : "TOTP-Zwei-Faktor-Anbieter",
2018-05-29 03:39:17 +03:00
"A Two-Factor-Auth Provider for TOTP (RFC 6238)" : "Ein Zwei-Faktor-Anbieter für TOTP (RFC 6238)",
2018-11-18 04:39:35 +03:00
"Enable TOTP" : "TOTP aktivieren",
2019-05-03 03:39:01 +03:00
"Could not enable TOTP" : "TOTP kann nicht aktiviert werden",
2018-11-18 04:39:35 +03:00
"Your new TOTP secret is:" : "Dein neuer TOTP-Schlüssel ist:",
2018-11-17 04:49:06 +03:00
"Authentication code" : "Authentifizierungscode",
2018-11-18 04:39:35 +03:00
"Verify" : "Überprüfen",
2019-03-22 04:35:37 +03:00
"Get the authentication code from the two-factor authentication app on your device." : "Erhalte den Authentifizierungscode von der Zweifaktorauthentifizierung-App auf Deinem Gerät.",
2018-10-04 03:39:42 +03:00
"Submit" : "Übermitteln"
2016-06-09 09:16:28 +03:00
},
"nplurals=2; plural=(n != 1);");