mirror of
https://ghfast.top/https://github.com/discourse/discourse-akismet.git
synced 2026-07-16 11:46:29 +08:00
Introduces skip_akismet_groups as part of our TL -> group setting conversions. c.f. https://meta.discourse.org/t/changes-coming-to-settings-for-giving-access-to-features-from-trust-levels-to-groups/283408
42 lines
2 KiB
YAML
42 lines
2 KiB
YAML
en:
|
|
site_settings:
|
|
akismet_enabled: 'Enable automated checking of 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."
|
|
skip_akismet_groups: "Don't submit posts to Akismet if the user is in any of these groups."
|
|
skip_akismet_posts: "Don't submit posts to Akismet if a user has posted this many times."
|
|
akismet_notify_user: "Notify the user when Akismet has temporarily hidden a post."
|
|
akismet_review_users: "Send TL0 user bios to Akismet for spam checking."
|
|
review_tl1_users_first_post: "Always review a TL1 user's first post."
|
|
anti_spam_service: "Anti-Spam service to use for automated spam detection"
|
|
netease_secret_id: "NetEase API secret id"
|
|
netease_secret_key: "NetEase API secret key"
|
|
netease_business_id: "NetEase business id"
|
|
|
|
akismet:
|
|
delete_reason: "determined by %{performed_by} to be a spammer"
|
|
|
|
reviewables:
|
|
reasons:
|
|
akismet_spam_post: "Akismet flagged this post as potential spam. See more at %{link}."
|
|
akismet_spam_user: "Akismet flagged this user as potential spam based on their trust level and user profile. See more at %{link}."
|
|
|
|
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](%{post_link}) 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.
|
|
|
|
akismet_not_spam:
|
|
subject_template: "Your post is no longer hidden"
|
|
text_body_template: |
|
|
Hello,
|
|
|
|
A [staff member](%{base_url}/about) reviewed [your post](%{post_link}) in *%{topic_title}* and it is now visible.
|