|
@@ -2,34 +2,34 @@ export default {
|
|
home: {
|
|
home: {
|
|
teacher: 'Teacher',
|
|
teacher: 'Teacher',
|
|
student: 'Student',
|
|
student: 'Student',
|
|
- setting: 'Personal setting',
|
|
|
|
- logout: 'Logout',
|
|
|
|
- joinClass: 'Join class',
|
|
|
|
- exam: 'assessment',
|
|
|
|
- vote: 'Vote',
|
|
|
|
- survey: 'Questionnaire'
|
|
|
|
|
|
+ setting: 'Personal Settings',
|
|
|
|
+ logout: 'Log out',
|
|
|
|
+ joinClass: 'Join Course',
|
|
|
|
+ exam: 'Assessment',
|
|
|
|
+ vote: 'Poll',
|
|
|
|
+ survey: 'Survey'
|
|
},
|
|
},
|
|
public: {
|
|
public: {
|
|
- noData: 'No data temporarily',
|
|
|
|
|
|
+ noData: 'No data yet',
|
|
going: 'In progress',
|
|
going: 'In progress',
|
|
finish: 'Ended',
|
|
finish: 'Ended',
|
|
- schoolExam: 'School-level evaluation',
|
|
|
|
- privateExam: 'Personal evaluation',
|
|
|
|
- schoolVote: 'School-level voting',
|
|
|
|
- privateVote: 'Personal vote',
|
|
|
|
- schoolSurvey: 'School Level Questionnaire',
|
|
|
|
- privateSurvey: 'Personal Questionnaire',
|
|
|
|
|
|
+ schoolExam: 'School-level Assessment',
|
|
|
|
+ privateExam: 'Personal Assessment',
|
|
|
|
+ schoolVote: 'School-level Poll',
|
|
|
|
+ privateVote: 'Personal Poll',
|
|
|
|
+ schoolSurvey: 'School-level Survey',
|
|
|
|
+ privateSurvey: 'Personal Survey',
|
|
search: 'Please enter the query content...',
|
|
search: 'Please enter the query content...',
|
|
- notice: '此功能暂未开放!'
|
|
|
|
|
|
+ notice: 'This feature is not yet available!'
|
|
},
|
|
},
|
|
state: [
|
|
state: [
|
|
{
|
|
{
|
|
- type: 'all',
|
|
|
|
- status: 'All activity '
|
|
|
|
|
|
+ type: 'All',
|
|
|
|
+ status: 'All Activity Status'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
type: 'going',
|
|
type: 'going',
|
|
- status: 'Going'
|
|
|
|
|
|
+ status: 'In progress'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
type: 'finish',
|
|
type: 'finish',
|
|
@@ -37,37 +37,37 @@ export default {
|
|
}
|
|
}
|
|
],
|
|
],
|
|
event: {
|
|
event: {
|
|
- allStatus: 'All activity status',
|
|
|
|
|
|
+ allStatus: 'All Activity Status',
|
|
unFinished: 'Unfinished',
|
|
unFinished: 'Unfinished',
|
|
Fineshed: 'Completed',
|
|
Fineshed: 'Completed',
|
|
- Timeout: 'Timeout',
|
|
|
|
- makeupExam: 'Can make up the exam',
|
|
|
|
- makeupHw: 'Can make up',
|
|
|
|
|
|
+ Timeout: 'Overdue',
|
|
|
|
+ makeupExam: 'Can make up this assessment',
|
|
|
|
+ makeupHw: 'Can make up this assignment',
|
|
selectActivity: 'Please select an activity from the list',
|
|
selectActivity: 'Please select an activity from the list',
|
|
- allSubject: 'Comprehensive subjects'
|
|
|
|
|
|
+ allSubject: 'All Subjects'
|
|
},
|
|
},
|
|
- 'settingView-title': 'Personal settings',
|
|
|
|
|
|
+ 'settingView-title': 'Personal Settings',
|
|
'teammodel-account-management': {
|
|
'teammodel-account-management': {
|
|
- 'page-title': 'TeamModel account management',
|
|
|
|
|
|
+ 'page-title': 'Team Model Account Management',
|
|
name: 'Name',
|
|
name: 'Name',
|
|
account: 'Account',
|
|
account: 'Account',
|
|
password: 'Password',
|
|
password: 'Password',
|
|
- phone: 'Mobile phone number',
|
|
|
|
|
|
+ phone: 'Cell phone number',
|
|
'e-mail': 'E-mail',
|
|
'e-mail': 'E-mail',
|
|
binding: 'Binding Management',
|
|
binding: 'Binding Management',
|
|
isbind: 'Bind',
|
|
isbind: 'Bind',
|
|
- unbind: 'Unbind',
|
|
|
|
- save: 'Save settings'
|
|
|
|
|
|
+ unbind: 'Unlink',
|
|
|
|
+ save: 'Save Settings'
|
|
},
|
|
},
|
|
preference: {
|
|
preference: {
|
|
- 'page-title': 'Preferences',
|
|
|
|
- 'UI-theme': 'Interface style settings',
|
|
|
|
|
|
+ 'page-title': 'Preference Settings',
|
|
|
|
+ 'UI-theme': 'Interface Style Settings',
|
|
language: 'Language Setting'
|
|
language: 'Language Setting'
|
|
},
|
|
},
|
|
'change-school': {
|
|
'change-school': {
|
|
- 'page-title': 'Switch school',
|
|
|
|
|
|
+ 'page-title': 'Switch School',
|
|
'current-data-school': 'Current data source school',
|
|
'current-data-school': 'Current data source school',
|
|
- 'Habook-smart-school': 'Habook Smart School'
|
|
|
|
|
|
+ 'Habook-smart-school': 'Habook Smarter School'
|
|
},
|
|
},
|
|
'homeView-title': 'Home page information overview',
|
|
'homeView-title': 'Home page information overview',
|
|
calenderCardTitle: 'Calendar',
|
|
calenderCardTitle: 'Calendar',
|
|
@@ -81,29 +81,29 @@ export default {
|
|
newAddCourse: 'The latest addition: Elective Mathematics (2)',
|
|
newAddCourse: 'The latest addition: Elective Mathematics (2)',
|
|
missionListCardTitle: 'Activity Task List',
|
|
missionListCardTitle: 'Activity Task List',
|
|
missionListCardLoading: 'Loading',
|
|
missionListCardLoading: 'Loading',
|
|
- missionListCardReachBottom: 'It the bottom, no activity! ',
|
|
|
|
|
|
+ missionListCardReachBottom: 'Already the bottom, no more activities! ',
|
|
myProgressBar: {
|
|
myProgressBar: {
|
|
- tasksCompletionRate: 'Activity task completion rate',
|
|
|
|
- selfStudyClickRate: 'Self-study textbook click rate'
|
|
|
|
|
|
+ tasksCompletionRate: 'Activity Task Completion Rate',
|
|
|
|
+ selfStudyClickRate: 'Self-study Teaching Material Click Rate'
|
|
},
|
|
},
|
|
chartNames: [
|
|
chartNames: [
|
|
'Average self-study time',
|
|
'Average self-study time',
|
|
'Curve of self-study hours per month in this semester',
|
|
'Curve of self-study hours per month in this semester',
|
|
- 'Last month I compared the number of activities I participated in with my grade',
|
|
|
|
- 'Comparison of the average daily self-study time and the whole year level',
|
|
|
|
|
|
+ 'Comparison of my activity participation with my grade last month',
|
|
|
|
+ 'Comparison of the average daily self-study time and the whole grade',
|
|
'Percentage of participation time of various activities and tasks this month',
|
|
'Percentage of participation time of various activities and tasks this month',
|
|
- 'Self-study activity'
|
|
|
|
|
|
+ 'Self-study Active Degree'
|
|
],
|
|
],
|
|
studyTimeChart: {
|
|
studyTimeChart: {
|
|
averageTime: 'minutes/day',
|
|
averageTime: 'minutes/day',
|
|
xAxisData: [
|
|
xAxisData: [
|
|
- 'day',
|
|
|
|
- 'One',
|
|
|
|
- 'two',
|
|
|
|
- 'three',
|
|
|
|
- 'four',
|
|
|
|
- 'Fives',
|
|
|
|
- 'six'
|
|
|
|
|
|
+ 'Sunday',
|
|
|
|
+ 'Monday',
|
|
|
|
+ 'Tuesday',
|
|
|
|
+ 'Wednesday',
|
|
|
|
+ 'Thursday',
|
|
|
|
+ 'Friday',
|
|
|
|
+ 'Saturday'
|
|
]
|
|
]
|
|
},
|
|
},
|
|
splineSreaChart: {
|
|
splineSreaChart: {
|
|
@@ -121,135 +121,135 @@ export default {
|
|
'I (third grade)',
|
|
'I (third grade)',
|
|
'Third grade',
|
|
'Third grade',
|
|
'second grade',
|
|
'second grade',
|
|
- 'Year Grade'
|
|
|
|
|
|
+ 'First Grade'
|
|
],
|
|
],
|
|
stackType: [
|
|
stackType: [
|
|
- 'operation',
|
|
|
|
|
|
+ 'Assignment',
|
|
'Assessment',
|
|
'Assessment',
|
|
'Pre-class preview',
|
|
'Pre-class preview',
|
|
- 'vote'
|
|
|
|
|
|
+ 'Poll'
|
|
]
|
|
]
|
|
},
|
|
},
|
|
twoLineChart: {
|
|
twoLineChart: {
|
|
xAxisData: [
|
|
xAxisData: [
|
|
- 'day',
|
|
|
|
- 'ㄧ',
|
|
|
|
- 'two',
|
|
|
|
- 'three',
|
|
|
|
- 'four',
|
|
|
|
- 'Fives',
|
|
|
|
- 'six'
|
|
|
|
|
|
+ 'Sunday',
|
|
|
|
+ 'Monday',
|
|
|
|
+ 'Tuesday',
|
|
|
|
+ 'Wednesday',
|
|
|
|
+ 'Thursday',
|
|
|
|
+ 'Friday',
|
|
|
|
+ 'Saturday'
|
|
]
|
|
]
|
|
},
|
|
},
|
|
eventPieChart: {
|
|
eventPieChart: {
|
|
partType: [
|
|
partType: [
|
|
- 'operation',
|
|
|
|
|
|
+ 'Assignment',
|
|
'Assessment',
|
|
'Assessment',
|
|
'Pre-class preview',
|
|
'Pre-class preview',
|
|
- 'vote'
|
|
|
|
|
|
+ 'Poll'
|
|
]
|
|
]
|
|
},
|
|
},
|
|
studyHeatMap: {
|
|
studyHeatMap: {
|
|
xAxisData: [
|
|
xAxisData: [
|
|
- 'ㄧ',
|
|
|
|
- 'two',
|
|
|
|
- 'three',
|
|
|
|
- 'four',
|
|
|
|
- 'Fives'
|
|
|
|
|
|
+ 'Monday',
|
|
|
|
+ 'Tuesday',
|
|
|
|
+ 'Wednesday',
|
|
|
|
+ 'Thursday',
|
|
|
|
+ 'Friday'
|
|
]
|
|
]
|
|
},
|
|
},
|
|
- latestNotification: 'Latest notification',
|
|
|
|
|
|
+ latestNotification: 'Latest Notification',
|
|
postAt: 'Posted on',
|
|
postAt: 'Posted on',
|
|
'______________': '______________',
|
|
'______________': '______________',
|
|
- 'eventView-title': '活动任务',
|
|
|
|
- nextTask: '下个活动',
|
|
|
|
- allStatus: '所有活动状态',
|
|
|
|
- unFinished: '未完成',
|
|
|
|
- Fineshed: '已完成',
|
|
|
|
- Timeout: '已逾时',
|
|
|
|
- makeupExam: '可补考',
|
|
|
|
- makeupHW: '可补交',
|
|
|
|
- empty: '目前无资料 ~',
|
|
|
|
|
|
+ 'eventView-title': 'Activity Task',
|
|
|
|
+ nextTask: 'Next Activity',
|
|
|
|
+ allStatus: 'All Activity Status',
|
|
|
|
+ unFinished: 'Unfinished',
|
|
|
|
+ Fineshed: 'Completed',
|
|
|
|
+ Timeout: 'Overdue',
|
|
|
|
+ makeupExam: 'Can make up this assessment',
|
|
|
|
+ makeupHW: 'Can make up this assignment',
|
|
|
|
+ empty: 'No information yet ~',
|
|
baseInfo: {
|
|
baseInfo: {
|
|
- subject: '科目:',
|
|
|
|
- teacher: '教师:',
|
|
|
|
- period: '活动期限:',
|
|
|
|
- postTime: '发布时间:',
|
|
|
|
- classTime: '上课时间',
|
|
|
|
- unFinished: '未完成',
|
|
|
|
- Fineshed: '已完成',
|
|
|
|
- Closed: '已结束'
|
|
|
|
|
|
+ subject: 'Subject:',
|
|
|
|
+ teacher: 'Teacher:',
|
|
|
|
+ period: 'Activity Duration:',
|
|
|
|
+ postTime: 'Start Time:',
|
|
|
|
+ classTime: 'Class time',
|
|
|
|
+ unFinished: 'Unfinished',
|
|
|
|
+ Fineshed: 'Completed',
|
|
|
|
+ Closed: 'Ended'
|
|
},
|
|
},
|
|
billboard: {
|
|
billboard: {
|
|
- description: '描述',
|
|
|
|
- referlink: '连结资料',
|
|
|
|
- attachment: '附件',
|
|
|
|
- reference: '参考资料'
|
|
|
|
|
|
+ description: 'Description',
|
|
|
|
+ referlink: 'Linking information',
|
|
|
|
+ attachment: 'Annexes',
|
|
|
|
+ reference: 'References'
|
|
},
|
|
},
|
|
preview: {
|
|
preview: {
|
|
- checkpoint: '活动任务',
|
|
|
|
- tutorial: '编序教材',
|
|
|
|
- multiQues: '多题闯关模组',
|
|
|
|
|
|
+ checkpoint: 'Activity Task',
|
|
|
|
+ tutorial: 'Sequential teaching materials',
|
|
|
|
+ multiQues: 'Multiple-Questions Level Challange Module',
|
|
previewContent: {
|
|
previewContent: {
|
|
- tutorial: '教材',
|
|
|
|
- Des: '内容',
|
|
|
|
- Unit: '单元',
|
|
|
|
- quiz: '随堂考'
|
|
|
|
|
|
+ tutorial: 'Teaching Material',
|
|
|
|
+ Des: 'Content',
|
|
|
|
+ Unit: 'Unit',
|
|
|
|
+ quiz: 'Quiz'
|
|
},
|
|
},
|
|
- previous: '上一题',
|
|
|
|
- next: '下一题',
|
|
|
|
- sentAns: '送出答案',
|
|
|
|
- tryAgain: '详读教材,再试一次',
|
|
|
|
- nextUnit: '下一单元',
|
|
|
|
- goHome: '回到首页',
|
|
|
|
- quizRetries: '测验重试次数',
|
|
|
|
- crossUnitHint: '上个单元测验尚未完成,请先完成方可进行本单元测验',
|
|
|
|
- timeoutHint: '课前预习活动时间已结束,仍可进行教材阅读与练习,如于结束时间前未完成,相关成绩可能受到影响。'
|
|
|
|
|
|
+ previous: 'Previous Question',
|
|
|
|
+ next: 'Next Question',
|
|
|
|
+ sentAns: 'Send the answers',
|
|
|
|
+ tryAgain: 'Read the teaching material in detail and try again',
|
|
|
|
+ nextUnit: 'Next Unit',
|
|
|
|
+ goHome: 'Back to home page',
|
|
|
|
+ quizRetries: 'Number of assessment retries',
|
|
|
|
+ crossUnitHint: 'Please complete the previous unit assessment before taking this unit assessment.',
|
|
|
|
+ timeoutHint: 'The pre-class preview activity time is over, you can still read and practice the teaching material. If not completed by the end time, the related grade may be affected.'
|
|
},
|
|
},
|
|
vote: {
|
|
vote: {
|
|
- bollotbox: 'Voting area',
|
|
|
|
- submit: 'OK to submit',
|
|
|
|
|
|
+ bollotbox: 'Polling Area',
|
|
|
|
+ submit: 'Confirmed to send',
|
|
reVote: 'Vote again',
|
|
reVote: 'Vote again',
|
|
- voteSuccess: 'Vote successful',
|
|
|
|
- voteDes: 'After the event is over, you can view everyone vote results',
|
|
|
|
- timeoutHint: 'Voting time has passed, no more voting, please pay attention to the teacher release of the voting results! ',
|
|
|
|
- voteResult: 'The result of this vote is:',
|
|
|
|
|
|
+ voteSuccess: 'Vote successfully',
|
|
|
|
+ voteDes: "After the event, you can view the results of everyone's votes",
|
|
|
|
+ timeoutHint: 'Polling time has passed, no more voting. Please pay attention to the teacher for the results! ',
|
|
|
|
+ voteResult: 'The result of this poll is:',
|
|
voteDesDefault: 'Please choose a desired plan:',
|
|
voteDesDefault: 'Please choose a desired plan:',
|
|
- tickets: 'ticket',
|
|
|
|
|
|
+ tickets: 'vote(s)',
|
|
surplusTickets: 'Remaining votes',
|
|
surplusTickets: 'Remaining votes',
|
|
submitBVote: 'Submit to vote',
|
|
submitBVote: 'Submit to vote',
|
|
- note: 'Please select at least one option before you vote! ',
|
|
|
|
- warning: 'Voting failed, please check the voting information! ',
|
|
|
|
|
|
+ note: 'Please select at least one option before voting! ',
|
|
|
|
+ warning: 'Voting failed, please check the polling information! ',
|
|
warning2: 'The maximum number of votes has been exceeded! ',
|
|
warning2: 'The maximum number of votes has been exceeded! ',
|
|
- voteRes: 'Voting results',
|
|
|
|
- voteRecord: 'Vote Record',
|
|
|
|
- voteTime: '投票时间',
|
|
|
|
- noData: '暂无投票结果数据',
|
|
|
|
- option: '选项',
|
|
|
|
|
|
+ voteRes: 'Polling Result',
|
|
|
|
+ voteRecord: 'Poll Record',
|
|
|
|
+ voteTime: 'Poll Duration',
|
|
|
|
+ noData: 'No polling result data yet',
|
|
|
|
+ option: 'Options',
|
|
},
|
|
},
|
|
homework: {
|
|
homework: {
|
|
- homeworkUpload: 'Job upload area',
|
|
|
|
- homeworkUoloadBtn: 'Upload job',
|
|
|
|
|
|
+ homeworkUpload: 'Assignment Upload Area',
|
|
|
|
+ homeworkUoloadBtn: 'Upload Assignment',
|
|
homeworkReUoloadBtn: 'Re-upload',
|
|
homeworkReUoloadBtn: 'Re-upload',
|
|
- CommentClassmatesHomeworkBtn: 'Classmates homework observation and mutual evaluation',
|
|
|
|
- uploadSuccess: 'Upload successful',
|
|
|
|
- uploadDes: 'After the activity is over, you can view the homework score comments',
|
|
|
|
- timeoutHint: 'The homework upload time has ended. The homework score will be calculated as 0 points, or wait for the teacher to open it up. ',
|
|
|
|
- contentPage: 'Job content',
|
|
|
|
- scorePage: 'Score Comment',
|
|
|
|
- score: 'Teacher score',
|
|
|
|
- classmatesComments: 'Classmates give comments',
|
|
|
|
|
|
+ CommentClassmatesHomeworkBtn: "Classmates' assignment observation and mutual evaluation",
|
|
|
|
+ uploadSuccess: 'Upload successfully',
|
|
|
|
+ uploadDes: 'After the activity is over, you can view the assignment 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.',
|
|
|
|
+ contentPage: 'Assignment Content',
|
|
|
|
+ scorePage: 'Score and Comment',
|
|
|
|
+ score: 'Score From Teacher',
|
|
|
|
+ classmatesComments: 'Score From Classmates',
|
|
comment: 'Give a comment: '
|
|
comment: 'Give a comment: '
|
|
},
|
|
},
|
|
classmatesComment: {
|
|
classmatesComment: {
|
|
- title: 'Classmates homework observation and mutual evaluation',
|
|
|
|
- seatNo: 'seat number',
|
|
|
|
|
|
+ title: "Classmates' assignment observation and mutual evaluation",
|
|
|
|
+ seatNo: 'Seat Number',
|
|
name: 'Name',
|
|
name: 'Name',
|
|
- star: 'star',
|
|
|
|
|
|
+ star: 'Star',
|
|
comment: 'Give a comment',
|
|
comment: 'Give a comment',
|
|
- preview: 'Operation preview: file name',
|
|
|
|
|
|
+ preview: 'Assignment Preview: File Name',
|
|
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',
|
|
inputSomething: 'Input comments and other suggestions',
|
|
inputSomething: 'Input comments and other suggestions',
|
|
previous: 'Previous',
|
|
previous: 'Previous',
|
|
@@ -257,117 +257,117 @@ export default {
|
|
submitBtn: 'Submit'
|
|
submitBtn: 'Submit'
|
|
},
|
|
},
|
|
exam: {
|
|
exam: {
|
|
- examLink: 'test paper link',
|
|
|
|
- isSubject: 'Subject paper',
|
|
|
|
- subjectNow: 'Current subject',
|
|
|
|
- examData: 'evaluation content',
|
|
|
|
- gradeReport: 'Score report',
|
|
|
|
|
|
+ examLink: 'Exam File Link',
|
|
|
|
+ isSubject: 'Subject Exam File',
|
|
|
|
+ subjectNow: 'Current Subject',
|
|
|
|
+ examData: 'Assessment Content',
|
|
|
|
+ gradeReport: 'Grade Report',
|
|
gradeAnalyse: 'Score Analysis',
|
|
gradeAnalyse: 'Score Analysis',
|
|
queType: {
|
|
queType: {
|
|
- single: 'Single choice question',
|
|
|
|
- multiply: 'Multiple Choice Questions',
|
|
|
|
- judge: 'Judgement question',
|
|
|
|
- complete: 'Fill in the blanks',
|
|
|
|
- subjective: 'Question and Answer Question',
|
|
|
|
- compose: 'Comprehensive questions',
|
|
|
|
- correct: 'Correct the wrong question',
|
|
|
|
- connector: 'Connection question'
|
|
|
|
|
|
+ single: 'Single Answer Question',
|
|
|
|
+ multiply: 'Multiple Answers Question',
|
|
|
|
+ judge: 'True-false Question',
|
|
|
|
+ complete: 'Cloze Question',
|
|
|
|
+ subjective: 'Short Answer Question',
|
|
|
|
+ compose: 'Integrated Questions',
|
|
|
|
+ correct: 'Correcting Question',
|
|
|
|
+ connector: 'Matching Question'
|
|
},
|
|
},
|
|
submitSuccess: 'The answer information was submitted successfully! ',
|
|
submitSuccess: 'The answer information was submitted successfully! ',
|
|
- submitFail: 'Failed to save the answer information! ',
|
|
|
|
- msgWarning: 'The answer message is wrong! ',
|
|
|
|
|
|
+ submitFail: 'Failed to submit the answer information! ',
|
|
|
|
+ msgWarning: 'Error in answer data! ',
|
|
testpop: {
|
|
testpop: {
|
|
title: 'Assessment',
|
|
title: 'Assessment',
|
|
completion: 'Completion degree',
|
|
completion: 'Completion degree',
|
|
practiceMode: 'Practice Mode',
|
|
practiceMode: 'Practice Mode',
|
|
- all: 'Practice all',
|
|
|
|
- onlywrong: 'Only practice the wrong answer',
|
|
|
|
- questions: 'The question',
|
|
|
|
- submitted: 'Submission of paper',
|
|
|
|
- submitted1: "结束练习",
|
|
|
|
|
|
+ all: 'Practice All',
|
|
|
|
+ onlywrong: 'Only practice the incorrectly answered',
|
|
|
|
+ questions: 'questions',
|
|
|
|
+ submitted: 'Submit Answer',
|
|
|
|
+ submitted1: "End The Practice",
|
|
finish: 'Completed',
|
|
finish: 'Completed',
|
|
- showAns: 'Show answers',
|
|
|
|
|
|
+ showAns: 'Show the answer',
|
|
hideAns: 'Hide the answer',
|
|
hideAns: 'Hide the answer',
|
|
- hint: 'Key hint',
|
|
|
|
- previous: 'Previous question',
|
|
|
|
- next: 'Next question',
|
|
|
|
- myAnswerSheet: 'My Answer Sheet',
|
|
|
|
- exitQuizhint: 'Leave Quiz Prompt',
|
|
|
|
- exitQuizhintDe: 'The system has detected that you have not yet "turned in", if you choose "OK",',
|
|
|
|
- exitQuizhintDes: 'The current answer will not be saved, and the test will need to be re-tested next time',
|
|
|
|
|
|
+ hint: 'Key Hint',
|
|
|
|
+ previous: 'Previous Question',
|
|
|
|
+ next: 'Next Question',
|
|
|
|
+ myAnswerSheet: 'My Answer Card',
|
|
|
|
+ exitQuizhint: 'Leave Assessment Reminder',
|
|
|
|
+ exitQuizhintDe: 'The system has detected that you have not yet "submit your answers", if you choose "OK",',
|
|
|
|
+ exitQuizhintDes: 'the current answer will not be saved, and the assessment will need to be retaken next time.',
|
|
cancel: 'Cancel',
|
|
cancel: 'Cancel',
|
|
ok: 'OK',
|
|
ok: 'OK',
|
|
- submitQuizhint: 'Reminder for submission of papers',
|
|
|
|
- submitQuizhintDes1: 'At present, you have completed the system test. Are you sure to submit the paper? ',
|
|
|
|
|
|
+ submitQuizhint: 'Reminder for submission of answers',
|
|
|
|
+ submitQuizhintDes1: 'The system has detected that you have completed all questions. Are you sure to submit your answers? ',
|
|
check: 'No, need to check again',
|
|
check: 'No, need to check again',
|
|
conAnswer0: 'Currently you have',
|
|
conAnswer0: 'Currently you have',
|
|
- conAnswer1: 'The question is not answered (check the answer card in detail)',
|
|
|
|
|
|
+ conAnswer1: 'question(s) not answered (check the answer card for detail)',
|
|
conAnswer2: ', please complete the question first! ',
|
|
conAnswer2: ', please complete the question first! ',
|
|
conAnswer: 'Continue to answer',
|
|
conAnswer: 'Continue to answer',
|
|
- okSubmit: 'Confirm to submit the paper',
|
|
|
|
- exitWrong: "离开错题练习提示",
|
|
|
|
- exitWrongDe: "系统检测您尚未「结束练习」,如您选择「确定」,",
|
|
|
|
- exitWrongDes: "则目前作答将不保存,下次需重新练习",
|
|
|
|
- endPractice: "结束练习提示",
|
|
|
|
- endPracticeDe: "是否继续练习?",
|
|
|
|
- endPracticeBtn1: "继续练习",
|
|
|
|
- endPracticeBtn2: "结束练习",
|
|
|
|
- qNo: 'Question number:',
|
|
|
|
- correction: 'right',
|
|
|
|
- queNo: 'Title:',
|
|
|
|
- myAns: 'My answer:'
|
|
|
|
|
|
+ okSubmit: 'Confirm to submit your answers',
|
|
|
|
+ exitWrong: "Leave Incorrectly Answered Questions Practice Reminder",
|
|
|
|
+ exitWrongDe: 'The system detects that you have not yet "End practicing", if you select "OK",',
|
|
|
|
+ exitWrongDes: "the current answer will not be saved, and you need to practice again next time.",
|
|
|
|
+ endPractice: "End Practice Reminder",
|
|
|
|
+ endPracticeDe: "Do you want to continue practicing?",
|
|
|
|
+ endPracticeBtn1: "Continue practicing",
|
|
|
|
+ endPracticeBtn2: "End practicing",
|
|
|
|
+ qNo: 'Question Number:',
|
|
|
|
+ correction: 'Correct Answer',
|
|
|
|
+ queNo: 'Question:',
|
|
|
|
+ myAns: 'My Answer:'
|
|
},
|
|
},
|
|
report: {
|
|
report: {
|
|
anwser: 'Go to answer',
|
|
anwser: 'Go to answer',
|
|
- noRes: 'Results have not been settled',
|
|
|
|
- getScore: 'Number of score questions',
|
|
|
|
- answerBack: 'Review of the review and answer',
|
|
|
|
- right: 'Answer right',
|
|
|
|
- wrong: 'Wrong answer',
|
|
|
|
- noScore: 'Not scored',
|
|
|
|
- ansRes: 'result of answer',
|
|
|
|
- testAns: 'reference answer',
|
|
|
|
- testAnalyse: 'Analyze',
|
|
|
|
- repairSource: 'remediation resource',
|
|
|
|
- noAns: 'No answer',
|
|
|
|
- linkSource: 'Network Resources',
|
|
|
|
- noSource: 'No resource temporarily',
|
|
|
|
|
|
+ noRes: 'Results are not yet calculated.',
|
|
|
|
+ getScore: 'Number of scored questions',
|
|
|
|
+ answerBack: 'Review of answering',
|
|
|
|
+ right: 'Answer Correctly',
|
|
|
|
+ wrong: 'Answer Incorrectly',
|
|
|
|
+ noScore: 'Not Gradedd',
|
|
|
|
+ ansRes: 'Answering Result',
|
|
|
|
+ testAns: 'Reference Answer',
|
|
|
|
+ testAnalyse: 'Explanation',
|
|
|
|
+ repairSource: 'Remediation Resource',
|
|
|
|
+ noAns: 'Not Answered',
|
|
|
|
+ linkSource: 'Internet Resources',
|
|
|
|
+ noSource: 'No resource yet',
|
|
fileSource: 'File Resource',
|
|
fileSource: 'File Resource',
|
|
- fileView: 'File Preview',
|
|
|
|
|
|
+ fileView: 'Preview File',
|
|
noReview: 'This file does not support preview, please download and view! ',
|
|
noReview: 'This file does not support preview, please download and view! ',
|
|
- pdfErr: 'pdf loading failed',
|
|
|
|
- noAnalyse: 'No analysis yet',
|
|
|
|
- wrongPractice: '错题练习',
|
|
|
|
|
|
+ pdfErr: 'Failed to load PDF',
|
|
|
|
+ noAnalyse: 'No explanation yet',
|
|
|
|
+ wrongPractice: 'Incorrectly Answered Questions Practice',
|
|
},
|
|
},
|
|
- timeoutHint: 'The evaluation activity time has ended. Overtime will be calculated as 0 points, or wait for the teacher to open the make-up exam. ',
|
|
|
|
- contentPage: 'Review content',
|
|
|
|
- scorePage: 'Score report',
|
|
|
|
- practiceHint: 'Assessment activity time has ended, you can still click on the test paper link to continue practicing. ',
|
|
|
|
- performance: 'Score performance',
|
|
|
|
|
|
+ timeoutHint: 'The assessment activity has ended. Overdue will be calculated as 0 points, or wait for the teacher to allow make-ups.',
|
|
|
|
+ contentPage: 'Assessment Content',
|
|
|
|
+ scorePage: 'Grade Report',
|
|
|
|
+ practiceHint: 'The assessment activity has ended, you can still click on the exam file link to continue practicing.',
|
|
|
|
+ performance: 'Score Performance',
|
|
reviewAnswers: 'Review of answering status',
|
|
reviewAnswers: 'Review of answering status',
|
|
- Chinese: '国文',
|
|
|
|
|
|
+ Chinese: 'Language',
|
|
Math: 'Mathematics',
|
|
Math: 'Mathematics',
|
|
English: 'English',
|
|
English: 'English',
|
|
score: 'Score',
|
|
score: 'Score',
|
|
difficulty: 'Comprehensive difficulty of exam questions',
|
|
difficulty: 'Comprehensive difficulty of exam questions',
|
|
- average: 'Class average score',
|
|
|
|
- rightNum: 'The number of my correct answers',
|
|
|
|
|
|
+ average: 'Class Average Score',
|
|
|
|
+ rightNum: 'My number of correctly answered questions',
|
|
smartComment: 'Smart Comment',
|
|
smartComment: 'Smart Comment',
|
|
- keypoint: 'Recommended knowledge points for review:',
|
|
|
|
|
|
+ keypoint: 'Recommended key concepts for review:',
|
|
chart: {
|
|
chart: {
|
|
scoreDistribution: 'Assessment score distribution map',
|
|
scoreDistribution: 'Assessment score distribution map',
|
|
- participant: 'Number of candidates:',
|
|
|
|
- student: 'person',
|
|
|
|
- keyPointPerformance: 'Knowledge point performance radar chart',
|
|
|
|
- me: 'personal',
|
|
|
|
- participantClass: '全班',
|
|
|
|
- participantAverage: 'The whole school',
|
|
|
|
|
|
+ participant: 'Number of examinees:',
|
|
|
|
+ student: 'people',
|
|
|
|
+ keyPointPerformance: 'Key Concept performance radar chart',
|
|
|
|
+ me: 'Personal',
|
|
|
|
+ participantClass: 'Whole Class',
|
|
|
|
+ participantAverage: 'Whole School',
|
|
recognizePerformance: 'Cognitive Level Radar Chart'
|
|
recognizePerformance: 'Cognitive Level Radar Chart'
|
|
},
|
|
},
|
|
studentScore: {
|
|
studentScore: {
|
|
examName: 'Exam Name',
|
|
examName: 'Exam Name',
|
|
examType: 'Exam Type',
|
|
examType: 'Exam Type',
|
|
- stableIndex: 'Learning stability coefficient',
|
|
|
|
|
|
+ stableIndex: 'Learning Stability Coefficient',
|
|
name: 'Name',
|
|
name: 'Name',
|
|
stuNo: 'Student ID',
|
|
stuNo: 'Student ID',
|
|
class: 'Class',
|
|
class: 'Class',
|
|
@@ -377,91 +377,90 @@ export default {
|
|
gAverages: 'Grade Average Score',
|
|
gAverages: 'Grade Average Score',
|
|
aAverages: 'District average score',
|
|
aAverages: 'District average score',
|
|
cIndex: 'Class Ranking',
|
|
cIndex: 'Class Ranking',
|
|
- gIndex: 'grade ranking',
|
|
|
|
- aIndex: 'District rank',
|
|
|
|
- onLine: 'Whether to enter the line',
|
|
|
|
|
|
+ gIndex: 'Grade Ranking',
|
|
|
|
+ aIndex: 'District Ranking',
|
|
|
|
+ onLine: 'Meet the target or not?',
|
|
subject: 'Subject',
|
|
subject: 'Subject',
|
|
- score: 'Personal score',
|
|
|
|
- cAverage: 'Class average',
|
|
|
|
|
|
+ score: 'Personal Score',
|
|
|
|
+ cAverage: 'Class Average',
|
|
gAverage: 'Grade Average',
|
|
gAverage: 'Grade Average',
|
|
- aAverage: 'District average',
|
|
|
|
- rAns: 'Number of correct answers',
|
|
|
|
- wAns: 'Number of wrong answers',
|
|
|
|
- comIndex: 'comprehensive difficulty',
|
|
|
|
|
|
+ aAverage: 'District Average',
|
|
|
|
+ rAns: 'Number of correctly answered questions',
|
|
|
|
+ wAns: 'Number of incorrectly answered questions',
|
|
|
|
+ comIndex: 'Comprehensive Difficulty',
|
|
objItem: 'Objective',
|
|
objItem: 'Objective',
|
|
subItem: 'Subjective',
|
|
subItem: 'Subjective',
|
|
- subjects: 'Subjects',
|
|
|
|
- item: 'Title',
|
|
|
|
- objItems: 'Objective questions',
|
|
|
|
- subItems: 'Subjective questions',
|
|
|
|
|
|
+ subjects: 'Subject',
|
|
|
|
+ item: 'Question',
|
|
|
|
+ objItems: 'Objective Questions',
|
|
|
|
+ subItems: 'Subjective Questions',
|
|
itemIndex: 'Question Number',
|
|
itemIndex: 'Question Number',
|
|
- standardIndex: 'standard answer/partition points',
|
|
|
|
- stuAnsIndex: 'Student answer/score',
|
|
|
|
- notice: '【-】--correct answer, 【#】--no answer, 【?】--multiple choice question',
|
|
|
|
- gradeErr: 'The grade information is wrong! '
|
|
|
|
|
|
+ standardIndex: 'Standard Answer/Assigned Point(s)',
|
|
|
|
+ stuAnsIndex: 'Student Answer/Point(s)',
|
|
|
|
+ notice: '【-】--correctly answered, 【#】--not answered, 【?】--multiple choice question',
|
|
|
|
+ gradeErr: 'Error in score data!'
|
|
},
|
|
},
|
|
- 'correctAnswer': 'correct answer',
|
|
|
|
- wrongAnswer: 'Wrong answer',
|
|
|
|
- unAnswered: 'Unanswered',
|
|
|
|
|
|
+ 'correctAnswer': 'Correctly Answered',
|
|
|
|
+ wrongAnswer: 'Incorrectly Answered',
|
|
|
|
+ unAnswered: 'Not Answered',
|
|
solution: 'Solution',
|
|
solution: 'Solution',
|
|
- analysis: 'Analysis',
|
|
|
|
- correctRate: 'correct answer rate',
|
|
|
|
|
|
+ analysis: 'Explanation',
|
|
|
|
+ correctRate: 'Correctly Answered Rate',
|
|
relatedAQues: 'Related Questions',
|
|
relatedAQues: 'Related Questions',
|
|
- answer: '作答',
|
|
|
|
- inputAnswers: '请输入作答结果',
|
|
|
|
- emput: '空'
|
|
|
|
|
|
+ answer: 'Answer',
|
|
|
|
+ inputAnswers: 'Please enter the answer result',
|
|
|
|
+ emput: 'Empty'
|
|
},
|
|
},
|
|
queNaire: {
|
|
queNaire: {
|
|
- submitSuccess: '提交成功',
|
|
|
|
- overTime: '不在作答时间范围内!',
|
|
|
|
- answerErr: '作答数据错误!',
|
|
|
|
- fileErr: '问卷获取失败!'
|
|
|
|
|
|
+ submitSuccess: 'Submitted successfully',
|
|
|
|
+ overTime: 'Not in the answer duration!',
|
|
|
|
+ answerErr: 'Error in answer data!',
|
|
|
|
+ fileErr: 'Failed to obtain the survey!'
|
|
},
|
|
},
|
|
- 'informview-title': 'Notification overview',
|
|
|
|
|
|
+ 'informview-title': 'Notification Overview',
|
|
view: 'Go to view',
|
|
view: 'Go to view',
|
|
read: 'Read',
|
|
read: 'Read',
|
|
- 'studyview-title': 'self-study',
|
|
|
|
- 'hiteachview-title': 'HiTeach class record',
|
|
|
|
|
|
+ 'studyview-title': 'Self-directed Learning',
|
|
|
|
+ 'hiteachview-title': 'HiTeach Lesson Record',
|
|
hiteachNote: {
|
|
hiteachNote: {
|
|
- material: 'Class content',
|
|
|
|
|
|
+ material: 'Lesson Content',
|
|
classInteractionRecord: 'Class Interaction Record',
|
|
classInteractionRecord: 'Class Interaction Record',
|
|
- qA: 'Quick and answer',
|
|
|
|
- qAMulti: 'Quick and answer (multiple choice)',
|
|
|
|
- reference: 'Reference answer',
|
|
|
|
|
|
+ qA: 'Pop Quiz',
|
|
|
|
+ qAMulti: 'Pop Quiz (multiple answers)',
|
|
|
|
+ reference: 'Reference Answer',
|
|
correct: 'The answer is correct',
|
|
correct: 'The answer is correct',
|
|
- groupQAMulti: 'Group QAMulti (multiple choice)',
|
|
|
|
- poImg: 'The teacher pushed a picture from Hitach:',
|
|
|
|
- link: 'Share link'
|
|
|
|
|
|
+ groupQAMulti: 'Group Pop Quiz (multiple answers)',
|
|
|
|
+ poImg: 'The teacher send a picture from HiTeach:',
|
|
|
|
+ link: 'Share Link'
|
|
},
|
|
},
|
|
'courseList-title': 'My Course List',
|
|
'courseList-title': 'My Course List',
|
|
- defaultClass: 'standard courses',
|
|
|
|
- tempClass: 'temporary class',
|
|
|
|
|
|
+ defaultClass: 'Scheduled Course',
|
|
|
|
+ tempClass: 'Temporary Course',
|
|
courseContent: {
|
|
courseContent: {
|
|
baseInfo: 'Basic Information',
|
|
baseInfo: 'Basic Information',
|
|
description: 'Course Overview',
|
|
description: 'Course Overview',
|
|
classmates: 'Classmates list',
|
|
classmates: 'Classmates list',
|
|
classID: 'Course Code',
|
|
classID: 'Course Code',
|
|
classTime: 'Class Time',
|
|
classTime: 'Class Time',
|
|
- classroom: 'Classroom',
|
|
|
|
- teacher: 'Teaching teacher',
|
|
|
|
- 'co-teacher': 'co-teacher',
|
|
|
|
- addedTime: 'Join the course date',
|
|
|
|
- syllabus: 'Syllabus overview',
|
|
|
|
- seatNo: 'seat number',
|
|
|
|
|
|
+ classroom: 'Instructor',
|
|
|
|
+ 'co-teacher': 'Co-teacher',
|
|
|
|
+ addedTime: 'Join Course Date',
|
|
|
|
+ syllabus: 'Syllabus Overview',
|
|
|
|
+ seatNo: 'Seat Number',
|
|
name: 'Name',
|
|
name: 'Name',
|
|
group: 'Group'
|
|
group: 'Group'
|
|
},
|
|
},
|
|
- 'calendar-title': 'Calendar-Second semester of 109 school year',
|
|
|
|
|
|
+ 'calendar-title': 'Calendar-Second semester of 2020 school year',
|
|
today: 'Today',
|
|
today: 'Today',
|
|
- importEvent: 'Campus Class Important Events',
|
|
|
|
- deadlineTasks: 'Deadline activity tasks',
|
|
|
|
- schedule: 'Schedule scheduled',
|
|
|
|
|
|
+ importEvent: 'Important School/Class Matters',
|
|
|
|
+ deadlineTasks: 'Ending Activity Tasks',
|
|
|
|
+ schedule: 'Class Schedule ',
|
|
des: 'Description',
|
|
des: 'Description',
|
|
time: 'Time',
|
|
time: 'Time',
|
|
place: 'Location',
|
|
place: 'Location',
|
|
course: 'Course',
|
|
course: 'Course',
|
|
mockcourses: ['Reading and Writing', 'English Presentation', 'Special Experiments on Electronic Circuits', 'Introduction to Computers', 'Microprocessor Experiments'],
|
|
mockcourses: ['Reading and Writing', 'English Presentation', 'Special Experiments on Electronic Circuits', 'Introduction to Computers', 'Microprocessor Experiments'],
|
|
- importEventTitle: 'Campus Class Important Events',
|
|
|
|
- Thatday: 'The day',
|
|
|
|
- deadlineTasksTitle: 'Activity tasks are not completed at the end of the day'
|
|
|
|
|
|
+ importEventTitle: 'Important School/Class Matters',
|
|
|
|
+ Thatday: 'Today',
|
|
|
|
+ deadlineTasksTitle: 'Incomplete activity tasks ending today'
|
|
}
|
|
}
|