教学 仿真 国际化调整

This commit is contained in:
joylink_cuiweidong 2019-09-11 11:32:31 +08:00
parent 5c184755e2
commit b13638803a
2 changed files with 71 additions and 0 deletions

View File

@ -0,0 +1,35 @@
export default {
startBtn: 'Start',
endBtn: 'End',
backBtn: 'Back',
cancelButtonText: 'Cancel',
confirmButtonText: 'Confirm',
prompt: 'Prompt',
seconds: 'seconds',
lesson: {
teachingMode: 'Teaching Mode',
practiceMode: 'Practice Mode',
testMode: 'Test Mode',
score: 'Score: ',
selectTraining: 'Please select training',
endTrainingError: 'Ending training error',
endTrainingTip: 'The operation is not completed, confirm the end?',
startTrainingTip: 'Please start training',
createSimulationError: 'create simulation error'
},
exam: {
startTestOperateTip: 'Please click to start the exam',
selectTest: 'Please select a question',
endTrainingError: 'Ending training error',
startTestTip: 'Please start the exam first',
endTestTip: 'Do you give up this exam? ',
refreshListError: 'Refresh List Error'
},
training: {
trainingName: 'Training name: ',
bestTime: 'Best time: ',
maximumTime: 'Maximum time: ',
trainingInstructions: 'Training instructions: ',
getCourseInformationFail: 'Failed to get course information'
}
};

View File

@ -0,0 +1,36 @@
export default {
startBtn: '开始',
endBtn: '结束',
backBtn: '返回',
cancelButtonText: '取消',
confirmButtonText: '确定',
prompt: '提示',
seconds: '秒',
lesson: {
teachingMode: '教学模式',
practiceMode: '练习模式',
testMode: '测验模式',
score: '得分:',
selectTraining: '请选择实训',
endTrainingError: '结束实训错误',
endTrainingTip: '操作未完成,是否确认结束?',
startTrainingTip: '请先开始实训',
createSimulationError: '创建仿真失败'
},
exam: {
startTestOperateTip: '请点击开始考试操作',
selectTest: '请选择试题',
endTrainingError: '结束实训错误',
startTestTip: '请先开始考试',
endTestTip: '是否放弃本次考试?',
refreshListError: '刷新列表失败'
},
training: {
trainingName: '实训名称:',
bestTime: '最佳用时:',
maximumTime: '最大用时:',
trainingInstructions: '实训说明:',
getCourseInformationFail: '获取课程信息失败'
}
};