|
@@ -18,6 +18,7 @@ export const StatisticFeatureChartEn = {
|
|
selecr_indicator_pld: "Please select the type of indicator",
|
|
selecr_indicator_pld: "Please select the type of indicator",
|
|
data_count:'Number of data',
|
|
data_count:'Number of data',
|
|
data_area:'Data interval',
|
|
data_area:'Data interval',
|
|
|
|
+ add_hint:'The maximum number of dates has been reached'
|
|
};
|
|
};
|
|
|
|
|
|
/* 中文 */
|
|
/* 中文 */
|
|
@@ -36,6 +37,7 @@ export const StatisticFeatureChartZh = {
|
|
selecr_indicator_pld: "请选择指标种类",
|
|
selecr_indicator_pld: "请选择指标种类",
|
|
data_count:'数据个数',
|
|
data_count:'数据个数',
|
|
data_area:'数据区间',
|
|
data_area:'数据区间',
|
|
|
|
+ add_hint:'日期数量已达上限'
|
|
};
|
|
};
|
|
|
|
|
|
/**
|
|
/**
|