'Public - The group and any public projects can be viewed without any authentication.',
),
[VISIBILITY_LEVEL_INTERNAL_STRING]:__(
'Internal - The group and any internal projects can be viewed by any logged in user except external users.',
),
[VISIBILITY_LEVEL_PRIVATE_STRING]:__(
'Private - The group and its projects can only be viewed by members.',
),
};
exportconstPROJECT_VISIBILITY_TYPE={
[VISIBILITY_LEVEL_PUBLIC_STRING]:__(
'Public - The project can be accessed without any authentication.',
),
[VISIBILITY_LEVEL_INTERNAL_STRING]:__(
'Internal - The project can be accessed by any logged in user except external users.',
),
[VISIBILITY_LEVEL_PRIVATE_STRING]:__(
'Private - Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group.',