nodebb-plugin-question-and-answer
Version:
A nodebb-plugin-question-and-answer plugin for NodeBB which allows users to post topics as questions and select a post as the answer
24 lines (23 loc) • 1.39 kB
JSON
{
"topic_solved": "Solved",
"topic_unsolved": "Unsolved",
"menu.solved": "Solved",
"menu.unsolved": "Unsolved",
"thread.alert.as_question": "Topic has been marked as a question",
"thread.alert.make_normal": "Topic is now a regular thread",
"thread.alert.solved": "Topic has been marked as solved",
"thread.alert.unsolved": "Topic has been marked as unsolved",
"thread.tool.mark_solved": "Mark as Solved",
"thread.tool.mark_unsolved": "Mark as Unsolved",
"thread.tool.make_normal": "Make this a normal topic",
"thread.tool.as_question": "Ask as question",
"thread.button.as_question": "Ask as question",
"post.alert.correct_answer": "This post has been marked as the correct answer",
"post.tool.mark_correct": "Mark this post as the correct answer",
"admin.form.general_settings": "General Settings",
"admin.form.label.only_allow_all": "Only allow questions to be asked for all categories (disables regular topic behaviour)",
"admin.form.label.only_allow_following": "Only allow questions to be asked for the following categories (disables regular topic behaviour)",
"admin.form.tips": "This option supercedes the one below",
"admin.form.label.toggle_lock": "Automatically close solved topics",
"admin.form.label.only_allow_admins": "Only allow questions to be set as solved by moderators and administrators"
}