fix: 国际化

This commit is contained in:
dataeaseShu
2025-11-21 09:56:34 +08:00
committed by dataeaseShu
parent 6635793ee5
commit 2ebb322a0d
3 changed files with 15 additions and 3 deletions

View File

@@ -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',

View File

@@ -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: '公共連結生效',

View File

@@ -690,7 +690,9 @@ export default {
please_select_area: '请选择区域',
delete_custom_sub_area_tip: '确定删除该自定义区域',
saml: {
title: 'SAML2 设置'
title: 'SAML2 设置',
request: '开启请求签名',
assertion: '开启断言签名',
}
},
components: {