Welcome to mirror list, hosted at ThFree Co, Russian Federation.

de_DE.js « l10n - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2084c613dac39bfca2c82a107dc08265d0f7a671 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 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 konnte nicht aktiviert werden",
    "Your new TOTP secret is:" : "Ihr neuer TOTP-Schlüssel ist:",
    "Authentication code" : "Authentifizierungscode",
    "Verify" : "Überprüfen",
    "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);");