From ab520b96955b3cad353dfdba33257e1f2f126624 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Tue, 10 Dec 2024 11:39:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BE=E8=A1=A8):=20=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E5=8C=96(=E6=B0=B4=E6=B3=A2=E5=9B=BE)?= 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 | 5 +++-- core/core-frontend/src/locales/zh-CN.ts | 5 +++-- .../editor/editor-senior/components/Threshold.vue | 8 +++----- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index b077739d15..175adc1ead 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -1856,7 +1856,7 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr font_family_song_ti: 'SimSun', font_family_kai_ti: 'KaiTi', font_family_hei_ti: 'SimHei', - gauge_condition_style_tips: `Condition style settings, determine dashboard interval colors, leave blank to disable thresholds, range (0-100), incremental levels
Example: input 30,70; this means: divided into 3 segments, namely [0,30], (30,70], (70,100]`, + gauge_condition_style_tips: `Condition style settings, determine dashboard interval colors, leave blank to disable thresholds, range (0-100), incremental levels
Example: input 30,70; this means: divided into 3 segments, namely [0,30], [30,70], [70,100]`, light_theme: 'Light Theme', dark_theme: 'Dark Theme', export_excel: 'Excel', @@ -1864,7 +1864,8 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr export_raw_details: 'Raw Details', field_is_empty_export_error: 'No fields available, unable to export', chart_symbolic_map: 'Symbolic map', - chart_stock_line: 'K line' + chart_stock_line: 'K line', + liquid_condition_style_tips: `Condition style settings, determine water wave chart interval colors, leave blank to disable thresholds, range (0-100), incremental levels
Example: input 30,70; this means: divided into 3 segments, namely [0,30], [30,70], [70,100]` }, dataset: { scope_edit: 'only effective when editing', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index af311e9201..9a9bd3e6da 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -1816,7 +1816,7 @@ export default { font_family_song_ti: '宋體', font_family_kai_ti: '楷體', font_family_hei_ti: '黑體', - gauge_condition_style_tips: `條件樣式設定,決定儀表板區間顏色,為空則不啟用閾值,範圍(0-100),逐級遞增
例如:輸入 30,70;表示:分為3段,分別為[0,30],(30,70],(70,100]`, + gauge_condition_style_tips: `條件樣式設定,決定儀表板區間顏色,為空則不啟用閾值,範圍(0-100),逐級遞增
例如:輸入 30,70;表示:分為3段,分別為[0,30],[30,70],[70,100]`, light_theme: '浅色主題', dark_theme: '暗色主題', export_excel: '導出Excel', @@ -1824,7 +1824,8 @@ export default { export_raw_details: '導出原始明細', field_is_empty_export_error: '目前無欄位,無法匯出', chart_symbolic_map: '符號地圖', - chart_stock_line: 'K 線圖' + chart_stock_line: 'K 線圖', + liquid_condition_style_tips: `條件樣式設定,決定水波圖區間顏色,為空則不啟用閾值,範圍(0-100),逐級遞增
例如:輸入 30,70;表示:分為3段,分別為[0,30],[30,70],[70,100]` }, dataset: { scope_edit: '僅編輯時生效', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index dca49879ee..1a0f2b9463 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -1818,7 +1818,7 @@ export default { font_family_song_ti: '宋体', font_family_kai_ti: '楷体', font_family_hei_ti: '黑体', - gauge_condition_style_tips: `条件样式设置,决定仪表盘区间颜色,为空则不开启阈值,范围(0-100),逐级递增
例如:输入 30,70;表示:分为3段,分别为[0,30],(30,70],(70,100]`, + gauge_condition_style_tips: `条件样式设置,决定仪表盘区间颜色,为空则不开启阈值,范围(0-100),逐级递增
例如:输入 30,70;表示:分为3段,分别为[0,30],[30,70],[70,100]`, light_theme: '浅色主题', dark_theme: '深色主题', export_excel: '导出Excel', @@ -1826,7 +1826,8 @@ export default { export_raw_details: '导出原始明细', field_is_empty_export_error: '当前无字段,无法导出', chart_symbolic_map: '符号地图', - chart_stock_line: 'K 线图' + chart_stock_line: 'K 线图', + liquid_condition_style_tips: `条件样式设置,决定水波图颜色,为空则不开启阈值,范围(0-100),逐级递增
例如:输入 30,70;表示:分为3段,分别为[0,30],[30,70],[70,100]` }, dataset: { scope_edit: '仅编辑时生效', diff --git a/core/core-frontend/src/views/chart/components/editor/editor-senior/components/Threshold.vue b/core/core-frontend/src/views/chart/components/editor/editor-senior/components/Threshold.vue index f6749e6bbd..5265c72e3d 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-senior/components/Threshold.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-senior/components/Threshold.vue @@ -416,9 +416,7 @@ init() @@ -503,7 +501,7 @@ init() :class="{ 'set-text-info-dark': themes === 'dark' }" v-if="state.thresholdForm?.labelThreshold?.length > 0" > - 已设置 + {{ t('visualization.already_setting') }} - 已设置 + {{ t('visualization.already_setting') }}