diff options
author | Phil Hughes <me@iamphill.com> | 2017-05-03 12:02:26 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-05-03 12:02:26 +0100 |
commit | 93f27958d02389b3550d25470ccd29b304005e96 (patch) | |
tree | 83deff34c5347dfdb38c6298c5ba677cbe330be9 /locale/en | |
parent | 6d5364cfb0e39f49afac9b465f37bd19185c3755 (diff) | |
download | gitlab-ce-93f27958d02389b3550d25470ccd29b304005e96.tar.gz |
Updated some JS translate methods to correctly take in context
Diffstat (limited to 'locale/en')
-rw-r--r-- | locale/en/gitlab.po | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/locale/en/gitlab.po b/locale/en/gitlab.po index 9596531fdbd..f473ce2e0dc 100644 --- a/locale/en/gitlab.po +++ b/locale/en/gitlab.po @@ -53,14 +53,15 @@ msgstr "" msgid "Introducing Cycle Analytics" msgstr "" -msgid "Last 30 days" -msgstr "" - -msgid "Last 90 days" -msgstr "" +msgid "Last %d day" +msgid_plural "Last %d days" +msgstr[0] "" +msgstr[1] "" -msgid "Limited to showing 50 events at most" -msgstr "" +msgid "Limited to showing %d event at most" +msgid_plural "Limited to showing %d events at most" +msgstr[0] "" +msgstr[1] "" msgid "Median" msgstr "" @@ -161,7 +162,7 @@ msgstr "" msgid "Total Time" msgstr "" -msgid "Want to see the data? Please ask administrator for access." +msgid "Want to see the data? Please ask an administrator for access." msgstr "" msgid "We don't have enough data to show this stage." |