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