mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 15:00:59 +08:00
feat(X-Pack): 同步管理,目标数据源Doris支持配置BE副本数 #13614
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -3695,7 +3695,9 @@ export default {
|
||||
please_select: '請選擇',
|
||||
query_timeout: '查詢超時',
|
||||
description: '描述',
|
||||
tips: '提示'
|
||||
tips: '提示',
|
||||
replication: 'BE 複本',
|
||||
replication_tip: 'BE 節點數量'
|
||||
},
|
||||
sync_summary: {
|
||||
summary: '概覽',
|
||||
|
||||
@@ -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: '概览',
|
||||
|
||||
@@ -158,7 +158,7 @@ export class Waterfall extends G2PlotChartView<WaterfallOptions, G2Waterfall> {
|
||||
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<WaterfallOptions, G2Waterfall> {
|
||||
}
|
||||
},
|
||||
{
|
||||
name: t('chart.total'),
|
||||
name: t('chart.waterfall_total'),
|
||||
value: '',
|
||||
marker: {
|
||||
style: {
|
||||
|
||||
2
de-xpack
2
de-xpack
Submodule de-xpack updated: 4c9d80831d...8f2c8afd36
Reference in New Issue
Block a user