diff --git a/module/execution/lang/de.php b/module/execution/lang/de.php index 79db1c5eb8..7ab7927d18 100644 --- a/module/execution/lang/de.php +++ b/module/execution/lang/de.php @@ -174,6 +174,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 55d0bd3aa9..cf11af6af7 100644 --- a/module/execution/lang/en.php +++ b/module/execution/lang/en.php @@ -174,6 +174,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 f05784f71b..6dea9a32aa 100644 --- a/module/execution/lang/fr.php +++ b/module/execution/lang/fr.php @@ -174,6 +174,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 66eb961357..a064ccd15c 100644 --- a/module/execution/lang/zh-cn.php +++ b/module/execution/lang/zh-cn.php @@ -174,6 +174,7 @@ $lang->execution->cfdTypeList['bug'] = "按Bug查看"; $lang->team->account = '用户'; $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 1b95627d6e..8c1d481e6a 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;?>