|
@@ -67,11 +67,11 @@ export default {
|
|
'settingView-title': 'Personal Settings',
|
|
'settingView-title': 'Personal Settings',
|
|
'tmManagement': {
|
|
'tmManagement': {
|
|
'page-title': 'TEAM Model Account Management',
|
|
'page-title': 'TEAM Model Account Management',
|
|
- noset: "暂未设置",
|
|
|
|
- edit: "编辑",
|
|
|
|
|
|
+ noset: "Not set yet",
|
|
|
|
+ edit: "Edit",
|
|
name: 'Name',
|
|
name: 'Name',
|
|
account: 'Account',
|
|
account: 'Account',
|
|
- gender: "性别",
|
|
|
|
|
|
+ gender: "Gender",
|
|
password: 'Password',
|
|
password: 'Password',
|
|
phone: 'Cell phone number',
|
|
phone: 'Cell phone number',
|
|
'e-mail': 'E-mail',
|
|
'e-mail': 'E-mail',
|
|
@@ -80,45 +80,45 @@ export default {
|
|
unbind: 'Unlink',
|
|
unbind: 'Unlink',
|
|
save: 'Save Settings',
|
|
save: 'Save Settings',
|
|
sex: {
|
|
sex: {
|
|
- male: "男",
|
|
|
|
- female: "女",
|
|
|
|
|
|
+ male: "Male",
|
|
|
|
+ female: "Female",
|
|
},
|
|
},
|
|
pwChange: {
|
|
pwChange: {
|
|
- original: "原密码",
|
|
|
|
- newPw: "新密码",
|
|
|
|
- confirm: "确认密码"
|
|
|
|
|
|
+ original: "Current Password",
|
|
|
|
+ newPw: "New Password",
|
|
|
|
+ confirm: "Confirm Password"
|
|
},
|
|
},
|
|
- code:'验证码',
|
|
|
|
- sendCode:'发送验证码',
|
|
|
|
- sendCode1:'发送验证信',
|
|
|
|
- confirm:'确认',
|
|
|
|
- cancel:'取消',
|
|
|
|
- updBadge: '上传头像',
|
|
|
|
|
|
+ code:'Verification code',
|
|
|
|
+ sendCode:'Send Code',
|
|
|
|
+ sendCode1:'Send Code',
|
|
|
|
+ confirm:'Confirm',
|
|
|
|
+ cancel:'Cancel',
|
|
|
|
+ updBadge: 'Upload Profile Picture',
|
|
message: {
|
|
message: {
|
|
- mobile: "请输入手机号码",
|
|
|
|
- mail: "请输入邮箱",
|
|
|
|
- ok: "修改成功",
|
|
|
|
- pw: "密码输入错误,请重新输入",
|
|
|
|
- nameWarning:'姓名不能为空',
|
|
|
|
- pswErr1:'两次密码输入不一样',
|
|
|
|
- oldErr:'请输入原始密码',
|
|
|
|
- pswErr2:'请输入新密码',
|
|
|
|
- pswErr3:'请确认新密码',
|
|
|
|
- mobileErr:'请输入手机号码',
|
|
|
|
- codeWarning:'请输入验证码',
|
|
|
|
- areaErr:'请选择区号',
|
|
|
|
- emailErr:'请输入电子邮箱',
|
|
|
|
- msgOk:'验证码发送成功',
|
|
|
|
- noMobile:'手机号码不存在',
|
|
|
|
- hasReg:'此手机号已注册',
|
|
|
|
- msgErr:'短信发送失败',
|
|
|
|
- emailOk:'邮件发送成功',
|
|
|
|
- emailHasReg:'此邮箱已被注册',
|
|
|
|
- emailErr:'邮件发送失败',
|
|
|
|
- checkTips:'请检查信息是否正确',
|
|
|
|
- updOk:'更新成功',
|
|
|
|
- codeErr:'验证码错误',
|
|
|
|
- uploadErr:'头像上传失败',
|
|
|
|
|
|
+ mobile: "Please enter your cell phone number",
|
|
|
|
+ mail: "Please enter your email",
|
|
|
|
+ ok: "Modified successfully",
|
|
|
|
+ pw: "Incorrect password, please re-enter",
|
|
|
|
+ nameWarning:'Name cannot be empty',
|
|
|
|
+ pswErr1:'The passwords you entered do not match',
|
|
|
|
+ oldErr:'Please enter your old password',
|
|
|
|
+ pswErr2:'Please enter a new password',
|
|
|
|
+ pswErr3:'Please confirm the new password',
|
|
|
|
+ mobileErr:'Please enter your cell phone number',
|
|
|
|
+ codeWarning:'Please enter the verification code',
|
|
|
|
+ areaErr:'Please select area code',
|
|
|
|
+ emailErr:'Please enter your email',
|
|
|
|
+ msgOk:'Verification code sent successfully',
|
|
|
|
+ noMobile:'Cell phone number does not exist',
|
|
|
|
+ hasReg:'This cell phone number has been registered',
|
|
|
|
+ msgErr:'Failed to send verification code',
|
|
|
|
+ emailOk:'Verification email sent successfully',
|
|
|
|
+ emailHasReg:'This email has been registered',
|
|
|
|
+ emailErr:'Failed to send verification email',
|
|
|
|
+ checkTips:'Please check if the information is correct',
|
|
|
|
+ updOk:'Update successfully',
|
|
|
|
+ codeErr:'Incorrect verification code',
|
|
|
|
+ uploadErr:'Failed to upload profile picture',
|
|
},
|
|
},
|
|
},
|
|
},
|
|
preference: {
|
|
preference: {
|
|
@@ -151,8 +151,8 @@ export default {
|
|
newAddCourse: 'The latest addition',
|
|
newAddCourse: 'The latest addition',
|
|
addTime: "Join time",
|
|
addTime: "Join time",
|
|
missionListCardTitle: 'Activity Task List',
|
|
missionListCardTitle: 'Activity Task List',
|
|
- missionListCardTitle1: '任务清单',
|
|
|
|
- missionListCardTitle2: '活动清单',
|
|
|
|
|
|
+ missionListCardTitle1: 'Task List',
|
|
|
|
+ missionListCardTitle2: 'Activity List',
|
|
choiceTime: "Filter Time",
|
|
choiceTime: "Filter Time",
|
|
missionListCardPlace: "Default display activities within 30 days",
|
|
missionListCardPlace: "Default display activities within 30 days",
|
|
missionListCardLoading: 'Loading',
|
|
missionListCardLoading: 'Loading',
|
|
@@ -342,7 +342,7 @@ export default {
|
|
message1: "Please select a file first!",
|
|
message1: "Please select a file first!",
|
|
message2: "Please rate and write comments first",
|
|
message2: "Please rate and write comments first",
|
|
message3: "There are no other students in this class at this time",
|
|
message3: "There are no other students in this class at this time",
|
|
- message4: "暂无其他学生提交记录",
|
|
|
|
|
|
+ message4: "No other students have submitted yet",
|
|
uploadTime: "Submit Time",
|
|
uploadTime: "Submit Time",
|
|
upload: "Download",
|
|
upload: "Download",
|
|
fileSize: "File Size",
|
|
fileSize: "File Size",
|
|
@@ -396,7 +396,7 @@ export default {
|
|
correct: 'Correcting Question',
|
|
correct: 'Correcting Question',
|
|
connector: 'Matching Question'
|
|
connector: 'Matching Question'
|
|
},
|
|
},
|
|
- examTime: "作答时间",
|
|
|
|
|
|
+ examTime: "Answering Time",
|
|
submitSuccess: 'The answer information was submitted successfully! ',
|
|
submitSuccess: 'The answer information was submitted successfully! ',
|
|
submitFail: 'Failed to submit the answer information! ',
|
|
submitFail: 'Failed to submit the answer information! ',
|
|
msgWarning: 'Error in answer data! ',
|
|
msgWarning: 'Error in answer data! ',
|
|
@@ -418,20 +418,20 @@ export default {
|
|
myAnswerSheet: 'My Answer Card',
|
|
myAnswerSheet: 'My Answer Card',
|
|
exitQuizhint: 'Reminder',
|
|
exitQuizhint: 'Reminder',
|
|
exitQuizhintD: "If you leave the page, you answered data will not be saved, are you sure to leave?",
|
|
exitQuizhintD: "If you leave the page, you answered data will not be saved, are you sure to leave?",
|
|
- exitQuizhintD1: "离开页面,系统将默认交卷,且无法再次作答,是否退出?",
|
|
|
|
|
|
+ exitQuizhintD1: "If you leave the page, the system will acknowledge that you have submitted answer by default, and you cannot answer again. Are you sure to leave?",
|
|
exitQuizhintDe: 'The system has detected that you have not yet "submit your answers", if you choose "OK",',
|
|
exitQuizhintDe: 'The system has detected that you have not yet "submit your answers", if you choose "OK",',
|
|
exitQuizhintDes: 'the current answer will not be saved, and the assessment will need to be retaken next time.',
|
|
exitQuizhintDes: 'the current answer will not be saved, and the assessment will need to be retaken next time.',
|
|
- exitQuizhint1: "系统将默认交卷,且",
|
|
|
|
- exitQuizhint2: "无法再次作答",
|
|
|
|
|
|
+ exitQuizhint1: "System will acknowledge that you have submitted answer by default, and",
|
|
|
|
+ exitQuizhint2: "cannot answer again",
|
|
cancel: 'Cancel',
|
|
cancel: 'Cancel',
|
|
ok: 'OK',
|
|
ok: 'OK',
|
|
submitQuizhint: 'Reminder',
|
|
submitQuizhint: 'Reminder',
|
|
submitQuizhintDes1: 'The system has detected that you have completed all questions. Are you sure to submit your answers? ',
|
|
submitQuizhintDes1: 'The system has detected that you have completed all questions. Are you sure to submit your answers? ',
|
|
- submitQuizhint1: "该评量的作答时间已结束,请交卷",
|
|
|
|
|
|
+ submitQuizhint1: "The answering time for this assessment has ended, please submit your answer",
|
|
check: 'No, need to check again',
|
|
check: 'No, need to check again',
|
|
conAnswer0: 'Currently you have',
|
|
conAnswer0: 'Currently you have',
|
|
conAnswer1: ' question(s) not answered (check the answer card for detail)',
|
|
conAnswer1: ' question(s) not answered (check the answer card for detail)',
|
|
- conAnswer2: ', please complete the question first! ',
|
|
|
|
|
|
+ conAnswer2: ', please complete the question first!',
|
|
conAnswer: 'Continue to answer',
|
|
conAnswer: 'Continue to answer',
|
|
okSubmit: 'Confirm to submit answers',
|
|
okSubmit: 'Confirm to submit answers',
|
|
exitWrong: "Leave Incorrectly Answered Questions Practice Reminder",
|
|
exitWrong: "Leave Incorrectly Answered Questions Practice Reminder",
|
|
@@ -448,8 +448,8 @@ export default {
|
|
},
|
|
},
|
|
report: {
|
|
report: {
|
|
anwser: 'Start Answering',
|
|
anwser: 'Start Answering',
|
|
- anwser1: '该评量属于课中评量,无需线上作答',
|
|
|
|
- anwser2: '该评量属于阅卷评量,无需线上作答',
|
|
|
|
|
|
+ anwser1: 'The assessment is an in-class assessment and does not require online answering',
|
|
|
|
+ anwser2: 'The assessment is a paper-based assessment and does not require online answering',
|
|
noRes: 'Results are not yet calculated.',
|
|
noRes: 'Results are not yet calculated.',
|
|
getScore: 'Number of scored questions',
|
|
getScore: 'Number of scored questions',
|
|
answerBack: 'Answering Review',
|
|
answerBack: 'Answering Review',
|
|
@@ -475,9 +475,9 @@ export default {
|
|
noAnalyse: 'No explanation yet',
|
|
noAnalyse: 'No explanation yet',
|
|
wrongPractice: 'Incorrectly Answered Questions Practice',
|
|
wrongPractice: 'Incorrectly Answered Questions Practice',
|
|
},
|
|
},
|
|
- timeoutHint: 'The assessment activity has ended. Overdue will be calculated as 0 points, or wait for the teacher to allow make-ups.',
|
|
|
|
- timeoutHint1: '评量活动时间已结束,正在等待HiTeach返回作答数据。',
|
|
|
|
- timeoutHint2: '评量活动时间已结束,正在等待老师阅卷。',
|
|
|
|
|
|
+ timeoutHint: 'The assessment has ended. Overdue will be calculated as 0 points, or wait for the teacher to allow make-ups.',
|
|
|
|
+ timeoutHint1: 'The assessment has ended and system is waiting for HiTeach for data.',
|
|
|
|
+ timeoutHint2: 'The assessment has ended and is waiting for teacher to mark',
|
|
contentPage: 'Assessment Content',
|
|
contentPage: 'Assessment Content',
|
|
scorePage: 'Grade Report',
|
|
scorePage: 'Grade Report',
|
|
practiceHint: 'The assessment activity has ended, you can still click on the exam file link to continue practicing.',
|
|
practiceHint: 'The assessment activity has ended, you can still click on the exam file link to continue practicing.',
|
|
@@ -496,8 +496,8 @@ export default {
|
|
scoreDistribution: 'Assessment score distribution map',
|
|
scoreDistribution: 'Assessment score distribution map',
|
|
participant: 'Number of examinees:',
|
|
participant: 'Number of examinees:',
|
|
student: 'people',
|
|
student: 'people',
|
|
- score: '分',
|
|
|
|
- keyPointPerformance: '知识点表现分布图',
|
|
|
|
|
|
+ score: 'Score',
|
|
|
|
+ keyPointPerformance: 'Key concept performance distribution chart',
|
|
me: 'Personal',
|
|
me: 'Personal',
|
|
participantClass: 'Whole Class',
|
|
participantClass: 'Whole Class',
|
|
participantAverage: 'Whole School',
|
|
participantAverage: 'Whole School',
|
|
@@ -552,7 +552,7 @@ export default {
|
|
delTitle: "The assessment has been deleted, do you want to delete this record?",
|
|
delTitle: "The assessment has been deleted, do you want to delete this record?",
|
|
delOk: "Delete",
|
|
delOk: "Delete",
|
|
delCancel: "Cancel",
|
|
delCancel: "Cancel",
|
|
- examError: "试卷存在问题,无法正常打开",
|
|
|
|
|
|
+ examError: "There is an issue with the exam file, it cannot be opened properly",
|
|
},
|
|
},
|
|
queNaire: {
|
|
queNaire: {
|
|
submitSuccess: 'Submitted successfully',
|
|
submitSuccess: 'Submitted successfully',
|