You need to sign in or sign up before continuing.
index.ts 3.99 KB
export default {
  actions: {
    CREATE: 'Create scene linkage',
    READ: 'Scene linkage detail',
    UPDATE: 'Update scene linkage',
    DELETE: 'Delete scene linkage',
  },
  title: 'Scene linkage list',
  add: 'New scenario linkage',
  batchDelete: 'Batch deletion',
  view: 'Check',
  edit: 'Edit',
  singleDelete: 'Delete',
  more: 'More',
  sureBatchDelete: 'Are you sure you want to delete data in bulk',
  sureDelete: 'Are you sure you want to delete it',
  enable: 'Enable',
  disable: 'Disable',
  action: 'Action',
  name: 'Scene linkage name',
  triggerType: 'Trigger type',
  status: 'Status',
  description: 'Description',
  creatorName: 'CreatorName',
  createTime: 'CreateTime',
  affiliatedOrganization: 'Affiliated Organization',
  linkedgeName: 'Linkedge name',
  trigger: 'Trigger',
  triggerText:
    'The trigger cannot be empty, and the message can be triggered as long as any of the triggering conditions are met. ',
  conditionsForExecution: 'Conditions for execution',
  conditionsForExecutionText:
    'The execution condition can be empty, and the message needs to meet all execution conditions in order to be processed.',
  executeAction: 'Execute action',
  executeActionText:
    'When both the trigger and execution conditions are met, what will the scenario linkage do, such as device linkage, alarm notification, etc.',
  sceneLinkage: 'Scene Linkage',
  singleAdd: 'Add',
  enableRules: 'Enable Rules',
  pleaseEnter: 'Please Enter',
  pleaseSelect: 'Please Select',
  equipmentType: 'Equipment Type',
  product: 'Product',
  triggerDeviceType: 'Trigger Device Type',
  device: 'Device',
  triggerMethod: 'Trigger Method',
  triggerConditions: 'Trigger Conditions',
  attribute: 'Attribute',
  compareTypes: 'Compare Types',
  duration: 'Duration',
  repetitions: 'Repetitions',
  event: 'Event',
  equal: 'Equal',
  notEqual: 'Not Equal',
  less: 'Less',
  lessOrEqual: 'Less Or Equal',
  greater: 'Greater',
  greaterOrEqual: 'Greater Or Equal',
  startsWith: 'Starts With',
  endsWith: 'Ends With',
  contains: 'Contains',
  notContains: 'Not Contains',
  true: 'True',
  false: 'False',
  anyTime: 'Any Time',
  specificTime: 'Specific Time',
  custom: 'Custom',
  simple: 'Simple',
  deviceTrigger: 'Device Trigger',
  scheduleTrigger: 'Schedule Trigger',
  sceneTrigger: 'Scene Trigger',
  handTrigger: 'Hand Trigger',
  attrTrigger: 'Attr Trigger',
  eventTrigger: 'Event Trigger',
  all: 'All',
  part: 'Part',
  number: 'Number',
  boolean: 'Boolean',
  string: 'String',
  dataTime: 'DataTime',
  seconds: 'Seconds',
  minutes: 'Minutes',
  hours: 'Hours',
  days: 'Days',
  deviceOut: 'Device out',
  msgNotify: 'Msg notify',
  addAlarmConfiguration: 'Add alarm configuration',
  alarmConfiguration: 'Alarm Configuration',
  alarmLevel: 'Alarm Level',
  type: 'Type',
  commandIssuanceType: 'Command Issuance Type',
  service: 'Service',
  clearAlarms: 'Clear Alarms',
  customCommands: 'Custom Commands',
  enableClearRuleText: 'Clear alarms and trigger one-to-one correspondence',
  transportType: 'Transport Type',
  serviceID: 'Service ID',
  serviceDetails: 'Service Details',
  pleaseCheckCustomCommands: 'Please Check Custom Commands',
  addClearAlarms: 'Add Clear Alarms',
  enableType: 'Enable Type',
  timeZone: 'TimeZone',
  enablingDay: 'Enabling Day',
  enablingTime: 'Enabling Time',
  rule: 'Rule',
  week: 'Week',
  pleaseSelectEndTime: 'Please Select End Time',
  pleaseSelectStartTime: 'Please Select Start Time',
  close: 'Close',
  cancel: 'Cancel',
  executeOperation: 'Execute Operation',
  operationValue: 'Operation Value',
  ignoreCase: 'Ignore Case',
  conditionalFiltering: 'Conditional Filtering',
  andText: 'And',
  addConditionalFiltering: 'Add Conditional Filtering',
  and: 'And',
  pleaseSelectOrganization: 'Please Select Organization',
  pleaseEnterSceneLinkageName: 'Please Enter SceneLinkage Name',
  pleaseSelectStatus: 'Please Select Status',
  monday: 'Monday',
  tuesday: 'Tuesday',
  wednesday: 'Wednesday',
  thursday: 'Thursday',
  friday: 'Friday',
  saturday: 'Saturday',
  sunday: 'Sunday',
};