From 3bd354fa8d6ea8f4e0bb2e96dfa05463605a4b38 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 25 Dec 2019 15:52:42 +0800 Subject: [PATCH] * code other lang. --- module/bug/lang/de.php | 1 + module/bug/lang/fr.php | 1 + module/build/lang/de.php | 15 ++++++----- module/build/lang/en.php | 15 ++++++----- module/build/lang/fr.php | 13 ++++++---- module/common/lang/de.php | 8 ++++++ module/common/lang/en.php | 1 + module/common/lang/fr.php | 8 ++++++ module/dev/lang/de.php | 4 +++ module/dev/lang/en.php | 4 +++ module/dev/lang/fr.php | 4 +++ module/dev/lang/zh-cn.php | 1 - module/install/lang/zh-cn.php | 1 - module/report/lang/de.php | 1 + module/report/lang/en.php | 48 +++++++++++++++++++++++++++++++++++ module/report/lang/fr.php | 1 + module/report/lang/zh-cn.php | 34 ++++++++++++------------- module/webhook/lang/de.php | 1 + module/webhook/lang/fr.php | 1 + 19 files changed, 126 insertions(+), 36 deletions(-) diff --git a/module/bug/lang/de.php b/module/bug/lang/de.php index 9579ca4503..25fe06bf3f 100644 --- a/module/bug/lang/de.php +++ b/module/bug/lang/de.php @@ -177,6 +177,7 @@ $lang->bug->confirmChangeProduct = "Change {$lang->productCommon} will cause li $lang->bug->confirmDelete = 'Do you want to delete this bug?'; $lang->bug->remindTask = 'This Bug has been converted to Task. Do you want to update Status of Task(ID %s)?'; $lang->bug->skipClose = 'Bug %s is not resolved. You cannot close it.'; +$lang->bug->projectAccessDenied = "You access to the {$lang->projectCommon} to which this bug belongs is denied!"; /* 模板。*/ $lang->bug->tplStep = "

[Steps]


"; diff --git a/module/bug/lang/fr.php b/module/bug/lang/fr.php index 697531b567..7937f3dde4 100644 --- a/module/bug/lang/fr.php +++ b/module/bug/lang/fr.php @@ -177,6 +177,7 @@ $lang->bug->confirmChangeProduct = "Tout changement aux {$lang->productCommon} $lang->bug->confirmDelete = 'Voulez-vous supprimer ce bug ?'; $lang->bug->remindTask = 'Ce bug a été converti en tâche. Voulez-vous mettre à jour le statut de la Tâche(ID %s) ?'; $lang->bug->skipClose = 'Bug %s est actif. Vous ne pouvez pas le fermer.'; +$lang->bug->projectAccessDenied = "You access to the {$lang->projectCommon} to which this bug belongs is denied!"; /* 模板。*/ $lang->bug->tplStep = "

[Etape]


"; diff --git a/module/build/lang/de.php b/module/build/lang/de.php index 2e0b4cdd75..3bdbe5bf99 100644 --- a/module/build/lang/de.php +++ b/module/build/lang/de.php @@ -12,17 +12,17 @@ $lang->build->common = "Build"; $lang->build->create = "Build erstellen"; $lang->build->edit = "Bearbeiten"; -$lang->build->linkStory = "Story verknüpfen"; +$lang->build->linkStory = "{$lang->storyCommon} verknüpfen"; $lang->build->linkBug = "Bug verknüpfen"; $lang->build->delete = "Build löschen"; $lang->build->deleted = "Gelöscht"; $lang->build->view = "Build Details"; $lang->build->batchUnlink = 'Batch Unlink'; -$lang->build->batchUnlinkStory = 'Batch Story Unlink'; +$lang->build->batchUnlinkStory = "Batch {$lang->storyCommon} Unlink"; $lang->build->batchUnlinkBug = 'Batch Bug Unlink'; $lang->build->confirmDelete = "Möchten Sie dieses Build löschen?"; -$lang->build->confirmUnlinkStory = "Möchten Sie diese Story löschen?"; +$lang->build->confirmUnlinkStory = "Möchten Sie diese {$lang->storyCommon} löschen?"; $lang->build->confirmUnlinkBug = "Möchten Sie die Verknüpfung zum Bug aufheben?"; $lang->build->basicInfo = 'Basis Info'; @@ -40,15 +40,18 @@ $lang->build->desc = 'Beschreibung'; $lang->build->files = 'Datei Upload'; $lang->build->last = 'Letztes Build'; $lang->build->packageType = 'Package Typ'; -$lang->build->unlinkStory = 'Story Verknüpgung aufheben'; +$lang->build->unlinkStory = "{$lang->storyCommon} Verknüpgung aufheben"; $lang->build->unlinkBug = 'Bug Verknüpgung aufheben'; -$lang->build->stories = 'Abgeschlossene Story'; +$lang->build->stories = "Abgeschlossene {$lang->storyCommon}"; $lang->build->bugs = 'Gelöster Bug'; $lang->build->generatedBugs = 'Left Bug'; $lang->build->noProduct = " Dieses {$lang->projectCommon} ist nicht mit einem {$lang->productCommon} verknüpft, daher kann das Build nicht erstellt werden. Bitte erst {$lang->productCommon} verknüpfen."; $lang->build->noBuild = 'Keine Builds. '; -$lang->build->finishStories = ' %s Storys sind abgeschlossen.'; +$lang->build->notice = new stdclass(); +$lang->build->notice->changeProduct = "The {$lang->storyCommon} or Bug has been associated, and its product cannot be modified"; + +$lang->build->finishStories = " %s {$lang->storyCommon} sind abgeschlossen."; $lang->build->resolvedBugs = ' %s Bugs sind gelöst.'; $lang->build->createdBugs = ' %s Bugs wurden erstellt.'; diff --git a/module/build/lang/en.php b/module/build/lang/en.php index 083938f73c..52f915eb58 100644 --- a/module/build/lang/en.php +++ b/module/build/lang/en.php @@ -12,17 +12,17 @@ $lang->build->common = "Build"; $lang->build->create = "Create Build"; $lang->build->edit = "Edit Build"; -$lang->build->linkStory = "Link Story"; +$lang->build->linkStory = "Link {$lang->storyCommon}"; $lang->build->linkBug = "Link Bug"; $lang->build->delete = "Delete Build"; $lang->build->deleted = "Deleted"; $lang->build->view = "Build Detail"; $lang->build->batchUnlink = 'Batch Unlink'; -$lang->build->batchUnlinkStory = 'Batch Unlink Stories'; +$lang->build->batchUnlinkStory = "Batch Unlink {$lang->storyCommon}"; $lang->build->batchUnlinkBug = 'Batch Unlink Bugs'; $lang->build->confirmDelete = "Do you want to delete this build?"; -$lang->build->confirmUnlinkStory = "Do you want to unlink this Story?"; +$lang->build->confirmUnlinkStory = "Do you want to unlink this {$lang->storyCommon}?"; $lang->build->confirmUnlinkBug = "Do you want to unlink this Bug?"; $lang->build->basicInfo = 'Basic Info'; @@ -40,15 +40,18 @@ $lang->build->desc = 'Description'; $lang->build->files = 'Files'; $lang->build->last = 'Last Build'; $lang->build->packageType = 'Package Type'; -$lang->build->unlinkStory = 'Unlink Story'; +$lang->build->unlinkStory = "Unlink {$lang->storyCommon}"; $lang->build->unlinkBug = 'Unlink Bug'; -$lang->build->stories = 'Finished Stories'; +$lang->build->stories = "Finished {$lang->storyCommon}"; $lang->build->bugs = 'Resolved Bugs'; $lang->build->generatedBugs = 'Reported Bugs'; $lang->build->noProduct = " This {$lang->projectCommon} is not linked to {$lang->productCommon}, so the Build cannot be created. Please first link {$lang->productCommon}"; $lang->build->noBuild = 'No builds yet.'; -$lang->build->finishStories = ' Finished Story %s'; +$lang->build->notice = new stdclass(); +$lang->build->notice->changeProduct = "The {$lang->storyCommon} or Bug has been associated, and its product cannot be modified"; + +$lang->build->finishStories = " Finished {$lang->storyCommon} %s"; $lang->build->resolvedBugs = ' Resolved Bug %s'; $lang->build->createdBugs = ' Reported Bug %s'; diff --git a/module/build/lang/fr.php b/module/build/lang/fr.php index f3275f77d0..64e5b2e9e5 100644 --- a/module/build/lang/fr.php +++ b/module/build/lang/fr.php @@ -12,17 +12,17 @@ $lang->build->common = "Build"; $lang->build->create = "Créer Build"; $lang->build->edit = "Editer Build"; -$lang->build->linkStory = "Intégrer Story"; +$lang->build->linkStory = "Intégrer {$lang->storyCommon}"; $lang->build->linkBug = "Intégrer Bug"; $lang->build->delete = "Supprimer Build"; $lang->build->deleted = "Supprimé"; $lang->build->view = "Détail Build"; $lang->build->batchUnlink = 'Retirer par Lot'; -$lang->build->batchUnlinkStory = 'Retirer Sories par Lot'; +$lang->build->batchUnlinkStory = "Retirer {$lang->storyCommon} par Lot"; $lang->build->batchUnlinkBug = 'Retirer Bugs par Lot'; $lang->build->confirmDelete = "Voulez-vous supprimer ce build ?"; -$lang->build->confirmUnlinkStory = "Voulez-vous retirer cette Story du Build ?"; +$lang->build->confirmUnlinkStory = "Voulez-vous retirer cette {$lang->storyCommon} du Build ?"; $lang->build->confirmUnlinkBug = "Voulez-vous retirer ce Bug du Build ?"; $lang->build->basicInfo = 'Infos de Base'; @@ -40,7 +40,7 @@ $lang->build->desc = 'Description'; $lang->build->files = 'Fichiers'; $lang->build->last = 'Dernier Build'; $lang->build->packageType = 'Type de Package'; -$lang->build->unlinkStory = 'Retirer Story'; +$lang->build->unlinkStory = "Retirer {$lang->storyCommon}"; $lang->build->unlinkBug = 'Retirer Bug'; $lang->build->stories = 'Stories terminées'; $lang->build->bugs = 'Bugs Résolus'; @@ -48,7 +48,10 @@ $lang->build->generatedBugs = 'Bugs signalés'; $lang->build->noProduct = " Ce {$lang->projectCommon} n'est pas associé à un {$lang->productCommon}, le Build ne peut pas être créé. Commencez par rattacher le projet à un {$lang->productCommon}"; $lang->build->noBuild = 'Aucun builds.'; -$lang->build->finishStories = ' Stories Terminées %s'; +$lang->build->notice = new stdclass(); +$lang->build->notice->changeProduct = "The {$lang->storyCommon} or Bug has been associated, and its product cannot be modified"; + +$lang->build->finishStories = " {$lang->storyCommon} Terminées %s"; $lang->build->resolvedBugs = ' Bugs Résolus %s'; $lang->build->createdBugs = ' Bugs Signalés %s'; diff --git a/module/common/lang/de.php b/module/common/lang/de.php index 54635d137f..bfa9a4d7ba 100644 --- a/module/common/lang/de.php +++ b/module/common/lang/de.php @@ -122,6 +122,7 @@ $lang->menu->my = 'Dashboard|my|index'; $lang->menu->product = $lang->productCommon . '|product|index|locate=no'; $lang->menu->project = $lang->projectCommon . '|project|index|locate=no'; $lang->menu->qa = 'QS|qa|index'; +$lang->menu->repo = 'Code|repo|log'; $lang->menu->doc = 'Dokumente|doc|index'; $lang->menu->report = 'Berichte|report|index'; $lang->menu->company = 'Unternehmen|company|index'; @@ -330,6 +331,12 @@ $lang->caselib->menu->testsuite = array('link' => 'Suite|testsuite|browse|'); $lang->caselib->menu->report = array('link' => 'Berichte|testreport|browse|'); $lang->caselib->menu->caselib = array('link' => 'Bibliothek|caselib|browse|libID=%s', 'alias' => 'create,createcase,view,edit,batchcreatecase,showimport', 'subModule' => 'tree,testcase'); +$lang->repo = new stdclass(); +$lang->repo->menu = new stdclass(); +$lang->repo->menu->browse = array('link' =>'Browse|repo|log|repoID=%s&entry=', 'alias' => 'diff,view,revision,showsynccomment'); +$lang->repo->menu->settings = 'Settings|repo|settings|repoID=%s'; +$lang->repo->menu->delete = array('link' => 'Delete|repo|delete|repoID=%s', 'target' => 'hiddenwin'); + /* 文档视图菜单设置。*/ $lang->doc = new stdclass(); $lang->doc->menu = new stdclass(); @@ -342,6 +349,7 @@ $lang->git = new stdclass(); $lang->report = new stdclass(); $lang->report->menu = new stdclass(); +$lang->report->menu->annual = array('link' => 'Annual Summary|report|annualData', 'target' => '_blank'); $lang->report->menu->product = array('link' => $lang->productCommon . '|report|productsummary'); $lang->report->menu->prj = array('link' => $lang->projectCommon . '|report|projectdeviation'); $lang->report->menu->test = array('link' => 'Test|report|bugcreate', 'alias' => 'bugassign'); diff --git a/module/common/lang/en.php b/module/common/lang/en.php index 2eb3a3e73d..31375b29b7 100644 --- a/module/common/lang/en.php +++ b/module/common/lang/en.php @@ -349,6 +349,7 @@ $lang->git = new stdclass(); $lang->report = new stdclass(); $lang->report->menu = new stdclass(); +$lang->report->menu->annual = array('link' => 'Annual Summary|report|annualData', 'target' => '_blank'); $lang->report->menu->product = array('link' => $lang->productCommon . '|report|productsummary'); $lang->report->menu->prj = array('link' => $lang->projectCommon . '|report|projectdeviation'); $lang->report->menu->test = array('link' => 'Request|report|bugcreate', 'alias' => 'bugassign'); diff --git a/module/common/lang/fr.php b/module/common/lang/fr.php index 2bbec66681..558ae79ae8 100644 --- a/module/common/lang/fr.php +++ b/module/common/lang/fr.php @@ -122,6 +122,7 @@ $lang->menu->my = 'Dashboard|my|index'; $lang->menu->product = $lang->productCommon . '|product|index|locate=no'; $lang->menu->project = $lang->projectCommon . '|project|index|locate=no'; $lang->menu->qa = 'QA|qa|index'; +$lang->menu->repo = 'Code|repo|log'; $lang->menu->doc = 'Doc|doc|index'; $lang->menu->report = 'Rapports|report|index'; $lang->menu->company = 'Entreprise|company|index'; @@ -330,6 +331,12 @@ $lang->caselib->menu->testsuite = array('link' => 'Cahier Recette|testsuite|brow $lang->caselib->menu->report = array('link' => 'Rapport|testreport|browse|'); $lang->caselib->menu->caselib = array('link' => 'Library Recette|caselib|browse|libID=%s', 'alias' => 'create,createcase,view,edit,batchcreatecase,showimport', 'subModule' => 'tree,testcase'); +$lang->repo = new stdclass(); +$lang->repo->menu = new stdclass(); +$lang->repo->menu->browse = array('link' =>'Browse|repo|log|repoID=%s&entry=', 'alias' => 'diff,view,revision,showsynccomment'); +$lang->repo->menu->settings = 'Settings|repo|settings|repoID=%s'; +$lang->repo->menu->delete = array('link' => 'Delete|repo|delete|repoID=%s', 'target' => 'hiddenwin'); + /* Doc menu settings. */ $lang->doc = new stdclass(); $lang->doc->menu = new stdclass(); @@ -342,6 +349,7 @@ $lang->git = new stdclass(); $lang->report = new stdclass(); $lang->report->menu = new stdclass(); +$lang->report->menu->annual = array('link' => 'Annual Summary|report|annualData', 'target' => '_blank'); $lang->report->menu->product = array('link' => $lang->productCommon . '|report|productsummary'); $lang->report->menu->prj = array('link' => $lang->projectCommon . '|report|projectdeviation'); $lang->report->menu->test = array('link' => 'Recette|report|bugcreate', 'alias' => 'bugassign'); diff --git a/module/dev/lang/de.php b/module/dev/lang/de.php index c14623441f..5d22b32858 100644 --- a/module/dev/lang/de.php +++ b/module/dev/lang/de.php @@ -108,6 +108,10 @@ $lang->dev->tableList['userview'] = 'User Privilege'; $lang->dev->tableList['im_chatuser'] = 'Client Users'; $lang->dev->tableList['im_message'] = 'Client Messages'; $lang->dev->tableList['im_messagestatus'] = 'Client Messages Status'; +$lang->dev->tableList['repo'] = 'Code'; +$lang->dev->tableList['repohistory'] = 'Repo History'; +$lang->dev->tableList['repofiles'] = 'Repo Files'; +$lang->dev->tableList['repobranch'] = 'Repo Branch'; $lang->dev->groupList['my'] = 'Dashboard'; $lang->dev->groupList['product'] = $lang->productCommon; diff --git a/module/dev/lang/en.php b/module/dev/lang/en.php index 63c2833110..038ddd60d3 100644 --- a/module/dev/lang/en.php +++ b/module/dev/lang/en.php @@ -108,6 +108,10 @@ $lang->dev->tableList['userview'] = 'User Privilege'; $lang->dev->tableList['im_chatuser'] = 'Client Users'; $lang->dev->tableList['im_message'] = 'Client Messages'; $lang->dev->tableList['im_messagestatus'] = 'Client Messages Status'; +$lang->dev->tableList['repo'] = 'Code'; +$lang->dev->tableList['repohistory'] = 'Repo History'; +$lang->dev->tableList['repofiles'] = 'Repo Files'; +$lang->dev->tableList['repobranch'] = 'Repo Branch'; $lang->dev->groupList['my'] = 'Dashboard'; $lang->dev->groupList['product'] = $lang->productCommon; diff --git a/module/dev/lang/fr.php b/module/dev/lang/fr.php index 515c70a0f1..db381b75a3 100644 --- a/module/dev/lang/fr.php +++ b/module/dev/lang/fr.php @@ -108,6 +108,10 @@ $lang->dev->tableList['userview'] = 'Droits Utilisateur'; $lang->dev->tableList['im_chatuser'] = 'Utilisateurs Client'; $lang->dev->tableList['im_message'] = 'Messages Client'; $lang->dev->tableList['im_messagestatus'] = 'Statut Messages Client'; +$lang->dev->tableList['repo'] = 'Code'; +$lang->dev->tableList['repohistory'] = 'Repo History'; +$lang->dev->tableList['repofiles'] = 'Repo Files'; +$lang->dev->tableList['repobranch'] = 'Repo Branch'; $lang->dev->groupList['my'] = 'Dashboard'; $lang->dev->groupList['product'] = $lang->productCommon; diff --git a/module/dev/lang/zh-cn.php b/module/dev/lang/zh-cn.php index 1d428a47be..5c92c0bb8b 100644 --- a/module/dev/lang/zh-cn.php +++ b/module/dev/lang/zh-cn.php @@ -123,7 +123,6 @@ $lang->dev->groupList['company'] = '组织'; $lang->dev->groupList['repo'] = '代码'; $lang->dev->groupList['api'] = 'API'; $lang->dev->groupList['message'] = '消息'; -$lang->dev->groupList['repo'] = '代码'; $lang->dev->endGroupList['admin'] = '后台'; $lang->dev->endGroupList['system'] = '系统'; diff --git a/module/install/lang/zh-cn.php b/module/install/lang/zh-cn.php index 4fbdd1fbf0..ad902e9657 100644 --- a/module/install/lang/zh-cn.php +++ b/module/install/lang/zh-cn.php @@ -37,7 +37,6 @@ $lang->install->links = <<%s。 EOT; diff --git a/module/report/lang/de.php b/module/report/lang/de.php index 9bcd57944a..460c41c840 100644 --- a/module/report/lang/de.php +++ b/module/report/lang/de.php @@ -17,6 +17,7 @@ $lang->report->value = 'Wert'; $lang->report->percent = '%'; $lang->report->undefined = 'Undefiniert'; $lang->report->query = 'Abfrage'; +$lang->report->annual = 'Annual Summary'; $lang->report->colors[] = 'AFD8F8'; $lang->report->colors[] = 'F6BD0F'; diff --git a/module/report/lang/en.php b/module/report/lang/en.php index 5801c5cc63..304e0101f8 100644 --- a/module/report/lang/en.php +++ b/module/report/lang/en.php @@ -17,6 +17,7 @@ $lang->report->value = 'Value'; $lang->report->percent = '%'; $lang->report->undefined = 'Undefined'; $lang->report->query = 'Query'; +$lang->report->annual = 'Annual Summary'; $lang->report->colors[] = 'AFD8F8'; $lang->report->colors[] = 'F6BD0F'; @@ -100,3 +101,50 @@ $lang->report->mailTitle->testTask = " Request (%s),"; $lang->report->proVersion = 'Try ZenTao Pro for more!'; $lang->report->proVersionEn = 'Try ZenTao Pro for more!'; + +$lang->report->annualData = new stdclass(); +$lang->report->annualData->title = "%s年工作内容统计一览表 —— %s"; +$lang->report->annualData->baseInfo = "基本数据信息"; +$lang->report->annualData->logins = "累计登录次数"; +$lang->report->annualData->actions = "累计动态数"; +$lang->report->annualData->efforts = "累计日志数"; +$lang->report->annualData->consumed = "累计工时数"; +$lang->report->annualData->foundBugs = "累计发现Bug数"; +$lang->report->annualData->createdCases = "累计创建用例数"; +$lang->report->annualData->involvedProducts = "累计参与{$lang->productCommon}数"; +$lang->report->annualData->createdPlans = "累计创建计划数"; +$lang->report->annualData->createdStories = "累计创建{$lang->storyCommon}数"; + +$lang->report->annualData->productOverview = "{$lang->productCommon}创建的{$lang->storyCommon}数及占比"; +$lang->report->annualData->qaOverview = "{$lang->productCommon}创建的Bug数及占比"; +$lang->report->annualData->projectOverview = "参与{$lang->projectCommon}概览"; +$lang->report->annualData->doneProject = "已完成的{$lang->projectCommon}"; +$lang->report->annualData->doingProject = "正在进行的{$lang->projectCommon}"; +$lang->report->annualData->suspendProject = "已挂起的{$lang->projectCommon}"; + +$lang->report->annualData->projectName = "{$lang->projectCommon}名称"; +$lang->report->annualData->finishedStory = "完成{$lang->storyCommon}数"; +$lang->report->annualData->finishedTask = '完成任务数'; +$lang->report->annualData->foundBug = '发现Bug数'; +$lang->report->annualData->resolvedBug = '解决Bug数'; +$lang->report->annualData->productName = "{$lang->productCommon}名称"; +$lang->report->annualData->planCount = '计划数'; +$lang->report->annualData->storyCount = "{$lang->storyCommon}数"; + +$lang->report->annualData->qaData = "完成任务与解决Bug数据"; +$lang->report->annualData->totalCreatedBug = '累计发现的Bug数'; +$lang->report->annualData->totalCreatedCase = '累计创建的用例数'; + +$lang->report->annualData->devData = "完成的任务数和解决的Bug数"; +$lang->report->annualData->totalFinishedTask = '完成的任务数'; +$lang->report->annualData->totalResolvedBug = '解决的Bug数'; + +$lang->report->annualData->poData = "所创建的{$lang->storyCommon}数对应的优先级及状态"; +$lang->report->annualData->totalStoryPri = "创建{$lang->storyCommon}优先级分布"; +$lang->report->annualData->totalStoryStage = "创建{$lang->storyCommon}阶段分布"; + +$lang->report->annualData->qaStatistics = "完成任务与解决Bug工时统计"; +$lang->report->annualData->poStatistics = "月创建{$lang->storyCommon}数"; +$lang->report->annualData->devStatistics = "月完成任务累计工时"; + +$lang->report->annualData->unit = "个"; diff --git a/module/report/lang/fr.php b/module/report/lang/fr.php index 05c839309b..6d9aebb90c 100644 --- a/module/report/lang/fr.php +++ b/module/report/lang/fr.php @@ -17,6 +17,7 @@ $lang->report->value = 'Valeur'; $lang->report->percent = '%'; $lang->report->undefined = 'N/D'; $lang->report->query = 'Query'; +$lang->report->annual = 'Annual Summary'; $lang->report->colors[] = 'AFD8F8'; $lang->report->colors[] = 'F6BD0F'; diff --git a/module/report/lang/zh-cn.php b/module/report/lang/zh-cn.php index eff38b1dbb..45b7d7ee49 100644 --- a/module/report/lang/zh-cn.php +++ b/module/report/lang/zh-cn.php @@ -103,7 +103,7 @@ $lang->report->proVersion = 'Try ZenTao Pro for more!'; $lang->report->annualData = new stdclass(); -$lang->report->annualData->title = "%s年工作内容统计一览表 ——%s"; +$lang->report->annualData->title = "%s年工作内容统计一览表 —— %s"; $lang->report->annualData->baseInfo = "基本数据信息"; $lang->report->annualData->logins = "累计登录次数"; $lang->report->annualData->actions = "累计动态数"; @@ -111,25 +111,25 @@ $lang->report->annualData->efforts = "累计日志数"; $lang->report->annualData->consumed = "累计工时数"; $lang->report->annualData->foundBugs = "累计发现Bug数"; $lang->report->annualData->createdCases = "累计创建用例数"; -$lang->report->annualData->involvedProducts = "累计参与产品数"; +$lang->report->annualData->involvedProducts = "累计参与{$lang->productCommon}数"; $lang->report->annualData->createdPlans = "累计创建计划数"; -$lang->report->annualData->createdStories = "累计创建需求数"; +$lang->report->annualData->createdStories = "累计创建{$lang->storyCommon}数"; -$lang->report->annualData->productOverview = "产品创建的需求数及占比"; -$lang->report->annualData->qaOverview = "产品创建的Bug数及占比"; -$lang->report->annualData->projectOverview = "参与项目概览"; -$lang->report->annualData->doneProject = "已完成的项目"; -$lang->report->annualData->doingProject = "正在进行的项目"; -$lang->report->annualData->suspendProject = "已挂起的项目"; +$lang->report->annualData->productOverview = "{$lang->productCommon}创建的{$lang->storyCommon}数及占比"; +$lang->report->annualData->qaOverview = "{$lang->productCommon}创建的Bug数及占比"; +$lang->report->annualData->projectOverview = "参与{$lang->projectCommon}概览"; +$lang->report->annualData->doneProject = "已完成的{$lang->projectCommon}"; +$lang->report->annualData->doingProject = "正在进行的{$lang->projectCommon}"; +$lang->report->annualData->suspendProject = "已挂起的{$lang->projectCommon}"; -$lang->report->annualData->projectName = '项目名称'; -$lang->report->annualData->finishedStory = '完成需求数'; +$lang->report->annualData->projectName = "{$lang->projectCommon}名称"; +$lang->report->annualData->finishedStory = "完成{$lang->storyCommon}数"; $lang->report->annualData->finishedTask = '完成任务数'; $lang->report->annualData->foundBug = '发现Bug数'; $lang->report->annualData->resolvedBug = '解决Bug数'; -$lang->report->annualData->productName = '产品名称'; +$lang->report->annualData->productName = "{$lang->productCommon}名称"; $lang->report->annualData->planCount = '计划数'; -$lang->report->annualData->storyCount = '需求数'; +$lang->report->annualData->storyCount = "{$lang->storyCommon}数"; $lang->report->annualData->qaData = "完成任务与解决Bug数据"; $lang->report->annualData->totalCreatedBug = '累计发现的Bug数'; @@ -139,12 +139,12 @@ $lang->report->annualData->devData = "完成的任务数和解决的Bu $lang->report->annualData->totalFinishedTask = '完成的任务数'; $lang->report->annualData->totalResolvedBug = '解决的Bug数'; -$lang->report->annualData->poData = "所创建的需求数对应的优先级及状态"; -$lang->report->annualData->totalStoryPri = "创建需求优先级分布"; -$lang->report->annualData->totalStoryStage = "创建需求阶段分布"; +$lang->report->annualData->poData = "所创建的{$lang->storyCommon}数对应的优先级及状态"; +$lang->report->annualData->totalStoryPri = "创建{$lang->storyCommon}优先级分布"; +$lang->report->annualData->totalStoryStage = "创建{$lang->storyCommon}阶段分布"; $lang->report->annualData->qaStatistics = "完成任务与解决Bug工时统计"; -$lang->report->annualData->poStatistics = "月创建需求数"; +$lang->report->annualData->poStatistics = "月创建{$lang->storyCommon}数"; $lang->report->annualData->devStatistics = "月完成任务累计工时"; $lang->report->annualData->unit = "个"; diff --git a/module/webhook/lang/de.php b/module/webhook/lang/de.php index d404507f44..4fd36c64a2 100644 --- a/module/webhook/lang/de.php +++ b/module/webhook/lang/de.php @@ -75,6 +75,7 @@ $lang->webhook->note->dingKey = " webhook->note->typeList['dingding'] = 'Fügen Sie einen eigenen bot in dingding ein um die Adresse des Webhooks zu erhalten.'; +$lang->webhook->note->typeList['weixin'] = 'Add a customized bot in WeChat and get the webhook url.'; $lang->webhook->note->typeList['default'] = 'Webhookadresse on anderen erhalten.'; $lang->webhook->error = new stdclass(); diff --git a/module/webhook/lang/fr.php b/module/webhook/lang/fr.php index 44c513ee01..63408a0dcb 100644 --- a/module/webhook/lang/fr.php +++ b/module/webhook/lang/fr.php @@ -75,6 +75,7 @@ $lang->webhook->note->dingKey = " webhook->note->typeList['dingding'] = "Ajout d'un bot personnalis dans dingding et obtenez l'url du flux."; +$lang->webhook->note->typeList['weixin'] = 'Add a customized bot in WeChat and get the webhook url.'; $lang->webhook->note->typeList['default'] = "Obtenir les url d'autres flux webhook."; $lang->webhook->error = new stdclass();