From 654365596f69536e4fe9373c00c6f28d94faabd5 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 1 Apr 2025 17:05:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E7=BB=84=E4=BB=B6=E7=BD=AE=E9=A1=B6=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/en.ts | 5 ++ core/core-frontend/src/locales/tw.ts | 4 ++ core/core-frontend/src/locales/zh-CN.ts | 4 ++ .../editor/editor-style/VQueryChartStyle.vue | 62 +++++++++++++++---- 4 files changed, 62 insertions(+), 13 deletions(-) diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index 3c6e08ffbc..777c9e0411 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -2886,6 +2886,11 @@ export default { column_name: 'Field name' }, visualization: { + filter_freeze_tips: + 'A pinned query component already exists. Confirm switching to this component?', + query_position: 'Query Component Position', + default: 'Default', + to_top: 'Pin to Top', publish_recover: 'Revert to the published version', publish_tips1: 'Visible after publication', publish_tips2: 'Available after publication {0}', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index 04f9bd18b6..a55cad767f 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -2807,6 +2807,10 @@ export default { column_name: '欄位名稱' }, visualization: { + filter_freeze_tips: '已存在置頂查詢組件,確定切換該組件?', + query_position: '查詢組件位置', + default: '預設', + to_top: '置頂', publish_recover: '恢復到發佈版本', publish_tips1: '發佈後可查看', publish_tips2: '發佈後可{0}', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index abea2125c4..678c72ddd6 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -2813,6 +2813,10 @@ export default { column_name: '字段名称' }, visualization: { + filter_freeze_tips: '已存在置顶查询组件,确定切换该组件?', + query_position: '查询组件位置', + default: '默认', + to_top: '置顶', publish_recover: '恢复到发布版本', publish_tips1: '发布后可查看', publish_tips2: '发布后可{0}', diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue index 936083b094..bb1e068c3a 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue @@ -1,5 +1,5 @@