zh-cn.php 1.6 KB

1234567891011121314151617181920212223242526
  1. <?php
  2. $lang->durationestimation->index = '工期估算首页';
  3. $lang->durationestimation->create = '工期估算设置';
  4. $lang->durationestimation->common = $lang->projectCommon . '工期估算';
  5. $lang->durationestimation->stage = '阶段';
  6. $lang->durationestimation->workloadRate = '工作量占比';
  7. $lang->durationestimation->workload = '工作量';
  8. $lang->durationestimation->worktimeRate = '全时率';
  9. $lang->durationestimation->people = '估算人数';
  10. $lang->durationestimation->members = '投入人数';
  11. $lang->durationestimation->startDate = '开始日期';
  12. $lang->durationestimation->endDate = '结束日期';
  13. $lang->durationestimation->setting = '设置';
  14. $lang->durationestimation->indexAction = '工期估算列表';
  15. $lang->durationestimation->setWorkestimation = "请先录入工作量估算信息";
  16. $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>";
  17. $lang->durationestimation->workloadError = "工作量占比之和必须是100%";
  18. $lang->durationestimation->placeholder = new stdclass();
  19. $lang->durationestimation->placeholder->scale = '';
  20. $lang->durationestimation->placeholder->productivity = '';
  21. $lang->durationestimation->placeholder->duration = '';
  22. $lang->durationestimation->placeholder->unitLaborCost = '';
  23. $lang->durationestimation->placeholder->totalLaborCost = '';