This commit is contained in:
leiyong
2021-01-15 10:20:09 +08:00
6 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -13,11 +13,11 @@ $(function()
if(Object.getOwnPropertyNames(project.product).length == 1)
{
singleLinkProjects += project.name + ',';
singleLinkProjects += '【' + project.name + '】';
}
else
{
multipleLinkProjects += project.name + ',';
multipleLinkProjects += '【' + project.name + '】';
}
}
+2 -2
View File
@@ -66,8 +66,8 @@ $lang->product->assignToNullBugsTitle = 'Unassigned Bugs';
$lang->product->confirmDelete = " Möchten Sie {$lang->productCommon} löschen?";
$lang->product->errorNoProduct = "Kein {$lang->productCommon} erstellt!";
$lang->product->accessDenied = "Sie haben keinen Zugriff auf {$lang->productCommon}.";
$lang->product->PGMChangeTip = "The projects linked with this {$lang->productCommon}: %s will be transferred to the program set together.";
$lang->product->confirmChangePGM = "The projects linked with this {$lang->productCommon}: %s is also linked with other products, whether to transfer these projects to the program set together.";
$lang->product->PGMChangeTip = "The projects linked with this {$lang->productCommon}: %s will be transferred to the modified program set together.";
$lang->product->confirmChangePGM = "The projects linked with this {$lang->productCommon}: %s is also linked with other products, whether to transfer these projects to the modified program set.";
$lang->product->id = 'ID';
$lang->product->program = "Program";
+2 -2
View File
@@ -66,8 +66,8 @@ $lang->product->assignToNullBugsTitle = 'Unassigned Bugs';
$lang->product->confirmDelete = " Do you want to delete the {$lang->productCommon}?";
$lang->product->errorNoProduct = "No {$lang->productCommon} is created yet!";
$lang->product->accessDenied = "You have no access to the {$lang->productCommon}.";
$lang->product->PGMChangeTip = "The projects linked with this {$lang->productCommon}: %s will be transferred to the program set together.";
$lang->product->confirmChangePGM = "The projects linked with this {$lang->productCommon}: %s is also linked with other products, whether to transfer these projects to the program set together.";
$lang->product->PGMChangeTip = "The projects linked with this {$lang->productCommon}: %s will be transferred to the modified program set together.";
$lang->product->confirmChangePGM = "The projects linked with this {$lang->productCommon}: %s is also linked with other products, whether to transfer these projects to the modified program set.";
$lang->product->id = 'ID';
$lang->product->program = "Program";
+2 -2
View File
@@ -66,8 +66,8 @@ $lang->product->assignToNullBugsTitle = 'Bugs non assignés';
$lang->product->confirmDelete = "Voulez-vous vraiment supprimer le {$lang->productCommon} ?";
$lang->product->errorNoProduct = "Aucun {$lang->productCommon} n'est créé pour l'instant !";
$lang->product->accessDenied = "Vous n'avez pas accès au {$lang->productCommon}.";
$lang->product->PGMChangeTip = "The projects linked with this {$lang->productCommon}: %s will be transferred to the program set together.";
$lang->product->confirmChangePGM = "The projects linked with this {$lang->productCommon}: %s is also linked with other products, whether to transfer these projects to the program set together.";
$lang->product->PGMChangeTip = "The projects linked with this {$lang->productCommon}: %s will be transferred to the modified program set together.";
$lang->product->confirmChangePGM = "The projects linked with this {$lang->productCommon}: %s is also linked with other products, whether to transfer these projects to the modified program set.";
$lang->product->id = 'ID';
$lang->product->program = "Program";
+2 -2
View File
@@ -66,8 +66,8 @@ $lang->product->assignToNullBugsTitle = 'Chưa giao Bugs';
$lang->product->confirmDelete = " Bạn có muốn xóa {$lang->productCommon} này?";
$lang->product->errorNoProduct = "Không có {$lang->productCommon} được tạo!";
$lang->product->accessDenied = "Bạn không có quyền truy cập tới {$lang->productCommon} này.";
$lang->product->PGMChangeTip = "The projects linked with this {$lang->productCommon}: %s will be transferred to the program set together.";
$lang->product->confirmChangePGM = "The projects linked with this {$lang->productCommon}: %s is also linked with other products, whether to transfer these projects to the program set together.";
$lang->product->PGMChangeTip = "The projects linked with this {$lang->productCommon}: %s will be transferred to the modified program set together.";
$lang->product->confirmChangePGM = "The projects linked with this {$lang->productCommon}: %s is also linked with other products, whether to transfer these projects to the modified program set.";
$lang->product->id = 'ID';
$lang->product->program = "Program";
+2 -2
View File
@@ -66,8 +66,8 @@ $lang->product->assignToNullBugsTitle = '未指派Bug';
$lang->product->confirmDelete = " 您确定删除该{$lang->productCommon}吗?";
$lang->product->errorNoProduct = "还没有创建{$lang->productCommon}!";
$lang->product->accessDenied = "您无权访问该{$lang->productCommon}";
$lang->product->PGMChangeTip = "该{$lang->productCommon}关联的项目:%s将一同转移到项目集下。";
$lang->product->confirmChangePGM = "该{$lang->productCommon}关联的项目:%s还关联了其他产品,是否将这些项目一同转移到项目集下。";
$lang->product->PGMChangeTip = "该{$lang->productCommon}关联的项目:%s将一同转移到修改后的项目集下。";
$lang->product->confirmChangePGM = "该{$lang->productCommon}关联的项目:%s还关联了其他产品,是否将这些项目一同转移到修改后的项目集下。";
$lang->product->id = '编号';
$lang->product->program = "所属项目集";