This commit is contained in:
daitingting
2022-11-23 06:05:32 +00:00
parent 65e48a1c49
commit 96623039db
4 changed files with 3 additions and 6 deletions
+1 -2
View File
@@ -265,10 +265,9 @@ $lang->custom->features['productRR'] = 'Product - R&D requirements';
$lang->custom->features['productUR'] = 'Product - User requirements';
$lang->custom->features['productLine'] = 'Product - Product Line';
$lang->custom->features['projectScrum'] = 'Project - Scrum model';
$lang->custom->features['scrumDetail'] = 'Scrum - Issues, risks, opportunities, processes, QA, meetings, measure';
$lang->custom->features['projectWaterfall'] = 'Project - Waterfall model';
$lang->custom->features['projectKanban'] = 'Project - Kanban model';
$lang->custom->features['execution'] = 'Execute, test, DevOps, Kanban, document, statistics, organize';
$lang->custom->features['execution'] = 'Execute';
$lang->custom->features['qa'] = 'test';
$lang->custom->features['devops'] = 'DevOps';
$lang->custom->features['kanban'] = 'Kanban';
+1 -1
View File
@@ -268,7 +268,7 @@ $lang->custom->features['projectScrum'] = 'Project - Scrum model';
$lang->custom->features['scrumDetail'] = 'Scrum - Issues, risks, opportunities, processes, QA, meetings, measure';
$lang->custom->features['projectWaterfall'] = 'Project - Waterfall model';
$lang->custom->features['projectKanban'] = 'Project - Kanban model';
$lang->custom->features['execution'] = 'Execute, test, DevOps, Kanban, document, statistics, organize';
$lang->custom->features['execution'] = 'Execute';
$lang->custom->features['qa'] = 'test';
$lang->custom->features['devops'] = 'DevOps';
$lang->custom->features['kanban'] = 'Kanban';
+1 -2
View File
@@ -265,10 +265,9 @@ $lang->custom->features['productRR'] = 'Product - R&D requirements';
$lang->custom->features['productUR'] = 'Product - User requirements';
$lang->custom->features['productLine'] = 'Product - Product Line';
$lang->custom->features['projectScrum'] = 'Project - Scrum model';
$lang->custom->features['scrumDetail'] = 'Scrum - Issues, risks, opportunities, processes, QA, meetings, measure';
$lang->custom->features['projectWaterfall'] = 'Project - Waterfall model';
$lang->custom->features['projectKanban'] = 'Project - Kanban model';
$lang->custom->features['execution'] = 'Execute, test, DevOps, Kanban, document, statistics, organize';
$lang->custom->features['execution'] = 'Execute';
$lang->custom->features['qa'] = 'test';
$lang->custom->features['devops'] = 'DevOps';
$lang->custom->features['kanban'] = 'Kanban';
-1
View File
@@ -265,7 +265,6 @@ $lang->custom->features['productRR'] = '产品-研发需求';
$lang->custom->features['productUR'] = '产品-用户需求';
$lang->custom->features['productLine'] = '产品-产品线';
$lang->custom->features['projectScrum'] = '项目-敏捷模型';
$lang->custom->features['scrumDetail'] = '敏捷项目-问题、风险、机会、过程、QA、会议、度量';
$lang->custom->features['projectWaterfall'] = '项目-瀑布模型';
$lang->custom->features['projectKanban'] = '项目-看板模型';
$lang->custom->features['execution'] = '执行';