diff options
author | Kushal Pandya <kushalspandya@gmail.com> | 2019-01-10 12:48:01 +0000 |
---|---|---|
committer | Kushal Pandya <kushalspandya@gmail.com> | 2019-01-10 12:48:01 +0000 |
commit | 840e7e0e785ce13a928c6e606e36fad20e08e8e9 (patch) | |
tree | 9568d0a82a56ff039f3e2564095ed1ef3a59524d /locale | |
parent | 2064565abc2f83d5ceea6e4a15fd3eeb09d4ca02 (diff) | |
parent | f9b54ae1131e3a83008c19d16d90ce05c50c528f (diff) | |
download | gitlab-ce-840e7e0e785ce13a928c6e606e36fad20e08e8e9.tar.gz |
Merge branch '25043-empty-states' into 'master'
Add actionable empty states for Issues and Merge requests
Closes #25043
See merge request gitlab-org/gitlab-ce!24077
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index aad8f969122..c8d4433de35 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -6764,12 +6764,24 @@ msgstr "" msgid "There are no archived projects yet" msgstr "" +msgid "There are no closed issues" +msgstr "" + +msgid "There are no closed merge requests" +msgstr "" + msgid "There are no issues to show" msgstr "" msgid "There are no labels yet" msgstr "" +msgid "There are no open issues" +msgstr "" + +msgid "There are no open merge requests" +msgstr "" + msgid "There are no projects shared with this group yet" msgstr "" @@ -7194,6 +7206,12 @@ msgstr "" msgid "To import an SVN repository, check out %{svn_link}." msgstr "" +msgid "To keep this project going, create a new issue" +msgstr "" + +msgid "To keep this project going, create a new merge request" +msgstr "" + msgid "To link Sentry to GitLab, enter your Sentry URL and Auth Token." msgstr "" |