|
@@ -1341,6 +1341,7 @@ const LANG_EN_US = {
|
|
|
},
|
|
|
// 试题试卷
|
|
|
evaluation: {
|
|
|
+ exchange: 'Replace',
|
|
|
fixTip1: 'Supplement Explanation',
|
|
|
fixTip2: 'Are the changes updated to the exam file bank simultaneously?',
|
|
|
currentItem: "This question's",
|
|
@@ -1535,7 +1536,7 @@ const LANG_EN_US = {
|
|
|
itemCount: 'Question No.',
|
|
|
paperAnalysis: 'Exam File Analysis',
|
|
|
totalScore: 'Total Points',
|
|
|
- score: '',
|
|
|
+ score: ' point(s)',
|
|
|
paperErrorTip: 'Failed to get exam file data!',
|
|
|
confirmDelete: 'Are you sure you want to delete the file?',
|
|
|
editPaper: 'Edit Exam File',
|
|
@@ -3991,10 +3992,10 @@ const LANG_EN_US = {
|
|
|
setNoErr1: "Please set the student's class",
|
|
|
setNoErr2: 'The seat number is repeated in the class',
|
|
|
sltStuTips: 'Please select student first',
|
|
|
- imeiErr1:'E-Student ID Number can only be numbers',
|
|
|
- imeiErr2:'E-Student ID Number is 15 digits',
|
|
|
- imeiErr3:'Please enter student ID',
|
|
|
- imeiErr4:" has bound this number, if the current student binds this number, the original student's binding will be cancelled automatically.",
|
|
|
+ imeiErr1: 'E-Student ID Number can only be numbers',
|
|
|
+ imeiErr2: 'E-Student ID Number is 15 digits',
|
|
|
+ imeiErr3: 'Please enter student ID',
|
|
|
+ imeiErr4: " has bound this number, if the current student binds this number, the original student's binding will be cancelled automatically.",
|
|
|
addOk: 'Added successfully',
|
|
|
updOk: 'Modified successfully',
|
|
|
addErr: 'Failed to add',
|