11 строки
445 B
JavaScript
11 строки
445 B
JavaScript
OC.L10N.register(
|
|
"twofactor_totp",
|
|
{
|
|
"Enable TOTP" : "Aktivizo TOTP",
|
|
"This is your new TOTP secret:" : "Kjo është e fshehta juaj TOTP e re:",
|
|
"Scan this QR code with your TOTP app" : "Skanojeni këtë kod QR me aplikacionin tuaj TOTP",
|
|
"Authenticate with a TOTP app" : "Mirëfilltësimin kryejeni me një aplikacion TOTP",
|
|
"TOTP Second-factor Auth" : "TOTP Second-factor Auth"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|