StatisticFeatureChart.js 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. data_count:'Number of data',
  19. data_area:'Data interval',
  20. add_hint:'The maximum number of dates has been reached'
  21. };
  22. /* 中文 */
  23. export const StatisticFeatureChartZh = {
  24. limit_name: "上下限",
  25. select_edb: "选择指标",
  26. standard_deviation: "标准差",
  27. rolling_period: "滚动期数",
  28. percentile: "百分位",
  29. time_length: "时间长度",
  30. frequency_distribution: "频率分布",
  31. time_period: "时间段",
  32. frequency_band_number: "频段数",
  33. near_month: "最近{num}月",
  34. near_year: "最近{num}年",
  35. selecr_indicator_pld: "请选择指标种类",
  36. data_count:'数据个数',
  37. data_area:'数据区间',
  38. add_hint:'日期数量已达上限'
  39. };
  40. /**
  41. * $t('StatisticAnalysis.StatisticFeatureChart.XXX')
  42. */