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

22 lines
890 B
YAML
Raw Normal View History

en:
js:
notifications:
alt:
solved:
accepted_notification: "accepted"
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"
2015-07-20 18:56:26 -04:00
has_accepted_answer: "This topic has a solution"
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>"
2018-11-12 10:30:06 -05:00
accepted_notification: "<p><span>{{username}}</span> {{description}}</p>"