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
path: root/locale
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-17 21:08:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-17 21:08:05 +0300
commit184c2ced0761bd8dd7032619d16d3983fed7944a (patch)
treecc82b32ee7c1797509da3cf384617e4ffa2e1733 /locale
parent238d22c07218adf2b8f3db630ee8b74ca6f29df5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'locale')
-rw-r--r--locale/gitlab.pot40
-rw-r--r--locale/unfound_translations.rb1
2 files changed, 36 insertions, 5 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index e17d7c29c4b..8e381b31e9f 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -659,6 +659,12 @@ msgstr ""
msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
msgstr ""
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
msgid "A new branch will be created in your fork and a new merge request will be started."
msgstr ""
@@ -2009,6 +2015,9 @@ msgstr ""
msgid "Assets"
msgstr ""
+msgid "Assets:"
+msgstr ""
+
msgid "Assign"
msgstr ""
@@ -4358,9 +4367,6 @@ msgstr ""
msgid "ContainerRegistry|Last Updated"
msgstr ""
-msgid "ContainerRegistry|No tags in Container Registry for this container image."
-msgstr ""
-
msgid "ContainerRegistry|Quick Start"
msgstr ""
@@ -4384,12 +4390,18 @@ msgstr ""
msgid "ContainerRegistry|Tag ID"
msgstr ""
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
msgid "ContainerRegistry|There are no container images available in this group"
msgstr ""
msgid "ContainerRegistry|There are no container images stored for this project"
msgstr ""
+msgid "ContainerRegistry|This image has no active tags"
+msgstr ""
+
msgid "ContainerRegistry|We are having trouble connecting to Docker, which could be due to an issue with your project name or path. %{docLinkStart}More Information%{docLinkEnd}"
msgstr ""
@@ -4813,7 +4825,7 @@ msgstr ""
msgid "CurrentUser|Settings"
msgstr ""
-msgid "Custom CI config path"
+msgid "Custom CI configuration path"
msgstr ""
msgid "Custom hostname (for private commit emails)"
@@ -5709,6 +5721,12 @@ msgstr ""
msgid "Download"
msgstr ""
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11139,6 +11157,9 @@ msgstr ""
msgid "NotificationEvent|New note"
msgstr ""
+msgid "NotificationEvent|New release"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -11969,6 +11990,9 @@ msgstr ""
msgid "Please provide a valid email address."
msgstr ""
+msgid "Please refer to <a href=\"%{docs_url}\">%{docs_url}</a>"
+msgstr ""
+
msgid "Please retype the email address."
msgstr ""
@@ -13492,6 +13516,9 @@ msgstr ""
msgid "Release notes"
msgstr ""
+msgid "Release notes:"
+msgstr ""
+
msgid "Release title"
msgstr ""
@@ -16320,7 +16347,7 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
-msgid "The path to CI config file. Defaults to <code>.gitlab-ci.yml</code>"
+msgid "The path to the CI configuration file. Defaults to <code>.gitlab-ci.yml</code>"
msgstr ""
msgid "The phase of the development lifecycle."
@@ -16728,6 +16755,9 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
+msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}"
+msgstr ""
+
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
diff --git a/locale/unfound_translations.rb b/locale/unfound_translations.rb
index 0826d64049b..1ae0958c43c 100644
--- a/locale/unfound_translations.rb
+++ b/locale/unfound_translations.rb
@@ -14,3 +14,4 @@ N_('NotificationEvent|Close merge request')
N_('NotificationEvent|Reassign merge request')
N_('NotificationEvent|Merge merge request')
N_('NotificationEvent|Failed pipeline')
+N_('NotificationEvent|New release')