device.js 3.13 KB
export default {
  pleaseEnterDeviceName: 'Please enter the device name or alias to search',
  deviceNum: 'Device number',
  pleaseBindAccount: 'Please bind your account',
  deviceNumber: 'Device Number',
  deviceStatus: 'Device status',
  alarmStatus: 'Alarm status',
  deviceType: 'Device type',
  isDeviceCollect: 'Is the device collect',
  basicInfo: 'Basic information',
  realTime: 'Real time Data',
  historyTime: 'History time Data',
  alarmLog: 'Alarm log',
  commandRecord: 'Command record',
  inQueue: 'In Queue',
  hasBeenSent: 'Has been sent',
  successSent: 'Successfully sent',
  responseSuccess: 'Response successful',
  timeout: 'Timeout',
  expired: 'Expired',
  ResponseFailed: "Response failed",
  deletedText: 'Deleted',
  oneWay: 'One-way',
  twoWay: 'Two-way',
  lastConnectionTime: 'Last connection time',
  isAlarm: 'Is there an alarm',
  deviceRemark: 'Device Description',
  commandIssuance: 'Command issuance',
  issuanceType: 'Type of issuance',
  pleaseEnterCommandContent: 'Please enter the content to be issued',
  currentDeviceNotOnLine: 'The current device is not online',
  pleaseCommandRule: "pleaseCommandRule",
  issuedSuccess: 'Issued successfully',
  oneTwoWay: 'One/Two way',
  service: 'Service',
  inputParameter: "input parameter",
  stringFormat: 'String format',
  jsonFormat: 'JSON format',
  pleaseSelectService: 'Please select a service',
  pleaseSelectDate: 'Please select a date',
  pleaseSelectTimeInterval: 'Please select a time interval',
  pleaseSelectDataAgg: 'Please select the data aggregation function',
  pleaseSelectAttribute: 'Please select attributes',
  variableValue: 'Variable value',
  updateTime: 'Update time',
  startTime: 'Start time',
  entTime: 'End time',
  maximumNumber: 'Maximum number of items',
  triggerAttribute: 'Trigger attribute',
  triggerCondition: 'Trigger condition',
  triggerValue: 'Trigger value',
  rangeValues: 'The value range is between {min} and {max}',
  dataLengthLess: 'The data length should be less than',
  noCurrently: 'There are currently no options available',
  serviceCommand: 'Service command',
  alarmStatus: 'Alarm status :',
  activationNotConfirmed: "Activation not confirmed",
  activationConfirmed: 'Activation confirmed',
  clearUnconfirmed: 'Clear unconfirmed',
  clearConfirmed: 'Clear Confirmed',
  urgent: 'Urgent',
  important: 'Important',
  secondary: 'Secondary',
  warning: 'Warning',
  uncertain: 'Uncertain',
  equal: 'be equal to',
  notEqual: 'Not equal to',
  less: 'less than',
  lessOfEqual: 'Less than or equal to',
  greater: 'greater than',
  greaterOrEqual: 'Greater than or equal to',
  starting: 'Starting from',
  ending: 'Ending at',
  contain: 'contain',
  notIncluded: 'Not included',
  minutes30: '30 Minutes',
  hour1: '1 hour',
  hours2: '2 hours',
  pastDay: 'In the past day',
  alarmFiltering: 'Alarm filtering',
  selectDate: 'Select Date',
  alarmLevel: 'Alarm level',
  selectTime: 'Select time',
  commandType: 'Command type',
  commandStatus: 'Command status',
  responseType: 'Response type',
  issuanceStatus: 'Issuance status',
  commandTime: 'Command issuance time',
  responseResults: 'Response results',
  commandContent: 'Command content'
}