zh-cn.php 1.4 KB

12345678910111213141516171819202122
  1. <?php
  2. $lang->workestimation->common = '工作量估算';
  3. $lang->workestimation->budget = '估算';
  4. $lang->workestimation->index = '总览';
  5. $lang->workestimation->scale = '规模';
  6. $lang->workestimation->productivity = '生产率';
  7. $lang->workestimation->duration = '估算总工时';
  8. $lang->workestimation->unitLaborCost = '单位人工成本';
  9. $lang->workestimation->totalLaborCost = '估算人工成本';
  10. $lang->workestimation->dayHour = '每日工时';
  11. $lang->workestimation->hour = '工时';
  12. $lang->workestimation->consumed = '已消耗工时';
  13. $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>";
  14. $lang->workestimation->tips = '完成工作量估算后,才能进行工期估算。默认的估算单位、单位人工成本、每日工时、每周工作天数可以在 <strong>后台-功能配置-项目-估算</strong> 中配置。';
  15. $lang->workestimation->placeholder = new stdclass();
  16. $lang->workestimation->placeholder->scale = '';
  17. $lang->workestimation->placeholder->productivity = '';
  18. $lang->workestimation->placeholder->duration = '';
  19. $lang->workestimation->placeholder->unitLaborCost = '';
  20. $lang->workestimation->placeholder->totalLaborCost = '';