diff options
author | Brandon Labuschagne <blabuschagne@gitlab.com> | 2019-04-25 16:13:44 +0200 |
---|---|---|
committer | Brandon Labuschagne <blabuschagne@gitlab.com> | 2019-05-01 08:25:19 +0200 |
commit | 2cbceb82363e0cf04eeb851c90f03f022a46dc77 (patch) | |
tree | cf4934364dee07a72a4857a3b8dd4f3cd78ed732 /locale | |
parent | cc2c513bd5c270212035d0c5d8a00250d7aca05c (diff) | |
download | gitlab-ce-2cbceb82363e0cf04eeb851c90f03f022a46dc77.tar.gz |
Internationalisation of diff_note directoryjs-i18n-diff-notes
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 3d56efa9834..9de4055d282 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -79,6 +79,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] "" @@ -801,6 +806,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 "" @@ -5144,6 +5155,12 @@ msgstr "" msgid "July" msgstr "" +msgid "Jump to first unresolved discussion" +msgstr "" + +msgid "Jump to next unresolved discussion" +msgstr "" + msgid "Jun" msgstr "" @@ -5484,6 +5501,9 @@ msgstr "" msgid "March" msgstr "" +msgid "Mark as resolved" +msgstr "" + msgid "Mark this issue as a duplicate of another issue" msgstr "" @@ -7695,6 +7715,9 @@ msgstr "" msgid "Resolved all discussions." msgstr "" +msgid "Resolved by %{resolvedByName}" +msgstr "" + msgid "Response metrics (AWS ELB)" msgstr "" @@ -9820,6 +9843,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 "" |