discourse-solved/config/locales/client.en.yml

66 lines
2.3 KiB
YAML
Raw Normal View History

en:
js:
notifications:
alt:
solved:
accepted_notification: "accepted"
solutions: "Solutions"
solved:
title: "Solved"
2015-07-20 18:56:26 -04:00
allow_accepted_answers: "Allow topic owner and staff to mark a reply as the solution"
accept_answer: "Select if this reply solves the problem"
accepted_description: "This is the accepted solution to this topic"
2017-02-27 12:42:58 -05:00
has_no_accepted_answer: "This topic has no solution"
unaccept_answer: "Unselect if this reply no longer solves the problem"
2015-07-20 18:56:26 -04:00
accepted_answer: "Solution"
solution: "Solution"
solution_summary:
2018-11-12 13:26:28 -05:00
one: "solution"
other: "solutions"
accepted_html: "%{icon} Solved <span class='by'>by <a href data-user-card='%{username_lower}'>%{username}</a></span> in <a href='%{post_path}' class='back'>post #%{post_number}</a>"
accepted_notification: "<p><span>%{username}</span> %{description}</p>"
topic_status_filter:
all: "all"
solved: "solved"
unsolved: "unsolved"
no_solved_topics_title: "You havent solved any topics yet"
no_solved_topics_title_others: "%{username} has not solved any topics yet"
no_solved_topics_body: "When you provide a helpful reply to a topic, your reply might be selected as the solution by the topic owner or staff."
no_answer:
title: Has your question been answered?
description: "Highlight the answer and help others by using the solution button below the correct reply."
notification:
title: "your post was marked as solution"
topic_statuses:
solved:
help: "This topic has a solution"
search:
advanced:
statuses:
solved: "are solved"
unsolved: "are unsolved"
FEATURE: Publish WebHook event when solving/unsolving (#85) * FEATURE: Publish WebHook event when solving/unsolving This feature will publish a post edit webhook event whenever a solution is accepted or unaccepted. I went ahead and used the existing post-edit webhook because all the post custom fields for the solved plugin are already included in the post-edit serializer. * Create Solved Event Webhook This commit adds a solved event webhook that will only trigger when an answer has been marked as accepted or unaccepted. It uses 100 as the webhook ID. This way any new webhooks in core can keep using lower numbers like 11, 12, 13, but plugins can use 101, 102, etc. * Removed functionality that was added to core This [PR][1] to discourse core adds what what removed in this commit. It is better to have this logic in core so that it is discoverable and future webhooks won't end up accidentally using the same ID. [1]: https://github.com/discourse/discourse/pull/9110 * UX: Add "solved" status filter in advanced search page. And rename `in:solved` to `status:solved`. * FEATURE: Publish WebHook event when solving/unsolving This feature will publish a post edit webhook event whenever a solution is accepted or unaccepted. I went ahead and used the existing post-edit webhook because all the post custom fields for the solved plugin are already included in the post-edit serializer. * Create Solved Event Webhook This commit adds a solved event webhook that will only trigger when an answer has been marked as accepted or unaccepted. It uses 100 as the webhook ID. This way any new webhooks in core can keep using lower numbers like 11, 12, 13, but plugins can use 101, 102, etc. * Removed functionality that was added to core This [PR][1] to discourse core adds what what removed in this commit. It is better to have this logic in core so that it is discoverable and future webhooks won't end up accidentally using the same ID. [1]: https://github.com/discourse/discourse/pull/9110 Co-authored-by: Vinoth Kannan <vinothkannan@vinkas.com>
2020-03-06 13:28:29 -05:00
admin:
web_hooks:
solved_event:
name: "Solved Event"
details: "When a user marks a post as the accepted or unaccepted answer."
discourse_automation:
triggerables:
first_accepted_solution:
max_trust_level:
tl1: < TL1
tl2: < TL2
tl3: < TL3
tl4: < TL4
any: Any
fields:
maximum_trust_level:
label: Trust Level
description: Users under this Trust Level will trigger this automation