mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
feat(图表): 国际化(水波图)
This commit is contained in:
parent
98fd272aff
commit
ab520b9695
@ -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<br>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<br>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<br>Example: input 30,70; this means: divided into 3 segments, namely [0,30], [30,70], [70,100]`
|
||||
},
|
||||
dataset: {
|
||||
scope_edit: 'only effective when editing',
|
||||
|
@ -1816,7 +1816,7 @@ export default {
|
||||
font_family_song_ti: '宋體',
|
||||
font_family_kai_ti: '楷體',
|
||||
font_family_hei_ti: '黑體',
|
||||
gauge_condition_style_tips: `條件樣式設定,決定儀表板區間顏色,為空則不啟用閾值,範圍(0-100),逐級遞增<br/>例如:輸入 30,70;表示:分為3段,分別為[0,30],(30,70],(70,100]`,
|
||||
gauge_condition_style_tips: `條件樣式設定,決定儀表板區間顏色,為空則不啟用閾值,範圍(0-100),逐級遞增<br/>例如:輸入 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),逐級遞增<br/>例如:輸入 30,70;表示:分為3段,分別為[0,30],[30,70],[70,100]`
|
||||
},
|
||||
dataset: {
|
||||
scope_edit: '僅編輯時生效',
|
||||
|
@ -1818,7 +1818,7 @@ export default {
|
||||
font_family_song_ti: '宋体',
|
||||
font_family_kai_ti: '楷体',
|
||||
font_family_hei_ti: '黑体',
|
||||
gauge_condition_style_tips: `条件样式设置,决定仪表盘区间颜色,为空则不开启阈值,范围(0-100),逐级递增<br/>例如:输入 30,70;表示:分为3段,分别为[0,30],(30,70],(70,100]`,
|
||||
gauge_condition_style_tips: `条件样式设置,决定仪表盘区间颜色,为空则不开启阈值,范围(0-100),逐级递增<br/>例如:输入 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),逐级递增<br/>例如:输入 30,70;表示:分为3段,分别为[0,30],[30,70],[70,100]`
|
||||
},
|
||||
dataset: {
|
||||
scope_edit: '仅编辑时生效',
|
||||
|
@ -416,9 +416,7 @@ init()
|
||||
<el-tooltip effect="dark" placement="bottom">
|
||||
<el-icon style="margin-left: 10px"><InfoFilled /></el-icon>
|
||||
<template #content>
|
||||
条件样式设置,决定水波图颜色,为空则不开启阈值,范围(0-100),逐级递增
|
||||
<br />
|
||||
例如:输入 30,70;表示:分为3段,分别为[0,30],(30,70],(70,100]
|
||||
<span v-html="t('chart.liquid_condition_style_tips')"></span>
|
||||
</template>
|
||||
</el-tooltip>
|
||||
</el-form-item>
|
||||
@ -503,7 +501,7 @@ init()
|
||||
:class="{ 'set-text-info-dark': themes === 'dark' }"
|
||||
v-if="state.thresholdForm?.labelThreshold?.length > 0"
|
||||
>
|
||||
已设置
|
||||
{{ t('visualization.already_setting') }}
|
||||
</span>
|
||||
<el-button
|
||||
:title="t('chart.edit')"
|
||||
@ -603,7 +601,7 @@ init()
|
||||
:class="{ 'set-text-info-dark': themes === 'dark' }"
|
||||
v-if="state.thresholdForm?.tableThreshold?.length > 0"
|
||||
>
|
||||
已设置
|
||||
{{ t('visualization.already_setting') }}
|
||||
</span>
|
||||
<el-button
|
||||
:title="t('chart.edit')"
|
||||
|
Loading…
Reference in New Issue
Block a user