From 912c73bdab90c20401eb14ff28780078726668ef Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Mon, 27 Jun 2022 10:09:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BF=87=E6=BB=A4=E5=99=A8=E5=BC=B9?= =?UTF-8?q?=E6=A1=86=E6=96=87=E5=AD=97=E7=B2=BE=E7=AE=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/lang/en.js | 7 ++++--- frontend/src/lang/tw.js | 7 ++++--- frontend/src/lang/zh.js | 9 +++++---- .../src/views/panel/filter/filterMain/FilterControl.vue | 5 ++--- 4 files changed, 15 insertions(+), 13 deletions(-) diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js index 7e6c211535..3b062493f7 100644 --- a/frontend/src/lang/en.js +++ b/frontend/src/lang/en.js @@ -1595,7 +1595,7 @@ export default { select_by_table: 'Select by table', data_list: 'Data list', component_list: 'Component list', - custom_scope: 'Custom control range', + custom_scope: 'Target', multiple_choice: 'Multiple choice', single_choice: 'Single choice', field: 'Field', @@ -1722,10 +1722,11 @@ export default { component_hidden: 'Component Hidden', public_link_tips: 'Currently in public link mode, the target panel does not have a public link and cannot jump to it', input_title: 'Input Title', - show_title: 'Show Title', + show_title: 'Title', default_settings: 'Default Settings', choose_background: 'Choose Component Background', - choose_background_tips: 'The component`s own background settings will overwrite the current settings' + choose_background_tips: 'The component`s own background settings will overwrite the current settings', + visual: 'Visual' }, plugin: { local_install: 'Local installation', diff --git a/frontend/src/lang/tw.js b/frontend/src/lang/tw.js index b556de08b1..15d5dff89d 100644 --- a/frontend/src/lang/tw.js +++ b/frontend/src/lang/tw.js @@ -1596,7 +1596,7 @@ export default { select_by_table: '按錶選擇', data_list: '數據列錶', component_list: '組件列錶', - custom_scope: '自定義控製範圍', + custom_scope: '控製範圍', multiple_choice: '多選', single_choice: '單選', field: '字段', @@ -1723,13 +1723,14 @@ export default { component_hidden: '隱藏的組件', public_link_tips: '當前是公共鏈接模式,目標儀錶闆未設置公共鏈接,無法跳轉', input_title: '請輸入標題', - show_title: '顯示標題', + show_title: '標題', default_settings: '默認值設置', choose_background: '選擇組件背景', choose_background_tips: '組件自有的背景設置會覆蓋當前設置', setting_background: '設置背景', setting_jump: '跳轉設置', - select_view: '請選擇視圖...' + select_view: '請選擇視圖...', + visual: '虛擬化' }, plugin: { local_install: '本地安裝', diff --git a/frontend/src/lang/zh.js b/frontend/src/lang/zh.js index 8b2e178a5a..275327fb92 100644 --- a/frontend/src/lang/zh.js +++ b/frontend/src/lang/zh.js @@ -1603,8 +1603,8 @@ export default { select_by_table: '按表选择', data_list: '数据列表', component_list: '组件列表', - custom_scope: '自定义控制范围', - binding_parameters: '绑定参数', + custom_scope: '控制范围', + binding_parameters: '参数', multiple_choice: '多选', single_choice: '单选', field: '字段', @@ -1732,13 +1732,14 @@ export default { component_hidden: '隐藏的组件', public_link_tips: '当前是公共链接模式,目标仪表板未设置公共链接,无法跳转', input_title: '请输入标题', - show_title: '显示标题', + show_title: '标题', default_settings: '默认值设置', choose_background: '选择组件背景', choose_background_tips: '组件自有的背景设置会覆盖当前设置', setting_background: '设置背景', setting_jump: '跳转设置', - select_view: '请选择视图...' + select_view: '请选择视图...', + visual: '虚拟化' }, plugin: { local_install: '本地安装', diff --git a/frontend/src/views/panel/filter/filterMain/FilterControl.vue b/frontend/src/views/panel/filter/filterMain/FilterControl.vue index 992ad91756..675ff8a0b5 100644 --- a/frontend/src/views/panel/filter/filterMain/FilterControl.vue +++ b/frontend/src/views/panel/filter/filterMain/FilterControl.vue @@ -6,12 +6,11 @@ v-if="widget.showSwitch" v-model="attrs.multiple" :active-text="$t('panel.multiple_choice')" - :inactive-text="$t('panel.single_choice')" @change="multipleChange" /> - - 虚拟化 + + {{ $t('panel.visual') }}