discourse-akismet/config/locales/client.en.yml
Roman Rizzi 7a8954f70a
FEATURE: Send user profiles to akismet (#37)
* Create ReviewableAkismetUser entity and templates

* Add callback to send profiles to akismet and create a reviewable if needed

* Ship the feature under a site setting. User a new component to remove similar code
2019-05-30 16:17:39 -03:00

43 lines
1.4 KiB
YAML

en:
js:
admin:
logs:
staff_actions:
actions:
confirmed_ham: "Not spam"
confirmed_spam: "Confirm spam"
confirmed_spam_deleted: "Confirm spam and delete user"
dismissed: 'Dismiss spam'
ignored: 'Ignore spam'
akismet:
title: "Akismet"
confirm_spam: "Confirm Spam"
not_spam: "Not Spam"
confirm_delete: "Confirm Spam & Delete User"
reject_user_delete: "Delete User"
refresh: "Refresh Posts"
posts_to_review: "Posts to Review"
dismiss: "Dismiss"
ignore: "Ignore"
stats:
scanned: "Scanned"
needs_review: "Needs Review"
confirmed_spam: "Staff Confirmed Spam"
confirmed_ham: "Staff Confirmed Not Spam"
delete_prompt: "Are you sure you want to delete <b>%{username}</b>? This will remove all of their posts and block their email and ip address."
reviewable_delete_prompt: "Are you sure you want to delete this user? This will remove all of their posts and block their email and ip address."
not_enabled: "Akismet is not enabled right now."
change_settings: "Change Settings"
review:
user:
bio: "Bio"
types:
reviewable_akismet_post:
title: "Akismet Flagged Post"
reviewable_akismet_user:
title: "Akismet Flagged User"