* Fix bug 32965.

This commit is contained in:
tianshujie
2023-03-15 15:55:49 +08:00
parent a051e5b3ff
commit e68579843f
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -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';
+2 -2
View File
@@ -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';
+2 -2
View File
@@ -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';
+2 -2
View File
@@ -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'] = '完整研发管理工具';