|
@@ -10,8 +10,8 @@ export default {
|
|
|
cNameHolder:'Please enter course name',
|
|
|
cusCode:'Course ID',
|
|
|
codeHolder:'Please enter course ID',
|
|
|
- cusDesc:'課程描述',
|
|
|
- descHolder:'請輸入課程描述',
|
|
|
+ cusDesc:'Course Description',
|
|
|
+ descHolder:'Please enter course description',
|
|
|
cusPd:"School System",
|
|
|
pdHolder:'Please choose school system',
|
|
|
cusSubject:"School System",
|
|
@@ -21,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',
|
|
@@ -112,9 +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:'請選擇名單',
|
|
|
- alreadyExist:'已在課程名單',
|
|
|
- listAPIErr:'名單列表獲取失敗',
|
|
|
+ selectListTips:'Please select a list',
|
|
|
+ alreadyExist:' already existed',
|
|
|
+ listAPIErr:'Failed to get the list',
|
|
|
//ManageClass.vue
|
|
|
classLabel:'Class:',
|
|
|
stuCount:'Student Number: ',
|
|
@@ -151,14 +151,14 @@ export default {
|
|
|
groupUnit:'Group',
|
|
|
stuNameList:'Student List',
|
|
|
saveGroup:'Save',
|
|
|
- setAvatar:'设置头像',
|
|
|
- stuNameLabel:'姓名:',
|
|
|
- reupload:'重新上传',
|
|
|
- uploadAvatar:'上传头像',
|
|
|
- uploadTips:'请上传头像',
|
|
|
- setOk:'设置成功',
|
|
|
- setErr:'设置失败',
|
|
|
- uploadErr:'头像上传失败',
|
|
|
+ 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',
|
|
@@ -170,10 +170,10 @@ export default {
|
|
|
cusTime:'Course Schedule',
|
|
|
saveLabel:'Save changes',
|
|
|
addStuList:'Add List',
|
|
|
- addListType:'方式',
|
|
|
- addListType1:'新建名单',
|
|
|
- addListType2:'选择已有名单',
|
|
|
- listLabel:'名单',
|
|
|
+ addListType:'Method',
|
|
|
+ addListType1:'Add a new list',
|
|
|
+ addListType2:'Select an existing list',
|
|
|
+ listLabel:'List',
|
|
|
removeList:'Remove List',
|
|
|
addrLabel:'Classroom:',
|
|
|
nameLabel:'Class List:',
|
|
@@ -214,8 +214,8 @@ export default {
|
|
|
remvTeaTitle:'Remove Instructor',
|
|
|
remvTeaContent:'Are you sure to remove ',
|
|
|
gradeLabel:'Grade',
|
|
|
- cusNoRepeat:'课程编码重复',
|
|
|
- cusNameRepeat:'课程名称重复',
|
|
|
+ cusNoRepeat:'The same course ID already exists',
|
|
|
+ cusNameRepeat:'The same course name already exists',
|
|
|
|
|
|
//MgtStuList.vue
|
|
|
nameList:'Name list',
|