diff options
author | Clement Ho <clemmakesapps@gmail.com> | 2019-04-05 22:18:11 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2019-04-05 22:18:11 +0000 |
commit | 23df40f99f24ce15297c8fa9a9a90156883e8d0a (patch) | |
tree | 956ef544d4c0cc00faa21a01d29a3d2efb7cebec /locale | |
parent | 7ffd794140ce22b7366d558bde1c97c502104ea3 (diff) | |
parent | 976f1feb28265bfc427a00e7031275f49aa7f877 (diff) | |
download | gitlab-ce-23df40f99f24ce15297c8fa9a9a90156883e8d0a.tar.gz |
Merge branch '31368-support-different-time-windows-for-performance-dashboard' into 'master'
Resolve "Support different time windows for performance dashboard"
Closes #31368
See merge request gitlab-org/gitlab-ce!26047
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 1166134347c..139272d5f7b 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 "" @@ -5109,6 +5127,12 @@ msgstr "" msgid "Metrics|No deployed environments" msgstr "" +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" msgstr "" |