| 1234567891011121314151617181920212223242526 |
- <?php
- $lang->custom->object['demand'] = '需求';
- $lang->custom->object['charter'] = '立項';
- $lang->custom->charter->fields['charterList'] = '立項資料';
- $lang->custom->demand = new stdClass();
- $lang->custom->demand->fields['required'] = $lang->custom->required;
- $lang->custom->demand->fields['priList'] = '優先順序';
- $lang->custom->demand->fields['reasonList'] = '關閉原因';
- $lang->custom->demand->fields['categoryList'] = '類別';
- $lang->custom->demand->fields['statusList'] = '狀態';
- $lang->custom->demand->fields['stageList'] = '交付階段';
- $lang->custom->demand->fields['sourceList'] = '來源';
- $lang->custom->demand->fields['durationList'] = '管理周期';
- $lang->custom->demand->fields['bsaList'] = 'BSA';
- $lang->custom->demand->fields['reviewRules'] = '評審規則';
- $lang->custom->demand->fields['reviewResultList'] = '評審結果';
- $lang->custom->demand->fields['review'] = '評審流程';
- $lang->custom->market = new stdclass();
- $lang->custom->market->fields['strategyList'] = '策略';
- $lang->custom->market->fields['maturityList'] = '成熟度';
- $lang->custom->market->fields['competitionList'] = '競爭';
- $lang->custom->market->fields['speedList'] = '發展速度';
- $lang->custom->market->fields['ppmList'] = '重要程度';
|