10 строки
413 B
JavaScript
10 строки
413 B
JavaScript
OC.L10N.register(
|
|
"twofactor_totp",
|
|
{
|
|
"Enable TOTP" : "Activează TOTP",
|
|
"This is your new TOTP secret:" : "Acesta este noua ta cheie secretă TOTP:",
|
|
"Scan this QR code with your TOTP app" : "Scanează acest cod QR cu aplicația ta TOTP",
|
|
"Authenticate with a TOTP app" : "Autentifică-te cu o aplicație TOTP"
|
|
},
|
|
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
|