diff options
author | Jose Vargas <jvargas@gitlab.com> | 2019-04-01 12:38:26 -0600 |
---|---|---|
committer | Jose Vargas <jvargas@gitlab.com> | 2019-04-04 14:53:03 -0600 |
commit | 217e9e4db1a81125a06830b9dbf270a15fb9c284 (patch) | |
tree | 212cb0aeb4bf88ce0317b2b8a0e991657fc738b8 /locale/gitlab.pot | |
parent | b75e03a6c95d58a9ce0536da314d782c4895ae43 (diff) | |
download | gitlab-ce-217e9e4db1a81125a06830b9dbf270a15fb9c284.tar.gz |
Created `getTimeDiff` utility function
Updated i18n strings and changed the
monitoring service graph data params
Diffstat (limited to 'locale/gitlab.pot')
-rw-r--r-- | locale/gitlab.pot | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 78d3234b562..6402f2413da 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -238,6 +238,9 @@ msgid_plural "%d closed merge requests" msgstr[0] "" msgstr[1] "" +msgid "1 day" +msgstr "" + msgid "1 merged merge request" msgid_plural "%d merged merge requests" msgstr[0] "" @@ -258,6 +261,9 @@ msgid_plural "%d pipelines" msgstr[0] "" msgstr[1] "" +msgid "1 week" +msgstr "" + msgid "1st contribution!" msgstr "" @@ -267,6 +273,15 @@ msgstr "" msgid "2FA enabled" msgstr "" +msgid "3 days" +msgstr "" + +msgid "3 hours" +msgstr "" + +msgid "30 minutes" +msgstr "" + msgid "403|Please contact your GitLab administrator to get permission." msgstr "" @@ -282,6 +297,9 @@ msgstr "" msgid "404|Please contact your GitLab administrator if you think this is a mistake." msgstr "" +msgid "8 hours" +msgstr "" + msgid "<code>\"johnsmith@example.com\": \"@johnsmith\"</code> will add \"By <a href=\"#\">@johnsmith</a>\" to all issues and comments originally created by johnsmith@example.com, and will set <a href=\"#\">@johnsmith</a> as the assignee on all issues originally assigned to johnsmith@example.com." msgstr "" @@ -5100,7 +5118,10 @@ msgstr "" msgid "Metrics|No deployed environments" msgstr "" -msgid "Metrics|Show Last" +msgid "Metrics|Not enough data to display" +msgstr "" + +msgid "Metrics|Show last" msgstr "" msgid "Metrics|There was an error fetching the environments data, please try again" |