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'] = '重要程度';