From 23a9206db244ec4695f067917c42993327f95612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vit=C3=B3ria=20Silva?= Date: Thu, 4 Dec 2025 12:06:35 +0000 Subject: [PATCH] New translations settingsserversettingszonecomponent.json (Chinese Simplified) --- .../settings/settingsServerSettingsZoneComponent.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/app/src/i18n/cn/components/settings/settingsServerSettingsZoneComponent.json b/frontend/app/src/i18n/cn/components/settings/settingsServerSettingsZoneComponent.json index dd02ad6c5..b4451a5d2 100644 --- a/frontend/app/src/i18n/cn/components/settings/settingsServerSettingsZoneComponent.json +++ b/frontend/app/src/i18n/cn/components/settings/settingsServerSettingsZoneComponent.json @@ -8,6 +8,12 @@ "signupTitle": "注册设置", "adminApprovalLabel": "管理员审核", "emailConfirmationLabel": "邮箱验证", + "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": "公开分享链接", "enabledLabel": "启用", "serverSettingsPublicShareableLinksEnabledWarningAlert": "启用此选项后,所有公开发布的活动将可在未登录的情况下被查看。",