|
@@ -9,20 +9,20 @@ export default {
|
|
exam: 'Assessment',
|
|
exam: 'Assessment',
|
|
vote: 'Poll',
|
|
vote: 'Poll',
|
|
survey: 'Survey',
|
|
survey: 'Survey',
|
|
- homework: '作业',
|
|
|
|
|
|
+ homework: 'Homework',
|
|
},
|
|
},
|
|
public: {
|
|
public: {
|
|
noData: 'No data yet',
|
|
noData: 'No data yet',
|
|
going: 'In progress',
|
|
going: 'In progress',
|
|
finish: 'Ended',
|
|
finish: 'Ended',
|
|
- schoolExam: 'School-level Assessment',
|
|
|
|
|
|
+ schoolExam: 'School Assessment',
|
|
privateExam: 'Personal Assessment',
|
|
privateExam: 'Personal Assessment',
|
|
- schoolVote: 'School-level Poll',
|
|
|
|
|
|
+ schoolVote: 'School Poll',
|
|
privateVote: 'Personal Poll',
|
|
privateVote: 'Personal Poll',
|
|
- schoolSurvey: 'School-level Survey',
|
|
|
|
|
|
+ schoolSurvey: 'School Survey',
|
|
privateSurvey: 'Personal Survey',
|
|
privateSurvey: 'Personal Survey',
|
|
- schoolHomework: '校级作业',
|
|
|
|
- privateHomework: '个人作业',
|
|
|
|
|
|
+ schoolHomework: 'School Homework',
|
|
|
|
+ privateHomework: 'Personal Homework',
|
|
search: 'Please enter the query content...',
|
|
search: 'Please enter the query content...',
|
|
notice: 'This feature is not yet available, stay tuned!',
|
|
notice: 'This feature is not yet available, stay tuned!',
|
|
develop: "Features are under development, stay tuned!",
|
|
develop: "Features are under development, stay tuned!",
|
|
@@ -36,7 +36,7 @@ export default {
|
|
all: "All",
|
|
all: "All",
|
|
preview: "Preview",
|
|
preview: "Preview",
|
|
exam: "Assessment",
|
|
exam: "Assessment",
|
|
- homework: "Assignment",
|
|
|
|
|
|
+ homework: "Homework",
|
|
vote: "Poll",
|
|
vote: "Poll",
|
|
survey: "Survey",
|
|
survey: "Survey",
|
|
},
|
|
},
|
|
@@ -60,7 +60,7 @@ export default {
|
|
Fineshed: 'Completed',
|
|
Fineshed: 'Completed',
|
|
Timeout: 'Overdue',
|
|
Timeout: 'Overdue',
|
|
makeupExam: 'Can make up this assessment',
|
|
makeupExam: 'Can make up this assessment',
|
|
- makeupHw: 'Can make up this assignment',
|
|
|
|
|
|
+ makeupHw: 'Can make up this homework',
|
|
selectActivity: 'Please select an activity from the list',
|
|
selectActivity: 'Please select an activity from the list',
|
|
allSubject: 'All Subjects'
|
|
allSubject: 'All Subjects'
|
|
},
|
|
},
|
|
@@ -105,10 +105,10 @@ export default {
|
|
},
|
|
},
|
|
coursesCardTitle: 'My Course List',
|
|
coursesCardTitle: 'My Course List',
|
|
newAddCourse: 'The latest addition',
|
|
newAddCourse: 'The latest addition',
|
|
- addTime: "加入时间",
|
|
|
|
|
|
+ addTime: "Join time",
|
|
missionListCardTitle: 'Activity Task List',
|
|
missionListCardTitle: 'Activity Task List',
|
|
- choiceTime: "筛选时间",
|
|
|
|
- missionListCardPlace: "默认展示近30天的活动",
|
|
|
|
|
|
+ choiceTime: "Filter Time",
|
|
|
|
+ missionListCardPlace: "Default display activities within 30 days",
|
|
missionListCardLoading: 'Loading',
|
|
missionListCardLoading: 'Loading',
|
|
missionListCardReachBottom: 'Already the bottom, no more activities! ',
|
|
missionListCardReachBottom: 'Already the bottom, no more activities! ',
|
|
myProgressBar: {
|
|
myProgressBar: {
|
|
@@ -153,8 +153,8 @@ export default {
|
|
'First Grade'
|
|
'First Grade'
|
|
],
|
|
],
|
|
stackType: [
|
|
stackType: [
|
|
- 'Assignment',
|
|
|
|
- 'Assessment',
|
|
|
|
|
|
+ 'Homework',
|
|
|
|
+ 'Homework',
|
|
'Pre-class preview',
|
|
'Pre-class preview',
|
|
'Poll'
|
|
'Poll'
|
|
]
|
|
]
|
|
@@ -172,8 +172,8 @@ export default {
|
|
},
|
|
},
|
|
eventPieChart: {
|
|
eventPieChart: {
|
|
partType: [
|
|
partType: [
|
|
- 'Assignment',
|
|
|
|
- 'Assessment',
|
|
|
|
|
|
+ 'Homework',
|
|
|
|
+ 'Homework',
|
|
'Pre-class preview',
|
|
'Pre-class preview',
|
|
'Poll'
|
|
'Poll'
|
|
]
|
|
]
|
|
@@ -197,7 +197,7 @@ export default {
|
|
Fineshed: 'Completed',
|
|
Fineshed: 'Completed',
|
|
Timeout: 'Overdue',
|
|
Timeout: 'Overdue',
|
|
makeupExam: 'Can make up this assessment',
|
|
makeupExam: 'Can make up this assessment',
|
|
- makeupHW: 'Can make up this assignment',
|
|
|
|
|
|
+ makeupHW: 'Can make up this homework',
|
|
empty: 'No information yet ~',
|
|
empty: 'No information yet ~',
|
|
baseInfo: {
|
|
baseInfo: {
|
|
subject: 'Subject:',
|
|
subject: 'Subject:',
|
|
@@ -271,36 +271,37 @@ export default {
|
|
},
|
|
},
|
|
},
|
|
},
|
|
homework: {
|
|
homework: {
|
|
- homeworkShow: '作答记录',
|
|
|
|
- homeworkUpload: 'Assignment Upload Area',
|
|
|
|
- homeworkChoice: '选择文件',
|
|
|
|
- homeworkUoloadBtn: 'Upload Assignment',
|
|
|
|
|
|
+ homeworkShow: 'Answering Record',
|
|
|
|
+ homeworkUpload: 'Homework Upload Area',
|
|
|
|
+ homeworkChoice: 'Select file',
|
|
|
|
+ homeworkUoloadBtn: 'Upload Homework',
|
|
homeworkReUoloadBtn: 'Re-upload',
|
|
homeworkReUoloadBtn: 'Re-upload',
|
|
- CommentClassmatesHomeworkBtn: "Classmates' assignment observation and mutual evaluation",
|
|
|
|
|
|
+ CommentClassmatesHomeworkBtn: "Classmates' homework observation and mutual evaluation",
|
|
uploadSuccess: 'Upload successfully',
|
|
uploadSuccess: 'Upload successfully',
|
|
- uploadError: '上传失败',
|
|
|
|
- uploadDes: 'After the activity is over, you can view the assignment score and comments',
|
|
|
|
|
|
+ uploadError: 'Failed to upload',
|
|
|
|
+ uploadDes: 'After the activity is over, you can view the homework score and comments',
|
|
timeoutHint: 'The uploading time for assessment has ended. Thus, the score will be calculated as 0, or wait for the teacher to allow make-ups.',
|
|
timeoutHint: 'The uploading time for assessment has ended. Thus, the score will be calculated as 0, or wait for the teacher to allow make-ups.',
|
|
- timeoutApply: '教师已开放补交,请尽快上传作业。',
|
|
|
|
- contentPage: 'Assignment Content',
|
|
|
|
|
|
+ timeoutApply: 'Teacher has issued late homework pass, so please upload them as soon as possible',
|
|
|
|
+ contentPage: 'Homework Content',
|
|
scorePage: 'Score and Comment',
|
|
scorePage: 'Score and Comment',
|
|
score: 'Score From Teacher',
|
|
score: 'Score From Teacher',
|
|
classmatesComments: 'Score From Classmates',
|
|
classmatesComments: 'Score From Classmates',
|
|
comment: 'Give a comment: ',
|
|
comment: 'Give a comment: ',
|
|
- supcomment: '补评: ',
|
|
|
|
- delTitle: "作业已被删除,是否删除此条记录?",
|
|
|
|
- delOk: "删除",
|
|
|
|
- delCancel: "取消",
|
|
|
|
- sizeOver: "该文件大小超过限制",
|
|
|
|
- extLimit: "该文件格式不符合要求",
|
|
|
|
- message1: "请先选择文件!",
|
|
|
|
- message2: "请先进行打分和写评语",
|
|
|
|
- uploadTime: "提交时间",
|
|
|
|
- upload: "下载",
|
|
|
|
- fileSize: "文件大小",
|
|
|
|
- maxSize: "不超过50MB",
|
|
|
|
- fileType: "格式限制",
|
|
|
|
- placeholder1: "作业作答...",
|
|
|
|
|
|
+ supcomment: 'Additional Comments: ',
|
|
|
|
+ delTitle: "The homework has been deleted, do you want to delete this record?",
|
|
|
|
+ delOk: "Delete",
|
|
|
|
+ delCancel: "Cancel",
|
|
|
|
+ sizeOver: "The file size exceeds the limit",
|
|
|
|
+ extLimit: "The file format does not meet the requirements",
|
|
|
|
+ message1: "Please select a file first!",
|
|
|
|
+ message2: "Please rate and write comments first",
|
|
|
|
+ message3: "该班级暂无其他学生",
|
|
|
|
+ uploadTime: "Submit Time",
|
|
|
|
+ upload: "Download",
|
|
|
|
+ fileSize: "File Size",
|
|
|
|
+ maxSize: "Less than 50MB",
|
|
|
|
+ fileType: "Format Restriction",
|
|
|
|
+ placeholder1: "Homework answers...",
|
|
scoreNum: '分',
|
|
scoreNum: '分',
|
|
grade: "评分",
|
|
grade: "评分",
|
|
time: "发布时间",
|
|
time: "发布时间",
|
|
@@ -316,13 +317,13 @@ export default {
|
|
table4: "操作",
|
|
table4: "操作",
|
|
},
|
|
},
|
|
classmatesComment: {
|
|
classmatesComment: {
|
|
- title: "Classmates' assignment observation and mutual evaluation",
|
|
|
|
|
|
+ title: "Classmates' homework observation and mutual evaluation",
|
|
seatNo: 'Seat No.',
|
|
seatNo: 'Seat No.',
|
|
- classNo: '班级',
|
|
|
|
|
|
+ classNo: 'Class',
|
|
name: 'Name',
|
|
name: 'Name',
|
|
star: 'Star',
|
|
star: 'Star',
|
|
comment: 'Give a comment',
|
|
comment: 'Give a comment',
|
|
- preview: 'Assignment Preview: ',
|
|
|
|
|
|
+ preview: 'Homework Preview: ',
|
|
unPreview: 'The format of this file currently does not provide preview',
|
|
unPreview: 'The format of this file currently does not provide preview',
|
|
download: 'Download File',
|
|
download: 'Download File',
|
|
submitted: 'Submit',
|
|
submitted: 'Submit',
|
|
@@ -398,10 +399,10 @@ export default {
|
|
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',
|
|
- right: 'Answer Correctly',
|
|
|
|
- wrong: 'Answer Incorrectly',
|
|
|
|
|
|
+ right: 'Answered Correctly',
|
|
|
|
+ wrong: 'Answered Incorrectly',
|
|
noScore: 'Not Graded',
|
|
noScore: 'Not Graded',
|
|
- noAnswer: "未答题",
|
|
|
|
|
|
+ noAnswer: "Not Answered",
|
|
ansRes: 'Answering Result',
|
|
ansRes: 'Answering Result',
|
|
mark: 'Annotate',
|
|
mark: 'Annotate',
|
|
testAns: 'Reference Answer',
|
|
testAns: 'Reference Answer',
|
|
@@ -490,9 +491,10 @@ export default {
|
|
answer: 'Answer',
|
|
answer: 'Answer',
|
|
inputAnswers: 'Please enter the answer result',
|
|
inputAnswers: 'Please enter the answer result',
|
|
emput: 'Empty',
|
|
emput: 'Empty',
|
|
- delTitle: "评测已被删除,是否删除此条记录?",
|
|
|
|
- delOk: "删除",
|
|
|
|
- delCancel: "取消",
|
|
|
|
|
|
+ delTitle: "The assessment has been deleted, do you want to delete this record?",
|
|
|
|
+ delOk: "Delete",
|
|
|
|
+ delCancel: "Cancel",
|
|
|
|
+ examError: "试卷存在问题,无法正常打开",
|
|
},
|
|
},
|
|
queNaire: {
|
|
queNaire: {
|
|
submitSuccess: 'Submitted successfully',
|
|
submitSuccess: 'Submitted successfully',
|
|
@@ -503,9 +505,9 @@ export default {
|
|
noAns2: " question(s)",
|
|
noAns2: " question(s)",
|
|
noAns3: "not answered. Please complete before submitting",
|
|
noAns3: "not answered. Please complete before submitting",
|
|
noAns4: "Confirm",
|
|
noAns4: "Confirm",
|
|
- delTitle: "问卷已被删除,是否删除此条记录?",
|
|
|
|
- delOk: "删除",
|
|
|
|
- delCancel: "取消",
|
|
|
|
|
|
+ delTitle: "The survey has been deleted, do you want to delete this record?",
|
|
|
|
+ delOk: "Delete",
|
|
|
|
+ delCancel: "Cancel",
|
|
},
|
|
},
|
|
'informview-title': 'Notification Overview',
|
|
'informview-title': 'Notification Overview',
|
|
view: 'Go to view',
|
|
view: 'Go to view',
|