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
33 lines (32 loc) • 1.97 kB
JSON
{
"topic_solved": "已解决",
"topic_unsolved": "未解决",
"menu.solved": "已解决",
"menu.unsolved": "未解决",
"thread.tool.mark_solved": "标记为已解决",
"thread.tool.mark_unsolved": "标记为未解决",
"thread.tool.make_normal": "转为普通主题",
"thread.tool.as_question": "转为问答主题",
"thread.button.as_question": "提问",
"post.tool.mark_correct": "标记为最佳答案",
"admin.form.general_settings": "一般设定",
"admin.form.label.only_allow_all": "所有版块都只允许发表问题主题(这将覆盖原始设置)",
"admin.form.label.only_allow_following": "以下版块只允许发表问题主题(这将覆盖原始设置)",
"admin.form.tips": "这将覆盖下面的设置",
"label.solution": "最佳答案",
"thread.alert.as_question": "该主题已被转为问答主题",
"thread.alert.make_normal": "该主题已被转为普通主题",
"thread.alert.solved": "该主题已被标记为已解决",
"thread.alert.unsolved": "该主题已被标记为未解决",
"thread.alert.as_question-ago": "%2,%1 将这个主题转为问答主题",
"thread.alert.as_question-on": "%1 将这个主题转为问答主题,在 %2",
"thread.alert.make_normal-ago": "%2,%1 将这个主题转为普通主题 ",
"thread.alert.make_normal-on": "%1 将这个主题转为普通主题,在 %2",
"thread.alert.solved-ago": "%2,%1 将这个主题标记为已解决",
"thread.alert.solved-on": "%1 将这个主题标记为已解决,在 %2",
"thread.alert.unsolved-ago": "%2,%1 将这个主题标记为未解决",
"thread.alert.unsolved-on": "%1 将这个主题标记为未解决,在 %2",
"post.alert.correct_answer": "已标记该帖子为最佳答案",
"admin.form.label.toggle_lock": "自动关闭已解决的主题",
"admin.form.label.only_allow_admins": "只允许版主和管理员标记最佳答案"
}