StatisticFeatureChart.js 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. /**
  2. * 统计分析-统计特征
  3. */
  4. /* 英文 */
  5. export const StatisticFeatureChartEn = {
  6. limit_name: "up and dowm limited",
  7. select_edb: "Select index",
  8. standard_deviation: "Standard deviation",
  9. rolling_period: "Rolling period",
  10. percentile: "percentile",
  11. time_length: "Length of time",
  12. frequency_distribution: "Frequency distribution",
  13. time_period: "Time period",
  14. frequency_band_number: "Frequency band number",
  15. near_month: "Last {num} months",
  16. near_year: "Last {num} years",
  17. selecr_indicator_pld: "Please select the type of indicator",
  18. };
  19. /* 中文 */
  20. export const StatisticFeatureChartZh = {
  21. limit_name: "上下限",
  22. select_edb: "选择指标",
  23. standard_deviation: "标准差",
  24. rolling_period: "滚动期数",
  25. percentile: "百分位",
  26. time_length: "时间长度",
  27. frequency_distribution: "频率分布",
  28. time_period: "时间段",
  29. frequency_band_number: "频段数",
  30. near_month: "最近{num}月",
  31. near_year: "最近{num}年",
  32. selecr_indicator_pld: "请选择指标种类",
  33. };
  34. /**
  35. * $t('StatisticAnalysis.StatisticFeatureChart.XXX')
  36. */