config.ts 1.59 KB
export default {
  search: {
    name: 'Configuration name',
    state: 'Configuration status',
    time: '@:common.createText time',
    enable: 'Enable',
    disable: 'Disable',
  },
  reportForms: 'Report forms',
  createButton: '@:common.createText report forms',
  downloadButton: 'Download report forms',
  viewDevice: 'View Device',
  viewReport: 'View report',
  editReport: 'Edit Report',
  placeDevOrAttr: 'Please select the device and its properties',
  modalTitle: 'Execution equipment and properties',

  table: {
    title: 'Report List',
    organization: 'Organization',
    excuteWay: 'Execution method',
    device: 'Execution device',
    founder: 'Founder',
    time: 'Create time',
  },
  create: {
    reportName: 'Report name',
    reportNameRule: 'There is a slash or backslash in the report name',
    remark: 'Describe',
    excuteWay: 'Execution method',
    excuteWayMessage: `Execute immediately, after creating the report configuration, enable the configuration to execute immediately;
    Timed execution, user-defined execution time, when enabled,
    Automatically execute after meeting the execution time conditions.`,
    dataType: 'Data type',
    maxNumber: 'Maximum number of entries',
    queryCycle: 'Query cycle',
    polyConfitions: 'Polymerization conditions',
    intervalTime: 'Interval time',
    intervalTimeRule: 'Interval time is Required',
    recentTime: 'Recent time',
    immediate: 'Execute immediately',
    timeImmediate: 'Timed execution',
    fixedCycle: 'Fixed cycle',
    customCycle: 'Custom cycle',
    rawData: 'Raw data',
    aggData: 'aggregated data',
  },
};