demand.php 1.3 KB

1234567891011121314151617181920212223242526
  1. <?php
  2. $lang->custom->object['demand'] = '需求';
  3. $lang->custom->object['charter'] = '立项';
  4. $lang->custom->charter->fields['charterList'] = '立项资料';
  5. $lang->custom->demand = new stdClass();
  6. $lang->custom->demand->fields['required'] = $lang->custom->required;
  7. $lang->custom->demand->fields['priList'] = '优先级';
  8. $lang->custom->demand->fields['reasonList'] = '关闭原因';
  9. $lang->custom->demand->fields['categoryList'] = '类别';
  10. $lang->custom->demand->fields['statusList'] = '状态';
  11. $lang->custom->demand->fields['stageList'] = '交付阶段';
  12. $lang->custom->demand->fields['sourceList'] = '来源';
  13. $lang->custom->demand->fields['durationList'] = '管理周期';
  14. $lang->custom->demand->fields['bsaList'] = 'BSA';
  15. $lang->custom->demand->fields['reviewRules'] = '评审规则';
  16. $lang->custom->demand->fields['reviewResultList'] = '评审结果';
  17. $lang->custom->demand->fields['review'] = '评审流程';
  18. $lang->custom->market = new stdclass();
  19. $lang->custom->market->fields['strategyList'] = '策略';
  20. $lang->custom->market->fields['maturityList'] = '成熟度';
  21. $lang->custom->market->fields['competitionList'] = '竞争';
  22. $lang->custom->market->fields['speedList'] = '发展速度';
  23. $lang->custom->market->fields['ppmList'] = '重要程度';