From bd88264c46ca55da24f37ed1c2fb4dcf490bc16d Mon Sep 17 00:00:00 2001 From: liuhong Date: Mon, 8 Aug 2022 08:08:02 +0000 Subject: [PATCH 1/2] *Finish task #63775 --- module/execution/lang/zh-cn.php | 2 +- module/my/view/execution.html.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/module/execution/lang/zh-cn.php b/module/execution/lang/zh-cn.php index 3d7ff4c33a..86c8c6d193 100644 --- a/module/execution/lang/zh-cn.php +++ b/module/execution/lang/zh-cn.php @@ -172,7 +172,7 @@ $lang->execution->cfdTypeList['task'] = "按任务查看"; $lang->execution->cfdTypeList['bug'] = "按Bug查看"; $lang->team->account = '用户'; -$lang->team->role = '角色'; +$lang->team->role = '我的角色'; $lang->team->join = '加盟日'; $lang->team->hours = '可用工时/天'; $lang->team->days = '可用工日'; diff --git a/module/my/view/execution.html.php b/module/my/view/execution.html.php index 101cd0ea50..688b790cf2 100644 --- a/module/my/view/execution.html.php +++ b/module/my/view/execution.html.php @@ -40,7 +40,7 @@ execution->begin;?> execution->end;?> statusAB;?> - team->role;?> + team->role;?> team->join;?> my->hours;?> execution->myTask;?> @@ -53,13 +53,13 @@ id));?> - systemMode == 'new'):?> + systemMode == 'new'):?> type === 'stage') echo "{$lang->project->stage} "; if($execution->type === 'sprint') echo "{$lang->executionCommon} "; if($execution->type === 'kanban') echo "{$lang->execution->kanban} "; ?> - + name, '', "title='$execution->name'");?> systemMode == 'new'):?> From 5d422ab3cb321033d8b29300f96af22b53803bff Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Tue, 9 Aug 2022 10:07:45 +0800 Subject: [PATCH 2/2] * Code for task#63775. --- module/execution/lang/de.php | 1 + module/execution/lang/en.php | 1 + module/execution/lang/fr.php | 1 + module/execution/lang/vi.php | 1 + module/execution/lang/zh-cn.php | 3 ++- module/my/view/execution.html.php | 2 +- 6 files changed, 7 insertions(+), 2 deletions(-) diff --git a/module/execution/lang/de.php b/module/execution/lang/de.php index 375cb05ff8..666fa649e6 100644 --- a/module/execution/lang/de.php +++ b/module/execution/lang/de.php @@ -173,6 +173,7 @@ $lang->execution->cfdTypeList['bug'] = "View By bug"; $lang->team->account = 'Konto'; $lang->team->role = 'Rolle'; +$lang->team->roleAB = 'Meine Rolle'; $lang->team->join = 'Beigetreten'; $lang->team->hours = 'Stunde/Tag'; $lang->team->days = 'Arbeitstage'; diff --git a/module/execution/lang/en.php b/module/execution/lang/en.php index 0b0ed597ad..5534bc2894 100644 --- a/module/execution/lang/en.php +++ b/module/execution/lang/en.php @@ -173,6 +173,7 @@ $lang->execution->cfdTypeList['bug'] = "View By bug"; $lang->team->account = 'User'; $lang->team->role = 'Role'; +$lang->team->roleAB = 'My Role'; $lang->team->join = 'Joined'; $lang->team->hours = 'Hours/day'; $lang->team->days = 'Day'; diff --git a/module/execution/lang/fr.php b/module/execution/lang/fr.php index bec2096bbb..dc2593d7df 100644 --- a/module/execution/lang/fr.php +++ b/module/execution/lang/fr.php @@ -173,6 +173,7 @@ $lang->execution->cfdTypeList['bug'] = "View By bug"; $lang->team->account = 'Utilisateur'; $lang->team->role = 'Rôle'; +$lang->team->roleAB = 'Mon Rôle'; $lang->team->join = 'Ajouté'; $lang->team->hours = 'Heure/jour'; $lang->team->days = 'Jour'; diff --git a/module/execution/lang/vi.php b/module/execution/lang/vi.php index 154243765a..53bc0a0d74 100644 --- a/module/execution/lang/vi.php +++ b/module/execution/lang/vi.php @@ -127,6 +127,7 @@ $lang->execution->lifeTimeList['ops'] = "DevOps"; $lang->team = new stdclass(); $lang->team->account = 'Người dùng'; $lang->team->role = 'Vai trò'; +$lang->team->roleAB = 'Vai trò của tôi'; $lang->team->join = 'Đã tham gia'; $lang->team->hours = 'Giờ/ngày'; $lang->team->days = 'Ngày'; diff --git a/module/execution/lang/zh-cn.php b/module/execution/lang/zh-cn.php index 86c8c6d193..b5e9138e9a 100644 --- a/module/execution/lang/zh-cn.php +++ b/module/execution/lang/zh-cn.php @@ -172,7 +172,8 @@ $lang->execution->cfdTypeList['task'] = "按任务查看"; $lang->execution->cfdTypeList['bug'] = "按Bug查看"; $lang->team->account = '用户'; -$lang->team->role = '我的角色'; +$lang->team->role = '角色'; +$lang->team->roleAB = '我的角色'; $lang->team->join = '加盟日'; $lang->team->hours = '可用工时/天'; $lang->team->days = '可用工日'; diff --git a/module/my/view/execution.html.php b/module/my/view/execution.html.php index 688b790cf2..12d665ffe4 100644 --- a/module/my/view/execution.html.php +++ b/module/my/view/execution.html.php @@ -40,7 +40,7 @@ execution->begin;?> execution->end;?> statusAB;?> - team->role;?> + team->roleAB;?> team->join;?> my->hours;?> execution->myTask;?>