| 1234567891011121314151617181920212223242526 |
- <?php
- $lang->durationestimation->index = '工期估算首页';
- $lang->durationestimation->create = '工期估算设置';
- $lang->durationestimation->common = $lang->projectCommon . '工期估算';
- $lang->durationestimation->stage = '阶段';
- $lang->durationestimation->workloadRate = '工作量占比';
- $lang->durationestimation->workload = '工作量';
- $lang->durationestimation->worktimeRate = '全时率';
- $lang->durationestimation->people = '估算人数';
- $lang->durationestimation->members = '投入人数';
- $lang->durationestimation->startDate = '开始日期';
- $lang->durationestimation->endDate = '结束日期';
- $lang->durationestimation->setting = '设置';
- $lang->durationestimation->indexAction = '工期估算列表';
- $lang->durationestimation->setWorkestimation = "请先录入工作量估算信息";
- $lang->durationestimation->summary = $lang->projectCommon . "规模: <strong class='text-danger'> %s {$lang->hourCommon}</strong>, 估算工作量: <strong id='totalWorkload' class='text-danger'> %s </strong>, 总投入人数: <strong id='totalStaff' class='text-danger'> %s </strong>";
- $lang->durationestimation->workloadError = "工作量占比之和必须是100%";
- $lang->durationestimation->placeholder = new stdclass();
- $lang->durationestimation->placeholder->scale = '';
- $lang->durationestimation->placeholder->productivity = '';
- $lang->durationestimation->placeholder->duration = '';
- $lang->durationestimation->placeholder->unitLaborCost = '';
- $lang->durationestimation->placeholder->totalLaborCost = '';
|