|
@@ -337,45 +337,45 @@ export default {
|
|
|
parseErr: 'Failed to parse login information',
|
|
|
cusLabel: 'Course:',
|
|
|
toTeammodel: 'Go to TEAM Model Cloud now!>>>',
|
|
|
- repJoin: '您已經加入課程名單,無需重複加入!',
|
|
|
- joinPErr: '參數异常'
|
|
|
+ repJoin: 'You are already on the course list, no need to join again!',
|
|
|
+ joinPErr: 'Parameter Abnormal'
|
|
|
},
|
|
|
|
|
|
//ClassRecord.vue
|
|
|
rcd: {
|
|
|
- ctime: '上課時間:',
|
|
|
- rtn: '返回',
|
|
|
- rcdLabel: '互動記錄',
|
|
|
- enote: '電子筆記',
|
|
|
- sokrateRpt: '蘇格拉底報告',
|
|
|
- dataCount: '數據統計',
|
|
|
- allRcd: '所有記錄',
|
|
|
- qustion: '即問即答',
|
|
|
- message: '飛訊',
|
|
|
- image: '圖片',
|
|
|
- file: '附件',
|
|
|
- link: '超鏈接',
|
|
|
- cw: '課件第',
|
|
|
- page: '頁',
|
|
|
- pageNoRcd: '此頁沒有互動數據',
|
|
|
- di: '第',
|
|
|
- dataErr: '獲取數據失敗',
|
|
|
- noNote: '暫無電子筆記',
|
|
|
- crtRate: '正確率',
|
|
|
- correct: '正確',
|
|
|
- wrong: '錯誤',
|
|
|
- attendCount: '出席人數',
|
|
|
- gCount: '小組數',
|
|
|
- taskCount: '任務總數',
|
|
|
- colctCount: '作品總數',
|
|
|
- pushCount: '推送總數',
|
|
|
- totalScore: '總計分',
|
|
|
- examCount: '測驗總數',
|
|
|
- quCount: '互動題數',
|
|
|
- scoreRate: '測驗得分率',
|
|
|
- interactionCount: '學生互動總數',
|
|
|
- intUnit: '次/人',
|
|
|
- optionCount: '選項分佈',
|
|
|
- tPushLabel: '教師推送了一張圖:'
|
|
|
+ ctime: 'Class time:',
|
|
|
+ rtn: 'Click to go back',
|
|
|
+ rcdLabel: 'Interaction Records',
|
|
|
+ enote: 'E-Note',
|
|
|
+ sokrateRpt: 'Sokrates Report',
|
|
|
+ dataCount: 'Data Statistics',
|
|
|
+ allRcd: 'All Records',
|
|
|
+ qustion: 'Pop Quiz',
|
|
|
+ message: 'HiMessage',
|
|
|
+ image: 'Image',
|
|
|
+ file: 'File',
|
|
|
+ link: 'Link',
|
|
|
+ cw: 'Page ',
|
|
|
+ page: '',
|
|
|
+ pageNoRcd: 'No interactive data on this page',
|
|
|
+ di: 'Group ',
|
|
|
+ dataErr: 'Failed to obtain data',
|
|
|
+ noNote: 'No E-Note yet',
|
|
|
+ crtRate: 'Correct Rate',
|
|
|
+ correct: 'Correct',
|
|
|
+ wrong: 'Incorrect',
|
|
|
+ attendCount: 'Attendees No.',
|
|
|
+ gCount: 'Group No.',
|
|
|
+ taskCount: 'Task No.',
|
|
|
+ colctCount: 'Work No.',
|
|
|
+ pushCount: 'Push Time',
|
|
|
+ totalScore: 'Total Points',
|
|
|
+ examCount: 'No. of Test',
|
|
|
+ quCount: 'IRS Question No.',
|
|
|
+ scoreRate: 'Test Score Rate',
|
|
|
+ interactionCount: 'Student Interaction No.',
|
|
|
+ intUnit: 'time/person',
|
|
|
+ optionCount: 'Option Distribution',
|
|
|
+ tPushLabel: 'The teacher pushed a picture:'
|
|
|
}
|
|
|
}
|