mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-02-22 19:45:09 +00:00
45 lines
1.6 KiB
YAML
45 lines
1.6 KiB
YAML
en:
|
||
js:
|
||
notifications:
|
||
alt:
|
||
solved:
|
||
accepted_notification: "accepted"
|
||
solutions: "Solutions"
|
||
|
||
solved:
|
||
title: "Solved"
|
||
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"
|
||
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_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 haven’t 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."
|
||
|
||
topic_statuses:
|
||
solved:
|
||
help: "This topic has a solution"
|
||
|
||
search:
|
||
advanced:
|
||
statuses:
|
||
solved: "are solved"
|
||
unsolved: "are unsolved"
|
||
|
||
admin:
|
||
web_hooks:
|
||
solved_event:
|
||
name: "Solved Event"
|
||
details: "When a user marks a post as the accepted or unaccepted answer."
|