* Modify language items for project,product common.

This commit is contained in:
tianshujie
2023-03-07 17:03:52 +08:00
parent 771614b24e
commit 1d6825f5b6
8 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ $lang->bug->openedByMeAB = 'Von mir erstellt';
$lang->bug->resolvedByMeAB = 'Von mir gelöst';
$lang->bug->ditto = 'Dito';
$lang->bug->dittoNotice = 'This bug is not linked to the same product as the last one!';
$lang->bug->dittoNotice = "This bug is not linked to the same {$lang->productCommon} as the last one is!";
$lang->bug->noAssigned = 'Zuweisen';
$lang->bug->noBug = 'Keine Bugs. ';
$lang->bug->noModule = '<div>Sie haben keine Module</div><div>Jetzt verwalten</div>';
+1 -1
View File
@@ -166,7 +166,7 @@ $lang->bug->openedByMeAB = 'ReportedByMe';
$lang->bug->resolvedByMeAB = 'ResolvedByMe';
$lang->bug->ditto = 'Ditto';
$lang->bug->dittoNotice = 'This bug is not linked to the same product as the last one is!';
$lang->bug->dittoNotice = "This bug is not linked to the same {$lang->productCommon} as the last one is!";
$lang->bug->noAssigned = 'Unassigned';
$lang->bug->noBug = 'No bugs yet.';
$lang->bug->noModule = '<div>You have no modules.</div><div>Manage now</div>';
+1 -1
View File
@@ -166,7 +166,7 @@ $lang->bug->openedByMeAB = 'Signalés par Moi';
$lang->bug->resolvedByMeAB = 'Résolus par Moi';
$lang->bug->ditto = 'Idem';
$lang->bug->dittoNotice = "Ce bug n'est pas lié au même product que le précédent !";
$lang->bug->dittoNotice = 'This bug is not linked to the same product as the last one!';
$lang->bug->noAssigned = 'Non affectés';
$lang->bug->noBug = "Pas de bug pour l'instant. Bravo !";
$lang->bug->noModule = "<div>Vous n'avez pas de modules.</div><div>Gérer Modules maintenant</div>";
+1 -1
View File
@@ -166,7 +166,7 @@ $lang->bug->openedByMeAB = '由我创建';
$lang->bug->resolvedByMeAB = '由我解决';
$lang->bug->ditto = '同上';
$lang->bug->dittoNotice = '该bug与上一bug不属于同一产品!';
$lang->bug->dittoNotice = "该bug与上一bug不属于同一{$lang->productCommon}!";
$lang->bug->noAssigned = '未指派';
$lang->bug->noBug = '暂时没有Bug。';
$lang->bug->noModule = '<div>您现在还没有模块信息</div><div>请维护测试模块</div>';