board.ts
5.87 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
export default {
boardListName: '数据看板', //data board
boardAddButton: '新增看板', //Create board
boardListNum: '组件数量', //Number of components
boardPrivate: '私有看板', //Private Signboard
boardPublic: '公共看板', //Public signage
boardEditTitle: '编辑看板',
boardNum: '个',
component: '组件',
ruleText: '规则',
historyTrendsText: '历史趋势',
queryMethodText: '查询方式',
finalText: '最后',
timeSlotText: '时间段',
numberPackText: '分页条数', //Number of page breaks
finalDataText: '最后数据',
maxEntriesText: '最大条数',
limitMEssage: '根据查询条件, 查出的数据条数不超过这个值, 最大支持查询条数50000条.',
notDeviceText: '当前设备不在线',
commandOkText: '命令下发成功',
searchName: '看板名称',
source: {
deviceTypeText: '设备类型',
transportTypeText: '传输协议',
TCPModbusText: 'TCP Modbus产品',
deviceText: '@:business.deviceText',
organizationText: '@:business.organizationText',
deviceNameText: '设备名称',
attributeText: '@:business.attributeText',
longitudeText: '经度',
latitudeText: '纬度',
commandTypeText: '命令类型',
openServiceText: '开服务',
closeServiceText: '关服务',
commandText: '命令',
renameDeviceText: '设备重命名',
renameAttributeText: '属性重命名',
openCommandText: '请输入开下发命令',
closeCommandText: '请输入关下发命令',
videoSourceText: '视频来源',
videoMethodText: '视频流获取方式', //Video stream acquisition method
addressText: '地址',
},
createName: '名称',
createdComponent: '已创建组件',
detailCreateComponent: '@:common.createText@:visual.board.component',
editComponent: '@:common.editText@:visual.board.component',
copyComponent: '@:common.copyText@:visual.board.component',
delComponent: '@:common.delText@:visual.board.component',
customComponent: '自定义组件',
notMax6: '绑定的数据源不能超过6条',
notMax10: '绑定的数据源不能超过10条',
dataSource: '数据源',
dragText: '拖拽排序',
componentSettingText: '组件设置',
updateTime: '更新时间',
noUpdateTime: '暂无更新时间',
numberColorText: '数值字体颜色',
isDeviceNameText: '显示设备名称',
iconType: '图标类型',
iconColor: '图标颜色',
progressColorText: '进度条背景色',
numberSizeText: '数值字体大小',
fontSizeText: '文本字体大小',
fontColorText: '文本字体颜色',
numUnitText: '数值单位',
iconColorText: '图标颜色',
iconText: '图标',
maxNumText: '最大值',
minNumText: '最小值',
isTimeText: '显示时间',
oneColorText: '一阶段颜色',
twoColorText: '二阶段颜色',
threeColorText: '三阶段颜色',
onThresholdText: '一阶段阀值',
twoThresholdText: '二阶段阀值',
threeThresholdText: '三阶段阀值',
pointerColorText: '指针颜色',
startColorText: '起始颜色',
endColorText: '结尾颜色',
isCircularText: '显示进度条圆形',
passwordText: '操作密码',
errPasswordText: '操作密码不正确',
controlbhText: '控制栏背景色',
bgcolorText: '背景颜色',
wave1Text: '浪1',
wave2Text: '浪2',
wave4Text: '浪3',
unitText: '单位',
onColorText: 'ON颜色',
offColorText: 'OFF颜色',
openIconText: '开启状态图标',
closeIconText: '关闭状态图标',
openIconColor: '开启图标颜色',
closeIconColor: '关闭图标颜色',
temperatureText: '温度',
structuralText: '结构体',
humidityText: '湿度',
temAndHum: '温湿度',
speedText: '速度',
meterText: '电表',
timePeriodText: '@:common.chooseText 查询时间段',
playTrajectoryText: '播放轨迹',
pausePlayText: '暂停播放',
mapLoadingText: '地图加载中...',
noAlarm: '当前设备未发现告警',
svgMessage: '支持.svg格式,建议尺寸为32*32px,大小不超过50kb ',
systemDefault: '系统默认',
iconCustom: '自定义',
custom: {
title: '自定义组件',
configuration: '基础配置',
information: '基础信息',
dataConfiguration: '数据源配置',
addButton: '添加数据源',
visualConfiguration: '可视化配置',
name: '组件名称',
componentRemark: '@:visual.board.component@:common.remarkText',
},
textComponent: {
text1: '文本组件1',
text2: '文本组件2',
text3: '文本组件3',
text4: '文本组件4',
value1: '数值列表1',
value2: '数值列表2',
struct1: '结构体组件',
},
instrumentComponent: {
dashboard: '仪表盘',
stageDashboard: '阶段仪表盘',
digitalDashboard: '数字仪表盘',
dashboard1: '仪表盘1',
dashboard2: '仪表盘2',
digitalDial: '数字表盘', //Digital dial
speedDashboard: '速度仪表盘', //Speed dashboard
},
controlComponent: {
control1: '控制组件1',
control2: '控制组件2',
control3: '控制组件3',
control4: '控制组件4',
switchList: '开关控制列表',
},
mapComponent: {
history: '历史轨迹',
realtime: '实时轨迹',
},
flowmeterComponent: {
flowmeter1: '计量计1',
flowmeter2: '计量计2',
thermometer: '温度计',
},
statisticsComponent: {
bar1: '横柱状图', //Horizontal bar chart
bar2: '竖柱状图', //Vertical bar chart
realTable: '实时数据表格', //Real time data table
realLine: '实时数据折线图', //Real time data line chart
},
alarmComponent: {
deviceAlarm: '设备告警',
alarmHistory: '设备告警历史',
},
otherComponent: {
video: '监控视频',
picture: '图片组件',
signal: '开光量信号灯',
state: '开光量状态',
},
videoComponent: {
CUSTOM: '自定义',
VIDEO_MANAGE: '平台获取',
},
noPermission: '没有权限', //no permission
noShareLink: '未找到分享链接',
};