教学 仿真 国际化调整
This commit is contained in:
parent
5c184755e2
commit
b13638803a
35
src/i18n/langs/en/display.js
Normal file
35
src/i18n/langs/en/display.js
Normal 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'
|
||||
}
|
||||
};
|
36
src/i18n/langs/zh/display.js
Normal file
36
src/i18n/langs/zh/display.js
Normal 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: '获取课程信息失败'
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user