Commit 2514d4d8 authored by Marvin Karegyeya's avatar Marvin Karegyeya Committed by Kerri Miller

Externalise strings in spam_logs/index.html.haml

parent 78824581
- page_title _("Spam Logs") - page_title _("Spam Logs")
%h3.page-title Spam Logs %h3.page-title= _('Spam Logs')
%hr %hr
- if @spam_logs.present? - if @spam_logs.present?
.table-holder .table-holder
%table.table %table.table
%thead %thead
%tr %tr
%th Date %th= _('Date')
%th User %th= _('User')
%th Source IP %th= _('Source IP')
%th API? %th= _('API?')
%th Recaptcha verified? %th= _('Recaptcha verified?')
%th Type %th= _('Type')
%th Title %th= _('Title')
%th Description %th= _('Description')
%th Primary Action %th= _('Primary Action')
%th %th
= render @spam_logs = render @spam_logs
= paginate @spam_logs, theme: 'gitlab' = paginate @spam_logs, theme: 'gitlab'
- else - else
%h4 There are no Spam Logs %h4= _('There are no Spam Logs')
---
title: Externalises strings in spam_logs/index.html.haml
merge_request: 58170
author: nuwe1
type: other
...@@ -1493,6 +1493,9 @@ msgstr "" ...@@ -1493,6 +1493,9 @@ msgstr ""
msgid "API version" msgid "API version"
msgstr "" msgstr ""
msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword" msgid "APIFuzzing|$VariableWithPassword"
msgstr "" msgstr ""
...@@ -23999,6 +24002,9 @@ msgstr "" ...@@ -23999,6 +24002,9 @@ msgstr ""
msgid "Primary" msgid "Primary"
msgstr "" msgstr ""
msgid "Primary Action"
msgstr ""
msgid "Print codes" msgid "Print codes"
msgstr "" msgstr ""
...@@ -26021,6 +26027,9 @@ msgstr "" ...@@ -26021,6 +26027,9 @@ msgstr ""
msgid "Rebase source branch on the target branch." msgid "Rebase source branch on the target branch."
msgstr "" msgstr ""
msgid "Recaptcha verified?"
msgstr ""
msgid "Receive alerts from manually configured Prometheus servers." msgid "Receive alerts from manually configured Prometheus servers."
msgstr "" msgstr ""
...@@ -29682,6 +29691,9 @@ msgstr "" ...@@ -29682,6 +29691,9 @@ msgstr ""
msgid "Source Branch" msgid "Source Branch"
msgstr "" msgstr ""
msgid "Source IP"
msgstr ""
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr "" msgstr ""
...@@ -31521,6 +31533,9 @@ msgstr "" ...@@ -31521,6 +31533,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account." msgid "There are no SSH keys with access to your account."
msgstr "" msgstr ""
msgid "There are no Spam Logs"
msgstr ""
msgid "There are no abuse reports!" msgid "There are no abuse reports!"
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