|
@@ -10,6 +10,8 @@ export default {
|
|
|
cNameHolder:'Please enter course name',
|
|
|
cusCode:'Course ID',
|
|
|
codeHolder:'Please enter course ID',
|
|
|
+ cusDesc:'Course Description',
|
|
|
+ descHolder:'Please enter course description',
|
|
|
cusPd:"School System",
|
|
|
pdHolder:'Please choose school system',
|
|
|
cusSubject:"School System",
|
|
@@ -19,7 +21,7 @@ export default {
|
|
|
delContent:'Are you sure to delete ',
|
|
|
codeErr1:'Course ID cannot be empty',
|
|
|
codeErr2:'Course ID can only consist of English letters and numbers',
|
|
|
- tableCol1:'Serial number',
|
|
|
+ tableCol1:'Seat No.',
|
|
|
tableCol2:'Course Name',
|
|
|
tableCol3:'Course ID',
|
|
|
tableCol4:'School system',
|
|
@@ -110,6 +112,9 @@ export default {
|
|
|
createTips1:'Note: You (have joined a school) can select students from your school to join the course, or allow students to join the course by entering the course invitation code, scanning the course QR code, or using the invitation link.',
|
|
|
createTips2:'Note: You (not yet a member of a school) can allow students to join the course by entering the course invitation code, scanning the course QR code, or using the invitation link.',
|
|
|
renameListTitle:'Edit List Name',
|
|
|
+ selectListTips:'Please select a list',
|
|
|
+ alreadyExist:' already existed',
|
|
|
+ listAPIErr:'Failed to get the list',
|
|
|
//ManageClass.vue
|
|
|
classLabel:'Class:',
|
|
|
stuCount:'Student Number: ',
|
|
@@ -146,6 +151,14 @@ export default {
|
|
|
groupUnit:'Group',
|
|
|
stuNameList:'Student List',
|
|
|
saveGroup:'Save',
|
|
|
+ setAvatar:'Set Profile Picture',
|
|
|
+ stuNameLabel:'Name:',
|
|
|
+ reupload:'Re-upload',
|
|
|
+ uploadAvatar:'Upload Profile Picture',
|
|
|
+ uploadTips:'Please upload profile picture',
|
|
|
+ setOk:'Set up successfully',
|
|
|
+ setErr:'Failed to set up',
|
|
|
+ uploadErr:'Failed to upload profile picture',
|
|
|
|
|
|
//NewCusMgt.vue
|
|
|
schdTable:'Schedule Mode',
|
|
@@ -157,6 +170,10 @@ export default {
|
|
|
cusTime:'Course Schedule',
|
|
|
saveLabel:'Save changes',
|
|
|
addStuList:'Add List',
|
|
|
+ addListType:'Method',
|
|
|
+ addListType1:'Add a new list',
|
|
|
+ addListType2:'Select an existing list',
|
|
|
+ listLabel:'List',
|
|
|
removeList:'Remove List',
|
|
|
addrLabel:'Classroom:',
|
|
|
nameLabel:'Class List:',
|
|
@@ -197,6 +214,8 @@ export default {
|
|
|
remvTeaTitle:'Remove Instructor',
|
|
|
remvTeaContent:'Are you sure to remove ',
|
|
|
gradeLabel:'Grade',
|
|
|
+ cusNoRepeat:'The same course ID already exists',
|
|
|
+ cusNameRepeat:'The same course name already exists',
|
|
|
|
|
|
//MgtStuList.vue
|
|
|
nameList:'Name list',
|