* block: add lang items of project overview block.

This commit is contained in:
liugang
2023-07-03 19:09:45 +08:00
parent 864f6a0f35
commit 785dc1fd1a
5 changed files with 25 additions and 0 deletions
+5
View File
@@ -514,6 +514,11 @@ $lang->block->productstatistic->newExecution = 'Latest Execution';
$lang->block->productstatistic->newRelease = 'Latest Release';
$lang->block->productstatistic->deliveryRate = 'Delivery Rate';
$lang->block->projectoverview = new stdclass();
$lang->block->projectoverview->totalProject = 'Total';
$lang->block->projectoverview->thisYear = 'This Year';
$lang->block->projectoverview->lastThreeYear = 'Done in last three years';
$lang->block->projectstatistic = new stdclass();
$lang->block->projectstatistic->story = 'Story';
$lang->block->projectstatistic->cost = 'Cost';
+5
View File
@@ -514,6 +514,11 @@ $lang->block->productstatistic->newExecution = 'Latest Execution';
$lang->block->productstatistic->newRelease = 'Latest Release';
$lang->block->productstatistic->deliveryRate = 'Delivery Rate';
$lang->block->projectoverview = new stdclass();
$lang->block->projectoverview->totalProject = 'Total';
$lang->block->projectoverview->thisYear = 'This Year';
$lang->block->projectoverview->lastThreeYear = 'Done in last three years';
$lang->block->projectstatistic = new stdclass();
$lang->block->projectstatistic->story = 'Story';
$lang->block->projectstatistic->cost = 'Cost';
+5
View File
@@ -514,6 +514,11 @@ $lang->block->productstatistic->newExecution = 'Latest Execution';
$lang->block->productstatistic->newRelease = 'Latest Release';
$lang->block->productstatistic->deliveryRate = 'Delivery Rate';
$lang->block->projectoverview = new stdclass();
$lang->block->projectoverview->totalProject = 'Total';
$lang->block->projectoverview->thisYear = 'This Year';
$lang->block->projectoverview->lastThreeYear = 'Done in last three years';
$lang->block->projectstatistic = new stdclass();
$lang->block->projectstatistic->story = 'Story';
$lang->block->projectstatistic->cost = 'Cost';
+5
View File
@@ -571,6 +571,11 @@ $lang->block->productstatistic->newExecution = 'Latest Execution';
$lang->block->productstatistic->newRelease = 'Latest Release';
$lang->block->productstatistic->deliveryRate = 'Delivery Rate';
$lang->block->projectoverview = new stdclass();
$lang->block->projectoverview->totalProject = 'Total';
$lang->block->projectoverview->thisYear = 'This Year';
$lang->block->projectoverview->lastThreeYear = 'Done in last three years';
$lang->block->productoverview = new stdclass();
$lang->block->productoverview->totalProductCount = 'Total Product Count';
$lang->block->productoverview->productReleasedThisYear = 'Number Of Releases This Year';
+5
View File
@@ -516,6 +516,11 @@ $lang->block->productstatistic->newExecution = '最新执行';
$lang->block->productstatistic->newRelease = '最新发布';
$lang->block->productstatistic->deliveryRate = '需求交付率';
$lang->block->projectoverview = new stdclass();
$lang->block->projectoverview->totalProject = '项目总量';
$lang->block->projectoverview->thisYear = '今年完成';
$lang->block->projectoverview->lastThreeYear = '近三年完成的项目数量分布';
$lang->block->projectstatistic = new stdclass();
$lang->block->projectstatistic->story = '需求';
$lang->block->projectstatistic->cost = '投入';