index.ts 2.91 KB
export default {
  productNum: 'Number of Products',
  deviceNum: 'Number of Devices',
  alarmNum: 'Number of Alarms',
  messageNum: 'Number of Messages',
  messagePointNum: 'Number of Message Points',
  newToday: 'New Today',
  tenantNum: 'Total Number of Tenants',
  customerNum: 'Total Number of Customers',
  alarmNotifyNum: 'Alarm Notifications',
  messageNumToday: 'Messages Today',
  messagePointNumToday: 'Message Points Today',
  deviceNumStatistic: 'Device Quantity Statistics',
  deviceStatusStatistic: 'Device Status Statistics',
  messageVolumeStatistic: 'Message Volume Statistics',
  messageVolumeStatisticTooltip: {
    transportMessage:
      'Transport Message Volume: The number of messages reported by the device. Each time the device reports, the data volume +1.',
    transportDataPoint:
      'Transport Data Points: The data points contained in each message reported by the device. For example, a direct-connected device message contains the following content: {\'"ph":7,"humidity":65\'}, then this message has two data points.',
  },
  transportDataPoint: 'Transport Data Points',
  transportMessage: 'Transport Message Volume',
  alarmStatistic: 'Alarm Statistics',
  sumAlarm: 'Total Number of Alarms',
  alarmTooltip: {
    '30day': '30 days: Query data for the last 30 days, with an interval of 1 day.',
    '7day': '7 days: Query data for the last 7 days, with an interval of 2 hours.',
    '1day': '1 day: Query data for the last day, with an interval of 30 minutes.',
    intervalTime:
      'Interval Time: Using the current time as the end time, the corresponding number of days or hours is used as the start time, and the data is grouped and aggregated within this time interval.',
  },
  tenantTooltip: {
    latestOneMonth: 'Last One Month: Query data for the last month, with an interval of 1 day.',
    latestThreeMonth:
      'Last Three Months: Query data for the last three months, with an interval of 1 day.',
    latestOneYear: 'Last One Year: Query data for the last year, with an interval of 1 month.',
    intervalTime:
      'Interval Time: Using the last time of the day as the end time, the corresponding number of days or months is used as the start time, and the data is grouped and aggregated within this time interval.',
  },
  timeUnit: {
    hour: 'Hour',
    day: 'Day',
    custom: 'Custom',
    latestOnMonth: 'Last One Month',
    latestThreeMonth: 'Last Three Months',
    latestOneYear: 'Last One Year',
  },
  coreProcessGuide: 'Core Process Guide',
  deviceStatus: {
    inactive: 'Inactive',
    online: 'Online',
    offline: 'Offline',
  },
  device: ' Device',
  a: 'unit',
  tenantTrend: 'Tenant Trend',
  alarmNumStatistic: 'Alarm Number Statistics',
  customerTrend: 'Customer Trend',
  collect: 'Collect',
  currentTrend: 'Current Trend',
  tenantMessageTop: 'Top 10 Tenant Messages',
  currentExpireTenant: 'Tenants Expiring This Month',
  tenantName: 'Tenant Name',
  expireTime: 'Expiration Time',
};