diff options
author | Ezekiel Kigbo <ekigbo@gitlab.com> | 2019-06-26 07:33:14 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2019-06-26 07:33:14 +0000 |
commit | 8057ac7566dcf25682b2307d78488626f0ad64a6 (patch) | |
tree | cec88a448fc20b3d3a237a15b2f28985f0ca5e37 /locale | |
parent | 36db790a179ef8267161fc3735a3f1474bbde485 (diff) | |
download | gitlab-ce-8057ac7566dcf25682b2307d78488626f0ad64a6.tar.gz |
Vue-i18n: app/assets/javascripts/diffs directory
i18n linting for .vue files under the
app/assets/javascripts/diffs directory
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 1a9e8ae7288..e2dff31efa2 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -41,6 +41,11 @@ msgid_plural "%d commits behind" msgstr[0] "" msgstr[1] "" +msgid "%d commit," +msgid_plural "%d commits," +msgstr[0] "" +msgstr[1] "" + msgid "%d commits" msgstr "" @@ -3529,6 +3534,9 @@ msgstr "" msgid "Diff limits" msgstr "" +msgid "DiffsCompareBaseBranch|(base)" +msgstr "" + msgid "Diffs|No file name available" msgstr "" @@ -9191,6 +9199,9 @@ msgstr "" msgid "Show command" msgstr "" +msgid "Show comments" +msgstr "" + msgid "Show comments only" msgstr "" @@ -12684,6 +12695,9 @@ msgstr "" msgid "verify ownership" msgstr "" +msgid "version %{versionIndex}" +msgstr "" + msgid "via %{closed_via}" msgstr "" |