* [task#142855,done,2h] finish task.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
* @link https://www.zentao.net
|
||||
*/
|
||||
$lang->build->common = "Build";
|
||||
$lang->build->browse = "Build List";
|
||||
$lang->build->create = "Build erstellen";
|
||||
$lang->build->edit = "Bearbeiten";
|
||||
$lang->build->linkStory = "{$lang->SRCommon} verknüpfen";
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
* @link https://www.zentao.net
|
||||
*/
|
||||
$lang->build->common = "Build";
|
||||
$lang->build->browse = "Build List";
|
||||
$lang->build->create = "Create Build";
|
||||
$lang->build->edit = "Edit Build";
|
||||
$lang->build->linkStory = "Link {$lang->SRCommon}";
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
* @link https://www.zentao.net
|
||||
*/
|
||||
$lang->build->common = "Build";
|
||||
$lang->build->browse = "Liste Build";
|
||||
$lang->build->create = "Créer Build";
|
||||
$lang->build->edit = "Editer Build";
|
||||
$lang->build->linkStory = "Intégrer {$lang->SRCommon}";
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
* @link https://www.zentao.net
|
||||
*/
|
||||
$lang->build->common = "构建";
|
||||
$lang->build->browse = "构建列表";
|
||||
$lang->build->create = "创建构建";
|
||||
$lang->build->edit = "编辑构建";
|
||||
$lang->build->linkStory = "关联{$lang->SRCommon}";
|
||||
|
||||
@@ -446,20 +446,14 @@ class datatableModel extends model
|
||||
*/
|
||||
public function appendWorkflowFields(string $module, string $method): array
|
||||
{
|
||||
if(in_array($module, array('epic', 'story', 'requirement')))
|
||||
if($module == 'build' && $method == 'build')
|
||||
{
|
||||
$method = $module == 'story' ? 'browse' : $module; // 需求加载product-browse的layout配置。
|
||||
$module = 'product';
|
||||
$module = 'build';
|
||||
$method = 'browse'; // 版本加载build-browse的layout配置。
|
||||
}
|
||||
elseif($module == 'build')
|
||||
elseif($module == 'task' && $method == 'task')
|
||||
{
|
||||
$module = 'execution';
|
||||
$method = 'build'; // 版本加载execution-build的layout配置。
|
||||
}
|
||||
elseif($module == 'task')
|
||||
{
|
||||
$module = 'execution';
|
||||
$method = 'task'; // 任务加载execution-task的layout配置。
|
||||
$method = 'browse'; // 任务加载task-browse的layout配置。
|
||||
}
|
||||
elseif($module == 'bug' && $method == 'bug')
|
||||
{
|
||||
@@ -520,4 +514,4 @@ class datatableModel extends model
|
||||
|
||||
return $this->loadModel('flow')->buildDtableCols($fields, [], [], isset($flow->buildin) && !$flow->buildin);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -18,6 +18,7 @@ $lang->story->createStory = 'Create ' . $lang->story->story;
|
||||
$lang->story->createRequirement = 'Create ' . $lang->story->requirement;
|
||||
$lang->story->affectedStories = "Affected {$lang->story->story}";
|
||||
|
||||
$lang->story->browse = "{$lang->SRCommon} List";
|
||||
$lang->story->batchCreate = "Mehere hinzufügen";
|
||||
$lang->story->change = "Ändern";
|
||||
$lang->story->changed = 'Geändert';
|
||||
|
||||
@@ -18,6 +18,7 @@ $lang->story->createStory = 'Create ' . $lang->story->story;
|
||||
$lang->story->createRequirement = 'Create ' . $lang->story->requirement;
|
||||
$lang->story->affectedStories = "Affected {$lang->story->story}";
|
||||
|
||||
$lang->story->browse = "{$lang->SRCommon} List";
|
||||
$lang->story->batchCreate = "Batch Create";
|
||||
$lang->story->change = "Change";
|
||||
$lang->story->changed = 'Change';
|
||||
|
||||
@@ -18,6 +18,7 @@ $lang->story->createStory = 'Create ' . $lang->story->story;
|
||||
$lang->story->createRequirement = 'Create ' . $lang->story->requirement;
|
||||
$lang->story->affectedStories = "Affected {$lang->story->story}";
|
||||
|
||||
$lang->story->browse = "{$lang->SRCommon} List";
|
||||
$lang->story->batchCreate = "Créer par Lot";
|
||||
$lang->story->change = "Changer";
|
||||
$lang->story->changed = 'Changée';
|
||||
|
||||
@@ -18,6 +18,7 @@ $lang->story->createStory = '添加' . $lang->story->story;
|
||||
$lang->story->createRequirement = '添加' . $lang->story->requirement;
|
||||
$lang->story->affectedStories = "影响的{$lang->story->story}";
|
||||
|
||||
$lang->story->browse = "{$lang->SRCommon}列表";
|
||||
$lang->story->batchCreate = "批量创建";
|
||||
$lang->story->change = "变更";
|
||||
$lang->story->changed = "{$lang->SRCommon}变更";
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
* @link https://www.zentao.net
|
||||
*/
|
||||
$lang->task->index = "Index";
|
||||
$lang->task->browse = "Aufgabenliste";
|
||||
$lang->task->create = "Aufgabe erstellen";
|
||||
$lang->task->batchCreate = "Mehere erstellen";
|
||||
$lang->task->batchCreateChildren = "Mehere Teilaufgaben";
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
* @link https://www.zentao.net
|
||||
*/
|
||||
$lang->task->index = "Home";
|
||||
$lang->task->browse = "Task List";
|
||||
$lang->task->create = "Create Task";
|
||||
$lang->task->batchCreate = "Batch Create";
|
||||
$lang->task->batchCreateChildren = "Batch Create Child Tasks";
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
* @link https://www.zentao.net
|
||||
*/
|
||||
$lang->task->index = "Accueil";
|
||||
$lang->task->browse = "Liste des Tâches";
|
||||
$lang->task->create = "Créer Tâche";
|
||||
$lang->task->batchCreate = "Créer par Lots";
|
||||
$lang->task->batchCreateChildren = "Créer sous-tâches par lots";
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
* @link https://www.zentao.net
|
||||
*/
|
||||
$lang->task->index = "任务一览";
|
||||
$lang->task->browse = "任务列表";
|
||||
$lang->task->create = "建任务";
|
||||
$lang->task->batchCreate = "批量创建";
|
||||
$lang->task->batchCreateChildren = "批量建子任务";
|
||||
|
||||
Reference in New Issue
Block a user