jeff преди 3 години
родител
ревизия
c8e3ec22aa

+ 7 - 7
TEAMModelOS/ClientApp/src/locale/lang/en-US/cusMgt.js

@@ -101,7 +101,7 @@ export default {
     school: 'School',
     noRecord: 'No lesson records yet',
     groupTips: 'Friendly reminder:The current grouping information is of administrative grouping, teachers can go to HiTeach to define their own grouping. ',
-    noSchoolStu: 'You are not a member of the school yet, so cannot add students to the school. Self-customized list can be created and students can join by scanning the code!',
+    noSchoolStu: 'You are not a member of the school yet, so cannot add students to the school. Personal list can be created and students can join by scanning the code!',
     qrCodeLabel: 'Scan the code to join the list',
     hasDelClass: '(This class has been deleted)',
     hasDelList: '(List has been deleted)',
@@ -217,11 +217,11 @@ export default {
     notime1: 'Schedule not set yet, please',
     notime2: 'set schedule',
     notime3: 'and arrange class time',
-    listType1: 'Class List',
-    listType2: 'Self-customized List',
+    listType1: 'Admin Class',
+    listType2: 'Customized Class',
     confirmAdd: 'Confirm Add',
     cancelAdd: 'Cancel Add',
-    createList: 'Create Self-customized List',
+    createList: 'Create Customized Class',
     name: 'Name: ',
     nameHolder: 'Please enter list name...',
     nameRepeat: 'The customized class name is duplicated',
@@ -256,7 +256,7 @@ export default {
     remvStu: 'Remove Student',
     editStu: 'Set IRS number',
     goBack: 'Click to go back',
-    delListTitle: 'Delete Self-customized List',
+    delListTitle: 'Delete Customized Class',
     notSet: 'Not set',
     irsTips1: '1. Quickly set the IRS number in the order of the list;',
     irsTips2: '2. If the student already has a set IRS number, it will be reset.',
@@ -316,8 +316,8 @@ export default {
     sat: 'Saturday',
     sun: 'Sunday',
     nameListType: 'Type',
-    scClass: 'School Class',
-    customNameList: 'Self-customized List',
+    scClass: 'Admin Class',
+    customNameList: 'Customized Class',
     teaTimeWraning: 'The teacher already has courses scheduled for this time period',
     classTimeWarning: 'The class already has courses scheduled for this time period',
     teaListErr: 'There is an abnormality when checking the teacher list.',

Файловите разлики са ограничени, защото са твърде много
+ 1 - 1
TEAMModelOS/ClientApp/src/locale/lang/en-US/tip.js


+ 6 - 6
TEAMModelOS/ClientApp/src/locale/lang/zh-TW/cusMgt.js

@@ -101,7 +101,7 @@ export default {
     school: '學校',
     noRecord: '暫無課堂記錄',
     groupTips: '溫馨提示:當前分組為編制班分組,任課教師可前往HiTeach端自定義分組。 ',
-    noSchoolStu: '暫未加入學校無法新增學校學生,可以建立自定義名單,學生通過掃碼加入名單!',
+    noSchoolStu: '暫未加入學校無法新增學校學生,可以建立個人名單,學生通過掃碼加入名單!',
     qrCodeLabel: '掃碼加入名單',
     hasDelClass: '(此班已被刪除)',
     hasDelList: '(名單已被刪除)',
@@ -256,7 +256,7 @@ export default {
     remvStu: '移除學生',
     editStu: '設置IRS',
     goBack: '返回上級',
-    delListTitle: '刪除自定義名單',
+    delListTitle: '刪除選課班',
     notSet: '未設置',
     irsTips1: '1、按照名單順序快速設置IRS號碼;',
     irsTips2: '2、如果學生已經設置IRS號碼將被重置。 ',
@@ -306,8 +306,8 @@ export default {
     sltCusTips: '請先選擇課程',
     setCusWarning: '請設定課程',
     setTeaWarning: '請設定教師',
-    setClassWarning: '請選擇學校班級',
-    setStuListWarning: '請選擇自定義名單',
+    setClassWarning: '請選擇編制班',
+    setStuListWarning: '請選擇選課班',
     mon: '星期一',
     tue: '星期二',
     wed: '星期三',
@@ -316,8 +316,8 @@ export default {
     sat: '星期六',
     sun: '星期日',
     nameListType: '類型',
-    scClass: '學校班級',
-    customNameList: '自定義名單',
+    scClass: '編制班',
+    customNameList: '選課班',
     teaTimeWraning: '該教師此時段已有課程安排',
     classTimeWarning: '該班級此時段已有課程安排',
     teaListErr:'査詢教師名單異常',

+ 1 - 1
TEAMModelOS/ClientApp/src/locale/lang/zh-TW/http.js

@@ -3,7 +3,7 @@ export default {
 	error401: '登入狀態已過期!請重新登入!',
 	error404: '未呼叫到API地址!',
 	error400:'請求異常,請稍後重試!',
-	error: '網異常,請稍後重試!',
+	error: '網異常,請稍後重試!',
 	loading: '處理中',
 	error403: '授權過期或授權異常,請稍後重試!'
 }