16 строки
926 B
JavaScript
16 строки
926 B
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 et TOTP-program",
|
|
"Two Factor TOTP Provider" : "Tofaktors TOTP-tilbyder",
|
|
"Authentication code" : "Autentiseringskode",
|
|
"Could not enable TOTP" : "Kune ikke aktivere TOTP",
|
|
"Could not verify your key. Please try again" : "Kunne ikke bekrefte din nøkkel. Prøv igjen",
|
|
"Get the authentication code from the two-factor authentication app on your device." : "Hent autentiseringskoden fra din applikasjon for to-trinns bekreftelse.",
|
|
"Submit" : "Send inn"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|