From 9f46488805e86b1bc341ea1620b866016c2ce5ed Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 20 May 2020 14:34:42 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-0-stable-ee --- config/locales/doorkeeper.en.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'config/locales') 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: -- cgit v1.2.1