diff options
author | Grzegorz Bizon <grzegorz@gitlab.com> | 2018-12-21 12:19:23 +0000 |
---|---|---|
committer | Grzegorz Bizon <grzegorz@gitlab.com> | 2018-12-21 12:19:23 +0000 |
commit | 6749ef30b3484625de573ecf1709d34b4176421d (patch) | |
tree | 723cd57836c6d59a3ca28be189cb6567e6cec1d8 /locale | |
parent | 7f334fdfafd5ea8a1c4277dcf4b1cb56e79c529b (diff) | |
parent | c111e2657df22c811191135369d599923dc89f54 (diff) | |
download | gitlab-ce-6749ef30b3484625de573ecf1709d34b4176421d.tar.gz |
Merge branch 'feature/option-to-make-variables-protected' into 'master'
Option to make variables protected by default
Closes #51822
See merge request gitlab-org/gitlab-ce!22744
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 7b93a875850..59c377c9ea3 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -435,9 +435,15 @@ msgstr "" msgid "AdminProjects|Delete project" msgstr "" +msgid "AdminSettings|Environment variables are protected by default" +msgstr "" + msgid "AdminSettings|Specify a domain to use by default for every project's Auto Review Apps and Auto Deploy stages." msgstr "" +msgid "AdminSettings|When creating a new environment variable it will be protected by default." +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2743,6 +2749,15 @@ msgstr "" msgid "Enter the merge request title" msgstr "" +msgid "Environment variables" +msgstr "" + +msgid "Environment variables are applied to environments via the runner. They can be protected by only exposing them to protected branches or tags. You can use environment variables for passwords, secret keys, or whatever you want." +msgstr "" + +msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default" +msgstr "" + msgid "Environments" msgstr "" @@ -7353,12 +7368,6 @@ msgstr "" msgid "Users requesting access to" msgstr "" -msgid "Variables" -msgstr "" - -msgid "Variables are applied to environments via the runner. They can be protected by only exposing them to protected branches or tags. You can use variables for passwords, secret keys, or whatever you want." -msgstr "" - msgid "Various container registry settings." msgstr "" |