diff options
author | Nick Kipling <nkipling@gitlab.com> | 2019-07-09 13:43:53 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2019-07-09 13:43:53 +0000 |
commit | 476f0955480eb67fe3c6e2a95137caf91a27b5d4 (patch) | |
tree | f0839265b4d57bff512b87fdb7f623ca40fc941d /locale | |
parent | 2523672b20b2d8ecee5186319bdb26d7934bcee1 (diff) | |
download | gitlab-ce-476f0955480eb67fe3c6e2a95137caf91a27b5d4.tar.gz |
Implemented frontend suggestions
Converted storage details into a small partial
Reworded the storage details summary as suggested
Updated pot file
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index f1cfb0ac06d..9b6e8d8c8a4 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -124,9 +124,6 @@ msgstr "" msgid "%{commit_author_link} authored %{commit_timeago}" msgstr "" -msgid "%{counter_repositories} repositories, %{counter_wikis} wikis, %{counter_build_artifacts} build artifacts, %{counter_lfs_objects} LFS" -msgstr "" - msgid "%{count} more" msgstr "" @@ -8877,6 +8874,9 @@ msgstr "" msgid "Repository storage" msgstr "" +msgid "Repository: %{counter_repositories} / Wikis: %{counter_wikis} / Build Artifacts: %{counter_build_artifacts} / LFS: %{counter_lfs_objects}" +msgstr "" + msgid "Request Access" msgstr "" |