en.ts 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /*
  2. * @Author: vera_min vera_min@163.com
  3. * @Date: 2025-09-01 10:41:04
  4. * @LastEditors: vera_min vera_min@163.com
  5. * @LastEditTime: 2025-09-01 12:07:11
  6. * @FilePath: /sagoo-admin-ui-pro2/src/i18n/pages/dataAnalysis/en.ts
  7. * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  8. */
  9. // 数据分析
  10. export default {
  11. labels: {
  12. selectProduct: 'Select Product',
  13. selectDevice: 'Select Device',
  14. selectProperty: 'Select Property',
  15. selectTime: 'Select Time',
  16. aggregation: "Aggregation"
  17. },
  18. columns: {},
  19. actions: {
  20. printChart: "Print Chart",
  21. search: 'Search'
  22. },
  23. status: {},
  24. options: {},
  25. messages: {},
  26. placeholders: {
  27. selectProduct: "Select Product",
  28. selectDevice: "Select Device",
  29. selectProperty: "Select Property",
  30. selectTime: "Select Time",
  31. },
  32. // 指标趋势
  33. exponentialTrend: {
  34. title: "Exponential Trend",
  35. recentOneHour: "Last Hour",
  36. recent24Hours: "Last 24H",
  37. recentOneWeek: "Last Week",
  38. startDate: "Start Date",
  39. endDate: "End Date",
  40. chartNotLoaded: "Chart Not Loaded",
  41. "5m": "5min",
  42. "1h": "1h",
  43. "1d": "1d",
  44. title2: "Metric Aggregation Chart"
  45. }
  46. };