From 00d83c729ce4609c2e128c4f0ac8855d1b701f04 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Mon, 1 Nov 2021 16:40:18 +0800 Subject: [PATCH] * Fix bug#15716. --- module/testreport/lang/de.php | 2 +- module/testreport/lang/en.php | 2 +- module/testreport/lang/fr.php | 2 +- module/testreport/lang/vi.php | 2 +- module/testreport/lang/zh-cn.php | 2 +- module/testreport/lang/zh-tw.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/module/testreport/lang/de.php b/module/testreport/lang/de.php index e21b1866b2..e9bccff69c 100644 --- a/module/testreport/lang/de.php +++ b/module/testreport/lang/de.php @@ -83,7 +83,7 @@ $lang->testreport->noTestTask = "No test requests for this {$lang->productCo $lang->testreport->noObjectID = "No test request or {$lang->executionCommon} is selected, so no report can be generated."; $lang->testreport->moreProduct = "Ein Testbericht kann nur innerhalb des selben Produkts erstellt werden."; $lang->testreport->hiddenCase = "Hide %s use cases"; -$lang->testreport->goalTip = "Descriptive information about the execution of this build"; +$lang->testreport->goalTip = "Descriptive information about the {$lang->execution->common} of this build"; $lang->testreport->bugSummary = <<%s Bug(s) in Summe erstellt , diff --git a/module/testreport/lang/en.php b/module/testreport/lang/en.php index e2c1ce1fa3..3297084c43 100644 --- a/module/testreport/lang/en.php +++ b/module/testreport/lang/en.php @@ -84,7 +84,7 @@ $lang->testreport->noTestTask = "No test requests for this {$lang->productCo $lang->testreport->noObjectID = "No test request or {$lang->executionCommon} is selected, so no report can be generated."; $lang->testreport->moreProduct = "Testing reports can only be generated for the same {$lang->productCommon}."; $lang->testreport->hiddenCase = "Hide %s use cases"; -$lang->testreport->goalTip = "Descriptive information about the execution of this build"; +$lang->testreport->goalTip = "Descriptive information about the {$lang->execution->common} of this build"; $lang->testreport->bugSummary = <<%s Bugs reported , diff --git a/module/testreport/lang/fr.php b/module/testreport/lang/fr.php index 1f8ad2af2b..3ac5dde6d3 100644 --- a/module/testreport/lang/fr.php +++ b/module/testreport/lang/fr.php @@ -83,7 +83,7 @@ $lang->testreport->noTestTask = "Pas de campagne de test pour ce {$lang->pro $lang->testreport->noObjectID = "Pas de campagne de test ou un {$lang->executionCommon} est sélectionné, aucun rapport ne peut être généré."; $lang->testreport->moreProduct = "Les rapports de test ne peuvent être produits que pour le même {$lang->productCommon}."; $lang->testreport->hiddenCase = "Hide %s use cases"; -$lang->testreport->goalTip = "Descriptive information about the execution of this build"; +$lang->testreport->goalTip = "Descriptive information about the {$lang->execution->common} of this build"; $lang->testreport->bugSummary = <<%s Bugs signalés , diff --git a/module/testreport/lang/vi.php b/module/testreport/lang/vi.php index 44e27c89a7..89e1e6d773 100644 --- a/module/testreport/lang/vi.php +++ b/module/testreport/lang/vi.php @@ -83,7 +83,7 @@ $lang->testreport->noTestTask = "Không có yêu cầu thử nghiệm {$lang $lang->testreport->noObjectID = "Không có yêu cầu test hoặc {$lang->executionCommon} được chọn, bởi vậy không có báo cáo có thể được tạo."; $lang->testreport->moreProduct = "Báo cáo Test chỉ có thể được tạo cho cùng {$lang->productCommon}."; $lang->testreport->hiddenCase = "Hide %s use cases"; -$lang->testreport->goalTip = "Descriptive information about the execution of this build"; +$lang->testreport->goalTip = "Descriptive information about the {$lang->execution->common} of this build"; $lang->testreport->bugSummary = <<%s Bugs reported , diff --git a/module/testreport/lang/zh-cn.php b/module/testreport/lang/zh-cn.php index e96121b244..6d94df07b5 100644 --- a/module/testreport/lang/zh-cn.php +++ b/module/testreport/lang/zh-cn.php @@ -84,7 +84,7 @@ $lang->testreport->noTestTask = "该{$lang->productCommon}下还没有关联 $lang->testreport->noObjectID = "没有选定测试单或{$lang->executionCommon},无法创建测试报告!"; $lang->testreport->moreProduct = "只能对同一个{$lang->productCommon}生成测试报告。"; $lang->testreport->hiddenCase = "隐藏 %s 个用例"; -$lang->testreport->goalTip = "该版本所属执行的描述信息"; +$lang->testreport->goalTip = "该版本所属{$lang->execution->common}的描述信息"; $lang->testreport->bugSummary = <<%s个Bug , diff --git a/module/testreport/lang/zh-tw.php b/module/testreport/lang/zh-tw.php index 9c2c4d80ec..986cb2e83e 100644 --- a/module/testreport/lang/zh-tw.php +++ b/module/testreport/lang/zh-tw.php @@ -84,7 +84,7 @@ $lang->testreport->noTestTask = "該{$lang->productCommon}下還沒有關聯 $lang->testreport->noObjectID = "沒有選定測試單或{$lang->executionCommon},無法創建測試報告!"; $lang->testreport->moreProduct = "只能對同一個{$lang->productCommon}生成測試報告。"; $lang->testreport->hiddenCase = "隱藏 %s 個用例"; -$lang->testreport->goalTip = "該版本所屬執行的描述資訊"; +$lang->testreport->goalTip = "該版本所屬{$lang->execution->common}的描述資訊"; $lang->testreport->bugSummary = <<%s個Bug