mirror of
https://ghfast.top/https://github.com/discourse/discourse-category-experts.git
synced 2026-07-15 11:36:31 +08:00
adds site setting, first_post_can_be_considered_expert_post, which defaults to false. left as default, this setting prevents the situation of an expert posting a topic that is immediately marked as having an "expert response", despite there being no replies at all, let alone an expert reply. details: https://dev.discourse.org/t/sailpoint-category-experts-exclude-first-poster/105541
36 lines
2.7 KiB
YAML
36 lines
2.7 KiB
YAML
en:
|
|
site_settings:
|
|
enable_category_experts: "Enable category experts plugin"
|
|
first_post_can_be_considered_expert_post: "First post can be considered expert post"
|
|
show_category_expert_advanced_search_filters: "Show category expert filters in advanced search"
|
|
category_expert_suggestion_threshold: "Suggest category experts after this many endorsements."
|
|
category_experts_posts_require_approval: "Posts from category experts require staff approval for expert decoration."
|
|
send_category_experts_reminder_pms: "Send reminder PMs to category experts, to reply to unanswered questions"
|
|
send_admin_category_experts_posts_reminder_pm: "Send reminder PMs to staff, to review unapproved category expert posts."
|
|
approve_past_posts_on_becoming_category_expert: "When a user becomes an expert, all their past posts in the category are automatically approved. When a user is removed as an expert, all their posts are unapproved."
|
|
max_category_expert_endorsements_per_day: "The maximum number of endorsements a user is allowed in a day"
|
|
category_experts_topic_list_link_to_posts: "Topic list pills link to posts instead of search"
|
|
tl2_additional_category_expert_endorsements_per_day_multiplier: "Increase limit of endorsements per day for tl2 (member) by multiplying with this number"
|
|
tl3_additional_category_expert_endorsements_per_day_multiplier: "Increase limit of endorsements per day for tl3 (regular) by multiplying with this number"
|
|
tl4_additional_category_expert_endorsements_per_day_multiplier: "Increase limit of endorsements per day for tl4 (leader) by multiplying with this number"
|
|
|
|
system_messages:
|
|
user_add_as_category_expert:
|
|
title: "Congratulations, You are a category expert!"
|
|
subject_template: "Congratulations, You are a category expert!"
|
|
text_body_template: |
|
|
You are now a category expert for [%{category_name}](%{category_url}).
|
|
|
|
You have been added as a member of the [%{group_name}](%{base_url}%{group_path}) group. Members of this group are category experts for %{category_name}.
|
|
category_experts:
|
|
experts_reminder:
|
|
title: "There are unanswered questions for you to review."
|
|
raw_for_category: |
|
|
There are [%{topic_count} unanswered questions](%{search_url}) for a category expert in the category [%{category_name}](%{category_url}).
|
|
|
|
admin_reminder:
|
|
title: "There are unapproved category expert posts for review."
|
|
body: |
|
|
There are [%{topic_count} category expert questions](%{search_url}) that have at least one unapproved category expert post.
|
|
|
|
Either approve at least one category expert post, or edit the first post to unmark it as question to remove it from this list.
|