* Add the new version.
This commit is contained in:
@@ -193,6 +193,9 @@ $lang->report->annualData->actionList['assign'] = 'Assigned';
|
||||
$lang->report->annualData->actionList['activate'] = 'Activated';
|
||||
$lang->report->annualData->actionList['resolve'] = 'Resolved';
|
||||
$lang->report->annualData->actionList['run'] = 'Execute';
|
||||
$lang->report->annualData->actionList['stop'] = 'Stop Maintenance';
|
||||
$lang->report->annualData->actionList['putoff'] = 'Postponed ';
|
||||
$lang->report->annualData->actionList['suspend'] = 'Suspended';
|
||||
$lang->report->annualData->actionList['change'] = 'Changed';
|
||||
$lang->report->annualData->actionList['pause'] = 'Paused';
|
||||
$lang->report->annualData->actionList['cancel'] = 'Canceled';
|
||||
|
||||
@@ -193,6 +193,9 @@ $lang->report->annualData->actionList['assign'] = '指派';
|
||||
$lang->report->annualData->actionList['activate'] = '激活';
|
||||
$lang->report->annualData->actionList['resolve'] = '解決';
|
||||
$lang->report->annualData->actionList['run'] = '執行';
|
||||
$lang->report->annualData->actionList['stop'] = '停止維護';
|
||||
$lang->report->annualData->actionList['putoff'] = '延期';
|
||||
$lang->report->annualData->actionList['suspend'] = '掛起';
|
||||
$lang->report->annualData->actionList['change'] = '變更';
|
||||
$lang->report->annualData->actionList['pause'] = '暫停';
|
||||
$lang->report->annualData->actionList['cancel'] = '取消';
|
||||
@@ -203,8 +206,25 @@ $lang->report->annualData->todoStatus['all'] = '所有待辦';
|
||||
$lang->report->annualData->todoStatus['undone'] = '未完成';
|
||||
$lang->report->annualData->todoStatus['done'] = '已完成';
|
||||
|
||||
$lang->report->annualData->radarItems['product'] = '產品';
|
||||
$lang->report->annualData->radarItems['execution'] = $lang->executionCommon;
|
||||
$lang->report->annualData->radarItems['product'] = '產品管理';
|
||||
$lang->report->annualData->radarItems['execution'] = '項目管理';
|
||||
$lang->report->annualData->radarItems['devel'] = "研發";
|
||||
$lang->report->annualData->radarItems['qa'] = "測試";
|
||||
$lang->report->annualData->radarItems['other'] = "其他";
|
||||
|
||||
$lang->report->companyRadar = "公司能力雷達圖";
|
||||
$lang->report->outputData = "產出數據";
|
||||
$lang->report->outputTotal = "產出總數";
|
||||
$lang->report->storyOutput = "需求產出";
|
||||
$lang->report->planOutput = "計劃產出";
|
||||
$lang->report->releaseOutput = "發佈產出";
|
||||
$lang->report->executionOutput = "執行產出";
|
||||
$lang->report->taskOutput = "任務產出";
|
||||
$lang->report->bugOutput = "Bug產出";
|
||||
$lang->report->caseOutput = "用例產出";
|
||||
$lang->report->bugProgress = "Bug進展";
|
||||
$lang->report->productProgress = "產品進展";
|
||||
$lang->report->executionProgress = "執行進展";
|
||||
$lang->report->projectProgress = "項目進展";
|
||||
$lang->report->yearProjectOverview = "年度項目總覽";
|
||||
$lang->report->projectOverview = "截止目前項目總覽";
|
||||
|
||||
Reference in New Issue
Block a user