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>2020-12-02 15:09:46 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-02 15:09:46 +0300
commit21e08b6197f192c983f8527f4bba1f2aaec8abf2 (patch)
treebb9183546ba5a3a1d59ed370675d54ac2c90b632 /locale
parent43ae0b9e403cf774060267ee6d1a3dd502638068 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'locale')
-rw-r--r--locale/gitlab.pot24
-rw-r--r--locale/unfound_translations.rb8
2 files changed, 30 insertions, 2 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index ce4145eced9..30572a917bd 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -15527,6 +15527,18 @@ msgstr ""
msgid "Jobs|Are you sure you want to retry this job?"
msgstr ""
+msgid "Jobs|Create CI/CD configuration file"
+msgstr ""
+
+msgid "Jobs|Jobs are the building blocks of a GitLab CI/CD pipeline. Each job has a specific task, like testing code. To set up jobs in a CI/CD pipeline, add a CI/CD configuration file to your project."
+msgstr ""
+
+msgid "Jobs|No jobs to show"
+msgstr ""
+
+msgid "Jobs|Use jobs to automate your tasks"
+msgstr ""
+
msgid "Jobs|You're about to retry a job that failed because it attempted to deploy code that is older than the latest deployment. Retrying this job could result in overwriting the environment with the older source code."
msgstr ""
@@ -18847,9 +18859,15 @@ msgstr ""
msgid "NotificationEvent|Fixed pipeline"
msgstr ""
+msgid "NotificationEvent|Issue due"
+msgstr ""
+
msgid "NotificationEvent|Merge merge request"
msgstr ""
+msgid "NotificationEvent|Moved project"
+msgstr ""
+
msgid "NotificationEvent|New epic"
msgstr ""
@@ -18865,6 +18883,9 @@ msgstr ""
msgid "NotificationEvent|New release"
msgstr ""
+msgid "NotificationEvent|Push to merge request"
+msgstr ""
+
msgid "NotificationEvent|Reassign issue"
msgstr ""
@@ -18874,6 +18895,9 @@ msgstr ""
msgid "NotificationEvent|Reopen issue"
msgstr ""
+msgid "NotificationEvent|Reopen merge request"
+msgstr ""
+
msgid "NotificationEvent|Successful pipeline"
msgstr ""
diff --git a/locale/unfound_translations.rb b/locale/unfound_translations.rb
index c76518b0f4f..76ad81cacc1 100644
--- a/locale/unfound_translations.rb
+++ b/locale/unfound_translations.rb
@@ -4,16 +4,20 @@
# https://github.com/grosser/gettext_i18n_rails#unfound-translations-with-rake-gettextfind
# NotificationSetting.email_events
+N_('NotificationEvent|New release')
N_('NotificationEvent|New note')
N_('NotificationEvent|New issue')
N_('NotificationEvent|Reopen issue')
N_('NotificationEvent|Close issue')
N_('NotificationEvent|Reassign issue')
+N_('NotificationEvent|Issue due')
N_('NotificationEvent|New merge request')
+N_('NotificationEvent|Push to merge request')
+N_('NotificationEvent|Reopen merge request')
N_('NotificationEvent|Close merge request')
N_('NotificationEvent|Reassign merge request')
+N_('NotificationEvent|Change reviewer merge request')
N_('NotificationEvent|Merge merge request')
N_('NotificationEvent|Failed pipeline')
N_('NotificationEvent|Fixed pipeline')
-N_('NotificationEvent|New release')
-N_('NotificationEvent|Change reviewer merge request')
+N_('NotificationEvent|Moved project')