const t = {} t.loading = 'Loading...' t.createTime = 'Create Time' t.brand = {} t.brand.lg = 'Monitoring System' t.brand.mini = 'PMS' t.add = 'Add' t.delete = 'Delete' t.deleteBatch = 'Delete Batch' t.update = 'Update' t.query = 'Search' t.export = 'Export' t.handle = 'Operations' t.confirm = 'Confirm' t.cancel = 'Cancel' t.clear = 'Clear' t.logout = 'Logout' t.manage = 'Handle' t.createDate = 'Create Date' t.keyword = 'Keyword(s): ' t.choose = 'Please Choose ' t.remark = 'Remark' t.delMark = 'Delete Mark ' t.isvalid = 'is valid' t.available = 'available' t.unavailable = 'unavailable' t.alert = 'alert' t.creator = 'Creator' t.creatorName = 'Creator\'s name' t.updator = 'Updator' t.updatorName = 'Updator\'s name' t.updateTime = 'Update Time' t.version = 'Version' t.search = 'Search' t.countPerPage = '每页数' t.currentPage = '当前页' t.fetchList = '获取数据列表' // ? t.multi = '多选' // ? t.do = '进行' // ? t.submit = '表单提交' // ? t.desc = 'Description' t.disable = 'Disable' t.equipment = 'Equipment' t.enabled = 'Enabled' t.cannotempty = 'can\'t be empty' t.parameter = 'Parameters' t.enable = 'Enable' t.index = 'Index' t.relation = '关联' t.fetchInfo = 'Fetch Info' t.name = 'Name' t.code = 'Code' t.attrName = 'Attribute name' t.attrValue = 'Attribute value' t.unit = 'Unit' t.table = 'Table' t.table2 = 'Table' t.downloadurl = 'Download Url' t.recordTime = 'Record Time' t.notCollect = 'No' t.collect = 'Yes' t.required = 'Required' t.paramUrl = 'Parameter url' t.enname = 'English Name' t.collectOrNot = 'Collect or not' t.min = 'Min Value' t.max = 'Max Value' t.status = 'Status', t.normal = 'Normal' t.addr = 'Address' t.planStop = 'Plan to stop' t.startTime = 'Start Time' t.endTime = 'End Time' t.today = 'Today' export default t