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