zentaoipd.php 1.5 KB

1234567891011121314151617181920212223242526272829
  1. <?php
  2. $lang->custom->epic->fields['epicGrade'] = '層級設置';
  3. $lang->custom->epic->fields['gradeRule'] = '細分流程';
  4. $lang->custom->requirement->fields['requirementGrade'] = '層級設置';
  5. $lang->custom->requirement->fields['gradeRule'] = '細分流程';
  6. $lang->custom->story->fields['storyGrade'] = '層級設置';
  7. $lang->custom->story->fields['gradeRule'] = '細分流程';
  8. $lang->custom->gradeStatusList['enable'] = '正常';
  9. $lang->custom->gradeStatusList['disable'] = '停用';
  10. $lang->custom->epicGrade = "{$lang->ERCommon}層級設置";
  11. $lang->custom->requirementGrade = "{$lang->URCommon}層級設置";
  12. $lang->custom->storyGrade = "{$lang->SRCommon}層級設置";
  13. $lang->custom->closeGrade = '停用需求層級';
  14. $lang->custom->activateGrade = '啟用需求層級';
  15. $lang->custom->deleteGrade = '刪除需求層級';
  16. $lang->custom->notice->closeGrade = "停用後,該層級無法再創建新需求。";
  17. $lang->custom->notice->activateGrade = "啟用後,該層級可以創建新需求。";
  18. $lang->custom->notice->gradeNotEmpty = '系統內存在該層級的需求,不能刪除!';
  19. $lang->custom->notice->deleteGrade = '層級刪除後無法恢復!';
  20. $lang->custom->charterFiles['1']['type'] = 'roadmap';
  21. $lang->custom->charter->tips->type = '項目級別影響其規模和複雜性。路標通常作為戰略和業務目標的中長期規劃,而計劃則作為近期產品研發的安排。不同的項目等級和規劃方式決定了立項時需要提交的資料。';