modify lang

This commit is contained in:
lanzongjun
2022-09-19 13:30:23 +08:00
parent bd59282401
commit 7ff2af63ff
6 changed files with 12 additions and 39 deletions
+2 -11
View File
@@ -235,17 +235,8 @@ $lang->custom->weekendList[2] = '2-Day Off';
$lang->custom->weekendList[1] = '1-Day Off';
global $config;
if($config->systemMode == 'lean')
{
$lang->custom->sprintConceptList[0] = 'Product - Project';
$lang->custom->sprintConceptList[1] = 'Product - Iteration';
$lang->custom->sprintConceptList[2] = 'Product - Sprint';
}
else
{
$lang->custom->sprintConceptList[0] = 'Product - Project';
$lang->custom->sprintConceptList[1] = 'Product - Iteration';
}
$lang->custom->sprintConceptList[0] = 'Product - Project';
$lang->custom->sprintConceptList[1] = 'Product - Iteration';
$lang->custom->workingList['full'] = 'Full Management of Dev';
+2 -11
View File
@@ -235,17 +235,8 @@ $lang->custom->weekendList[2] = '2-Day Off';
$lang->custom->weekendList[1] = '1-Day Off';
global $config;
if($config->systemMode == 'lean')
{
$lang->custom->sprintConceptList[0] = 'Product - Project';
$lang->custom->sprintConceptList[1] = 'Product - Iteration';
$lang->custom->sprintConceptList[2] = 'Product - Sprint';
}
else
{
$lang->custom->sprintConceptList[0] = 'Program - Product - Iteration';
$lang->custom->sprintConceptList[1] = 'Program - Product - Sprint';
}
$lang->custom->sprintConceptList[0] = 'Program - Product - Iteration';
$lang->custom->sprintConceptList[1] = 'Program - Product - Sprint';
$lang->custom->workingList['full'] = 'Application Lifecycle Management';
+2 -11
View File
@@ -235,17 +235,8 @@ $lang->custom->weekendList[2] = '2-Jour';
$lang->custom->weekendList[1] = '1-Jour';
global $config;
if($config->systemMode == 'lean')
{
$lang->custom->sprintConceptList[0] = 'Product - Project';
$lang->custom->sprintConceptList[1] = 'Product - Iteration';
$lang->custom->sprintConceptList[2] = 'Product - Sprint';
}
else
{
$lang->custom->sprintConceptList[0] = 'Product - Project';
$lang->custom->sprintConceptList[1] = 'Product - Iteration';
}
$lang->custom->sprintConceptList[0] = 'Product - Project';
$lang->custom->sprintConceptList[1] = 'Product - Iteration';
$lang->custom->workingList['full'] = 'Application Lifecycle Management';
+2 -2
View File
@@ -196,5 +196,5 @@ $lang->upgrade->useNew = 'User New mode';
$lang->upgrade->remark = 'Remark';
$lang->upgrade->remarkDesc = 'You can also switch between the background customization of the system later';
$lang->upgrade->to18Mode['Lean'] = 'Lean';
$lang->upgrade->to18Mode['new'] = 'New';
$lang->upgrade->to18Mode['lean'] = 'Lean Mode';
$lang->upgrade->to18Mode['new'] = 'Program Mode';
+2 -2
View File
@@ -196,5 +196,5 @@ $lang->upgrade->useNew = 'User New mode';
$lang->upgrade->remark = 'Remark';
$lang->upgrade->remarkDesc = 'You can also switch between the background customization of the system later';
$lang->upgrade->to18Mode['Lean'] = 'Lean';
$lang->upgrade->to18Mode['new'] = 'New';
$lang->upgrade->to18Mode['lean'] = 'Lean Mode';
$lang->upgrade->to18Mode['new'] = 'Program Mode';
+2 -2
View File
@@ -196,5 +196,5 @@ $lang->upgrade->useNew = 'User New mode';
$lang->upgrade->remark = 'Remark';
$lang->upgrade->remarkDesc = 'You can also switch between the background customization of the system later';
$lang->upgrade->to18Mode['Lean'] = 'Lean';
$lang->upgrade->to18Mode['new'] = 'New';
$lang->upgrade->to18Mode['lean'] = 'Lean Mode';
$lang->upgrade->to18Mode['new'] = 'Program Mode';