21 строка
1.2 KiB
JavaScript
21 строка
1.2 KiB
JavaScript
OC.L10N.register(
|
|
"twofactor_totp",
|
|
{
|
|
"You enabled TOTP two-factor authentication for your account" : "TOTP bi faktoreko autentifikazioa aktibatu duzu zure kontuan",
|
|
"You disabled TOTP two-factor authentication for your account" : "TOTP bi faktoreko autentifikazioa desgaitu duzu zure kontuan",
|
|
"TOTP two-factor authentication disabled by an admin" : "TOTP bi faktoreko autentifikazioa kudeatzaileak desaktibatu egin du",
|
|
"TOTP (Authenticator app)" : "TOTP (autentifikazio app-a)",
|
|
"Authenticate with a TOTP app" : "TOTP app-arekin izena eman",
|
|
"Two-Factor TOTP Provider" : "TOTP bi faktoreko zerbitzua",
|
|
"TOTP two-factor provider" : "TOTP bi faktoreko zerbitzua",
|
|
"A Two-Factor-Auth Provider for TOTP (RFC 6238)" : "TOTP eskaintzeko zerbitzua (RFC 6238)",
|
|
"Enable TOTP" : "TOTP gaitu",
|
|
"Could not enable TOTP" : "Ezin izan da TOTP aktibatu",
|
|
"Your new TOTP secret is:" : "Zure TOTP sekretua hauxe da:",
|
|
"Authentication code" : "Autentifikazio kodea",
|
|
"Verify" : "Egiaztatu",
|
|
"Get the authentication code from the two-factor authentication app on your device." : "Zure gailuko bi faktoreko autentifikazio aplikaziotik autentifikazio kodea lortu.",
|
|
"Submit" : "Bidali"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|