tasks.ts 1.79 KB
export default {
  state: 'Status',
  taskName: 'Task name',
  taskGroup: 'Task group name',
  cron: 'Cron execution expression',
  executeOnce: 'Execute once',
  log: 'Dispatching log',
  table: {
    title: 'Timed task list',
    isOnce: 'Confirm to execute immediately once',
    taskOnce: 'Execute a task once',
    task: 'Task ?',
    taskDetail: 'Task details',
    callTarget: 'Call target string',
    default: 'Default',
    system: 'System',
    report: 'Report forms',
    taskCenter: 'Task Center',
    taskState: 'Task Status',
    callMethod: 'Calling method',
    callMessage:
      'Bean call example: reportTask. noParams() Class call example: reportTask. noParams() Parameter description: Supports strings, Boolean types, long integers, floating-point types, and integers',
    strategy: 'Execution Strategy',
    immediate: 'Execute immediately',
    execution: 'Abandon execution',
    isConcurrent: 'Is it concurrent',
    allow: 'Allow',
    disable: 'Prohibit',
  },
  form: {
    createTitle: 'Create scheduled tasks',
    editTitle: 'Edit scheduled tasks',
    viewTitle: 'View scheduled tasks',
  },
  detail: {
    title: 'Task Details',
  },
  logDetail: {
    title: 'Scheduling log details',
    place1: 'Please enter the task name',
    place2: 'Please enter a task group name',
    place3: 'Please enter the execution status',
    isAllDel: 'Are you sure you want to clear all data',
    empty: 'Empty',
    tableName: 'Scheduling log list',
    nextTime: 'Next execution time:',
    callTarget: 'Call target method:',
    loginfo: 'log information',
    state: 'Execution Status',
    time: 'Execution Time',
    timeConsuming: 'Total time: {time} milliseconds',
  },

  EJobGroup: {
    DEFAULT: 'Default',
    SYSTEM: 'System',
    REPORT: 'Report forms',
    TASK_CENTER: 'Task center',
  },
};