diff options
author | Fatih Acet <acetfatih@gmail.com> | 2019-01-07 15:58:46 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2019-01-07 15:58:46 +0000 |
commit | f2c7f3d0aa9dfe94fa5e1ab421f86c01350f4cc9 (patch) | |
tree | efb588a6bfab95da0f6b4be62f733f05149114b4 /locale | |
parent | 97bdac6b60724de58d61701b06dff40159c4eae9 (diff) | |
parent | 53e18c5bc3da33bc5fc239b25e78e07b7f4f4f50 (diff) | |
download | gitlab-ce-f2c7f3d0aa9dfe94fa5e1ab421f86c01350f4cc9.tar.gz |
Merge branch '55721-externalization-for-pipeline-tags' into 'master'
Externalization for pipeline tags
Closes #55721
See merge request gitlab-org/gitlab-ce!24028
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index d4dbe2ef1a0..092c37d96bf 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -6842,6 +6842,9 @@ msgstr "" msgid "This pipeline is run in a merge request context" msgstr "" +msgid "This pipeline makes use of a predefined CI/CD configuration enabled by %{strongStart}Auto DevOps.%{strongEnd}" +msgstr "" + msgid "This pipeline makes use of a predefined CI/CD configuration enabled by <b>Auto DevOps.</b>" msgstr "" @@ -7894,6 +7897,9 @@ msgstr "" msgid "enabled" msgstr "" +msgid "error" +msgstr "" + msgid "error code:" msgstr "" @@ -7939,6 +7945,9 @@ msgstr "" msgid "it is too large" msgstr "" +msgid "latest" +msgstr "" + msgid "latest deployment" msgstr "" @@ -8205,6 +8214,9 @@ msgstr "" msgid "started" msgstr "" +msgid "stuck" +msgstr "" + msgid "this document" msgstr "" @@ -8230,3 +8242,6 @@ msgid "within %d minute " msgid_plural "within %d minutes " msgstr[0] "" msgstr[1] "" + +msgid "yaml invalid" +msgstr "" |