* Fix bug #40318, modify language items based on Chinese language items.
This commit is contained in:
@@ -37,6 +37,7 @@ $lang->block->lblNum = 'Nummer';
|
||||
$lang->block->lblHtml = 'HTML';
|
||||
$lang->block->html = 'HTML';
|
||||
$lang->block->dynamic = 'Verlauf';
|
||||
$lang->block->zentaoDynamic = 'ZenTao Dynamics';
|
||||
$lang->block->assignToMe = 'Todo';
|
||||
$lang->block->wait = 'Wait';
|
||||
$lang->block->doing = 'Doing';
|
||||
@@ -137,6 +138,7 @@ $lang->block->titleList['projectdynamic'] = "{$lang->projectCommon} Dynamic";
|
||||
$lang->block->titleList['bug'] = 'Bug';
|
||||
$lang->block->titleList['case'] = 'Case';
|
||||
$lang->block->titleList['testtask'] = 'Test Request';
|
||||
$lang->block->titleList['statistic'] = "{$lang->projectCommon} Statistic";
|
||||
|
||||
$lang->block->default['scrumproject'][] = array('title' => "{$lang->projectCommon} Overview", 'module' => 'scrumproject', 'code' => 'scrumoverview', 'width' => '2');
|
||||
$lang->block->default['scrumproject'][] = array('title' => "{$lang->executionCommon} List", 'module' => 'scrumproject', 'code' => 'scrumlist', 'width' => '2', 'params' => array('type' => 'undone', 'count' => '20', 'orderBy' => 'id_desc'));
|
||||
@@ -552,6 +554,8 @@ $lang->block->productstatistic->unclosed = 'unclosed';
|
||||
$lang->block->productstatistic->storyStatistics = 'Story Statistics';
|
||||
$lang->block->productstatistic->monthDone = 'Completed this month <span class="text-success font-bold">%s</span>';
|
||||
$lang->block->productstatistic->monthOpened = 'Added this month <span class="text-primary font-bold">%s</span>';
|
||||
$lang->block->productstatistic->opened = 'Opened';
|
||||
$lang->block->productstatistic->done = 'Done';
|
||||
$lang->block->productstatistic->news = 'Latest product advancements';
|
||||
$lang->block->productstatistic->newPlan = 'Latest Plan';
|
||||
$lang->block->productstatistic->newExecution = 'Latest Execution';
|
||||
@@ -559,9 +563,9 @@ $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->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';
|
||||
@@ -666,6 +670,13 @@ $lang->block->sprint->totalExecution = 'Total';
|
||||
$lang->block->sprint->thisYear = 'This Year';
|
||||
$lang->block->sprint->statusCount = "Status of {$lang->executionCommon}";
|
||||
|
||||
$lang->block->zentaodynamic = new stdclass();
|
||||
$lang->block->zentaodynamic->zentaosalon = 'ZenTao China Travel';
|
||||
$lang->block->zentaodynamic->publicclass = 'ZenTao Webinar';
|
||||
$lang->block->zentaodynamic->release = 'Latest Release';
|
||||
$lang->block->zentaodynamic->registration = 'Registration';
|
||||
$lang->block->zentaodynamic->reservation = 'Reservation';
|
||||
|
||||
$lang->block->monthlyprogress = new stdclass();
|
||||
$lang->block->monthlyprogress->doneStoryEstimateTrendChart = "The Finished {$lang->SRCommon} Scale Trend Chart";
|
||||
$lang->block->monthlyprogress->storyTrendChart = "The New and Finished {$lang->SRCommon} Trend Chart";
|
||||
@@ -695,8 +706,8 @@ $lang->block->moduleList['execution'] = $lang->execution->common;
|
||||
$lang->block->moduleList['qa'] = $lang->qa->common;
|
||||
$lang->block->moduleList['welcome'] = $lang->block->welcome->common;
|
||||
$lang->block->moduleList['guide'] = $lang->block->guide;
|
||||
$lang->block->moduleList['teamDynamic'] = $lang->zentaoPMS . ' ' . $lang->dynamic;
|
||||
$lang->block->moduleList['teamAchievement'] = $lang->block->teamAchievement;
|
||||
$lang->block->moduleList['zentaodynamic'] = $lang->block->zentaoDynamic;
|
||||
$lang->block->moduleList['teamachievement'] = $lang->block->teamAchievement;
|
||||
$lang->block->moduleList['assigntome'] = $lang->block->assignToMe;
|
||||
$lang->block->moduleList['dynamic'] = $lang->block->dynamic;
|
||||
$lang->block->moduleList['html'] = $lang->block->html;
|
||||
|
||||
@@ -138,6 +138,7 @@ $lang->block->titleList['projectdynamic'] = "{$lang->projectCommon} Dynamic";
|
||||
$lang->block->titleList['bug'] = 'Bug';
|
||||
$lang->block->titleList['case'] = 'Case';
|
||||
$lang->block->titleList['testtask'] = 'Test Task';
|
||||
$lang->block->titleList['statistic'] = "{$lang->projectCommon} Statistic";
|
||||
|
||||
$lang->block->default['scrumproject'][] = array('title' => "{$lang->projectCommon} Overview", 'module' => 'scrumproject', 'code' => 'scrumoverview', 'width' => '2');
|
||||
$lang->block->default['scrumproject'][] = array('title' => "{$lang->executionCommon} List", 'module' => 'scrumproject', 'code' => 'scrumlist', 'width' => '2', 'params' => array('type' => 'undone', 'count' => '20', 'orderBy' => 'id_desc'));
|
||||
@@ -669,14 +670,12 @@ $lang->block->sprint->totalExecution = 'Total';
|
||||
$lang->block->sprint->thisYear = 'This Year';
|
||||
$lang->block->sprint->statusCount = "Status of {$lang->executionCommon}";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
$lang->block->zentaodynamic = new stdclass();
|
||||
$lang->block->zentaodynamic->zentaosalon = 'ZenTao China Travel';
|
||||
$lang->block->zentaodynamic->publicclass = 'ZenTao Webinar';
|
||||
$lang->block->zentaodynamic->release = 'Latest Release';
|
||||
$lang->block->zentaodynamic->registration = 'Registration';
|
||||
$lang->block->zentaodynamic->reservation = 'Reservation';
|
||||
|
||||
$lang->block->monthlyprogress = new stdclass();
|
||||
$lang->block->monthlyprogress->doneStoryEstimateTrendChart = "The Finished {$lang->SRCommon} Scale Trend Chart";
|
||||
@@ -707,8 +706,8 @@ $lang->block->moduleList['execution'] = $lang->execution->common;
|
||||
$lang->block->moduleList['qa'] = $lang->qa->common;
|
||||
$lang->block->moduleList['welcome'] = $lang->block->welcome->common;
|
||||
$lang->block->moduleList['guide'] = $lang->block->guide;
|
||||
$lang->block->moduleList['teamDynamic'] = $lang->zentaoPMS . ' ' . $lang->dynamic;
|
||||
$lang->block->moduleList['teamAchievement'] = $lang->block->teamAchievement;
|
||||
$lang->block->moduleList['zentaodynamic'] = $lang->block->zentaoDynamic;
|
||||
$lang->block->moduleList['teamachievement'] = $lang->block->teamAchievement;
|
||||
$lang->block->moduleList['assigntome'] = $lang->block->assignToMe;
|
||||
$lang->block->moduleList['dynamic'] = $lang->block->dynamic;
|
||||
$lang->block->moduleList['html'] = $lang->block->html;
|
||||
|
||||
@@ -37,6 +37,7 @@ $lang->block->lblNum = 'Numéro';
|
||||
$lang->block->lblHtml = 'HTML';
|
||||
$lang->block->html = 'HTML';
|
||||
$lang->block->dynamic = 'Historique';
|
||||
$lang->block->zentaoDynamic = 'ZenTao Dynamics';
|
||||
$lang->block->assignToMe = 'Todo';
|
||||
$lang->block->wait = 'En Attente';
|
||||
$lang->block->doing = 'En Cours';
|
||||
@@ -137,6 +138,7 @@ $lang->block->titleList['projectdynamic'] = "{$lang->projectCommon} Dynamic";
|
||||
$lang->block->titleList['bug'] = 'Bug';
|
||||
$lang->block->titleList['case'] = 'Case';
|
||||
$lang->block->titleList['testtask'] = 'Test Request';
|
||||
$lang->block->titleList['statistic'] = "{$lang->projectCommon} Statistic";
|
||||
|
||||
$lang->block->default['scrumproject'][] = array('title' => "{$lang->projectCommon} Overview", 'module' => 'scrumproject', 'code' => 'scrumoverview', 'width' => '2');
|
||||
$lang->block->default['scrumproject'][] = array('title' => "{$lang->executionCommon} List", 'module' => 'scrumproject', 'code' => 'scrumlist', 'width' => '2', 'params' => array('type' => 'undone', 'count' => '20', 'orderBy' => 'id_desc'));
|
||||
@@ -532,13 +534,6 @@ $lang->block->welcome->assignList['task'] = 'Task';
|
||||
$lang->block->welcome->assignList['bug'] = 'Bug';
|
||||
$lang->block->welcome->assignList['story'] = 'SRStroy';
|
||||
$lang->block->welcome->assignList['testcase'] = 'TestCase';
|
||||
$lang->block->welcome->assignList['requirement'] = 'URStory';
|
||||
$lang->block->welcome->assignList['testtask'] = 'Test Request';
|
||||
$lang->block->welcome->assignList['issue'] = 'Issue';
|
||||
$lang->block->welcome->assignList['risk'] = 'Risk';
|
||||
$lang->block->welcome->assignList['qa'] = 'QA';
|
||||
$lang->block->welcome->assignList['meeting'] = 'Meeting';
|
||||
$lang->block->welcome->assignList['feedback'] = 'Feedback';
|
||||
|
||||
$lang->block->customModeTip = new stdClass();
|
||||
$lang->block->customModeTip->common = 'There are 2 running modes of ZenTao: Light Mode and ALM Mode.';
|
||||
@@ -552,6 +547,8 @@ $lang->block->productstatistic->unclosed = 'unclosed';
|
||||
$lang->block->productstatistic->storyStatistics = 'Story Statistics';
|
||||
$lang->block->productstatistic->monthDone = 'Completed this month <span class="text-success font-bold">%s</span>';
|
||||
$lang->block->productstatistic->monthOpened = 'Added this month <span class="text-primary font-bold">%s</span>';
|
||||
$lang->block->productstatistic->opened = 'Opened';
|
||||
$lang->block->productstatistic->done = 'Done';
|
||||
$lang->block->productstatistic->news = 'Latest product advancements';
|
||||
$lang->block->productstatistic->newPlan = 'Latest Plan';
|
||||
$lang->block->productstatistic->newExecution = 'Latest Execution';
|
||||
@@ -666,6 +663,13 @@ $lang->block->sprint->totalExecution = 'Total';
|
||||
$lang->block->sprint->thisYear = 'This Year';
|
||||
$lang->block->sprint->statusCount = "Status of {$lang->executionCommon}";
|
||||
|
||||
$lang->block->zentaodynamic = new stdclass();
|
||||
$lang->block->zentaodynamic->zentaosalon = 'ZenTao China Travel';
|
||||
$lang->block->zentaodynamic->publicclass = 'ZenTao Webinar';
|
||||
$lang->block->zentaodynamic->release = 'Latest Release';
|
||||
$lang->block->zentaodynamic->registration = 'Registration';
|
||||
$lang->block->zentaodynamic->reservation = 'Reservation';
|
||||
|
||||
$lang->block->monthlyprogress = new stdclass();
|
||||
$lang->block->monthlyprogress->doneStoryEstimateTrendChart = "The Finished {$lang->SRCommon} Scale Trend Chart";
|
||||
$lang->block->monthlyprogress->storyTrendChart = "The New and Finished {$lang->SRCommon} Trend Chart";
|
||||
@@ -695,8 +699,8 @@ $lang->block->moduleList['execution'] = $lang->execution->common;
|
||||
$lang->block->moduleList['qa'] = $lang->qa->common;
|
||||
$lang->block->moduleList['welcome'] = $lang->block->welcome->common;
|
||||
$lang->block->moduleList['guide'] = $lang->block->guide;
|
||||
$lang->block->moduleList['teamDynamic'] = $lang->zentaoPMS . ' ' . $lang->dynamic;
|
||||
$lang->block->moduleList['teamAchievement'] = $lang->block->teamAchievement;
|
||||
$lang->block->moduleList['zentaodynamic'] = $lang->block->zentaoDynamic;
|
||||
$lang->block->moduleList['teamachievement'] = $lang->block->teamAchievement;
|
||||
$lang->block->moduleList['assigntome'] = $lang->block->assignToMe;
|
||||
$lang->block->moduleList['dynamic'] = $lang->block->dynamic;
|
||||
$lang->block->moduleList['html'] = $lang->block->html;
|
||||
|
||||
@@ -248,7 +248,6 @@ $lang->block->modules['agileplus'] = $lang->block->modules['scrumproject'];
|
||||
$lang->block->modules['waterfallplus'] = $lang->block->modules['waterfallproject'];
|
||||
|
||||
$lang->block->modules['product'] = new stdclass();
|
||||
|
||||
$lang->block->modules['product']->availableBlocks['overview'] = $lang->productCommon . '总览';
|
||||
$lang->block->modules['product']->availableBlocks['statistic'] = $lang->productCommon . '统计';
|
||||
$lang->block->modules['product']->availableBlocks['releasestatistic'] = "{$lang->productCommon}发布统计";
|
||||
|
||||
Reference in New Issue
Block a user