From 183cea7e84da10b0e4e46acbe84893f492cff808 Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Mon, 10 May 2021 14:48:47 +0800 Subject: [PATCH] * Fix bug#12516. --- module/story/lang/de.php | 2 +- module/story/lang/en.php | 2 +- module/story/lang/fr.php | 2 +- module/story/lang/vi.php | 2 +- module/story/lang/zh-cn.php | 2 +- module/story/lang/zh-tw.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/module/story/lang/de.php b/module/story/lang/de.php index 0de94ab2cc..ca78829929 100644 --- a/module/story/lang/de.php +++ b/module/story/lang/de.php @@ -249,7 +249,7 @@ $lang->story->lblClose = 'Close'; $lang->story->lblTBC = 'Task/Bug/Case'; $lang->story->checkAffection = 'Impact'; -$lang->story->affectedProjects = '' . $lang->executionCommon; +$lang->story->affectedProjects = "{$lang->project->common}s/{$lang->execution->common}s"; $lang->story->affectedBugs = 'Bug'; $lang->story->affectedCases = 'Fall'; diff --git a/module/story/lang/en.php b/module/story/lang/en.php index c2bf984610..c87ede4369 100644 --- a/module/story/lang/en.php +++ b/module/story/lang/en.php @@ -250,7 +250,7 @@ $lang->story->lblClose = 'Close'; $lang->story->lblTBC = 'Task/Bug/Case'; $lang->story->checkAffection = 'Influence'; -$lang->story->affectedProjects = '' . $lang->executionCommon . 's'; +$lang->story->affectedProjects = "{$lang->project->common}s/{$lang->execution->common}s"; $lang->story->affectedBugs = 'Bugs'; $lang->story->affectedCases = 'Cases'; diff --git a/module/story/lang/fr.php b/module/story/lang/fr.php index 935fde7903..e74d5d0c31 100644 --- a/module/story/lang/fr.php +++ b/module/story/lang/fr.php @@ -249,7 +249,7 @@ $lang->story->lblClose = 'Fermer'; $lang->story->lblTBC = 'Tâche/Bug/CasTest'; $lang->story->checkAffection = 'Influence'; -$lang->story->affectedProjects = '' . $lang->executionCommon . 's'; +$lang->story->affectedProjects = "{$lang->project->common}s/{$lang->execution->common}s"; $lang->story->affectedBugs = 'Bugs'; $lang->story->affectedCases = 'CasTests'; diff --git a/module/story/lang/vi.php b/module/story/lang/vi.php index 01c524861c..e8e3e44dc8 100644 --- a/module/story/lang/vi.php +++ b/module/story/lang/vi.php @@ -249,7 +249,7 @@ $lang->story->lblClose = 'Đóng'; $lang->story->lblTBC = 'Nhiệm vụ/Bug/Tình huống'; $lang->story->checkAffection = 'Ảnh hưởng'; -$lang->story->affectedProjects = ' ' . $lang->executionCommon; +$lang->story->affectedProjects = "{$lang->project->common}s/{$lang->execution->common}s"; $lang->story->affectedBugs = 'Bugs'; $lang->story->affectedCases = 'Tình huống'; diff --git a/module/story/lang/zh-cn.php b/module/story/lang/zh-cn.php index 48455f6575..0b54cf23fe 100644 --- a/module/story/lang/zh-cn.php +++ b/module/story/lang/zh-cn.php @@ -250,7 +250,7 @@ $lang->story->lblClose = "关闭{$lang->SRCommon}"; $lang->story->lblTBC = '任务Bug用例'; $lang->story->checkAffection = '影响范围'; -$lang->story->affectedProjects = '影响的' . $lang->executionCommon; +$lang->story->affectedProjects = "影响的{$lang->project->common}或{$lang->execution->common}"; $lang->story->affectedBugs = '影响的Bug'; $lang->story->affectedCases = '影响的用例'; diff --git a/module/story/lang/zh-tw.php b/module/story/lang/zh-tw.php index f0968c3390..903c3587f2 100644 --- a/module/story/lang/zh-tw.php +++ b/module/story/lang/zh-tw.php @@ -250,7 +250,7 @@ $lang->story->lblClose = "關閉{$lang->SRCommon}"; $lang->story->lblTBC = '任務Bug用例'; $lang->story->checkAffection = '影響範圍'; -$lang->story->affectedProjects = '影響的' . $lang->executionCommon; +$lang->story->affectedProjects = "影響的{$lang->project->common}或{$lang->execution->common}"; $lang->story->affectedBugs = '影響的Bug'; $lang->story->affectedCases = '影響的用例';