index.ts
2.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
export default {
productNum: '产品数',
deviceNum: '设备数',
alarmNum: '告警数',
messageNum: '消息数',
messagePointNum: '消息点数',
newToday: '今日新增',
tenantNum: '租户总量',
customerNum: '客户总量',
alarmNotifyNum: '告警通知书',
messageNumToday: '今日消息数',
messagePointNumToday: '今日消息点数',
deviceNumStatistic: '设备数量统计',
deviceStatusStatistic: '设备状态统计',
messageVolumeStatistic: '消息量统计',
messageVolumeStatisticTooltip: {
transportMessage: '传输消息量: 即设备上报的消息数量,设备每上报一次数据量+1.',
transportDataPoint: `传输数据点: 即设备每次上报的消息所包含的数据点,例如一条直连设备消息包含以下内容:{'"ph":7,"humidity":65'},则此消息有两个数据点.`,
},
transportDataPoint: '传输数据点',
transportMessage: '传输消息量',
alarmStatistic: '告警统计',
sumAlarm: '汇总告警数',
alarmTooltip: {
'30day': '30天: 查询最近30天的数据,间隔时间为1天.',
'7day': '7天: 查询最近7天的数据,间隔时间为2小时.',
'1day': '1天: 查询最近1天的数据,间隔时间为30分钟.',
intervalTime:
'间隔时间: 以当前时间作为结束时间 ,往前推移对应天数或小时的时间作为开始时间,然后在此时间区间内进行分组聚合查询.',
},
tenantTooltip: {
latestOneMonth: '最近一个月: 查询最近一个月的数据,间隔时间为1天.',
latestThreeMonth: '最近三个月: 查询最近三个月的数据,间隔时间为1天.',
latestOneYear: '最近一年: 查询最近一年的数据,间隔时间为1月.',
intervalTime:
'间隔时间: 以当天的(最后时间)作为结束时间 ,往前推移对应天数或月的时间作为开始时间,然后在此时间区间内进行分组聚合查询.',
},
timeUnit: {
hour: '小时',
day: '天',
custom: '自定义',
latestOnMonth: '最近一个月',
latestThreeMonth: '最近三个月',
latestOneYear: '最近一年',
},
coreProcessGuide: '核心流程指南',
deviceStatus: {
inactive: '待激活',
online: '在线',
offline: '离线',
},
device: '设备',
a: '个',
tenantTrend: '租户趋势',
alarmNumStatistic: '告警数统计',
customerTrend: '客户趋势',
collect: '汇总',
currentTrend: '当前趋势',
tenantMessageTop: '租户消息量TOP10',
currentExpireTenant: '本月即将过期租户',
tenantName: '租户名称',
expireTime: '过期时间',
};