* Add lang/en.php

This commit is contained in:
tianshujie98
2020-08-25 16:27:11 +08:00
parent 62d11a4516
commit fb263a1152
3 changed files with 81 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
<?php
$lang->durationestimation->index = 'Estimated lead time home';
$lang->durationestimation->create = 'Time estimate setting';
$lang->durationestimation->common = 'Estimation of project duration';
$lang->durationestimation->stage = 'Stage';
$lang->durationestimation->workloadRate = 'Workload share';
$lang->durationestimation->workload = 'Workload';
$lang->durationestimation->worktimeRate = 'Full-time rate';
$lang->durationestimation->people = 'Estimated number';
$lang->durationestimation->members = 'Number of people invested';
$lang->durationestimation->startDate = 'Start date';
$lang->durationestimation->endDate = 'End Date';
$lang->durationestimation->setting = 'Set Up';
$lang->durationestimation->setWorkestimation = "Please enter the estimated workload information first";
$lang->durationestimation->summary = "Project scale: <strong class='text-danger'> %s {$lang->hourCommon}</strong>, Estimate workload: <strong id='totalWorkload' class='text-danger'>0</strong>, Total number of participants: <strong id='totalStaff' class='text-danger'>0</strong>";
$lang->durationestimation->workloadError = "The sum of the workload must be 100%";
$lang->durationestimation->placeholder = new stdclass();
$lang->durationestimation->placeholder->scale = '';
$lang->durationestimation->placeholder->productivity = '';
$lang->durationestimation->placeholder->duration = '';
$lang->durationestimation->placeholder->unitLaborCost = '';
$lang->durationestimation->placeholder->totalLaborCost = '';