From 685b270170d4677e7e893bdac64130bb33586bf9 Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Fri, 16 Jul 2021 11:29:15 +0800 Subject: [PATCH] * Finish task#40313. --- module/execution/lang/de.php | 5 +++-- module/execution/lang/en.php | 5 +++-- module/execution/lang/fr.php | 5 +++-- module/execution/lang/vi.php | 5 +++-- module/execution/lang/zh-cn.php | 5 +++-- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/module/execution/lang/de.php b/module/execution/lang/de.php index 25dc256f7d..a5e1c34fdd 100644 --- a/module/execution/lang/de.php +++ b/module/execution/lang/de.php @@ -405,8 +405,9 @@ $lang->execution->featureBar['all']['doing'] = $lang->execution->statusList[ $lang->execution->featureBar['all']['suspended'] = $lang->execution->statusList['suspended']; $lang->execution->featureBar['all']['closed'] = $lang->execution->statusList['closed']; -$lang->execution->myExecutions = 'Ich bin beteiligt.'; -$lang->execution->doingProject = 'Laufende Projekte'; +$lang->execution->myExecutions = 'Ich bin beteiligt.'; +$lang->execution->doingProject = 'Laufende Projekte'; + $lang->execution->kanbanColType['wait'] = $lang->execution->statusList['wait'] . ' ' . $lang->execution->common; $lang->execution->kanbanColType['doing'] = $lang->execution->statusList['doing'] . ' ' . $lang->execution->common; $lang->execution->kanbanColType['suspended'] = $lang->execution->statusList['suspended']. ' ' . $lang->execution->common; diff --git a/module/execution/lang/en.php b/module/execution/lang/en.php index 208f953651..25863c7dc6 100644 --- a/module/execution/lang/en.php +++ b/module/execution/lang/en.php @@ -405,8 +405,9 @@ $lang->execution->featureBar['all']['doing'] = $lang->execution->statusList[ $lang->execution->featureBar['all']['suspended'] = $lang->execution->statusList['suspended']; $lang->execution->featureBar['all']['closed'] = $lang->execution->statusList['closed']; -$lang->execution->myExecutions = 'Mine'; -$lang->execution->doingProject = 'Ongoing Projects'; +$lang->execution->myExecutions = 'Mine'; +$lang->execution->doingProject = 'Ongoing Projects'; + $lang->execution->kanbanColType['wait'] = $lang->execution->statusList['wait'] . ' ' . $lang->execution->common; $lang->execution->kanbanColType['doing'] = $lang->execution->statusList['doing'] . ' ' . $lang->execution->common; $lang->execution->kanbanColType['suspended'] = $lang->execution->statusList['suspended'] . ' ' . $lang->execution->common; diff --git a/module/execution/lang/fr.php b/module/execution/lang/fr.php index d0b8500415..53f323b89c 100644 --- a/module/execution/lang/fr.php +++ b/module/execution/lang/fr.php @@ -405,8 +405,9 @@ $lang->execution->featureBar['all']['doing'] = $lang->execution->statusList[ $lang->execution->featureBar['all']['suspended'] = $lang->execution->statusList['suspended']; $lang->execution->featureBar['all']['closed'] = $lang->execution->statusList['closed']; -$lang->execution->myExecutions = "J'étais impliqué"; -$lang->execution->doingProject = 'Projets en cours'; +$lang->execution->myExecutions = "J'étais impliqué"; +$lang->execution->doingProject = 'Projets en cours'; + $lang->execution->kanbanColType['wait'] = $lang->execution->statusList['wait'] . ' ' . $lang->execution->common; $lang->execution->kanbanColType['doing'] = $lang->execution->statusList['doing'] . ' ' . $lang->execution->common; $lang->execution->kanbanColType['suspended'] = $lang->execution->statusList['suspended'] . ' ' . $lang->execution->common; diff --git a/module/execution/lang/vi.php b/module/execution/lang/vi.php index 9889340e39..2a3e9ba2d5 100644 --- a/module/execution/lang/vi.php +++ b/module/execution/lang/vi.php @@ -406,8 +406,9 @@ $lang->execution->featureBar['all']['doing'] = $lang->execution->statusList[ $lang->execution->featureBar['all']['suspended'] = $lang->execution->statusList['suspended']; $lang->execution->featureBar['all']['closed'] = $lang->execution->statusList['closed']; -$lang->execution->myExecutions = 'Tôi tham gia'; -$lang->execution->doingProject = 'Hiện trường'; +$lang->execution->myExecutions = 'Tôi tham gia'; +$lang->execution->doingProject = 'Hiện trường'; + $lang->execution->kanbanColType['wait'] = $lang->execution->statusList['wait'] . ' ' . $lang->execution->common; $lang->execution->kanbanColType['doing'] = $lang->execution->statusList['doing'] . ' ' . $lang->execution->common; $lang->execution->kanbanColType['suspended'] = $lang->execution->statusList['suspended'] . ' ' . $lang->execution->common; diff --git a/module/execution/lang/zh-cn.php b/module/execution/lang/zh-cn.php index 29723b9af5..b1fa08e4b1 100644 --- a/module/execution/lang/zh-cn.php +++ b/module/execution/lang/zh-cn.php @@ -405,8 +405,9 @@ $lang->execution->featureBar['all']['doing'] = $lang->execution->statusList[ $lang->execution->featureBar['all']['suspended'] = $lang->execution->statusList['suspended']; $lang->execution->featureBar['all']['closed'] = $lang->execution->statusList['closed']; -$lang->execution->myExecutions = '我参与的'; -$lang->execution->doingProject = '进行中的项目'; +$lang->execution->myExecutions = '我参与的'; +$lang->execution->doingProject = '进行中的项目'; + $lang->execution->kanbanColType['wait'] = $lang->execution->statusList['wait'] . '的' . $lang->execution->common; $lang->execution->kanbanColType['doing'] = $lang->execution->statusList['doing'] . '的' . $lang->execution->common; $lang->execution->kanbanColType['suspended'] = $lang->execution->statusList['suspended'] . '的' . $lang->execution->common;