mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-02-22 19:45:09 +00:00
The user who posts the accepted answer will show as the second poster in the list of posters from topics list.
45 lines
1.8 KiB
YAML
45 lines
1.8 KiB
YAML
en:
|
|
accepted_answer: "Accepted Answer"
|
|
|
|
site_settings:
|
|
solved_enabled: "Enable solved plugin, allow users to select solutions for topics"
|
|
allow_solved_on_all_topics: "Allow users to select solutions on all topics (by default you control this by editing categories)"
|
|
accept_all_solutions_trust_level: "Minimum trust level required to accept solutions on any topic (even when not OP)"
|
|
empty_box_on_unsolved: "Display an empty box next to unsolved topics"
|
|
solved_quote_length: "Number of characters to quote when displaying the solution under the first post"
|
|
solved_topics_auto_close_hours: "Auto close topic (n) hours after the last reply once the topic has been marked as solved. Set to 0 to disable auto closing."
|
|
show_filter_by_solved_status: "Show a dropdown to filter a topic list by solved status."
|
|
notify_on_staff_accept_solved: "Send notification to the topic creator when a post is marked as solution by a staff."
|
|
disable_solved_education_message: "Disable education message for solved topics."
|
|
accept_solutions_topic_author: "Allow the topic author to accept a solution."
|
|
solved_add_schema_markup: "Add QAPage schema markup to HTML."
|
|
reports:
|
|
accepted_solutions:
|
|
title: "Accepted solutions"
|
|
xaxis: "Day"
|
|
yaxis: "Total"
|
|
solved:
|
|
no_solutions:
|
|
self: "You have no accepted solutions yet."
|
|
others: "No accepted solutions."
|
|
|
|
badges:
|
|
helpdesk:
|
|
name: "Helpdesk"
|
|
description: "First Accepted Answer on a Topic"
|
|
tech_support:
|
|
name: "Tech Support"
|
|
description: "10 Accepted answers"
|
|
|
|
education:
|
|
topic_is_solved: |
|
|
### This topic has been solved
|
|
|
|
Only reply here if:
|
|
|
|
- You have additional details
|
|
|
|
- The solution doesn't work for you
|
|
|
|
If you have an unrelated issue, please [start a new topic](%{base_url}/new-topic) instead.
|