diff options
author | Brandon Labuschagne <blabuschagne@gitlab.com> | 2019-05-07 14:00:52 +0200 |
---|---|---|
committer | Brandon Labuschagne <blabuschagne@gitlab.com> | 2019-05-23 12:26:44 +0200 |
commit | d4ed2f74e36f7a1613a148cdbec57f0ad0417a75 (patch) | |
tree | d5824500c362c43d6963e813d3390ffd6387c12c /locale/gitlab.pot | |
parent | f59a63115e4dada039b9bc098a50fae2589f2ece (diff) | |
download | gitlab-ce-d4ed2f74e36f7a1613a148cdbec57f0ad0417a75.tar.gz |
I18N JS files starting with ujs-i18n-u
This is one of many MRs opened in order to improve the overall
internationalisation of the GitLab codebase.
This commit only targets Vanilla JS files.
i18n documentation
https://docs.gitlab.com/ee/development/i18n/externalization.html
Diffstat (limited to 'locale/gitlab.pot')
-rw-r--r-- | locale/gitlab.pot | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 6209530deab..f529b10046d 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -5249,6 +5249,9 @@ msgstr "" msgid "Invite" msgstr "" +msgid "Invite \"%{trimmed}\" by email" +msgstr "" + msgid "Invite group" msgstr "" @@ -8429,6 +8432,9 @@ msgstr "" msgid "Search for a group" msgstr "" +msgid "Search for a user" +msgstr "" + msgid "Search for projects, issues, etc." msgstr "" @@ -8923,6 +8929,9 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "" +msgid "Something went wrong. Try again later." +msgstr "" + msgid "Sorry, no projects matched your search" msgstr "" @@ -10726,6 +10735,21 @@ msgstr "" msgid "Users were successfully added." msgstr "" +msgid "UsersSelect|%{name} + %{length} more" +msgstr "" + +msgid "UsersSelect|Any User" +msgstr "" + +msgid "UsersSelect|Assignee" +msgstr "" + +msgid "UsersSelect|No assignee - %{openingTag} assign yourself %{closingTag}" +msgstr "" + +msgid "UsersSelect|Unassigned" +msgstr "" + msgid "Using required encryption strategy when encrypted field is missing!" msgstr "" |