diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index d87d304374..ce10ea3bbd 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -3797,7 +3797,9 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr please_select: 'Please select ', query_timeout: 'Query timeout', description: 'Description', - tips: 'Tips' + tips: 'Tips', + replication: 'BE Replica', + replication_tip: 'Number of BE Nodes' }, sync_summary: { summary: 'Overview', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index bd8155ac3b..f2a0634fc8 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -3695,7 +3695,9 @@ export default { please_select: '請選擇', query_timeout: '查詢超時', description: '描述', - tips: '提示' + tips: '提示', + replication: 'BE 複本', + replication_tip: 'BE 節點數量' }, sync_summary: { summary: '概覽', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 8fb2ea3cc6..8170f85858 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -1968,7 +1968,7 @@ export default { circle_packing_padding: '圆形间距', increase: '增加', decrease: '减少', - total: '合计', + waterfall_total: '合计', accumulate: '累加', table_cross_bg_tip: '合并单元格后,不支持班马纹' }, @@ -3706,7 +3706,9 @@ export default { please_select: '请选择', query_timeout: '查询超时', description: '描述', - tips: '提示' + tips: '提示', + replication: 'BE 副本', + replication_tip: 'BE 节点数量' }, sync_summary: { summary: '概览', diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/bar/waterfall.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/bar/waterfall.ts index edcac7b898..b22cf80fc2 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/bar/waterfall.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/bar/waterfall.ts @@ -158,7 +158,7 @@ export class Waterfall extends G2PlotChartView { return { ...options, total: { - label: t('chart.total'), + label: t('chart.waterfall_total'), style: { fill: setGradientColor(hexColorToRGBA(totalColorRgba, alpha), gradient, 270) } @@ -303,7 +303,7 @@ export class Waterfall extends G2PlotChartView { } }, { - name: t('chart.total'), + name: t('chart.waterfall_total'), value: '', marker: { style: { diff --git a/de-xpack b/de-xpack index 4c9d80831d..8f2c8afd36 160000 --- a/de-xpack +++ b/de-xpack @@ -1 +1 @@ -Subproject commit 4c9d80831da6404e9832ae9406f1950ac57a9c13 +Subproject commit 8f2c8afd3657fa46b4ab0888533001f42cc545e7