23 lines
1.2 KiB
PHP
23 lines
1.2 KiB
PHP
<?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 btn-xs'>使用</span>";
|
|
$lang->workestimation->tips = '完成工作量估算後,才能進行工期估算';
|
|
|
|
$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 = '';
|