Commit 31f3c3b6 authored by Fatih Acet's avatar Fatih Acet

Merge branch 'ee-gt-externalize-app-views-repository_check_mailer' into 'master'

Externalize strings from `/app/views/repository_check_mailer`

See merge request gitlab-org/gitlab-ee!8520
parents 420159e5 8b5f6dab
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
#{@message}. #{@message}.
%p %p
= link_to "See the affected projects in the GitLab admin panel", admin_projects_url(last_repository_check_failed: 1) = link_to _("See the affected projects in the GitLab admin panel"), admin_projects_url(last_repository_check_failed: 1)
%p %p
You are receiving this message because you are a GitLab administrator for #{Gitlab.config.gitlab.url}. = _("You are receiving this message because you are a GitLab administrator for %{url}.") % { url: Gitlab.config.gitlab.url }
-# EE-specific start -# EE-specific start
- if Gitlab::CurrentSettings.email_additional_text.present? - if Gitlab::CurrentSettings.email_additional_text.present?
......
#{@message}. #{@message}.
\ \
View details: #{admin_projects_url(last_repository_check_failed: 1)} = _("View details: %{details_url}") % { details_url: admin_projects_url(last_repository_check_failed: 1) }
You are receiving this message because you are a GitLab administrator = _("You are receiving this message because you are a GitLab administrator for %{url}.") % { url: Gitlab.config.gitlab.url }
for #{Gitlab.config.gitlab.url}.
-# EE-specific start -# EE-specific start
- if Gitlab::CurrentSettings.email_additional_text.present? - if Gitlab::CurrentSettings.email_additional_text.present?
......
...@@ -7286,6 +7286,9 @@ msgstr "" ...@@ -7286,6 +7286,9 @@ msgstr ""
msgid "See metrics" msgid "See metrics"
msgstr "" msgstr ""
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
msgid "Select" msgid "Select"
msgstr "" msgstr ""
...@@ -8962,6 +8965,9 @@ msgstr "" ...@@ -8962,6 +8965,9 @@ msgstr ""
msgid "View deployment" msgid "View deployment"
msgstr "" msgstr ""
msgid "View details: %{details_url}"
msgstr ""
msgid "View documentation" msgid "View documentation"
msgstr "" msgstr ""
...@@ -9274,6 +9280,9 @@ msgstr "" ...@@ -9274,6 +9280,9 @@ msgstr ""
msgid "You are on a read-only GitLab instance." msgid "You are on a read-only GitLab instance."
msgstr "" msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
msgid "You can %{linkStart}view the blob%{linkEnd} instead." msgid "You can %{linkStart}view the blob%{linkEnd} instead."
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment