diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index 1545da4251..7aefd85e9b 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -709,7 +709,12 @@ export default { delete_custom_area_tip: 'This operation will cause the map using the custom area to fail to display normally, are you sure to delete?', please_select_area: 'Please select an area', - delete_custom_sub_area_tip: 'Are you sure you want to delete this custom area?' + delete_custom_sub_area_tip: 'Are you sure you want to delete this custom area?', + saml: { + title: 'SAML2 Settings', + request: 'Enable Request Signing', + assertion: 'Enable Assertion Signing', + } }, components: { dashboard_style: 'Dashboard style', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index d91aed496e..ec36f1abf7 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -684,7 +684,12 @@ export default { sub_area_tip: '請選擇省份或直轄市', delete_custom_area_tip: '該操作會導致使用了自定義區域的地圖無法正常展示,確定刪除?', please_select_area: '請選擇區域', - delete_custom_sub_area_tip: '確定刪除該自定義區域?' + delete_custom_sub_area_tip: '確定刪除該自定義區域?', + saml: { + title: 'SAML2 設定', + request: '開啟請求簽名', + assertion: '開啟斷言簽名' + } }, 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 5eae2f7e38..c56069efc5 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -690,7 +690,9 @@ export default { please_select_area: '请选择区域', delete_custom_sub_area_tip: '确定删除该自定义区域?', saml: { - title: 'SAML2 设置' + title: 'SAML2 设置', + request: '开启请求签名', + assertion: '开启断言签名', } }, components: {