From 1d6825f5b63b0dcb87da9846a4be47b2512eaa07 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 7 Mar 2023 17:03:52 +0800 Subject: [PATCH] * Modify language items for project,product common. --- module/bug/lang/de.php | 2 +- module/bug/lang/en.php | 2 +- module/bug/lang/fr.php | 2 +- module/bug/lang/zh-cn.php | 2 +- module/custom/lang/de.php | 6 +++--- module/custom/lang/en.php | 6 +++--- module/custom/lang/fr.php | 6 +++--- module/custom/lang/zh-cn.php | 32 ++++++++++++++++---------------- 8 files changed, 29 insertions(+), 29 deletions(-) diff --git a/module/bug/lang/de.php b/module/bug/lang/de.php index a8f0e551d5..d08ee36c26 100644 --- a/module/bug/lang/de.php +++ b/module/bug/lang/de.php @@ -166,7 +166,7 @@ $lang->bug->openedByMeAB = 'Von mir erstellt'; $lang->bug->resolvedByMeAB = 'Von mir gelöst'; $lang->bug->ditto = 'Dito'; -$lang->bug->dittoNotice = 'This bug is not linked to the same product as the last one!'; +$lang->bug->dittoNotice = "This bug is not linked to the same {$lang->productCommon} as the last one is!"; $lang->bug->noAssigned = 'Zuweisen'; $lang->bug->noBug = 'Keine Bugs. '; $lang->bug->noModule = '
Sie haben keine Module
Jetzt verwalten
'; diff --git a/module/bug/lang/en.php b/module/bug/lang/en.php index 71da5d016e..1e3c5a687f 100644 --- a/module/bug/lang/en.php +++ b/module/bug/lang/en.php @@ -166,7 +166,7 @@ $lang->bug->openedByMeAB = 'ReportedByMe'; $lang->bug->resolvedByMeAB = 'ResolvedByMe'; $lang->bug->ditto = 'Ditto'; -$lang->bug->dittoNotice = 'This bug is not linked to the same product as the last one is!'; +$lang->bug->dittoNotice = "This bug is not linked to the same {$lang->productCommon} as the last one is!"; $lang->bug->noAssigned = 'Unassigned'; $lang->bug->noBug = 'No bugs yet.'; $lang->bug->noModule = '
You have no modules.
Manage now
'; diff --git a/module/bug/lang/fr.php b/module/bug/lang/fr.php index d4978f3f53..afdb271cbc 100644 --- a/module/bug/lang/fr.php +++ b/module/bug/lang/fr.php @@ -166,7 +166,7 @@ $lang->bug->openedByMeAB = 'Signalés par Moi'; $lang->bug->resolvedByMeAB = 'Résolus par Moi'; $lang->bug->ditto = 'Idem'; -$lang->bug->dittoNotice = "Ce bug n'est pas lié au même product que le précédent !"; +$lang->bug->dittoNotice = 'This bug is not linked to the same product as the last one!'; $lang->bug->noAssigned = 'Non affectés'; $lang->bug->noBug = "Pas de bug pour l'instant. Bravo !"; $lang->bug->noModule = "
Vous n'avez pas de modules.
Gérer Modules maintenant
"; diff --git a/module/bug/lang/zh-cn.php b/module/bug/lang/zh-cn.php index ccef9854e8..3b98c2d36c 100644 --- a/module/bug/lang/zh-cn.php +++ b/module/bug/lang/zh-cn.php @@ -166,7 +166,7 @@ $lang->bug->openedByMeAB = '由我创建'; $lang->bug->resolvedByMeAB = '由我解决'; $lang->bug->ditto = '同上'; -$lang->bug->dittoNotice = '该bug与上一bug不属于同一产品!'; +$lang->bug->dittoNotice = "该bug与上一bug不属于同一{$lang->productCommon}!"; $lang->bug->noAssigned = '未指派'; $lang->bug->noBug = '暂时没有Bug。'; $lang->bug->noModule = '
您现在还没有模块信息
请维护测试模块
'; diff --git a/module/custom/lang/de.php b/module/custom/lang/de.php index 205db35f80..2536a8eb8c 100644 --- a/module/custom/lang/de.php +++ b/module/custom/lang/de.php @@ -200,8 +200,8 @@ $lang->custom->notice->confirmReviewCase = 'Set the case in Wait to Normal?'; $lang->custom->notice->storyReviewTip = 'After selecting by individual, position, and department, take the union of these three filters. '; $lang->custom->notice->selectAllTip = 'After selecting all people, the reviewers will be emptied and grayed out while hiding their positions and departments.'; $lang->custom->notice->repeatKey = 'Repeat Key %s'; -$lang->custom->notice->readOnlyOfCode = 'A code is a management term that exists for secrecy or as an antonym. When code management is enabled, the code information of product, project, and execution in the system will be displayed in the creation, editing, detail, and list pages.'; -$lang->custom->notice->readOnlyOfPercent = 'The "Workload Ratio" is used to divide the workload of a project into different stages. The sum of the percentages of the same level stages cannot exceed 100%. After enabling the "Workload Ratio", users have to fill in the ratio fields when setting up the stages in the Waterfall project and Waterfall Plus project management models.'; +$lang->custom->notice->readOnlyOfCode = "A code is a management term that exists for secrecy or as an antonym. When code management is enabled, the code information of {$lang->productCommon}, {$lang->projectCommon}, and execution in the system will be displayed in the creation, editing, detail, and list pages."; +$lang->custom->notice->readOnlyOfPercent = "The \"Workload Ratio\" is used to divide the workload of a {$lang->projectCommon} into different stages. The sum of the percentages of the same level stages cannot exceed 100%. After enabling the \"Workload Ratio\", users have to fill in the ratio fields when setting up the stages in the Waterfall {$lang->projectCommon} and Waterfall Plus {$lang->projectCommon} management models."; $lang->custom->notice->indexPage['product'] = "ZenTao 8.2+ has Product Homepage. Do you want to go to Product Homepage?"; $lang->custom->notice->indexPage['project'] = "ZenTao 8.2+ has Project Homepage. Do you want to go to Project Homepage?"; @@ -247,7 +247,7 @@ $lang->custom->useLight = 'Use Light Mode'; $lang->custom->useALM = 'Use ALM Mode'; $lang->custom->currentModeTips = 'You are currently using %s, you can switch to the %s.'; $lang->custom->changeModeTips = 'Please double confirm to switch to %s Mode.'; -$lang->custom->selectProgramTips = 'After switching to the Light Mode, in order to ensure the consistency of the data structure, you need to select a program as the default program, and subsequent new product and project data are associated with this default program.'; +$lang->custom->selectProgramTips = "After switching to the Light Mode, in order to ensure the consistency of the data structure, you need to select a program as the default program, and subsequent new {$lang->productCommon} and {$lang->projectCommon} data are associated with this default program."; $lang->custom->modeList['light'] = 'Light Mode'; $lang->custom->modeList['ALM'] = 'ALM Mode'; diff --git a/module/custom/lang/en.php b/module/custom/lang/en.php index b929cb6ce3..a77d4a37cf 100644 --- a/module/custom/lang/en.php +++ b/module/custom/lang/en.php @@ -200,8 +200,8 @@ $lang->custom->notice->confirmReviewCase = 'Set the case in Wait to Normal?'; $lang->custom->notice->storyReviewTip = 'After selecting by individual, position, and department, take the union of these three filters. '; $lang->custom->notice->selectAllTip = 'After selecting all people, the reviewers will be emptied and grayed out while hiding their positions and departments.'; $lang->custom->notice->repeatKey = 'Repeat Key %s'; -$lang->custom->notice->readOnlyOfCode = 'A code is a management term that exists for secrecy or as an antonym. When code management is enabled, the code information of product, project, and execution in the system will be displayed in the creation, editing, detail, and list pages.'; -$lang->custom->notice->readOnlyOfPercent = 'The "Workload Ratio" is used to divide the workload of a project into different stages. The sum of the percentages of the same level stages cannot exceed 100%. After enabling the "Workload Ratio", users have to fill in the ratio fields when setting up the stages in the Waterfall project and Waterfall Plus project management models.'; +$lang->custom->notice->readOnlyOfCode = "A code is a management term that exists for secrecy or as an antonym. When code management is enabled, the code information of {$lang->productCommon}, {$lang->projectCommon}, and execution in the system will be displayed in the creation, editing, detail, and list pages."; +$lang->custom->notice->readOnlyOfPercent = "The \"Workload Ratio\" is used to divide the workload of a {$lang->projectCommon} into different stages. The sum of the percentages of the same level stages cannot exceed 100%. After enabling the \"Workload Ratio\", users have to fill in the ratio fields when setting up the stages in the Waterfall {$lang->projectCommon} and Waterfall Plus {$lang->projectCommon} management models."; $lang->custom->notice->indexPage['product'] = "ZenTao 8.2+ has Product Home. Do you want to go to Product Home?"; $lang->custom->notice->indexPage['project'] = "ZenTao 8.2+ has Project Home. Do you want to go to Project Home?"; @@ -247,7 +247,7 @@ $lang->custom->useLight = 'Use Light Mode'; $lang->custom->useALM = 'Use ALM Mode'; $lang->custom->currentModeTips = 'You are currently using %s, you can switch to the %s.'; $lang->custom->changeModeTips = 'Please double confirm to switch to %s Mode.'; -$lang->custom->selectProgramTips = 'After switching to the Light Mode, in order to ensure the consistency of the data structure, you need to select a program as the default program, and subsequent new product and project data are associated with this default program.'; +$lang->custom->selectProgramTips = "After switching to the Light Mode, in order to ensure the consistency of the data structure, you need to select a program as the default program, and subsequent new {$lang->productCommon} and {$lang->projectCommon} data are associated with this default program."; $lang->custom->modeList['light'] = 'Light Mode'; $lang->custom->modeList['ALM'] = 'ALM Mode'; diff --git a/module/custom/lang/fr.php b/module/custom/lang/fr.php index 243193c2f9..a1bc98bc02 100644 --- a/module/custom/lang/fr.php +++ b/module/custom/lang/fr.php @@ -200,8 +200,8 @@ $lang->custom->notice->confirmReviewCase = 'Set the case in Wait to Normal?'; $lang->custom->notice->storyReviewTip = 'After selecting by individual, position, and department, take the union of these three filters. '; $lang->custom->notice->selectAllTip = 'After selecting all people, the reviewers will be emptied and grayed out while hiding their positions and departments.'; $lang->custom->notice->repeatKey = 'Repeat Key %s'; -$lang->custom->notice->readOnlyOfCode = "Le code est un terme de gestion utilisé pour la confidentialité ou comme alias. Lorsque la gestion du code est activée, le produit, le projet et l'exécution dans le système afficheront les informations de code sur les pages de création, de modification, de détails et de liste."; -$lang->custom->notice->readOnlyOfPercent = 'The "Workload Ratio" is used to divide the workload of a project into different stages. The sum of the percentages of the same level stages cannot exceed 100%. After enabling the "Workload Ratio", users have to fill in the ratio fields when setting up the stages in the Waterfall project and Waterfall Plus project management models.'; +$lang->custom->notice->readOnlyOfCode = "A code is a management term that exists for secrecy or as an antonym. When code management is enabled, the code information of {$lang->productCommon}, {$lang->projectCommon}, and execution in the system will be displayed in the creation, editing, detail, and list pages."; +$lang->custom->notice->readOnlyOfPercent = "The \"Workload Ratio\" is used to divide the workload of a {$lang->projectCommon} into different stages. The sum of the percentages of the same level stages cannot exceed 100%. After enabling the \"Workload Ratio\", users have to fill in the ratio fields when setting up the stages in the Waterfall {$lang->projectCommon} and Waterfall Plus {$lang->projectCommon} management models."; $lang->custom->notice->indexPage['product'] = "ZenTao 8.2+ possède une page d'accueil. Voulez-vous consulter la page d'accueil du produit ?"; $lang->custom->notice->indexPage['project'] = "ZenTao 8.2+ possède une page d'accueil. Voulez-vous consulter la page d'accueil du produit ?"; @@ -247,7 +247,7 @@ $lang->custom->useLight = 'Use Light Mode'; $lang->custom->useALM = 'Use ALM Mode'; $lang->custom->currentModeTips = 'You are currently using %s, you can switch to the %s.'; $lang->custom->changeModeTips = 'Please double confirm to switch to %s Mode.'; -$lang->custom->selectProgramTips = 'After switching to the Light Mode, in order to ensure the consistency of the data structure, you need to select a program as the default program, and subsequent new product and project data are associated with this default program.'; +$lang->custom->selectProgramTips = "After switching to the Light Mode, in order to ensure the consistency of the data structure, you need to select a program as the default program, and subsequent new {$lang->productCommon} and {$lang->projectCommon} data are associated with this default program."; $lang->custom->modeList['light'] = 'Light Mode'; $lang->custom->modeList['ALM'] = 'ALM Mode'; diff --git a/module/custom/lang/zh-cn.php b/module/custom/lang/zh-cn.php index c6cf74ef8f..6e6d54e7fd 100644 --- a/module/custom/lang/zh-cn.php +++ b/module/custom/lang/zh-cn.php @@ -69,10 +69,10 @@ $lang->custom->unitList['hours'] = '小时'; $lang->custom->unitList['days'] = '天'; $lang->custom->unitList['loc'] = 'KLOC'; -$lang->custom->tipProgressList['SPI'] = '项目进度绩效(SPI)'; +$lang->custom->tipProgressList['SPI'] = "{$lang->projectCommon}进度绩效(SPI)"; $lang->custom->tipProgressList['SV'] = '进度偏差率(SV%)'; -$lang->custom->tipCostList['CPI'] = '项目成本绩效(CPI)'; +$lang->custom->tipCostList['CPI'] = "{$lang->projectCommon}成本绩效(CPI)"; $lang->custom->tipCostList['CV'] = '成本偏差率(CV%)'; $lang->custom->tipRangeList[0] = '否'; @@ -200,8 +200,8 @@ $lang->custom->notice->confirmReviewCase = '是否将待评审的用例修改 $lang->custom->notice->storyReviewTip = '按人员、职位、部门勾选后,取所有人员的并集。'; $lang->custom->notice->selectAllTip = '勾选所有人员后,会清空并置灰评审人员,同时隐藏职位、部门。'; $lang->custom->notice->repeatKey = '%s键重复'; -$lang->custom->notice->readOnlyOfCode = '代号是一种管理话术,主要便于保密或作为别名存在。启用代号管理后,系统中的产品、项目、执行在创建、编辑、详情、列表等页面均会展示代号信息。'; -$lang->custom->notice->readOnlyOfPercent = '工作量占比用于划分项目中存在多个阶段时的工作量的占比,同一级阶段的百分比之和最高为100%。启用工作量占比后,系统中的瀑布项目和融合瀑布项目模型中设置阶段时需要维护阶段的工作量占比。'; +$lang->custom->notice->readOnlyOfCode = "代号是一种管理话术,主要便于保密或作为别名存在。启用代号管理后,系统中的{$lang->productCommon}、{$lang->projectCommon}、执行在创建、编辑、详情、列表等页面均会展示代号信息。"; +$lang->custom->notice->readOnlyOfPercent = "工作量占比用于划分{$lang->projectCommon}中存在多个阶段时的工作量的占比,同一级阶段的百分比之和最高为100%。启用工作量占比后,系统中的瀑布{$lang->projectCommon}和融合瀑布{$lang->projectCommon}模型中设置阶段时需要维护阶段的工作量占比。"; $lang->custom->notice->indexPage['product'] = "从8.2版本起增加了产品主页视图,是否默认进入产品主页?"; $lang->custom->notice->indexPage['project'] = "从8.2版本起增加了项目主页视图,是否默认进入项目主页?"; @@ -247,23 +247,23 @@ $lang->custom->useLight = '使用轻量管理模式'; $lang->custom->useALM = '使用全生命周期管理模式'; $lang->custom->currentModeTips = '您当前使用的是%s, 您可以切换到%s'; $lang->custom->changeModeTips = '您确定要切换到%s吗?'; -$lang->custom->selectProgramTips = '切换到轻量管理模式后,为确保数据结构一致,需要选择一个项目集作为默认项目集,后续新增的产品和项目数据都关联在这个默认的项目集下。'; +$lang->custom->selectProgramTips = "切换到轻量管理模式后,为确保数据结构一致,需要选择一个项目集作为默认项目集,后续新增的{$lang->productCommon}和{$lang->projectCommon}数据都关联在这个默认的项目集下。"; $lang->custom->modeList['light'] = '轻量级管理模式'; $lang->custom->modeList['ALM'] = '全生命周期管理模式'; -$lang->custom->modeIntroductionList['light'] = '提供了项目管理的核心功能,适用于小型研发团队'; +$lang->custom->modeIntroductionList["light"] = "提供了{$lang->projectCommon}管理的核心功能,适用于小型研发团队"; $lang->custom->modeIntroductionList['ALM'] = '概念更加完整、严谨,功能更加丰富,适用于中大型研发团队'; $lang->custom->features['program'] = '项目集'; -$lang->custom->features['productRR'] = '产品-研发需求'; -$lang->custom->features['productUR'] = '产品-用户需求'; -$lang->custom->features['productLine'] = '产品-产品线'; -$lang->custom->features['projectScrum'] = '项目-敏捷模型'; -$lang->custom->features['projectWaterfall'] = '项目-瀑布模型'; -$lang->custom->features['projectKanban'] = '项目-看板模型'; -$lang->custom->features['projectAgileplus'] = '项目-融合敏捷模型'; -$lang->custom->features['projectWaterfallplus'] = '项目-融合瀑布模型'; +$lang->custom->features["productRR"] = "{$lang->productCommon}-研发需求"; +$lang->custom->features["productUR"] = "{$lang->productCommon}-用户需求"; +$lang->custom->features["productLine"] = "{$lang->productCommon}-{$lang->productCommon}线"; +$lang->custom->features["projectScrum"] = "{$lang->projectCommon}-敏捷模型"; +$lang->custom->features["projectWaterfall"] = "{$lang->projectCommon}-瀑布模型"; +$lang->custom->features["projectKanban"] = "{$lang->projectCommon}-看板模型"; +$lang->custom->features["projectAgileplus"] = "{$lang->projectCommon}-融合敏捷模型"; +$lang->custom->features["projectWaterfallplus"] = "{$lang->projectCommon}-融合瀑布模型"; $lang->custom->features['execution'] = '执行'; $lang->custom->features['qa'] = '测试'; $lang->custom->features['devops'] = 'DevOps'; @@ -280,8 +280,8 @@ $lang->custom->features['workflow'] = '工作流'; $lang->custom->features['admin'] = '后台'; $lang->custom->features['vision'] = '研发综合界面、运营管理界面'; -$lang->custom->needClosedFunctions['waterfall'] = '瀑布项目'; -$lang->custom->needClosedFunctions['waterfallplus'] = '融合瀑布项目'; +$lang->custom->needClosedFunctions["waterfall"] = "瀑布{$lang->projectCommon}"; +$lang->custom->needClosedFunctions["waterfallplus"] = "融合瀑布{$lang->projectCommon}"; $lang->custom->needClosedFunctions['URStory'] = '用户需求'; if($config->edition == 'max') $lang->custom->needClosedFunctions['assetLib'] = '资产库';