[update] 增加问答库模块,修改自测bug
This commit is contained in:
@@ -2,5 +2,16 @@ module.exports = {
|
||||
// 标准化活动
|
||||
standardizationActivity: {
|
||||
nodeName: 'Node name' // 节点名称
|
||||
},
|
||||
// 问答库
|
||||
questionAnswer: {
|
||||
classify: '分类',
|
||||
title: '标题',
|
||||
quiz: '提问',
|
||||
questionDesc: '问题描述',
|
||||
attach: '附件',
|
||||
quizTime: '提问时间',
|
||||
answer: '回答',
|
||||
poster: '发帖人'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,5 +2,16 @@ module.exports = {
|
||||
// 标准化活动
|
||||
standardizationActivity: {
|
||||
nodeName: '节点名称', // 节点名称
|
||||
},
|
||||
// 问答库
|
||||
questionAnswer: {
|
||||
classify: '分类',
|
||||
title: '标题',
|
||||
quiz: '提问',
|
||||
questionDesc: '问题描述',
|
||||
attach: '附件',
|
||||
quizTime: '提问时间',
|
||||
answer: '回答',
|
||||
poster: '发帖人'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -131,6 +131,9 @@ module.exports = {
|
||||
fileDownloadFail: 'File download failure',
|
||||
pleaseEnterTreeSystem: 'Please enter the tree system',
|
||||
project: 'Project',
|
||||
standardNumber: 'Standard Number',
|
||||
standardName: 'Standard Name',
|
||||
standardNumOrName: 'Standard Number Or Standard Name',
|
||||
// 树右键
|
||||
treeRight: {
|
||||
addFolder: 'Create New Folder',
|
||||
|
||||
@@ -131,6 +131,9 @@ module.exports = {
|
||||
fileDownloadFail: '文件下载失败',
|
||||
pleaseEnterTreeSystem: '输入树状图体系',
|
||||
project: '项目',
|
||||
standardNumber: '标准编号',
|
||||
standardName: '标准名称',
|
||||
standardNumOrName: '标准号/标准名称',
|
||||
// 树右键
|
||||
treeRight: {
|
||||
addFolder: '新增文件夹',
|
||||
|
||||
Reference in New Issue
Block a user