0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-15 15:53:16 +08:00
discourse/plugins/discourse-solved/config/locales/server.en.yml
Kris 06f0da68ba
FIX: render links in upcoming changes text (#40616)
Renders links in the descriptions. Also removed a couple dead references
now that simplified category creation is permanent. Added a test to
avoid regressions.

Before:
<img width="700" alt="image"
src="https://github.com/user-attachments/assets/5939c1eb-b891-4bea-b529-6dfc05fb4d93"
/>



After:
<img width="700" alt="image"
src="https://github.com/user-attachments/assets/539c8f39-c6c1-4aea-b40f-b40290adc155"
/>
2026-06-08 11:04:08 +10:00

104 lines
5.7 KiB
YAML
Vendored
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

en:
accepted_answer: "Accepted Answer"
category_types:
support:
name: "Support"
title: "support"
description: "Where members can ask questions and mark replies as solutions."
discourse_solved:
category_type:
allow_accepted_answers:
label: "Allow topic owner and staff to mark a reply as the solution"
solved_topics_auto_close_hours:
label: "Auto close solved topics (hours)"
description: "Automatically close topic after this many hours once marked as solved. Set to 0 to disable."
notify_on_staff_accept_solved:
label: "Notify topic creator when staff marks a solution"
empty_box_on_unsolved:
label: "Display an empty checkbox next to unsolved topics in the topic list"
solved_topics_auto_close_duration:
label: "Auto close solved topics"
description: "Automatically close solved topics after this duration from the last reply. Set to 0 to disable."
enable_shared_issues:
label: "Enable shared issues"
description: "Adds a button to unsolved topics in this category that members can use to signal they're experiencing the same issue and opt in to notifications about the solution."
shared_issue_label:
label: "Shared issue label"
description: "The label shown on the shared issue button."
site_settings:
solved_enabled: "Enable solved plugin, allow users to select solutions for topics"
solved_allow_multiple_solutions: "Allow multiple solutions to be accepted in each topic"
allow_solved_on_all_topics: "Allow users to select solutions on all topics (when unchecked, solutions can be enabled per category or tag)"
allow_solved_in_groups: "Allow marking solutions in group messages for these groups."
accept_all_solutions_trust_level: "Minimum trust level required to accept solutions on any topic (even when not OP)"
accept_all_solutions_allowed_groups: "Groups that are allowed to accept solutions on any topic (even when not OP). Admins and moderators are always allowed."
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."
enable_solved_tags: "Tags that will allow users to select solutions."
prioritize_solved_topics_in_search: "Prioritize solved topics in search results."
enable_support_category_type_setup: "Enables the Support category type option during category creation setup."
enable_solved_shared_issues: "Adds a “Me too” button to unsolved topics in support categories, letting members signal theyre experiencing the same issue and opt in to notifications about the topic's solution. Note: You must enable the “Enable support type category setup” upcoming change to use this feature."
show_who_marked_solved: "Show who marked the topic as solved. This is indicated in the topic's first post, and the answer post in a tooltip."
keywords:
accept_all_solutions_allowed_groups: "accept_all_solutions_trust_level"
reports:
accepted_solutions:
title: "Accepted solutions"
description: "How many topics had a solution accepted per day in a date range, with optional category filter and a 30-day comparison total."
xaxis: "Day"
yaxis: "Total"
solved:
no_solutions:
self: "You have no accepted solutions yet."
others: "No accepted solutions."
filter:
description:
solved: "Filter topics that have been solved"
unsolved: "Filter topics that have not been solved"
badges:
solved_1:
name: "Solved!"
description: "Have a reply marked as a Solution"
long_description: "This badge is granted for having a reply marked as a Solution to a topic. :white_check_mark: Nice job. :+1:"
solved_2:
name: "Guidance Counsellor"
description: "Have 10 replies marked as Solutions"
long_description: "This badge is granted for having 10 of your replies marked as Solutions to topics. :white_check_mark: You are a true asset to your fellow community members."
solved_3:
name: "Know-it-All"
description: "Have 50 replies marked as Solutions"
long_description: "This badge is granted for having 50 of your replies marked as Solutions to topics. :white_check_mark: You really know your stuff. :clap:"
solved_4:
name: "Solution Institution"
description: "Have 150 replies marked as Solutions"
long_description: "This badge is granted for having 150 of your replies marked as Solutions to topics. :white_check_mark: Excellent work. :slightly_smiling_face: You are officially a Solution Institution. :brain:"
discourse_automation:
triggerables:
first_accepted_solution:
title: First accepted solution
doc: Triggers when a user got a solution accepted for the first time.
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.