diff --git a/frontend/app/src/i18n/es/components/settings/settingsSecurityZoneComponent.json b/frontend/app/src/i18n/es/components/settings/settingsSecurityZoneComponent.json index f3a4397dd..97ca0eaba 100644 --- a/frontend/app/src/i18n/es/components/settings/settingsSecurityZoneComponent.json +++ b/frontend/app/src/i18n/es/components/settings/settingsSecurityZoneComponent.json @@ -5,27 +5,46 @@ "changeUserPasswordPasswordConfirmationLabel": "Confirmar nueva contraseña", "changeUserPasswordFeedbackLabel": "La contraseña no cumple con los requisitos", "changeUserPasswordPasswordsDoNotMatchFeedbackLabel": "Las contraseñas no coinciden", - "subtitleMFA": "Multi-Factor Authentication (MFA)", - "mfaDisabledDescription": "MFA is currently disabled. Enable it to add an extra layer of security to your account.", - "mfaEnabledDescription": "MFA is currently enabled. Your account is protected with two-factor authentication.", - "enableMFAButton": "Enable MFA", - "disableMFAButton": "Disable MFA", - "mfaSetupModalTitle": "Setup Multi-Factor Authentication", - "mfaSetupInstructions": "Scan the QR code below with your authenticator app (Google Authenticator, Authy, etc.) or manually enter the secret:", - "mfaSecretLabel": "Secret Key", - "mfaVerificationCodeLabel": "Verification Code", - "mfaVerificationCodePlaceholder": "Enter 6-digit code", - "mfaDisableModalTitle": "Disable Multi-Factor Authentication", - "mfaDisableConfirmation": "Are you sure you want to disable MFA? This will reduce your account security.", - "mfaEnabledSuccess": "MFA enabled successfully", - "mfaDisabledSuccess": "MFA disabled successfully", - "errorLoadMFAStatus": "Error loading MFA status", - "errorSetupMFA": "Error setting up MFA", - "errorEnableMFA": "Error enabling MFA", - "errorDisableMFA": "Error disabling MFA", + "subtitleMFA": "Autenticación multi-factor (MFA)", + "mfaDisabledDescription": "MFA está actualmente deshabilitado. Habilítalo para añadir una capa extra de seguridad a tu cuenta.", + "mfaEnabledDescription": "MFA está activado. Tu cuenta está protegida con autenticación de dos factores.", + "enableMFAButton": "Habilitar MFA", + "disableMFAButton": "Desactivar MFA", + "mfaSetupModalTitle": "Configurar Autenticación Multi-Factor", + "mfaSetupInstructions": "Escanea el código QR de abajo con tu aplicación de autenticación (Google Authenticator, Authy, Aegis, etc.) o introduce manualmente el secreto:", + "mfaSecretLabel": "Clave secreta", + "mfaVerificationCodeLabel": "Codigo de Verificacion", + "mfaVerificationCodePlaceholder": "Introduce el código de 6 dígitos", + "mfaDisableModalTitle": "Desactivar Autenticación Multi-Factor", + "mfaDisableConfirmation": "¿Estás seguro de que quieres desactivar MFA? Esto reducirá la seguridad de tu cuenta.", + "mfaEnabledSuccess": "MFA habilitado con éxito", + "mfaDisabledSuccess": "MFA desactivado correctamente", + "errorLoadMFAStatus": "Error al cargar el estado de MFA", + "errorSetupMFA": "Error al configurar MFA", + "errorEnableMFA": "Error activando MFA", + "errorDisableMFA": "Error desactivando MFA", "subtitleMySessions": "Mis sesiones", "userChangePasswordSuccessMessage": "La contraseña ha sido cambiada correctamente", "userChangePasswordErrorMessage": "Error al cambiar la contraseña", "successDeleteSession": "Sesión eliminada exitosamente", - "errorDeleteSession": "Error al eliminar la sesión" + "errorDeleteSession": "Error al eliminar la sesión", + "subtitleLinkedAccounts": "Linked accounts", + "linkedAccountsDescription": "Manage external authentication providers (SSO) linked to your account. You can sign in using any of these providers.", + "linkedAccountsLastLogin": "Last login", + "linkedAccountsLinkedAt": "Linked", + "linkedAccountsNeverUsed": "Never used", + "unlinkAccountButton": "Unlink", + "availableProvidersLabel": "Available providers", + "unlinkModalTitle": "Unlink Account", + "unlinkModalConfirmation": "Are you sure you want to unlink your {providerName} account? You will no longer be able to sign in using this provider.", + "unlinkModalLastMethodWarning": "Warning: This is your only authentication method. Please set a password before unlinking.", + "unlinkAccountSuccess": "Account unlinked successfully", + "unlinkAccountError": "Error unlinking account", + "unlinkAccountLastMethodError": "Cannot unlink last authentication method. Please set a password first.", + "linkAccountSuccess": "{providerName} account linked successfully", + "linkAccountError": "Error linking account", + "linkAccountAlreadyLinked": "This {providerName} account is already linked", + "linkAccountInUse": "This {providerName} account is already linked to another user", + "errorLoadingLinkedAccounts": "Error loading linked accounts", + "refreshButton": "Refresh" }