mirror of
https://ghfast.top/https://github.com/discourse/discourse-akismet.git
synced 2026-07-15 11:36:24 +08:00
33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
en:
|
|
site_settings:
|
|
akismet_enabled: 'Use Akismet to check for spam?'
|
|
akismet_api_key: 'Akismet API key for spam checking'
|
|
akismet_transmit_email: "Send the poster's email to akismet when confirming spam"
|
|
skip_akismet_trust_level: "Don't submit posts to akismet if the user is this trust level or higher."
|
|
|
|
akismet:
|
|
delete_reason: "determined by %{performed_by} to be a spammer"
|
|
|
|
system_messages:
|
|
akismet_spam:
|
|
subject_template: "Akismet has temporarily hidden your post"
|
|
text_body_template: |
|
|
Hello,
|
|
|
|
Our automated spam filter, [Akismet](https://akismet.com/), has temporarily hidden your post
|
|
in *%{topic_title}* for review.
|
|
|
|
A [staff member](%{base_url}/about) will review your post soon, and it should appear shortly.
|
|
|
|
We apologize for the inconvenience.
|
|
|
|
wizard:
|
|
step:
|
|
akismet:
|
|
title: "Akismet Configuration"
|
|
|
|
fields:
|
|
akismet_api_key:
|
|
label: "Akismet API Key"
|
|
description: "If provided, your Discourse installation will perform checks against Akismet."
|
|
|