|
|
|
@ -57,7 +57,7 @@ export default {
|
|
|
|
copy: '复制',
|
|
|
|
copy: '复制',
|
|
|
|
copySuccess: '复制成功',
|
|
|
|
copySuccess: '复制成功',
|
|
|
|
copyError: '复制失败',
|
|
|
|
copyError: '复制失败',
|
|
|
|
code:'编码保存后自动生成'
|
|
|
|
code: '编码保存后自动生成'
|
|
|
|
},
|
|
|
|
},
|
|
|
|
ErpStock: {
|
|
|
|
ErpStock: {
|
|
|
|
Warehouse: {
|
|
|
|
Warehouse: {
|
|
|
|
@ -111,6 +111,7 @@ export default {
|
|
|
|
price: '金额',
|
|
|
|
price: '金额',
|
|
|
|
totalPrice: '合计金额',
|
|
|
|
totalPrice: '合计金额',
|
|
|
|
inType: '入库类型',
|
|
|
|
inType: '入库类型',
|
|
|
|
|
|
|
|
file: '附件',
|
|
|
|
tabProduct: '产品入库',
|
|
|
|
tabProduct: '产品入库',
|
|
|
|
tabMaterial: '原料入库',
|
|
|
|
tabMaterial: '原料入库',
|
|
|
|
tabPart: '备件入库',
|
|
|
|
tabPart: '备件入库',
|
|
|
|
@ -218,6 +219,34 @@ export default {
|
|
|
|
validatorWarehouseRequired: '仓库名字不能为空'
|
|
|
|
validatorWarehouseRequired: '仓库名字不能为空'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
Record: {
|
|
|
|
|
|
|
|
product: '产品',
|
|
|
|
|
|
|
|
warehouse: '仓库',
|
|
|
|
|
|
|
|
bizType: '类型',
|
|
|
|
|
|
|
|
bizNo: '业务单号',
|
|
|
|
|
|
|
|
categoryProduct: '产品',
|
|
|
|
|
|
|
|
categoryMaterial: '原料',
|
|
|
|
|
|
|
|
categorySpare: '备件',
|
|
|
|
|
|
|
|
categoryTool: '工具',
|
|
|
|
|
|
|
|
categoryConsumable: '耗材',
|
|
|
|
|
|
|
|
categoryOther: '其他',
|
|
|
|
|
|
|
|
productName: '产品名称',
|
|
|
|
|
|
|
|
categoryName: '产品分类',
|
|
|
|
|
|
|
|
unitName: '产品单位',
|
|
|
|
|
|
|
|
warehouseName: '仓库编号',
|
|
|
|
|
|
|
|
count: '出入库数量',
|
|
|
|
|
|
|
|
totalCount: '库存量',
|
|
|
|
|
|
|
|
recordTime: '出入库日期',
|
|
|
|
|
|
|
|
createTime: '创建日期',
|
|
|
|
|
|
|
|
creatorName: '操作人',
|
|
|
|
|
|
|
|
placeholderProduct: '请选择产品',
|
|
|
|
|
|
|
|
placeholderWarehouse: '请选择仓库',
|
|
|
|
|
|
|
|
placeholderBizType: '请选择类型',
|
|
|
|
|
|
|
|
placeholderBizNo: '请输入业务单号',
|
|
|
|
|
|
|
|
placeholderCreateTimeStart: '开始日期',
|
|
|
|
|
|
|
|
placeholderCreateTimeEnd: '结束日期',
|
|
|
|
|
|
|
|
exportName: '产品库存明细.xls'
|
|
|
|
|
|
|
|
},
|
|
|
|
Move: {
|
|
|
|
Move: {
|
|
|
|
no: '调拨单号',
|
|
|
|
no: '调拨单号',
|
|
|
|
product: '产品',
|
|
|
|
product: '产品',
|
|
|
|
@ -504,6 +533,8 @@ export default {
|
|
|
|
detail: '详情',
|
|
|
|
detail: '详情',
|
|
|
|
export: '导出',
|
|
|
|
export: '导出',
|
|
|
|
import: '导入',
|
|
|
|
import: '导入',
|
|
|
|
|
|
|
|
approve: '审批',
|
|
|
|
|
|
|
|
unapprove: '反审批',
|
|
|
|
generate: '生成',
|
|
|
|
generate: '生成',
|
|
|
|
logout: '强制退出',
|
|
|
|
logout: '强制退出',
|
|
|
|
test: '测试',
|
|
|
|
test: '测试',
|
|
|
|
@ -729,7 +760,8 @@ export default {
|
|
|
|
emailInvalid: '请输入正确的邮箱地址',
|
|
|
|
emailInvalid: '请输入正确的邮箱地址',
|
|
|
|
mobileInvalid: '请输入正确的手机号码',
|
|
|
|
mobileInvalid: '请输入正确的手机号码',
|
|
|
|
importFileRequired: '请上传文件',
|
|
|
|
importFileRequired: '请上传文件',
|
|
|
|
importSuccessTip: '上传成功数量:{createCount};更新成功数量:{updateCount};更新失败数量:{failureCount};',
|
|
|
|
importSuccessTip:
|
|
|
|
|
|
|
|
'上传成功数量:{createCount};更新成功数量:{updateCount};更新失败数量:{failureCount};',
|
|
|
|
importFailed: '上传失败,请您重新上传!',
|
|
|
|
importFailed: '上传失败,请您重新上传!',
|
|
|
|
importFileLimit: '最多只能上传一个文件!',
|
|
|
|
importFileLimit: '最多只能上传一个文件!',
|
|
|
|
resetPasswordTitle: '请输入"{username}"的新密码',
|
|
|
|
resetPasswordTitle: '请输入"{username}"的新密码',
|
|
|
|
@ -1019,7 +1051,7 @@ export default {
|
|
|
|
placeholderInspectionMethod: '请选择检验方式',
|
|
|
|
placeholderInspectionMethod: '请选择检验方式',
|
|
|
|
placeholderValueType: '请选择值类型',
|
|
|
|
placeholderValueType: '请选择值类型',
|
|
|
|
placeholderUpperVal: '请输入上限值',
|
|
|
|
placeholderUpperVal: '请输入上限值',
|
|
|
|
placeholderLowerVal: '请输入下限值',
|
|
|
|
placeholderLowerVal: '请输入下限值'
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
// 方案维护
|
|
|
|
// 方案维护
|
|
|
|
@ -3428,6 +3460,7 @@ export default {
|
|
|
|
alarmPointName: '点位名称',
|
|
|
|
alarmPointName: '点位名称',
|
|
|
|
alarmPointValue: '点位值',
|
|
|
|
alarmPointValue: '点位值',
|
|
|
|
alarmLevel: '告警等级',
|
|
|
|
alarmLevel: '告警等级',
|
|
|
|
|
|
|
|
alarmTime: '告警时间',
|
|
|
|
|
|
|
|
|
|
|
|
emptyDescription: '请点击设备列表的“点位”查看采集点和点位规则',
|
|
|
|
emptyDescription: '请点击设备列表的“点位”查看采集点和点位规则',
|
|
|
|
|
|
|
|
|
|
|
|
@ -3592,5 +3625,377 @@ export default {
|
|
|
|
messageDeviceNoParams: '该设备下没有参数',
|
|
|
|
messageDeviceNoParams: '该设备下没有参数',
|
|
|
|
messageFetchChartFailed: '获取图表数据失败'
|
|
|
|
messageFetchChartFailed: '获取图表数据失败'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
EnergyManagement: {
|
|
|
|
|
|
|
|
EnergyType: {
|
|
|
|
|
|
|
|
moduleName: '能耗类型',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
searchCodeLabel: '能耗类型编码',
|
|
|
|
|
|
|
|
searchCodePlaceholder: '请输入能耗类型编码',
|
|
|
|
|
|
|
|
searchNameLabel: '能耗类型名称',
|
|
|
|
|
|
|
|
searchNamePlaceholder: '请输入能耗类型名称',
|
|
|
|
|
|
|
|
searchUnitLabel: '单位',
|
|
|
|
|
|
|
|
searchUnitPlaceholder: '请输入单位',
|
|
|
|
|
|
|
|
searchCreateTimeLabel: '创建时间',
|
|
|
|
|
|
|
|
searchCreateTimeStartPlaceholder: '开始日期',
|
|
|
|
|
|
|
|
searchCreateTimeEndPlaceholder: '结束日期',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
searchButtonText: '搜索',
|
|
|
|
|
|
|
|
resetButtonText: '重置',
|
|
|
|
|
|
|
|
addButtonText: '新增',
|
|
|
|
|
|
|
|
exportButtonText: '导出',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tableCodeColumn: '能耗类型编码',
|
|
|
|
|
|
|
|
tableNameColumn: '能耗类型名称',
|
|
|
|
|
|
|
|
tableUnitColumn: '单位',
|
|
|
|
|
|
|
|
tableIsEnableColumn: '是否启用',
|
|
|
|
|
|
|
|
tableRemarkColumn: '备注',
|
|
|
|
|
|
|
|
tableCreateTimeColumn: '创建时间',
|
|
|
|
|
|
|
|
tableOperateColumn: '操作',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dialogCodeLabel: '能耗类型编码',
|
|
|
|
|
|
|
|
dialogCodePlaceholder: '请输入能耗类型编码',
|
|
|
|
|
|
|
|
dialogNameLabel: '能耗类型名称',
|
|
|
|
|
|
|
|
dialogNamePlaceholder: '请输入能耗类型名称',
|
|
|
|
|
|
|
|
dialogUnitLabel: '单位',
|
|
|
|
|
|
|
|
dialogUnitPlaceholder: '请输入单位',
|
|
|
|
|
|
|
|
dialogIsEnableLabel: '是否启用',
|
|
|
|
|
|
|
|
dialogRemarkLabel: '备注',
|
|
|
|
|
|
|
|
dialogRemarkPlaceholder: '请输入备注',
|
|
|
|
|
|
|
|
dialogOkButtonText: '确 定',
|
|
|
|
|
|
|
|
dialogCancelButtonText: '取 消',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
validatorCodeRequired: '能耗类型编码不能为空',
|
|
|
|
|
|
|
|
validatorNameRequired: '能耗类型名称不能为空',
|
|
|
|
|
|
|
|
validatorUnitRequired: '单位不能为空',
|
|
|
|
|
|
|
|
validatorIsEnableRequired: '是否启用不能为空',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
exportFilename: '能耗类型.xls'
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
EnergyDeviceCheck: {
|
|
|
|
|
|
|
|
moduleName: '能源报表',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
searchNameLabel: '表名称',
|
|
|
|
|
|
|
|
searchNamePlaceholder: '请输入表名称',
|
|
|
|
|
|
|
|
searchOrgLabel: '所属区域',
|
|
|
|
|
|
|
|
searchOrgPlaceholder: '请选择所属区域',
|
|
|
|
|
|
|
|
searchTimeRangeLabel: '时间范围',
|
|
|
|
|
|
|
|
searchTimeRangeStartPlaceholder: '请选择开始时间',
|
|
|
|
|
|
|
|
searchTimeRangeEndPlaceholder: '请选择结束时间',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
searchButtonText: '查询',
|
|
|
|
|
|
|
|
resetButtonText: '重置',
|
|
|
|
|
|
|
|
exportButtonText: '导出',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tableExpandPointNameColumn: '参数名称',
|
|
|
|
|
|
|
|
tableExpandEarliestValueColumn: '最早采集值',
|
|
|
|
|
|
|
|
tableExpandEarliestTimeColumn: '最早采集时间',
|
|
|
|
|
|
|
|
tableExpandLatestValueColumn: '最新值',
|
|
|
|
|
|
|
|
tableExpandLatestTimeColumn: '最新采集时间',
|
|
|
|
|
|
|
|
tableExpandDifferenceColumn: '能耗用量',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tableNameColumn: '表名称',
|
|
|
|
|
|
|
|
tableEnergyTypeColumn: '能源类型',
|
|
|
|
|
|
|
|
tableOrgColumn: '所属区域',
|
|
|
|
|
|
|
|
tableEnergyConsumptionColumn: '能源用量',
|
|
|
|
|
|
|
|
tableStartTimeColumn: '开始时间',
|
|
|
|
|
|
|
|
tableEndTimeColumn: '结束时间',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
exportFileName: '能源报表.xls',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dialogDeviceIdLabel: '能源设备Id',
|
|
|
|
|
|
|
|
dialogDeviceIdPlaceholder: '请输入能源设备Id',
|
|
|
|
|
|
|
|
dialogLastCheckTimeLabel: '上次抄表时间',
|
|
|
|
|
|
|
|
dialogLastCheckTimePlaceholder: '选择上次抄表时间',
|
|
|
|
|
|
|
|
dialogLastCheckValueLabel: '上次抄表值',
|
|
|
|
|
|
|
|
dialogLastCheckValuePlaceholder: '请输入上次抄表值',
|
|
|
|
|
|
|
|
dialogCheckTimeLabel: '抄表时间',
|
|
|
|
|
|
|
|
dialogCheckTimePlaceholder: '选择抄表时间',
|
|
|
|
|
|
|
|
dialogCheckValueLabel: '抄表值',
|
|
|
|
|
|
|
|
dialogCheckValuePlaceholder: '请输入抄表值',
|
|
|
|
|
|
|
|
dialogDiffValueLabel: '差值',
|
|
|
|
|
|
|
|
dialogDiffValuePlaceholder: '请输入差值',
|
|
|
|
|
|
|
|
dialogUnitPriceLabel: '单价',
|
|
|
|
|
|
|
|
dialogUnitPricePlaceholder: '请输入单价',
|
|
|
|
|
|
|
|
dialogRemarkLabel: '备注',
|
|
|
|
|
|
|
|
dialogRemarkPlaceholder: '请输入备注',
|
|
|
|
|
|
|
|
dialogOkButtonText: '确 定',
|
|
|
|
|
|
|
|
dialogCancelButtonText: '取 消',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
validatorDeviceIdRequired: '能源设备Id不能为空',
|
|
|
|
|
|
|
|
validatorCheckValueRequired: '抄表值不能为空'
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
EnergyDevice: {
|
|
|
|
|
|
|
|
moduleName: '能源设备',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
searchNameLabel: '设备名称',
|
|
|
|
|
|
|
|
searchNamePlaceholder: '请输入设备名称',
|
|
|
|
|
|
|
|
searchEnergyTypeLabel: '能耗类型',
|
|
|
|
|
|
|
|
searchEnergyTypePlaceholder: '请选择能耗类型',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
searchButtonText: '搜索',
|
|
|
|
|
|
|
|
resetButtonText: '重置',
|
|
|
|
|
|
|
|
createButtonText: '新增',
|
|
|
|
|
|
|
|
exportButtonText: '导出',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tableCodeColumn: '设备编码',
|
|
|
|
|
|
|
|
tableNameColumn: '设备名称',
|
|
|
|
|
|
|
|
tableEnergyTypeColumn: '能耗类型',
|
|
|
|
|
|
|
|
tableOrgColumn: '所属区域',
|
|
|
|
|
|
|
|
tableIsEnableColumn: '是否启用',
|
|
|
|
|
|
|
|
tableUpdateTimeColumn: '更新时间',
|
|
|
|
|
|
|
|
tableOperateColumn: '操作',
|
|
|
|
|
|
|
|
tableEditAction: '编辑',
|
|
|
|
|
|
|
|
tableDeleteAction: '删除',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
exportFileName: '能源设备.xls',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dialogCodeLabel: '设备编码',
|
|
|
|
|
|
|
|
dialogCodePlaceholder: '请输入设备编码',
|
|
|
|
|
|
|
|
dialogNameLabel: '设备名称',
|
|
|
|
|
|
|
|
dialogNamePlaceholder: '请输入设备名称',
|
|
|
|
|
|
|
|
dialogEnergyTypeLabel: '能耗类型',
|
|
|
|
|
|
|
|
dialogEnergyTypePlaceholder: '请选择能耗类型',
|
|
|
|
|
|
|
|
dialogOrgLabel: '所属区域',
|
|
|
|
|
|
|
|
dialogOrgTreePlaceholder: '请选择所属区域',
|
|
|
|
|
|
|
|
dialogRulesLabel: '计算规则',
|
|
|
|
|
|
|
|
dialogRulesPointPlaceholder: '请选择设备点位',
|
|
|
|
|
|
|
|
dialogOperatorPlaceholder: '请选择运算符',
|
|
|
|
|
|
|
|
dialogIsEnableLabel: '是否启用',
|
|
|
|
|
|
|
|
dialogSubmitButtonText: '确 定',
|
|
|
|
|
|
|
|
dialogCancelButtonText: '取 消',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
validatorNameRequired: '设备名称不能为空',
|
|
|
|
|
|
|
|
validatorCodeRequired: '设备编码不能为空',
|
|
|
|
|
|
|
|
validatorOrgRequired: '所属区域不能为空',
|
|
|
|
|
|
|
|
validatorIsEnableRequired: '是否启用不能为空',
|
|
|
|
|
|
|
|
validatorRulesRequired: '计算规则不能为空',
|
|
|
|
|
|
|
|
validatorRulesPointRequired: '设备点位不能为空',
|
|
|
|
|
|
|
|
validatorRulesOperatorRequired: '运算符不能为空'
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
Device: {
|
|
|
|
|
|
|
|
Device: {
|
|
|
|
|
|
|
|
moduleName: '采集设备',
|
|
|
|
|
|
|
|
index: '序号',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
deviceCode: '设备编号',
|
|
|
|
|
|
|
|
deviceName: '设备名称',
|
|
|
|
|
|
|
|
operatingStatus: '运行状态',
|
|
|
|
|
|
|
|
protocol: '采集协议',
|
|
|
|
|
|
|
|
status: '连接状态',
|
|
|
|
|
|
|
|
sampleCycle: '采集周期(s)',
|
|
|
|
|
|
|
|
isEnable: '是否启用',
|
|
|
|
|
|
|
|
collectionTime: '采集时间',
|
|
|
|
|
|
|
|
operate: '操作',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
search: '搜索',
|
|
|
|
|
|
|
|
reset: '重置',
|
|
|
|
|
|
|
|
create: '新增',
|
|
|
|
|
|
|
|
batchDelete: '批量删除',
|
|
|
|
|
|
|
|
export: '导出',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
placeholderDeviceCode: '请输入设备编号',
|
|
|
|
|
|
|
|
placeholderDeviceName: '请输入设备名称',
|
|
|
|
|
|
|
|
placeholderModel: '请选择设备模型',
|
|
|
|
|
|
|
|
placeholderSampleCycle: '请输入采集周期',
|
|
|
|
|
|
|
|
placeholderUrl: '请输入端点URL',
|
|
|
|
|
|
|
|
placeholderUsername: '请输入用户名',
|
|
|
|
|
|
|
|
placeholderPassword: '请输入密码',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
model: '设备模型',
|
|
|
|
|
|
|
|
url: '端点URL',
|
|
|
|
|
|
|
|
username: '用户名',
|
|
|
|
|
|
|
|
password: '密码',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
settingDialogTitle: '设备设置',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
connect: '连接',
|
|
|
|
|
|
|
|
disconnect: '断开连接',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
attributeModuleName: '点位',
|
|
|
|
|
|
|
|
attributeCode: '点位编码',
|
|
|
|
|
|
|
|
attributeName: '点位名称',
|
|
|
|
|
|
|
|
attributeType: '点位类型',
|
|
|
|
|
|
|
|
dataType: '数据类型',
|
|
|
|
|
|
|
|
address: '寄存器地址',
|
|
|
|
|
|
|
|
dataUnit: '单位',
|
|
|
|
|
|
|
|
ratio: '倍率',
|
|
|
|
|
|
|
|
remark: '备注',
|
|
|
|
|
|
|
|
deviceAttributeTabLabel: '设备属性',
|
|
|
|
|
|
|
|
deviceRuleTabLabel: '点位规则',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
currentDeviceLabel: '当前设备:',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alarmHistoryTitle: '设备告警历史数据',
|
|
|
|
|
|
|
|
alarmRuleName: '规则名称',
|
|
|
|
|
|
|
|
alarmPointName: '点位名称',
|
|
|
|
|
|
|
|
alarmPointValue: '点位值',
|
|
|
|
|
|
|
|
alarmLevel: '告警等级',
|
|
|
|
|
|
|
|
alarmTime: '告警时间',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
emptyDescription: '请点击设备列表的“点位”查看采集点和点位规则',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
exportFilename: '物联设备.xls',
|
|
|
|
|
|
|
|
attributeExportFilename: '采集设备-点位管理.xls',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
attributeLatestValue: '最新值',
|
|
|
|
|
|
|
|
attributeLatestCollectionTime: '最新采集时间',
|
|
|
|
|
|
|
|
attributeSort: '顺序',
|
|
|
|
|
|
|
|
attributePlaceholderSort: '请输入顺序',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
placeholderAttributeCode: '请输入点位编码',
|
|
|
|
|
|
|
|
placeholderAttributeName: '请输入点位名称',
|
|
|
|
|
|
|
|
placeholderAttributeType: '请选择点位类型',
|
|
|
|
|
|
|
|
placeholderDataType: '请选择数据类型',
|
|
|
|
|
|
|
|
placeholderAddress: '请输入寄存器地址',
|
|
|
|
|
|
|
|
placeholderDataUnit: '请输入单位',
|
|
|
|
|
|
|
|
placeholderRatio: '请输入倍率',
|
|
|
|
|
|
|
|
placeholderRemark: '请输入备注',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
validatorDeviceCodeRequired: '设备编号不能为空',
|
|
|
|
|
|
|
|
validatorDeviceNameRequired: '设备名称不能为空',
|
|
|
|
|
|
|
|
validatorSampleCycleRequired: '采集周期不能为空',
|
|
|
|
|
|
|
|
validatorIsEnableRequired: '是否启用不能为空',
|
|
|
|
|
|
|
|
validatorUrlRequired: '端点URL不能为空',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
attributeValidatorCodeRequired: '点位编码不能为空',
|
|
|
|
|
|
|
|
attributeValidatorNameRequired: '点位名称不能为空',
|
|
|
|
|
|
|
|
attributeValidatorCodeNoChinese: '点位编码不允许输入中文',
|
|
|
|
|
|
|
|
attributeValidatorSortNumber: '顺序只能输入数字',
|
|
|
|
|
|
|
|
attributeValidatorRemarkTooLong: '备注不能超过100字',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
messageSelectDeviceRequired: '请选择一个物联设备',
|
|
|
|
|
|
|
|
messageDeviceInfoMissingForRules: '设备信息缺失,无法加载点位规则'
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
RunReport: {
|
|
|
|
|
|
|
|
moduleName: '设备运行报表',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
searchDeviceCodeLabel: '设备编码',
|
|
|
|
|
|
|
|
searchDeviceCodePlaceholder: '请输入设备编码',
|
|
|
|
|
|
|
|
searchDeviceNameLabel: '设备名称',
|
|
|
|
|
|
|
|
searchDeviceNamePlaceholder: '请输入设备名称',
|
|
|
|
|
|
|
|
searchTimeRangeLabel: '设备运行时间',
|
|
|
|
|
|
|
|
searchTimeRangeStartPlaceholder: '开始时间',
|
|
|
|
|
|
|
|
searchTimeRangeEndPlaceholder: '结束时间',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
searchButtonText: '搜索',
|
|
|
|
|
|
|
|
resetButtonText: '重置',
|
|
|
|
|
|
|
|
exportButtonText: '导出',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tableDeviceCodeColumn: '设备编码',
|
|
|
|
|
|
|
|
tableDeviceNameColumn: '设备名称',
|
|
|
|
|
|
|
|
tableRunningTimeColumn: '运行时间(小时)',
|
|
|
|
|
|
|
|
tableStandbyTimeColumn: '待机时间(小时)',
|
|
|
|
|
|
|
|
tableFaultTimeColumn: '故障时间(小时)',
|
|
|
|
|
|
|
|
tableWarningTimeColumn: '警告时间(小时)',
|
|
|
|
|
|
|
|
tableUtilizationRateColumn: '稼动率',
|
|
|
|
|
|
|
|
tableStartTimeColumn: '设备运行开始时间',
|
|
|
|
|
|
|
|
tableEndTimeColumn: '设备运行结束时间',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
exportFilename: '设备运行报表.xls'
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
RealTimeMonitoring: {
|
|
|
|
|
|
|
|
moduleName: '数据实时监控',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
searchLineCodeLabel: '产线编码',
|
|
|
|
|
|
|
|
searchLineCodePlaceholder: '请输入产线编码',
|
|
|
|
|
|
|
|
searchLineNameLabel: '产线名称',
|
|
|
|
|
|
|
|
searchLineNamePlaceholder: '请输入产线名称',
|
|
|
|
|
|
|
|
searchDeviceCodeLabel: '设备编码',
|
|
|
|
|
|
|
|
searchDeviceCodePlaceholder: '请输入设备编码',
|
|
|
|
|
|
|
|
searchDeviceNameLabel: '设备名称',
|
|
|
|
|
|
|
|
searchDeviceNamePlaceholder: '请输入设备名称',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
searchButtonText: '搜索',
|
|
|
|
|
|
|
|
resetButtonText: '重置',
|
|
|
|
|
|
|
|
exportButtonText: '导出',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tableLineCodeColumn: '产线编码',
|
|
|
|
|
|
|
|
tableLineNameColumn: '产线名称',
|
|
|
|
|
|
|
|
tableDeviceCodeColumn: '设备编码',
|
|
|
|
|
|
|
|
tableDeviceNameColumn: '设备名称',
|
|
|
|
|
|
|
|
tableStatusColumn: '连接状态',
|
|
|
|
|
|
|
|
tableCollectionTimeColumn: '最新采集时间',
|
|
|
|
|
|
|
|
tableOperateColumn: '操作',
|
|
|
|
|
|
|
|
tableActionSingleMonitorLabel: '单设备监控',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dialogTitle: '单设备监控',
|
|
|
|
|
|
|
|
dialogDeviceNameLabel: '设备名称:',
|
|
|
|
|
|
|
|
dialogCollectionTimeLabel: '采集时间:',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
emptyDescription: '暂无数据',
|
|
|
|
|
|
|
|
defaultGroupName: '默认',
|
|
|
|
|
|
|
|
defaultFieldLabelPrefix: '字段',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
messageDeviceInfoIncomplete: '设备信息不完整',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
exportFilename: '实时监控设备.xls'
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
HistoryData: {
|
|
|
|
|
|
|
|
moduleName: '历史记录查询',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
searchLineCodeLabel: '产线编码',
|
|
|
|
|
|
|
|
searchLineCodePlaceholder: '请输入产线编码',
|
|
|
|
|
|
|
|
searchLineNameLabel: '产线名称',
|
|
|
|
|
|
|
|
searchLineNamePlaceholder: '请输入产线名称',
|
|
|
|
|
|
|
|
searchDeviceCodeLabel: '设备编码',
|
|
|
|
|
|
|
|
searchDeviceCodePlaceholder: '请输入设备编码',
|
|
|
|
|
|
|
|
searchDeviceNameLabel: '设备名称',
|
|
|
|
|
|
|
|
searchDeviceNamePlaceholder: '请输入设备名称',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
searchButtonText: '搜索',
|
|
|
|
|
|
|
|
resetButtonText: '重置',
|
|
|
|
|
|
|
|
exportButtonText: '导出',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tableLineCodeColumn: '产线编码',
|
|
|
|
|
|
|
|
tableLineNameColumn: '产线名称',
|
|
|
|
|
|
|
|
tableDeviceCodeColumn: '设备编码',
|
|
|
|
|
|
|
|
tableDeviceNameColumn: '设备名称',
|
|
|
|
|
|
|
|
tableCollectionTimeColumn: '采集时间',
|
|
|
|
|
|
|
|
tableOperateColumn: '操作',
|
|
|
|
|
|
|
|
tableActionHistoryLabel: '历史记录',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dialogTitlePrefix: '历史记录:',
|
|
|
|
|
|
|
|
dialogCollectionTimeLabel: '采集时间',
|
|
|
|
|
|
|
|
dialogCollectionTimeStartPlaceholder: '开始时间',
|
|
|
|
|
|
|
|
dialogCollectionTimeEndPlaceholder: '结束时间',
|
|
|
|
|
|
|
|
dialogSearchButtonText: '查询',
|
|
|
|
|
|
|
|
dialogResetButtonText: '重置',
|
|
|
|
|
|
|
|
dialogRecordCollectionTimePrefix: '采集时间:',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
emptyDescription: '暂无数据',
|
|
|
|
|
|
|
|
defaultFieldLabelPrefix: '字段',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
exportFilename: '历史数据设备.xls'
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
DeviceParamAnalysis: {
|
|
|
|
|
|
|
|
moduleName: '设备运行参数分析',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
treeSearchPlaceholder: '搜索设备或参数',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
formTimeLabel: '时间',
|
|
|
|
|
|
|
|
formTimeStartPlaceholder: '开始日期',
|
|
|
|
|
|
|
|
formTimeEndPlaceholder: '结束日期',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
shortcutLast7Days: '最近 7 天',
|
|
|
|
|
|
|
|
shortcutLastWeek: '上周',
|
|
|
|
|
|
|
|
shortcutLastMonth: '上个月',
|
|
|
|
|
|
|
|
shortcutLast3Months: '三个月内',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
searchButtonText: '搜索',
|
|
|
|
|
|
|
|
resetButtonText: '重置',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
emptyDescription: '暂无数据',
|
|
|
|
|
|
|
|
emptySelectNodeDescription: '请选择左侧节点',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
selectedParamTitle: '节点:{label}{unit}',
|
|
|
|
|
|
|
|
defaultSeriesName: '参数',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
messageLoadTreeFailed: '获取树数据失败',
|
|
|
|
|
|
|
|
messageNodeNoParams: '该节点下暂无参数',
|
|
|
|
|
|
|
|
messageDeviceNoParams: '该设备下没有参数',
|
|
|
|
|
|
|
|
messageFetchChartFailed: '获取图表数据失败'
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|