15 строки
867 B
JavaScript
15 строки
867 B
JavaScript
OC.L10N.register(
|
|
"twofactor_totp",
|
|
{
|
|
"You enabled TOTP two-factor authentication for your account" : "Du har aktiveret two-factor godkendelse til din konto.",
|
|
"You disabled TOTP two-factor authentication for your account" : "Du har deaktiveret two-factor godkendelse til din konto.",
|
|
"TOTP (Authenticator app)" : "TOTP (Gokendelses app)",
|
|
"Authenticate with a TOTP app" : "Godkend med en TOTP app",
|
|
"Two Factor TOTP Provider" : "Two Factor TOTP udbyder",
|
|
"Authentication code" : "Autorisationskode",
|
|
"Could not verify your key. Please try again" : "Kunne ikke bekræfte din nøgle. Prøv venligst igen",
|
|
"Get the authentication code from the two-factor authentication app on your device." : "Få godkendelses koden fra two-factor godkendelses app på din enhed. ",
|
|
"Submit" : "Indsend"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|