lite.php 1.2 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');