diff --git a/module/my/lang/de.php b/module/my/lang/de.php index a59df1e681..686967d4f7 100644 --- a/module/my/lang/de.php +++ b/module/my/lang/de.php @@ -102,9 +102,8 @@ $lang->my->projectLinkList['project-index'] = 'By default, go to the most re $lang->my->executionLinkList = array(); if($config->systemMode == 'new') { -$lang->my->executionLinkList['execution-index'] = 'Enter the execution dashboard by default, you can understand all the execution statistics and overview'; -$lang->my->executionLinkList['execution-all'] = 'Enter the execution list by default, you can view all executions'; -$lang->my->executionLinkList['execution-task'] = 'By default, enter the list of the most recently executed task, and you can view the task information under the current iteration'; + $lang->my->executionLinkList['execution-task'] = 'By default, enter the list of the most recently executed task, and you can view the task information under the current iteration'; + $lang->my->executionLinkList['execution-executionkanban'] = 'By default, you can enter the execution Kanban to view the execution status of projects in progress'; } if($config->systemMode == 'classic') $lang->my->executionLinkList['execution-task'] = "By default, enter the list of the most recently {$lang->executionCommon} task, and you can view the task information under the current {$lang->executionCommon}"; diff --git a/module/my/lang/en.php b/module/my/lang/en.php index 508c139de4..62b0311a4e 100644 --- a/module/my/lang/en.php +++ b/module/my/lang/en.php @@ -109,9 +109,8 @@ $lang->my->projectLinkList['project-index'] = 'By default, go to the most re $lang->my->executionLinkList = array(); if($config->systemMode == 'new') { -$lang->my->executionLinkList['execution-index'] = 'Enter the execution dashboard by default, you can understand all the execution statistics and overview'; -$lang->my->executionLinkList['execution-all'] = 'Enter the execution list by default, you can view all executions'; -$lang->my->executionLinkList['execution-task'] = 'By default, enter the list of the most recently executed task, and you can view the task information under the current iteration'; + $lang->my->executionLinkList['execution-task'] = 'By default, enter the list of the most recently executed task, and you can view the task information under the current iteration'; + $lang->my->executionLinkList['execution-executionkanban'] = 'By default, you can enter the execution Kanban to view the execution status of projects in progress'; } if($config->systemMode == 'classic') $lang->my->executionLinkList['execution-task'] = "By default, enter the list of the most recently {$lang->executionCommon} task, and you can view the task information under the current {$lang->executionCommon}"; diff --git a/module/my/lang/fr.php b/module/my/lang/fr.php index a59df1e681..686967d4f7 100644 --- a/module/my/lang/fr.php +++ b/module/my/lang/fr.php @@ -102,9 +102,8 @@ $lang->my->projectLinkList['project-index'] = 'By default, go to the most re $lang->my->executionLinkList = array(); if($config->systemMode == 'new') { -$lang->my->executionLinkList['execution-index'] = 'Enter the execution dashboard by default, you can understand all the execution statistics and overview'; -$lang->my->executionLinkList['execution-all'] = 'Enter the execution list by default, you can view all executions'; -$lang->my->executionLinkList['execution-task'] = 'By default, enter the list of the most recently executed task, and you can view the task information under the current iteration'; + $lang->my->executionLinkList['execution-task'] = 'By default, enter the list of the most recently executed task, and you can view the task information under the current iteration'; + $lang->my->executionLinkList['execution-executionkanban'] = 'By default, you can enter the execution Kanban to view the execution status of projects in progress'; } if($config->systemMode == 'classic') $lang->my->executionLinkList['execution-task'] = "By default, enter the list of the most recently {$lang->executionCommon} task, and you can view the task information under the current {$lang->executionCommon}"; diff --git a/module/my/lang/vi.php b/module/my/lang/vi.php index a59df1e681..686967d4f7 100644 --- a/module/my/lang/vi.php +++ b/module/my/lang/vi.php @@ -102,9 +102,8 @@ $lang->my->projectLinkList['project-index'] = 'By default, go to the most re $lang->my->executionLinkList = array(); if($config->systemMode == 'new') { -$lang->my->executionLinkList['execution-index'] = 'Enter the execution dashboard by default, you can understand all the execution statistics and overview'; -$lang->my->executionLinkList['execution-all'] = 'Enter the execution list by default, you can view all executions'; -$lang->my->executionLinkList['execution-task'] = 'By default, enter the list of the most recently executed task, and you can view the task information under the current iteration'; + $lang->my->executionLinkList['execution-task'] = 'By default, enter the list of the most recently executed task, and you can view the task information under the current iteration'; + $lang->my->executionLinkList['execution-executionkanban'] = 'By default, you can enter the execution Kanban to view the execution status of projects in progress'; } if($config->systemMode == 'classic') $lang->my->executionLinkList['execution-task'] = "By default, enter the list of the most recently {$lang->executionCommon} task, and you can view the task information under the current {$lang->executionCommon}"; diff --git a/module/my/lang/zh-cn.php b/module/my/lang/zh-cn.php index 04e2e9a325..5a20a1e225 100644 --- a/module/my/lang/zh-cn.php +++ b/module/my/lang/zh-cn.php @@ -110,7 +110,7 @@ $lang->my->executionLinkList = array(); if($config->systemMode == 'new') { $lang->my->executionLinkList['execution-task'] = '默认进入最近一个执行的任务列表,可以查看当前迭代下的任务信息'; - $lang->my->executionLinkList['execution-executionkanban'] = '默认进入执行看板,可以查看所有项目的执行情况'; + $lang->my->executionLinkList['execution-executionkanban'] = '默认进入执行看板,可以查看进行中项目的执行情况'; } if($config->systemMode == 'classic') $lang->my->executionLinkList['execution-task'] = "默认进入最近一个{$lang->executionCommon}的任务列表,可以查看当前{$lang->executionCommon}下的任务信息"; diff --git a/module/my/lang/zh-tw.php b/module/my/lang/zh-tw.php index c5f70b4e15..35b1995570 100644 --- a/module/my/lang/zh-tw.php +++ b/module/my/lang/zh-tw.php @@ -109,9 +109,8 @@ $lang->my->projectLinkList['project-index'] = '預設進入最近一個項 $lang->my->executionLinkList = array(); if($config->systemMode == 'new') { - $lang->my->executionLinkList['execution-task'] = '預設進入最近一個執行的任務列表,可以查看當前迭代下的任務信息'; - $lang->my->executionLinkList['execution-index'] = '預設進入執行儀表盤,可以瞭解所有執行的統計數據和概況'; - $lang->my->executionLinkList['execution-all'] = '預設進入執行列表,可以查看所有的執行'; + $lang->my->executionLinkList['execution-task'] = '預設進入最近一個執行的任務列表,可以查看當前迭代下的任務信息'; + $lang->my->executionLinkList['execution-executionkanban'] = '默認進入執行看板,可以查看進行中項目的執行情况'; } if($config->systemMode == 'classic') $lang->my->executionLinkList['execution-task'] = "預設進入最近一個{$lang->executionCommon}的任務列表,可以查看當前{$lang->executionCommon}下的任務信息";