24 lines
1.7 KiB
JavaScript
24 lines
1.7 KiB
JavaScript
OC.L10N.register(
|
|
"twofactor_totp",
|
|
{
|
|
"You enabled TOTP two-factor authentication for your account" : "You enabled TOTP two-factor authentication for your account",
|
|
"You disabled TOTP two-factor authentication for your account" : "You disabled TOTP two-factor authentication for your account",
|
|
"TOTP two-factor authentication disabled by the administration" : "TOTP two-factor authentication disabled by the administration",
|
|
"TOTP (Authenticator app)" : "TOTP (Authenticator app)",
|
|
"Authenticate with a TOTP app" : "Authenticate with a TOTP app",
|
|
"Two-Factor TOTP Provider" : "Two-Factor TOTP Provider",
|
|
"Two-factor TOTP provider" : "Two-factor TOTP provider",
|
|
"A two-factor authentication provider for TOTP (RFC 6238)" : "A two-factor authentication provider for TOTP (RFC 6238)",
|
|
"Could not enable TOTP" : "Could not enable TOTP",
|
|
"Could not verify your key. Please try again" : "Could not verify your key. Please try again",
|
|
"Enable TOTP" : "Enable TOTP",
|
|
"Your new TOTP secret is:" : "Your new TOTP secret is:",
|
|
"For quick setup, scan this QR code with your TOTP app:" : "For quick setup, scan this QR code with your TOTP app:",
|
|
"After you configured your app, enter a test code below to ensure everything works correctly:" : "After you configured your app, enter a test code below to ensure everything works correctly:",
|
|
"Authentication code" : "Authentication code",
|
|
"Verify" : "Verify",
|
|
"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.",
|
|
"Submit" : "ສົ່ງ"
|
|
},
|
|
"nplurals=1; plural=0;");
|