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

eu.js « l10n - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 85d12001f66db1559051e6de9136e8a64b503d6a (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",
    {
    "Enable TOTP" : "TOTP gaitu",
    "This is your new TOTP secret:" : "Hau da zure TOTP sekretu berria",
    "Scan this QR code with your TOTP app" : "QR kodea eskaneatu TOTP app-arekin",
    "Once you have configured your app, enter a test code below to ensure that your app has been configured correctly." : "Behin app-a konfiguratu duzula, azpiko probako kode hau sartu app-a ondo konfiguratu dela ziur egoteko",
    "Authentication code" : "Autentifikazio kodea",
    "Verify" : "Egiaztatu",
    "Could not verify your key. Please try again" : "Ezin da zure gakoa ziurtatu. Saia zaitez berriz mesedez",
    "You enabled TOTP two-factor authentication for your account" : "TOTP bi pausutako autentikazioa aktibatu duzu zure kontuan",
    "You disabled TOTP two-factor authentication for your account" : "TOTP bi pausutako autentikazioa desgaitu duzu zure kontuan",
    "TOTP (Authenticator app)" : "TOTP (autentifikazio app-a)",
    "Authenticate with a TOTP app" : "TOTP app-arekin izena eman",
    "Two Factor TOTP Provider" : "Bi faktoreen TOTP hornitzailea",
    "Submit" : "Onartu",
    "Get the authentication code from the two-factor authentication app on your device." : "Zure gailuko bi faktoreetako autentikazio app-tik autentikazio kodea lortu.",
    "TOTP second-factor auth" : "TOTP bigarren faktorearen autentikazioa"
},
"nplurals=2; plural=(n != 1);");