diff options
author | Martin Wortschack <mwortschack@gitlab.com> | 2019-04-16 10:32:05 +0000 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2019-04-16 10:32:05 +0000 |
commit | 9e753eeb9f9ba63a4e8ff50076f6c3e250ceb26c (patch) | |
tree | 23a928a6ead45ed34788f202bc40b03bdfd4dda6 /locale/gitlab.pot | |
parent | a55dc72f1a1c04aa9ce099cb3ced2eaa485a1f2d (diff) | |
download | gitlab-ce-9e753eeb9f9ba63a4e8ff50076f6c3e250ceb26c.tar.gz |
Externalize several strings in
- app/services
- app/controllers
- app/presenters
Diffstat (limited to 'locale/gitlab.pot')
-rw-r--r-- | locale/gitlab.pot | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index c2e1f3dcce3..435f2408a9e 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -114,6 +114,12 @@ msgid_plural "%{count} participants" msgstr[0] "" msgstr[1] "" +msgid "%{edit_in_new_fork_notice} Try to cherry-pick this commit again." +msgstr "" + +msgid "%{edit_in_new_fork_notice} Try to revert this commit again." +msgstr "" + msgid "%{filePath} deleted" msgstr "" @@ -1056,6 +1062,12 @@ msgstr "" msgid "Assign to" msgstr "" +msgid "Assign yourself to these issues" +msgstr "" + +msgid "Assign yourself to this issue" +msgstr "" + msgid "Assigned Issues" msgstr "" @@ -3940,6 +3952,9 @@ msgstr "" msgid "Failed to deploy to" msgstr "" +msgid "Failed to install." +msgstr "" + msgid "Failed to load emoji list." msgstr "" @@ -3976,6 +3991,12 @@ msgstr "" msgid "Failed to update issues, please try again." msgstr "" +msgid "Failed to update." +msgstr "" + +msgid "Failed to upgrade." +msgstr "" + msgid "Failed to upload object map file" msgstr "" @@ -4500,6 +4521,9 @@ msgstr "" msgid "GroupsTree|Search by name" msgstr "" +msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}" +msgstr "" + msgid "Header logo was successfully removed." msgstr "" @@ -5117,6 +5141,9 @@ msgstr "" msgid "Kubernetes configured" msgstr "" +msgid "Kubernetes error: %{error_code}" +msgstr "" + msgid "Kubernetes service integration has been deprecated. %{deprecated_message_content} your Kubernetes clusters using the new <a href=\"%{url}\"/>Kubernetes Clusters</a> page" msgstr "" @@ -10341,6 +10368,9 @@ msgstr "" msgid "You are attempting to delete a file that has been previously updated." msgstr "" +msgid "You are attempting to update a file that has changed since you started editing it." +msgstr "" + msgid "You are going to remove %{group_name}. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?" msgstr "" |