Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-20 17:34:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-20 17:34:42 +0300
commit9f46488805e86b1bc341ea1620b866016c2ce5ed (patch)
treef9748c7e287041e37d6da49e0a29c9511dc34768 /config/locales
parentdfc92d081ea0332d69c8aca2f0e745cb48ae5e6d (diff)
Add latest changes from gitlab-org/gitlab@13-0-stable-ee
Diffstat (limited to 'config/locales')
-rw-r--r--config/locales/doorkeeper.en.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/locales/doorkeeper.en.yml b/config/locales/doorkeeper.en.yml
index c9dbde23d35..93293a0236c 100644
--- a/config/locales/doorkeeper.en.yml
+++ b/config/locales/doorkeeper.en.yml
@@ -88,6 +88,19 @@ en:
Grants read-only access to the user's profile data using OpenID Connect.
email:
Grants read-only access to the user's primary email address using OpenID Connect.
+ project_access_token_scope_desc:
+ api:
+ Grants complete read/write access to the scoped project API.
+ read_api:
+ Grants read access to the scoped project API.
+ read_repository:
+ Allows read-only access (pull) to the repository.
+ write_repository:
+ Allows read-write access (pull, push) to the repository.
+ read_registry:
+ Allows read-access (pull) to container registry images if the project is private and authorization is required.
+ write_registry:
+ Allows write-access (push) to container registry.
flash:
applications:
create: