| 12345678910111213141516171819202122 |
- <?php
- $lang->workestimation->common = '工作量估算';
- $lang->workestimation->budget = '估算';
- $lang->workestimation->index = '总览';
- $lang->workestimation->scale = '规模';
- $lang->workestimation->productivity = '生产率';
- $lang->workestimation->duration = '估算总工时';
- $lang->workestimation->unitLaborCost = '单位人工成本';
- $lang->workestimation->totalLaborCost = '估算人工成本';
- $lang->workestimation->dayHour = '每日工时';
- $lang->workestimation->hour = '工时';
- $lang->workestimation->consumed = '已消耗工时';
- $lang->workestimation->scaleTip = "当前{$lang->projectCommon}实际规模:<strong>%s{$lang->hourCommon}</strong> <a href='###' id='useScale' class='btn size-xs ml-2' data-on='click' data-call='updateScale'>使用</a>";
- $lang->workestimation->tips = '完成工作量估算后,才能进行工期估算。默认的估算单位、单位人工成本、每日工时、每周工作天数可以在 <strong>后台-功能配置-项目-估算</strong> 中配置。';
- $lang->workestimation->placeholder = new stdclass();
- $lang->workestimation->placeholder->scale = '';
- $lang->workestimation->placeholder->productivity = '';
- $lang->workestimation->placeholder->duration = '';
- $lang->workestimation->placeholder->unitLaborCost = '';
- $lang->workestimation->placeholder->totalLaborCost = '';
|