| 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 = '';
|