lite.php 1.1 KB

123456789101112131415161718192021222324
  1. <?php
  2. $lang->custom->executionCommon = '看板';
  3. $lang->custom->closedExecution = '已关闭' . $lang->custom->executionCommon;
  4. $lang->custom->notice->readOnlyOfExecution = "禁止修改后,已关闭{$lang->custom->executionCommon}下的任务、日志以及关联目标都禁止修改。";
  5. $lang->custom->moduleName['execution'] = $lang->custom->executionCommon;
  6. $lang->custom->task = new stdClass();
  7. $lang->custom->task->fields['required'] = $lang->custom->required;
  8. $lang->custom->task->fields['priList'] = '优先级';
  9. $lang->custom->task->fields['typeList'] = '类型';
  10. $lang->custom->story = new stdClass();
  11. $lang->custom->story->fields['required'] = $lang->custom->required;
  12. $lang->custom->story->fields['priList'] = '优先级';
  13. $lang->custom->story->fields['reasonList'] = '关闭原因';
  14. $lang->custom->story->fields['statusList'] = '状态';
  15. $lang->custom->story->fields['reviewRules'] = '评审规则';
  16. $lang->custom->story->fields['reviewResultList'] = '评审结果';
  17. $lang->custom->story->fields['review'] = '评审流程';
  18. $lang->custom->execution = new stdclass();
  19. $lang->custom->system = array('required');