|
@@ -101,7 +101,7 @@ export default {
|
|
|
school: 'School',
|
|
|
noRecord: 'No lesson records yet',
|
|
|
groupTips: 'Friendly reminder:The current grouping information is of administrative grouping, teachers can go to HiTeach to define their own grouping. ',
|
|
|
- noSchoolStu: 'You are not a member of the school yet, so cannot add students to the school. Self-customized list can be created and students can join by scanning the code!',
|
|
|
+ noSchoolStu: 'You are not a member of the school yet, so cannot add students to the school. Personal list can be created and students can join by scanning the code!',
|
|
|
qrCodeLabel: 'Scan the code to join the list',
|
|
|
hasDelClass: '(This class has been deleted)',
|
|
|
hasDelList: '(List has been deleted)',
|
|
@@ -217,11 +217,11 @@ export default {
|
|
|
notime1: 'Schedule not set yet, please',
|
|
|
notime2: 'set schedule',
|
|
|
notime3: 'and arrange class time',
|
|
|
- listType1: 'Class List',
|
|
|
- listType2: 'Self-customized List',
|
|
|
+ listType1: 'Admin Class',
|
|
|
+ listType2: 'Customized Class',
|
|
|
confirmAdd: 'Confirm Add',
|
|
|
cancelAdd: 'Cancel Add',
|
|
|
- createList: 'Create Self-customized List',
|
|
|
+ createList: 'Create Customized Class',
|
|
|
name: 'Name: ',
|
|
|
nameHolder: 'Please enter list name...',
|
|
|
nameRepeat: 'The customized class name is duplicated',
|
|
@@ -256,7 +256,7 @@ export default {
|
|
|
remvStu: 'Remove Student',
|
|
|
editStu: 'Set IRS number',
|
|
|
goBack: 'Click to go back',
|
|
|
- delListTitle: 'Delete Self-customized List',
|
|
|
+ delListTitle: 'Delete Customized Class',
|
|
|
notSet: 'Not set',
|
|
|
irsTips1: '1. Quickly set the IRS number in the order of the list;',
|
|
|
irsTips2: '2. If the student already has a set IRS number, it will be reset.',
|
|
@@ -316,8 +316,8 @@ export default {
|
|
|
sat: 'Saturday',
|
|
|
sun: 'Sunday',
|
|
|
nameListType: 'Type',
|
|
|
- scClass: 'School Class',
|
|
|
- customNameList: 'Self-customized List',
|
|
|
+ scClass: 'Admin Class',
|
|
|
+ customNameList: 'Customized Class',
|
|
|
teaTimeWraning: 'The teacher already has courses scheduled for this time period',
|
|
|
classTimeWarning: 'The class already has courses scheduled for this time period',
|
|
|
teaListErr: 'There is an abnormality when checking the teacher list.',
|