* block: add lang items of project overview block.
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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 = '投入';
|
||||
|
||||
Reference in New Issue
Block a user