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 = '项目级别影响其规模和复杂性。路标通常作为战略和业务目标的中长期规划,而计划则作为近期产品研发的安排。不同的项目等级和规划方式决定了立项时需要提交的资料。';