* Modify language items for product common.

This commit is contained in:
tianshujie
2023-03-06 15:30:33 +08:00
parent cd7d8f4ff6
commit cd7cd91673
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ $lang->testcase->summary = "Fälle auf dieser Seite: <strong>%s</s
$lang->testcase->confirmDelete = 'Möchten Sie diesen Testfall schließen?';
$lang->testcase->confirmBatchDelete = 'Möchten Sie diese Testfälle schließen?';
$lang->testcase->ditto = 'Dito';
$lang->testcase->dittoNotice = 'Dieser Fall gehört nicht zu den Produkt!';
$lang->testcase->dittoNotice = "This Case is not linked to the {$lang->productCommon} as the last one is!";
$lang->testcase->confirmUnlinkTesttask = 'The case [%s] is already associated in the testtask order of the previous branch/platform, after adjusting the branch/platform, it will be removed from the test list of the previous branch/platform, please confirm whether to continue to modify.';
$lang->testcase->reviewList[0] = 'Nein';
+1 -1
View File
@@ -186,7 +186,7 @@ $lang->testcase->summary = "Total <strong>%s</strong> cases on thi
$lang->testcase->confirmDelete = 'Do you want to delete this case?';
$lang->testcase->confirmBatchDelete = 'Do you want to batch delete cases?';
$lang->testcase->ditto = 'Ditto';
$lang->testcase->dittoNotice = 'This Case is not linked to the Product as the last one is!';
$lang->testcase->dittoNotice = "This Case is not linked to the {$lang->productCommon} as the last one is!";
$lang->testcase->confirmUnlinkTesttask = 'The case [%s] is already associated in the testtask order of the previous branch/platform, after adjusting the branch/platform, it will be removed from the test list of the previous branch/platform, please confirm whether to continue to modify.';
$lang->testcase->reviewList[0] = 'NO';
+1 -1
View File
@@ -186,7 +186,7 @@ $lang->testcase->summary = "Total <strong>%s</strong> CasTests sur
$lang->testcase->confirmDelete = 'Voulez-vous supprimer ce CasTest ?';
$lang->testcase->confirmBatchDelete = 'Voulez-vous supprimer des Castests par Lot ?';
$lang->testcase->ditto = 'Idem';
$lang->testcase->dittoNotice = "Ce CasTest n'est pas associé au Product alors que le précédent l'était !";
$lang->testcase->dittoNotice = "This Case is not linked to the {$lang->productCommon} as the last one is!";
$lang->testcase->confirmUnlinkTesttask = 'The case [%s] is already associated in the testtask order of the previous branch/platform, after adjusting the branch/platform, it will be removed from the test list of the previous branch/platform, please confirm whether to continue to modify.';
$lang->testcase->reviewList[0] = 'NON';
+1 -1
View File
@@ -186,7 +186,7 @@ $lang->testcase->summary = "本页共 <strong>%s</strong> 个用
$lang->testcase->confirmDelete = '您确认要删除该测试用例吗?';
$lang->testcase->confirmBatchDelete = '您确认要批量删除这些测试用例吗?';
$lang->testcase->ditto = '同上';
$lang->testcase->dittoNotice = '该用例与上一用例不属于同一产品!';
$lang->testcase->dittoNotice = "该用例与上一用例不属于同一{$lang->productCommon}!";
$lang->testcase->confirmUnlinkTesttask = '用例[%s]已关联在之前所属平台/分支的测试单中,调整平台/分支后,将从之前所属平台/分支的测试单中移除,请确认是否继续修改。';
$lang->testcase->reviewList[0] = '否';