[update] 修改自测bug,完善问答库页面
This commit is contained in:
@@ -5,13 +5,19 @@ module.exports = {
|
||||
},
|
||||
// 问答库
|
||||
questionAnswer: {
|
||||
classify: '分类',
|
||||
title: '标题',
|
||||
quiz: '提问',
|
||||
questionDesc: '问题描述',
|
||||
attach: '附件',
|
||||
quizTime: '提问时间',
|
||||
answer: '回答',
|
||||
poster: '发帖人'
|
||||
classify: 'Classify',
|
||||
title: 'Title',
|
||||
quiz: 'Quiz',
|
||||
questionDesc: 'Problem Description',
|
||||
attach: 'Attachment',
|
||||
quizTime: 'Question Time',
|
||||
answer: 'answer',
|
||||
poster: 'Poster',
|
||||
answerNum: 'replies',
|
||||
top: '【top】',
|
||||
cancelTop: 'untop',
|
||||
setTop: 'Set To Top',
|
||||
answerQuestion: 'reply to a question',
|
||||
word: 'word'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,6 +12,12 @@ module.exports = {
|
||||
attach: '附件',
|
||||
quizTime: '提问时间',
|
||||
answer: '回答',
|
||||
poster: '发帖人'
|
||||
poster: '发帖人',
|
||||
answerNum: '个回复',
|
||||
top: '【置顶】',
|
||||
cancelTop: '取消置顶',
|
||||
setTop: '设置为置顶',
|
||||
answerQuestion: '回复问题',
|
||||
word: '字'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user