15 строки
898 B
JavaScript
15 строки
898 B
JavaScript
OC.L10N.register(
|
|
"twofactor_totp",
|
|
{
|
|
"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",
|
|
"Authentication code" : "Autentifikazio kodea",
|
|
"Could not verify your key. Please try again" : "Ezin da zure gakoa ziurtatu. Saia zaitez berriz mesedez",
|
|
"Get the authentication code from the two-factor authentication app on your device." : "Zure gailuko bi faktoreetako autentikazio app-tik autentikazio kodea lortu.",
|
|
"Submit" : "Onartu"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|