13 строки
628 B
JavaScript
13 строки
628 B
JavaScript
OC.L10N.register(
|
|
"twofactor_totp",
|
|
{
|
|
"Enable TOTP" : "Enable TOTP",
|
|
"This is your new TOTP secret:" : "This is your new TOTP secret:",
|
|
"Scan this QR code with your TOTP app" : "Scan this QR code with your TOTP app",
|
|
"Authentication code" : "Authentication code",
|
|
"Authenticate with a TOTP app" : "Authenticate with a TOTP app",
|
|
"Get the authentication code from the two-factor authentication app on your device." : "Get the authentication code from the two-factor authentication app on your device.",
|
|
"TOTP second-factor auth" : "TOTP second-factor auth"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|