mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix: 国际化
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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: '公共連結生效',
|
||||
|
||||
@@ -690,7 +690,9 @@ export default {
|
||||
please_select_area: '请选择区域',
|
||||
delete_custom_sub_area_tip: '确定删除该自定义区域?',
|
||||
saml: {
|
||||
title: 'SAML2 设置'
|
||||
title: 'SAML2 设置',
|
||||
request: '开启请求签名',
|
||||
assertion: '开启断言签名',
|
||||
}
|
||||
},
|
||||
components: {
|
||||
|
||||
Reference in New Issue
Block a user