2023-05-16 10:47:08 +08:00

97 lines
6.2 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$lang->testreport->common = '測試報告';
$lang->testreport->id = '編號';
$lang->testreport->browse = '報告列表';
$lang->testreport->create = '創建報告';
$lang->testreport->edit = '編輯報告';
$lang->testreport->delete = '刪除報告';
$lang->testreport->export = '導出';
$lang->testreport->exportAction = '導出報告';
$lang->testreport->view = '報告詳情';
$lang->testreport->recreate = '重新生成報告';
$lang->testreport->title = '標題';
$lang->testreport->product = "所屬{$lang->productCommon}";
$lang->testreport->bugTitle = 'Bug 標題';
$lang->testreport->storyTitle = "{$lang->SRCommon}標題";
$lang->testreport->project = '所屬' . $lang->projectCommon;
$lang->testreport->execution = '所屬執行';
$lang->testreport->testtask = '測試版本';
$lang->testreport->tasks = $lang->testreport->testtask;
$lang->testreport->startEnd = '起止時間';
$lang->testreport->owner = '負責人';
$lang->testreport->members = '參與人員';
$lang->testreport->begin = '開始時間';
$lang->testreport->end = '結束時間';
$lang->testreport->stories = "測試的{$lang->SRCommon}";
$lang->testreport->bugs = '測試的Bug';
$lang->testreport->builds = '版本信息';
$lang->testreport->goal = $lang->projectCommon . '目標';
$lang->testreport->cases = '用例';
$lang->testreport->bugInfo = 'Bug分佈';
$lang->testreport->report = '總結';
$lang->testreport->legacyBugs = '遺留的Bug';
$lang->testreport->createdBy = '由誰創建';
$lang->testreport->createdDate = '創建時間';
$lang->testreport->objectID = '所屬對象';
$lang->testreport->objectType = '對象類型';
$lang->testreport->profile = '概況';
$lang->testreport->value = '值';
$lang->testreport->none = '無';
$lang->testreport->all = '所有報告';
$lang->testreport->deleted = '已刪除';
$lang->testreport->selectTask = '按測試單創建報告';
$lang->testreport->legendBasic = '基本信息';
$lang->testreport->legendStoryAndBug = '測試範圍';
$lang->testreport->legendBuild = '測試輪次';
$lang->testreport->legendCase = '關聯的用例';
$lang->testreport->legendLegacyBugs = '遺留的Bug';
$lang->testreport->legendReport = '報表';
$lang->testreport->legendComment = '總結';
$lang->testreport->legendMore = '更多功能';
$lang->testreport->date = '日期';
$lang->testreport->bugSeverityGroups = 'Bug嚴重級別分佈';
$lang->testreport->bugTypeGroups = 'Bug類型分佈';
$lang->testreport->bugStatusGroups = 'Bug狀態分佈';
$lang->testreport->bugOpenedByGroups = 'Bug創建者分佈';
$lang->testreport->bugResolvedByGroups = 'Bug解決者分佈';
$lang->testreport->bugResolutionGroups = 'Bug解決方案分佈';
$lang->testreport->bugModuleGroups = 'Bug模組分佈';
$lang->testreport->bugStageGroups = 'Bug重要程度階段分佈';
$lang->testreport->bugHandleGroups = 'Bug每日處理情況分佈';
$lang->testreport->legacyBugs = '遺留的Bug';
$lang->testreport->bugConfirmedRate = '有效Bug率 (方案為已解決或延期 / 狀態為已解決或已關閉)';
$lang->testreport->bugCreateByCaseRate = '用例發現Bug率 (用例創建的Bug / 時間區間中新增的Bug)';
$lang->testreport->bugStageList = array();
$lang->testreport->bugStageList['generated'] = '產生的Bug';
$lang->testreport->bugStageList['legacy'] = '遺留的Bug';
$lang->testreport->bugStageList['resolved'] = '解決的Bug';
$lang->testreport->caseSummary = '共有<strong>%s</strong>個用例,共執行<strong>%s</strong>個用例,產生了<strong>%s</strong>個結果,失敗的用例有<strong>%s</strong>個。';
$lang->testreport->buildSummary = '共測試了<strong>%s</strong>個版本。';
$lang->testreport->confirmDelete = '是否刪除該報告?';
$lang->testreport->moreNotice = '更多功能可以參考禪道擴展機制進行擴展,也可以聯繫我們進行定製。';
$lang->testreport->exportNotice = "由<a href='https://www.zentao.net' target='_blank' style='color:grey'>禪道項目管理軟件</a>導出";
$lang->testreport->noReport = "暫無報告,請選擇測試單生成測試報告。";
$lang->testreport->foundBugTip = "影響版本在測試輪次內並且創建時間在測試時間範圍內產生的Bug數。";
$lang->testreport->legacyBugTip = "Bug狀態是激活或Bug的解決時間在測試結束時間之後。";
$lang->testreport->activatedBugTip = "在測試單時間範圍內被激活的Bug數量。";
$lang->testreport->fromCaseBugTip = "測試時間範圍內用例執行失敗後創建的Bug。";
$lang->testreport->errorTrunk = "主幹版本不能創建測試報告,請修改關聯版本!";
$lang->testreport->noTestTask = "{$lang->productCommon}下還沒有關聯的測試單,不能創建報告。請先創建測試單,再創建。";
$lang->testreport->noObjectID = "沒有選定測試單或{$lang->executionCommon},無法創建測試報告!";
$lang->testreport->moreProduct = "只能對同一個{$lang->productCommon}生成測試報告。";
$lang->testreport->hiddenCase = "隱藏 %s 個用例";
$lang->testreport->goalTip = "該版本所屬{$lang->execution->common}的描述信息";
$lang->testreport->bugSummary = <<<EOD
共發現<strong>%s</strong>個Bug <a data-toggle='tooltip' class='text-warning' title='{$lang->testreport->foundBugTip}'><i class='icon-help'></i></a>
遺留<strong>%s</strong>個Bug <a data-toggle='tooltip' class='text-warning' title='{$lang->testreport->legacyBugTip}'><i class='icon-help'></i></a>。
重新激活<strong>%s</strong>個Bug <a data-toggle='tooltip' class='text-warning' title='{$lang->testreport->activatedBugTip}'><i class='icon-help'></i></a>。
用例執行產生<strong>%s</strong>個Bug <a data-toggle='tooltip' class='text-warning' title='{$lang->testreport->fromCaseBugTip}'><i class='icon-help'></i></a>。
有效Bug率方案為已解決或延期 / 狀態為已解決或已關閉):<strong>%s</strong>用例發現Bug率用例創建的Bug / 發現Bug數<strong>%s</strong>
EOD;