From e68579843f6fd82222dbe752116afcaea470ec34 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Wed, 15 Mar 2023 15:55:49 +0800 Subject: [PATCH] * Fix bug 32965. --- module/custom/lang/de.php | 4 ++-- module/custom/lang/en.php | 4 ++-- module/custom/lang/fr.php | 4 ++-- module/custom/lang/zh-cn.php | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/module/custom/lang/de.php b/module/custom/lang/de.php index b9eb95d85b..e35a1c5dbb 100644 --- a/module/custom/lang/de.php +++ b/module/custom/lang/de.php @@ -236,8 +236,8 @@ $lang->custom->restDayList[6] = 'Saturday rest'; $lang->custom->restDayList[0] = 'Sunday rest'; global $config; -$lang->custom->sprintConceptList[0] = 'Program Product Iteration'; -$lang->custom->sprintConceptList[1] = 'Program Product Sprint'; +$lang->custom->sprintConceptList[0] = 'Project Product Iteration'; +$lang->custom->sprintConceptList[1] = 'Project Product Sprint'; $lang->custom->workingList['full'] = 'Full Management of Dev'; diff --git a/module/custom/lang/en.php b/module/custom/lang/en.php index b083c164af..268fbab554 100644 --- a/module/custom/lang/en.php +++ b/module/custom/lang/en.php @@ -236,8 +236,8 @@ $lang->custom->restDayList[6] = 'Saturday rest'; $lang->custom->restDayList[0] = 'Sunday rest'; global $config; -$lang->custom->sprintConceptList[0] = 'Program Product Iteration'; -$lang->custom->sprintConceptList[1] = 'Program Product Sprint'; +$lang->custom->sprintConceptList[0] = 'Project Product Iteration'; +$lang->custom->sprintConceptList[1] = 'Project Product Sprint'; $lang->custom->workingList['full'] = 'Application Lifecycle Management'; diff --git a/module/custom/lang/fr.php b/module/custom/lang/fr.php index b13c6cb8cb..fb3c6f4552 100644 --- a/module/custom/lang/fr.php +++ b/module/custom/lang/fr.php @@ -236,8 +236,8 @@ $lang->custom->restDayList[6] = 'Saturday rest'; $lang->custom->restDayList[0] = 'Sunday rest'; global $config; -$lang->custom->sprintConceptList[0] = 'Program Product Iteration'; -$lang->custom->sprintConceptList[1] = 'Program Product Sprint'; +$lang->custom->sprintConceptList[0] = 'Project Product Iteration'; +$lang->custom->sprintConceptList[1] = 'Project Product Sprint'; $lang->custom->workingList['full'] = 'Application Lifecycle Management'; diff --git a/module/custom/lang/zh-cn.php b/module/custom/lang/zh-cn.php index 37575fbd92..b677dd0d0b 100644 --- a/module/custom/lang/zh-cn.php +++ b/module/custom/lang/zh-cn.php @@ -236,8 +236,8 @@ $lang->custom->restDayList[6] = '周六休息'; $lang->custom->restDayList[0] = '周天休息'; global $config; -$lang->custom->sprintConceptList[0] = "{$lang->projectCommon} 产品 迭代"; -$lang->custom->sprintConceptList[1] = "{$lang->projectCommon} 产品 冲刺"; +$lang->custom->sprintConceptList[0] = "项目 产品 迭代"; +$lang->custom->sprintConceptList[1] = "项目 产品 冲刺"; $lang->custom->workingList['full'] = '完整研发管理工具';