mirror of
https://github.com/discourse/discourse.git
synced 2026-08-15 17:24:47 +08:00
This makes the shared issue feature of support categories optional per-category, so admins can turn it off selectively. This is accomplished by adding a category level setting: `Enable shared issues` <img width="1404" height="564" alt="image" src="https://github.com/user-attachments/assets/e4997382-b5fb-4839-af9d-6baf57ec3201" /> When enabled this exposes the Site Setting to edit the button's text in the section below. Enabled: <img width="500" alt="image" src="https://github.com/user-attachments/assets/39293f0d-63a3-421c-8c2b-2ee967faee56" /> Disabled: <img width="500" alt="image" src="https://github.com/user-attachments/assets/6bc92173-0cd4-40cf-89b2-56d74469e752" />
117 lines
4.8 KiB
YAML
Vendored
117 lines
4.8 KiB
YAML
Vendored
en:
|
||
admin_js:
|
||
admin:
|
||
site_settings:
|
||
categories:
|
||
discourse_solved: "Discourse Solved"
|
||
dashboard:
|
||
highlights:
|
||
kpi:
|
||
accepted_solutions:
|
||
label: "Accepted solutions"
|
||
tooltip: "The number of topics that had a post marked as the solution."
|
||
js:
|
||
notifications:
|
||
alt:
|
||
solved:
|
||
accepted_notification: "accepted"
|
||
topic_solved_notification: "solved"
|
||
solutions: "Solutions"
|
||
|
||
solved:
|
||
title: "Solved"
|
||
notify_on_solved: "Notify when a topic that I am Tracking or Watching is solved. Only applies to topics in categories that allow solutions."
|
||
allow_accepted_answers: "Allow topic owner and staff to mark a reply as the solution"
|
||
solved_topics_auto_close_hours: "Auto close topic (n) hours after the last reply once the topic has been marked as solved."
|
||
notify_on_staff_accept_solved: "Notify topic creator when staff marks a solution"
|
||
empty_box_on_unsolved: "Display an empty checkbox next to unsolved topics in the topic list"
|
||
accept_answer: "Select if this reply solves the problem"
|
||
accepted_description: "This is the accepted solution to this topic"
|
||
has_no_accepted_answer: "This topic has no solution"
|
||
unaccept_answer: "Unselect if this reply no longer solves the problem"
|
||
accepted_answer: "Solution"
|
||
solution: "Solution"
|
||
solution_summary:
|
||
one: "solution"
|
||
other: "solutions"
|
||
accepted_answer_solver_info: "by %{user} in %{post}"
|
||
accepted_answer_post_number: "post %{post_number}"
|
||
accepted_notification: "<p><span>%{username}</span> %{description}</p>"
|
||
topic_status_filter:
|
||
all: "all"
|
||
solved: "solved"
|
||
unsolved: "unsolved"
|
||
no_solved_topics_title: "You haven’t 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."
|
||
marked_solved_by: "accepted by %{user}"
|
||
confirm_move_solution_title: "Move solution post"
|
||
confirm_move_solution:
|
||
one: "The post you selected is marked as the solution for this topic. If you move it, the topic will be updated to unsolved."
|
||
other: "One of the posts you selected is marked as the solution for this topic. If you move them, the topic will be updated to unsolved."
|
||
move_post_confirm:
|
||
one: "Move post"
|
||
other: "Move posts"
|
||
move_post_cancel: "Cancel"
|
||
dont_show_again: "Got it, don't show me this again"
|
||
confirm_solved_removal_title: "Solution will be removed"
|
||
confirm_solved_removal: "This change will disable solutions for this topic and remove the accepted solution."
|
||
confirm_solved_removal_confirm: "Confirm"
|
||
confirm_solved_removal_cancel: "Cancel"
|
||
|
||
shared_issue:
|
||
label: "Me too"
|
||
label_with_count: "%{label} (%{count})"
|
||
title: "I am also experiencing this issue"
|
||
author_title: "You started this topic"
|
||
|
||
no_answer:
|
||
title: Has your question been answered?
|
||
description: "Highlight the answer and help others by using the solution button below the correct reply."
|
||
topic_solved_notification: "<p><span>%{username}</span> %{description}</p>"
|
||
notification:
|
||
title: "your post was marked as solution"
|
||
topic_solved_title: "Topic solved"
|
||
topic_notifications:
|
||
tracking:
|
||
description: "You will be notified if someone mentions your @name, replies to you, or when the topic is solved. A count of new replies will be shown for this topic."
|
||
watching:
|
||
description: "You will be notified of every new reply in this topic and when the topic is solved. A count of new replies will be shown for this topic."
|
||
category_type_support:
|
||
title: "Support"
|
||
|
||
topic_statuses:
|
||
solved:
|
||
help: "This topic has a solution"
|
||
|
||
search:
|
||
advanced:
|
||
statuses:
|
||
solved: "are solved"
|
||
unsolved: "are unsolved"
|
||
|
||
admin:
|
||
web_hooks:
|
||
solved_event:
|
||
group_name: "Solved Event"
|
||
accepted_solution: "When an user marks a post as the accepted answer"
|
||
unaccepted_solution: "When an user marks a post as the unaccepted answer"
|
||
api:
|
||
scopes:
|
||
descriptions:
|
||
solved:
|
||
answer: Accept/Unaccept a solution.
|
||
|
||
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
|