From dd2ba9ab123764a28f5f501cbe6b0cecdf79adc8 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Mon, 2 Mar 2026 11:45:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BE=E8=A1=A8):=20=E4=B8=96=E7=95=8C?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E6=94=AF=E6=8C=81=E4=B8=8B=E9=92=BB=E5=88=B0?= =?UTF-8?q?=E5=9B=BD=E5=AE=B6,=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/en.ts | 3 ++- core/core-frontend/src/locales/tw.ts | 3 ++- core/core-frontend/src/locales/zh-CN.ts | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index dfcd37d20f..5d2ec9551e 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -714,7 +714,8 @@ export default { title: 'SAML2 Settings', request: 'Enable Request Signing', assertion: 'Enable Assertion Signing' - } + }, + country: 'Country' }, components: { dashboard_style: 'Dashboard style', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index bc82a653c4..84bc8ad903 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -689,7 +689,8 @@ export default { title: 'SAML2 設定', request: '開啟請求簽名', assertion: '開啟斷言簽名' - } + }, + country: '國家' }, components: { effective_during_link: '公共連結生效', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 3891df3da8..21edb6d2cb 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -693,7 +693,8 @@ export default { title: 'SAML2 设置', request: '开启请求签名', assertion: '开启断言签名' - } + }, + country: '国家' }, components: { dashboard_style: '仪表板风格',