diff options
author | Brandon Labuschagne <blabuschagne@gitlab.com> | 2019-05-02 13:53:44 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2019-05-02 13:53:44 +0000 |
commit | 25dac80988d6a0a9ccc537e418dbb6158c4928ff (patch) | |
tree | d6ad12d9939c08e96d932a1fc5fd89f32c023c60 /locale | |
parent | 3cfac9b00da82b10e0a43141054d845782ce0f7c (diff) | |
download | gitlab-ce-25dac80988d6a0a9ccc537e418dbb6158c4928ff.tar.gz |
Internationalisation of diff_note directory
This is one of many MRs opened in order to improve the overall
internationalisation of the GitLab codebase.
i18n documentation
https://docs.gitlab.com/ee/development/i18n/externalization.html
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 9f8bf08116c..e6dda6a35c2 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -84,6 +84,11 @@ msgid_plural "%d metrics" msgstr[0] "" msgstr[1] "" +msgid "%d more comment" +msgid_plural "%d more comments" +msgstr[0] "" +msgstr[1] "" + msgid "%d staged change" msgid_plural "%d staged changes" msgstr[0] "" @@ -818,6 +823,12 @@ msgstr "" msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when trying to resolve a comment. Please try again." +msgstr "" + +msgid "An error occurred when trying to resolve a discussion. Please try again." +msgstr "" + msgid "An error occurred while detecting host keys" msgstr "" @@ -5251,6 +5262,12 @@ msgstr "" msgid "July" msgstr "" +msgid "Jump to first unresolved discussion" +msgstr "" + +msgid "Jump to next unresolved discussion" +msgstr "" + msgid "Jun" msgstr "" @@ -5594,6 +5611,9 @@ msgstr "" msgid "March" msgstr "" +msgid "Mark as resolved" +msgstr "" + msgid "Mark this issue as a duplicate of another issue" msgstr "" @@ -7904,6 +7924,9 @@ msgstr "" msgid "Resolved all discussions." msgstr "" +msgid "Resolved by %{resolvedByName}" +msgstr "" + msgid "Response metrics (AWS ELB)" msgstr "" @@ -10068,6 +10091,9 @@ msgstr "" msgid "Unable to regenerate public ssh key." msgstr "" +msgid "Unable to resolve" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" |