This commit is contained in:
wangyidong
2022-09-22 16:22:16 +08:00
parent cd1798bee6
commit a3b4211a4c
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ if($config->systemMode == 'new')
}
else
{
$lang->product->aclList['private'] = "Privat {$lang->productCommon} ({$lang->executionCommon} Nur Teammitglieder)";
$lang->product->aclList['private'] = "Private {$lang->productCommon} (Team members and stakeholders of the associated project can access)";
}
$lang->product->aclList['open'] = "Standard (Benutzer mit Rechten für {$lang->productCommon} können zugreifen.)";
//$lang->product->aclList['custom'] = 'Benutzerdefiniert (Teammitglieder und Whitelist Benutzer haben Zugriff.)';
+1 -1
View File
@@ -190,7 +190,7 @@ if($config->systemMode == 'new')
}
else
{
$lang->product->aclList['private'] = "Private {$lang->productCommon} ({$lang->executionCommon} team members only)";
$lang->product->aclList['private'] = "Private {$lang->productCommon} (Team members and stakeholders of the associated project can access)";
}
$lang->product->aclList['open'] = "Default (Users with privileges to {$lang->productCommon} can access it.)";
//$lang->product->aclList['custom'] = 'Custom (Team members and Whitelist members can access it.)';
+1 -1
View File
@@ -190,7 +190,7 @@ if($config->systemMode == 'new')
}
else
{
$lang->product->aclList['private'] = "{$lang->productCommon} Privé (seuls les membres de l'équipe {$lang->executionCommon} ont les droits)";
$lang->product->aclList['private'] = "Private {$lang->productCommon} (Team members and stakeholders of the associated project can access)";
}
$lang->product->aclList['open'] = "Défaut (Les utilisateurs ayant des droits sur {$lang->productCommon} peuvent accéder à ce {$lang->productCommon}.)";
//$lang->product->aclList['custom'] = "Personnalisé (les membres de l'équipe et les membres de la Liste blanche peuvent y accéder.)";
+1 -1
View File
@@ -190,7 +190,7 @@ if($config->systemMode == 'new')
}
else
{
$lang->product->aclList['private'] = "私有({$lang->productCommon}相关负责人、相关联{$lang->executionCommon}的团队成员可访问)";
$lang->product->aclList['private'] = "私有({$lang->productCommon}相关负责人、相关联项目的团队成员和关系人可访问)";
}
$lang->product->aclList['open'] = "公开(有{$lang->productCommon}视图权限,即可访问)";
//$lang->product->aclList['custom'] = '自定义白名单(团队成员和白名单的成员可以访问)';