diff --git a/l10n/es.js b/l10n/es.js index 0d71bdd..d885f83 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -6,6 +6,7 @@ OC.L10N.register( "Scan this QR code with your TOTP app" : "Escane este código QR con su app TOTP", "You enabled TOTP two-factor authentication for your account" : "Ha habilitado TOTP autenticación de dos factores para su cuenta", "You disabled TOTP two-factor authentication for your account" : "Ha deshabilitado TOTP autenticación de dos factores para su cuenta", + "TOTP (Authenticator app)" : "TOTP (App de autenticación)", "Authenticate with a TOTP app" : "Autenticar con la app TOTP", "Authentication code" : "Código de autentificación", "Get the authentication code from the two-factor authentication app on your device." : "Consigue el codigo de autentificación de la aplicación de tu dispositivo movil.", diff --git a/l10n/es.json b/l10n/es.json index fdc0852..e5b28c2 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -4,6 +4,7 @@ "Scan this QR code with your TOTP app" : "Escane este código QR con su app TOTP", "You enabled TOTP two-factor authentication for your account" : "Ha habilitado TOTP autenticación de dos factores para su cuenta", "You disabled TOTP two-factor authentication for your account" : "Ha deshabilitado TOTP autenticación de dos factores para su cuenta", + "TOTP (Authenticator app)" : "TOTP (App de autenticación)", "Authenticate with a TOTP app" : "Autenticar con la app TOTP", "Authentication code" : "Código de autentificación", "Get the authentication code from the two-factor authentication app on your device." : "Consigue el codigo de autentificación de la aplicación de tu dispositivo movil.",