Commit d9bb68e8 authored by Marvin Karegyeya's avatar Marvin Karegyeya Committed by Jose Ivan Vargas

Externalize strings in /abuse_reports/index.html.haml

parent 6df0233c
......@@ -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 ""
......@@ -25836,6 +25839,9 @@ msgstr ""
msgid "Reported %{timeAgo} by %{reportedBy}"
msgstr ""
msgid "Reported by"
msgstr ""
msgid "Reported by %{reporter}"
msgstr ""
......@@ -30624,6 +30630,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