Externalize strings from `/app/views/abuse_reports`

This commit is contained in:
George Tsiolis 2018-11-19 22:20:09 +02:00
parent 1fc450d0d1
commit 2d3cbe90d8
2 changed files with 7 additions and 4 deletions

View File

@ -1,8 +1,8 @@
- page_title _("Report abuse to GitLab")
%h3.page-title
= _('Report abuse to GitLab')
= _("Report abuse to GitLab")
%p
= _('Please use this form to report users to GitLab who create spam issues, comments or behave inappropriately.')
= _("Please use this form to report users to GitLab who create spam issues, comments or behave inappropriately.")
%p
= _("A member of GitLab's abuse team will review your report as soon as possible.")
%hr
@ -20,7 +20,7 @@
.col-sm-10
= f.text_area :message, class: "form-control", rows: 2, required: true, value: sanitize(@ref_url)
.form-text.text-muted
= _('Explain the problem. If appropriate, provide a link to the relevant issue or comment.')
= _("Explain the problem. If appropriate, provide a link to the relevant issue or comment.")
.form-actions
= f.submit "Send report", class: "btn btn-success"
= f.submit _("Send report"), class: "btn btn-success"

View File

@ -5662,6 +5662,9 @@ msgstr ""
msgid "Send email"
msgstr ""
msgid "Send report"
msgstr ""
msgid "Send usage data"
msgstr ""