From 624c2cc1e37bd76e08e4c2b4b7431b7d57372047 Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Wed, 8 Mar 2023 09:39:50 +0800 Subject: [PATCH] * Update project common lang. --- module/report/lang/de.php | 6 +++--- module/report/lang/en.php | 8 ++++---- module/report/lang/fr.php | 6 +++--- module/report/lang/zh-cn.php | 10 +++++----- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/module/report/lang/de.php b/module/report/lang/de.php index 02ef153578..6c195d81f9 100644 --- a/module/report/lang/de.php +++ b/module/report/lang/de.php @@ -18,7 +18,7 @@ $lang->report->percent = '%'; $lang->report->undefined = 'Undefiniert'; $lang->report->query = 'Abfrage'; $lang->report->annual = 'Annual Summary'; -$lang->report->project = 'Project'; +$lang->report->project = $lang->projectCommon; $lang->report->PO = 'PO'; $lang->report->viewEveryoneAnnual = 'View everyone annual summary'; @@ -51,7 +51,7 @@ $lang->report->beginAndEnd = ' : von'; $lang->report->begin = 'Begin'; $lang->report->end = 'End'; $lang->report->dept = 'Abteilung'; -$lang->report->deviationChart = 'Projektabweichungskurve'; +$lang->report->deviationChart = "{$lang->projectCommon} Deviation Chart"; $lang->reportList = new stdclass(); $lang->reportList->product = new stdclass(); @@ -212,7 +212,7 @@ $lang->report->annualData->todoStatus['undone'] = 'Undone'; $lang->report->annualData->todoStatus['done'] = 'Done'; $lang->report->annualData->radarItems['product'] = "Product"; -$lang->report->annualData->radarItems['execution'] = "Project"; +$lang->report->annualData->radarItems['execution'] = $lang->projectCommon; $lang->report->annualData->radarItems['devel'] = "Development"; $lang->report->annualData->radarItems['qa'] = "QA"; $lang->report->annualData->radarItems['other'] = "Other"; diff --git a/module/report/lang/en.php b/module/report/lang/en.php index 2b602f160a..3d94449e8a 100644 --- a/module/report/lang/en.php +++ b/module/report/lang/en.php @@ -18,7 +18,7 @@ $lang->report->percent = '%'; $lang->report->undefined = 'Undefined'; $lang->report->query = 'Query'; $lang->report->annual = 'Annual Summary'; -$lang->report->project = 'Project'; +$lang->report->project = $lang->projectCommon; $lang->report->PO = 'PO'; $lang->report->viewEveryoneAnnual = 'View everyone annual summary'; @@ -51,7 +51,7 @@ $lang->report->beginAndEnd = ' From'; $lang->report->begin = ' Begin'; $lang->report->end = ' End'; $lang->report->dept = 'Department'; -$lang->report->deviationChart = 'Project Deviation Chart'; +$lang->report->deviationChart = "{$lang->projectCommon} Deviation Chart"; $lang->reportList = new stdclass(); $lang->reportList->product = new stdclass(); @@ -211,8 +211,8 @@ $lang->report->annualData->todoStatus['all'] = 'All'; $lang->report->annualData->todoStatus['undone'] = 'Undone'; $lang->report->annualData->todoStatus['done'] = 'Done'; -$lang->report->annualData->radarItems['product'] = "Product"; -$lang->report->annualData->radarItems['execution'] = "Project"; +$lang->report->annualData->radarItems['product'] = 'Product'; +$lang->report->annualData->radarItems['execution'] = $lang->projectCommon; $lang->report->annualData->radarItems['devel'] = "Development"; $lang->report->annualData->radarItems['qa'] = "QA"; $lang->report->annualData->radarItems['other'] = "Other"; diff --git a/module/report/lang/fr.php b/module/report/lang/fr.php index 93d7e7b525..1f7d244c33 100644 --- a/module/report/lang/fr.php +++ b/module/report/lang/fr.php @@ -18,7 +18,7 @@ $lang->report->percent = '%'; $lang->report->undefined = 'N/D'; $lang->report->query = 'Requête'; $lang->report->annual = 'Résumé Annuel'; -$lang->report->project = 'Project'; +$lang->report->project = $lang->projectCommon; $lang->report->PO = 'PO'; $lang->report->viewEveryoneAnnual = 'View everyone annual summary'; @@ -51,7 +51,7 @@ $lang->report->beginAndEnd = ' de'; $lang->report->begin = 'Begin'; $lang->report->end = 'End'; $lang->report->dept = 'Compartiment'; -$lang->report->deviationChart = 'Courbe de déviation du projet'; +$lang->report->deviationChart = "{$lang->projectCommon} Deviation Chart"; $lang->reportList = new stdclass(); $lang->reportList->product = new stdclass(); @@ -212,7 +212,7 @@ $lang->report->annualData->todoStatus['undone'] = 'Undone'; $lang->report->annualData->todoStatus['done'] = 'Done'; $lang->report->annualData->radarItems['product'] = "Product"; -$lang->report->annualData->radarItems['execution'] = "Project"; +$lang->report->annualData->radarItems['execution'] = $lang->projectCommon; $lang->report->annualData->radarItems['devel'] = "Development"; $lang->report->annualData->radarItems['qa'] = "QA"; $lang->report->annualData->radarItems['other'] = "Other"; diff --git a/module/report/lang/zh-cn.php b/module/report/lang/zh-cn.php index a5aa0d95dc..a5f43f8c0d 100644 --- a/module/report/lang/zh-cn.php +++ b/module/report/lang/zh-cn.php @@ -18,7 +18,7 @@ $lang->report->percent = '百分比'; $lang->report->undefined = '未设定'; $lang->report->query = '查询'; $lang->report->annual = '年度总结'; -$lang->report->project = '项目'; +$lang->report->project = $lang->projectCommon; $lang->report->PO = 'PO'; $lang->report->viewEveryoneAnnual = '查看所有人年度总结'; @@ -212,7 +212,7 @@ $lang->report->annualData->todoStatus['undone'] = '未完成'; $lang->report->annualData->todoStatus['done'] = '已完成'; $lang->report->annualData->radarItems['product'] = '产品管理'; -$lang->report->annualData->radarItems['execution'] = '项目管理'; +$lang->report->annualData->radarItems['execution'] = "{$lang->projectCommon}管理"; $lang->report->annualData->radarItems['devel'] = "研发"; $lang->report->annualData->radarItems['qa'] = "测试"; $lang->report->annualData->radarItems['other'] = "其他"; @@ -230,6 +230,6 @@ $lang->report->caseOutput = "用例产出"; $lang->report->bugProgress = "Bug进展"; $lang->report->productProgress = "产品进展"; $lang->report->executionProgress = "执行进展"; -$lang->report->projectProgress = "项目进展"; -$lang->report->yearProjectOverview = "年度项目总览"; -$lang->report->projectOverview = "截止目前项目总览"; +$lang->report->projectProgress = "{$lang->projectCommon}进展"; +$lang->report->yearProjectOverview = "年度{$lang->projectCommon}总览"; +$lang->report->projectOverview = "截止目前{$lang->projectCommon}总览";