123456789101112131415161718192021222324252627282930313233343536373839 |
- /**
- * 统计分析-统计特征
- */
- /* 英文 */
- 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",
- };
- /* 中文 */
- 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: "请选择指标种类",
- };
- /**
- * $t('StatisticAnalysis.StatisticFeatureChart.XXX')
- */
|