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

de.js « l10n - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6bb048cb2ff67fa774b53c789717484db9f0cf5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "twofactor_totp",
    {
    "Enable TOTP" : "TOTP (zeitgesteuertes Einmalpasswort) aktivieren",
    "This is your new TOTP secret:" : "Dies ist dein neuer TOTP-Schlüssel:",
    "Scan this QR code with your TOTP app" : "Scanne diesen QR-Code mit deiner TOTP-App",
    "Authenticate with a TOTP app" : "Mit einer TOTP-App authentisieren",
    "Authentication code" : "Authentifizierungscode",
    "Get the authentication code from the two-factor authentication app on your device." : "Erhalte den Authentifizierungscode von der Zweifaktorauthentifizierung-App auf deinem Gerät.",
    "TOTP second-factor auth" : "TOTP-Zweifaktorauthentifizierung"
},
"nplurals=2; plural=(n != 1);");