diff --git a/frontend/app/src/i18n/fr/components/settings/settingsServerSettingsZoneComponent.json b/frontend/app/src/i18n/fr/components/settings/settingsServerSettingsZoneComponent.json index 79e39ee0a..3a318bc55 100644 --- a/frontend/app/src/i18n/fr/components/settings/settingsServerSettingsZoneComponent.json +++ b/frontend/app/src/i18n/fr/components/settings/settingsServerSettingsZoneComponent.json @@ -8,6 +8,12 @@ "signupTitle": "Sign-up", "adminApprovalLabel": "Admin approval", "emailConfirmationLabel": "Email confirmation", + "ssoTitle": "Single Sign-On (SSO)", + "ssoEnabledInfoAlert": "Enable SSO to allow users to authenticate using external identity providers.", + "localLoginEnabledLabel": "Local login enabled", + "localLoginEnabledWarningAlert": "Disabling local login will prevent users from logging in with username/password. Ensure at least one SSO provider is configured before disabling.", + "ssoAutoRedirectLabel": "Auto-redirect to SSO", + "ssoAutoRedirectInfoAlert": "Automatically redirect to SSO provider when only one provider is configured and local login is disabled.", "publicShareableLinksLabel": "Lien public à partager", "enabledLabel": "Enabled", "serverSettingsPublicShareableLinksEnabledWarningAlert": "Activer cette option rendra toutes les activités publiques visibles sans authentification.",