diff options
author | Reuben Pereira <rpereira@gitlab.com> | 2019-03-01 14:51:54 +0000 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2019-03-01 14:51:54 +0000 |
commit | 43e713eb41117138c13ee4b9279321ca4331a302 (patch) | |
tree | 1f2047b2ba5279fdad38b0da18db32ba350311d8 /locale | |
parent | 4471ab81c8484d9942183bd8114a757b8630b8ec (diff) | |
download | gitlab-ce-43e713eb41117138c13ee4b9279321ca4331a302.tar.gz |
Refactor model and spec
- Move some specs into contexts
- Let get_slugs method take a parameter and return a specific slug.
- Add rescues when using Addressable::URI.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 48 |
1 files changed, 36 insertions, 12 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 04833adce09..cb599e4744c 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -888,9 +888,6 @@ msgstr "" msgid "August" msgstr "" -msgid "Auth Token" -msgstr "" - msgid "Authentication Log" msgstr "" @@ -3028,9 +3025,6 @@ msgstr "" msgid "Enter the merge request title" msgstr "" -msgid "Enter your Sentry API URL" -msgstr "" - msgid "Environment variables" msgstr "" @@ -3205,6 +3199,33 @@ msgstr "" msgid "Error:" msgstr "" +msgid "ErrorTracking|Active" +msgstr "" + +msgid "ErrorTracking|After adding your Auth Token, use the 'Connect' button to load projects" +msgstr "" + +msgid "ErrorTracking|Auth Token" +msgstr "" + +msgid "ErrorTracking|Click 'Connect' to re-establish the connection to Sentry and activate the dropdown." +msgstr "" + +msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again." +msgstr "" + +msgid "ErrorTracking|Find your hostname in your Sentry account settings page" +msgstr "" + +msgid "ErrorTracking|No projects available" +msgstr "" + +msgid "ErrorTracking|Select project" +msgstr "" + +msgid "ErrorTracking|To enable project selection, enter a valid Auth Token" +msgstr "" + msgid "Errors" msgstr "" @@ -3429,9 +3450,6 @@ msgstr "" msgid "Filter..." msgstr "" -msgid "Find and manage Auth Tokens in your Sentry account settings page." -msgstr "" - msgid "Find by path" msgstr "" @@ -5872,6 +5890,9 @@ msgstr "" msgid "Project" msgstr "" +msgid "Project \"%{name}\" is no longer available. Select another project to continue." +msgstr "" + msgid "Project '%{project_name}' is in the process of being deleted." msgstr "" @@ -5977,6 +5998,9 @@ msgstr "" msgid "Projects" msgstr "" +msgid "Projects Successfully Retrieved" +msgstr "" + msgid "Projects shared with %{group_name}" msgstr "" @@ -7456,6 +7480,9 @@ msgstr "" msgid "There was an error loading users activity calendar." msgstr "" +msgid "There was an error saving your changes." +msgstr "" + msgid "There was an error saving your notification settings." msgstr "" @@ -8844,9 +8871,6 @@ msgstr "" msgid "here" msgstr "" -msgid "http://<sentry-host>/api/0/projects/{organization_slug}/{project_slug}/" -msgstr "" - msgid "https://your-bitbucket-server" msgstr "" |