21 lines
1.4 KiB
JavaScript
21 lines
1.4 KiB
JavaScript
OC.L10N.register(
|
|
"twofactor_totp",
|
|
{
|
|
"You enabled TOTP two-factor authentication for your account" : "Du har aktivert to-trinns bekreftelse for din konto",
|
|
"You disabled TOTP two-factor authentication for your account" : "Du har deaktivert to-trinns bekreftelse for din konto",
|
|
"TOTP (Authenticator app)" : "To-trinns bekreftelse (TOTP)",
|
|
"Authenticate with a TOTP app" : "Autentiser med en TOTP-app",
|
|
"Two-Factor TOTP Provider" : "To-trinn tilbyder",
|
|
"Could not enable TOTP" : "Kunne ikke aktivere to-trinn autentisering",
|
|
"Could not verify your key. Please try again" : "Kunne ikke bekrefte din nøkkel. Prøv igjen",
|
|
"Enable TOTP" : "Aktiver to-trinn autentisering",
|
|
"Your new TOTP secret is:" : "Ny to-trinn hemmelig nøkkel er:",
|
|
"For quick setup, scan this QR code with your TOTP app:" : "For raskt oppsett, skann QR koden med din autentiseringsapp:",
|
|
"After you configured your app, enter a test code below to ensure everything works correctly:" : "Etter app er satt opp, må du oppgi en kode for å verifisere at alt fungerer korrekt:",
|
|
"Authentication code" : "Autentiseringskode",
|
|
"Verify" : "Verifiser",
|
|
"Get the authentication code from the two-factor authentication app on your device." : "Få autentiseringskoden fra to-trinns-appen på din enhet. ",
|
|
"Submit" : "Send inn"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|