zh-tw.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 = '';