From 9dce9656fdff632b7518fe4ad2186a2537ecb933 Mon Sep 17 00:00:00 2001 From: leiyong <1549684884@qq.com> Date: Mon, 23 Nov 2020 11:31:49 +0800 Subject: [PATCH] * Adjust the language item of the my module. --- module/my/control.php | 8 ++++---- module/my/lang/de.php | 4 ++-- module/my/lang/en.php | 4 ++-- module/my/lang/fr.php | 4 ++-- module/my/lang/vi.php | 4 ++-- module/my/lang/zh-cn.php | 4 ++-- module/my/lang/zh-tw.php | 5 ++--- module/my/view/execution.html.php | 8 ++++---- module/my/view/project.html.php | 8 ++++---- 9 files changed, 24 insertions(+), 25 deletions(-) diff --git a/module/my/control.php b/module/my/control.php index 812e21af18..9e5ddbde08 100644 --- a/module/my/control.php +++ b/module/my/control.php @@ -401,8 +401,8 @@ class my extends control $this->app->loadClass('pager', $static = true); $pager = new pager($recTotal, $recPerPage, $pageID); - $this->view->title = $this->lang->my->common . $this->lang->colon . $this->lang->my->myProject; - $this->view->position[] = $this->lang->my->myProject; + $this->view->title = $this->lang->my->common . $this->lang->colon . $this->lang->my->project; + $this->view->position[] = $this->lang->my->project; $this->view->users = $this->loadModel('user')->getPairs('noletter'); $this->view->projects = $this->user->getProjects($this->app->user->account, 'project', $pager); $this->view->pager = $pager; @@ -420,8 +420,8 @@ class my extends control { $this->app->loadLang('project'); - $this->view->title = $this->lang->my->common . $this->lang->colon . $this->lang->my->myProject; - $this->view->position[] = $this->lang->my->myProject; + $this->view->title = $this->lang->my->common . $this->lang->colon . $this->lang->my->execution; + $this->view->position[] = $this->lang->my->execution; $this->view->tabID = 'project'; $this->view->executions = $this->user->getProjects($this->app->user->account, 'execution'); diff --git a/module/my/lang/de.php b/module/my/lang/de.php index 23534b6338..cd8cd42ec5 100644 --- a/module/my/lang/de.php +++ b/module/my/lang/de.php @@ -12,8 +12,8 @@ $lang->my->testCase = 'Meine Fälle'; $lang->my->story = 'Meine Storys'; $lang->my->requirement = 'My Requirements'; $lang->my->createProgram = 'Create Program'; -$lang->my->myProject = "Meine {$lang->projectCommon}"; -$lang->my->myExecution = 'My Executions'; +$lang->my->project = "My Projects"; +$lang->my->execution = 'My Executions'; $lang->my->profile = 'Meine Profil'; $lang->my->dynamic = 'Meine Verlauf'; $lang->my->editProfile = 'Profil bearbeiten'; diff --git a/module/my/lang/en.php b/module/my/lang/en.php index 57d6c55947..c9642b135e 100644 --- a/module/my/lang/en.php +++ b/module/my/lang/en.php @@ -12,8 +12,8 @@ $lang->my->testCase = 'My Cases'; $lang->my->story = 'My Stories'; $lang->my->requirement = 'My Requirements'; $lang->my->createProgram = 'Create Program'; -$lang->my->myProject = "My Projects"; -$lang->my->myExecution = 'My Executions'; +$lang->my->project = "My Projects"; +$lang->my->execution = 'My Executions'; $lang->my->profile = 'My Profile'; $lang->my->dynamic = 'My Dynamics'; $lang->my->editProfile = 'Edit'; diff --git a/module/my/lang/fr.php b/module/my/lang/fr.php index 98e58164a4..123a086683 100644 --- a/module/my/lang/fr.php +++ b/module/my/lang/fr.php @@ -12,8 +12,8 @@ $lang->my->testCase = 'Mes CasTests'; $lang->my->story = 'Mes Stories'; $lang->my->requirement = 'My Requirements'; $lang->my->createProgram = 'Create Program'; -$lang->my->myProject = "Mes {$lang->projectCommon}s"; -$lang->my->myExecution = 'My Execution'; +$lang->my->project = "My Projects"; +$lang->my->execution = 'My Executions'; $lang->my->profile = 'Mon Profil'; $lang->my->dynamic = 'Mon Historique'; $lang->my->editProfile = 'Edit Profil'; diff --git a/module/my/lang/vi.php b/module/my/lang/vi.php index ad4c31d065..931a6028b5 100644 --- a/module/my/lang/vi.php +++ b/module/my/lang/vi.php @@ -12,8 +12,8 @@ $lang->my->testCase = 'Tình huống của bạn'; $lang->my->story = 'Câu chuyện của bạn'; $lang->my->requirement = 'My Requirements'; $lang->my->createProgram = 'Create Program'; -$lang->my->myProject = "{$lang->projectCommon} của bạn"; -$lang->my->myExecution = 'My Executions'; +$lang->my->project = "My Projects"; +$lang->my->execution = 'My Executions'; $lang->my->profile = 'Hồ sơ của bạn'; $lang->my->dynamic = 'Lịch sử của bạn'; $lang->my->editProfile = 'Sửa'; diff --git a/module/my/lang/zh-cn.php b/module/my/lang/zh-cn.php index dc9fee039f..2b27df9ebe 100644 --- a/module/my/lang/zh-cn.php +++ b/module/my/lang/zh-cn.php @@ -12,8 +12,8 @@ $lang->my->testCase = '我的用例'; $lang->my->story = "我的{$lang->storyCommon}"; $lang->my->requirement = "我的用户{$lang->storyCommon}"; $lang->my->createProgram = '添加项目'; -$lang->my->myProject = "我的项目"; -$lang->my->myExecution = '我的执行'; +$lang->my->project = "我的项目"; +$lang->my->execution = '我的执行'; $lang->my->profile = '我的档案'; $lang->my->dynamic = '我的动态'; $lang->my->editProfile = '修改档案'; diff --git a/module/my/lang/zh-tw.php b/module/my/lang/zh-tw.php index 5dba79d783..0ced69c8d6 100644 --- a/module/my/lang/zh-tw.php +++ b/module/my/lang/zh-tw.php @@ -11,10 +11,9 @@ $lang->my->testTask = '我的版本'; $lang->my->testCase = '我的用例'; $lang->my->story = "我的{$lang->storyCommon}"; $lang->my->requirement = "我的用戶{$lang->storyCommon}"; -$lang->my->program = '我的項目'; -$lang->my->myProgram = "我的項目"; $lang->my->createProgram = '添加項目'; -$lang->my->myProject = "我的{$lang->projectCommon}"; +$lang->my->project = "我的項目"; +$lang->my->execution = '我的執行'; $lang->my->profile = '我的檔案'; $lang->my->dynamic = '我的動態'; $lang->my->editProfile = '修改檔案'; diff --git a/module/my/view/execution.html.php b/module/my/view/execution.html.php index ca7fde3e0f..87dbb1ddaf 100644 --- a/module/my/view/execution.html.php +++ b/module/my/view/execution.html.php @@ -1,19 +1,19 @@ - * @package dashboard - * @version $Id: project.html.php 5095 2013-07-11 06:03:40Z chencongzhi520@gmail.com $ + * @package my + * @version $Id * @link http://www.zentao.net */ ?>
diff --git a/module/my/view/project.html.php b/module/my/view/project.html.php index 38c22852b5..a2fae345db 100644 --- a/module/my/view/project.html.php +++ b/module/my/view/project.html.php @@ -1,19 +1,19 @@ - * @package dashboard - * @version $Id: program.html.php 5095 2013-07-11 06:03:40Z chencongzhi520@gmail.com $ + * @package my + * @version $Id * @link http://www.zentao.net */ ?>