/** * 统计分析-统计特征 */ /* 英文 */ export const StatisticFeatureChartEn = { limit_name: "up and dowm limited", select_edb: "Select index", standard_deviation: "Standard deviation", rolling_period: "Rolling period", percentile: "percentile", time_length: "Length of time", frequency_distribution: "Frequency distribution", time_period: "Time period", frequency_band_number: "Frequency band number", near_month: "Last {num} months", near_year: "Last {num} years", selecr_indicator_pld: "Please select the type of indicator", data_count:'Number of data', data_area:'Data interval', add_hint:'The maximum number of dates has been reached' }; /* 中文 */ export const StatisticFeatureChartZh = { limit_name: "上下限", select_edb: "选择指标", standard_deviation: "标准差", rolling_period: "滚动期数", percentile: "百分位", time_length: "时间长度", frequency_distribution: "频率分布", time_period: "时间段", frequency_band_number: "频段数", near_month: "最近{num}月", near_year: "最近{num}年", selecr_indicator_pld: "请选择指标种类", data_count:'数据个数', data_area:'数据区间', add_hint:'日期数量已达上限' }; /** * $t('StatisticAnalysis.StatisticFeatureChart.XXX') */