maintenance.php 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Coding' => '唯一编码',
  5. 'Name' => '保养计划名称',
  6. 'Type' => '计划类型',
  7. 'Periodicity' => '保养周期',
  8. 'First_duetime' => '首次执行日期',
  9. 'Last_duetime' => '计划结束日期',
  10. 'Default_fields' => '字段默认值',
  11. 'Status' => '状态',
  12. 'Createtime' => '创建时间',
  13. 'Updatetime' => '更新时间',
  14. 'Deletetime' => '删除时间',
  15. 'PlanUser' => '保养人员',
  16. 'ArchiveRange' => '设备范围',
  17. 'PeriodicityUnit' => '天 / 循环一次',
  18. 'BasicInfo' => '基础信息',
  19. 'PlanField' => '保养项明细',
  20. 'AddField' => '新增保养项',
  21. 'EditField' => '编辑保养项',
  22. 'FieldName' => '保养项',
  23. 'FieldType' => '值类型',
  24. 'FieldDefault' => '默认值',
  25. 'FieldRequire' => '必填',
  26. 'IsRequire' => '必填',
  27. 'NotRequire' => '非必填',
  28. 'Stop' => '停用',
  29. 'Equipment Details' => '设备详情',
  30. 'This operation will delete the maintenance item, whether to continue?' => '此操作将删除该条保养项,是否继续?',
  31. 'After deactivating the plan, the task for the next cycle is no longer valid, is deactivation confirmed?' => '停用计划后,下一个周期的任务不再生效,是否确认停用?',
  32. 'The plan end date should not be earlier than the first implementation date' => '计划结束日期不得早于首次执行日期',
  33. '%s Already exists in other plans' => '%s 已存在于其他计划内',
  34. 'Maintenance record details' => '保养记录明细',
  35. 'Deactivated' => '已停用计划',
  36. 'StopTime' => '停用时间',
  37. 'ClearInvalidTask' => '清理无效任务',
  38. ];