Commit 9c3311b4 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'Externalise-strings-in-abuse_reports-index.html.haml' into 'master'

Externalize strings in /abuse_reports/index.html.haml

See merge request gitlab-org/gitlab!58132
parents 1823fe46 d9bb68e8
......@@ -19,13 +19,13 @@
%table.table.responsive-table
%thead.d-none.d-md-table-header-group
%tr
%th User
%th Reported by
%th.wide Message
%th Action
%th= _('User')
%th= _('Reported by')
%th.wide= _('Message')
%th= _('Action')
= render @abuse_reports
= paginate @abuse_reports, theme: 'gitlab'
- else
.empty-state
.text-center
%h4 There are no abuse reports! #{emoji_icon('tada')}
%h4= _("There are no abuse reports!") + emoji_icon('tada')
---
title: Externalize strings in /abuse_reports/index.html.haml
merge_request: 58132
author: nuwe1
type: other
......@@ -1749,6 +1749,9 @@ msgstr ""
msgid "Account: %{account}"
msgstr ""
msgid "Action"
msgstr ""
msgid "Action to take when receiving an alert. %{docsLink}"
msgstr ""
......@@ -25917,6 +25920,9 @@ msgstr ""
msgid "Reported %{timeAgo} by %{reportedBy}"
msgstr ""
msgid "Reported by"
msgstr ""
msgid "Reported by %{reporter}"
msgstr ""
......@@ -30705,6 +30711,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
msgid "There are no abuse reports!"
msgstr ""
msgid "There are no archived projects yet"
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