* Fix bug#12516.

This commit is contained in:
qiyu-xie
2021-05-10 14:49:22 +08:00
parent bfe532113f
commit 183cea7e84
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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';
+1 -1
View File
@@ -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';
+1 -1
View File
@@ -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';
+1 -1
View File
@@ -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';
+1 -1
View File
@@ -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 = '影响的用例';
+1 -1
View File
@@ -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 = '影響的用例';