XW vor 4 Monaten
Ursprung
Commit
ac94b5a2d0

+ 5 - 1
TEAMModelOS/ClientApp/public/lang/en-US.js

@@ -1660,6 +1660,10 @@ const LANG_EN_US = {
             switchImgMsg: 'The question framed on the current page has not been saved, you need to save it and switch the image',
             switchImgOK: 'Save and switch image',
             switchImgCnacel: 'Cancel switching image',
+            adjustScore3: 'Adjust score',
+            adjustScore1: 'The current test score is ',
+            adjustScore2: ', do you want to adjust the score? ',
+            currentScore: 'Current total score',
         },
         secretTip1: 'Not public yet',
         secretTip2: 'Checking the box means that only the school administrators and I can see this exam file',
@@ -6129,7 +6133,7 @@ const LANG_EN_US = {
             acRecord: 'Activity Record',
             cusMgt: 'Course',
             taskList: 'Task List',
-            train: 'Study Center',
+            train: 'Training activities',
             trainData: 'Study Data',
             abilityPoint: 'Competency',
             scTrain: 'School Study',

+ 5 - 1
TEAMModelOS/ClientApp/public/lang/zh-CN.js

@@ -1659,6 +1659,10 @@ const LANG_ZH_CN = {
             switchImgMsg: '当前页面所框题目未保存,需保存后切换图片',
             switchImgOK: '保存并切换图片',
             switchImgCnacel: '取消切换图片',
+            adjustScore3: '调整分数',
+            adjustScore1: '现在试卷配分为',
+            adjustScore2: '分,是否调整分数?',
+            currentScore: '当前总分',
         },
         secretTip1:'暂不公开',
         secretTip2:'勾选后保存的试卷仅有管理员及本人能看到',
@@ -6127,7 +6131,7 @@ const LANG_ZH_CN = {
             acRecord: '活动记录',
             cusMgt: '课程管理',
             taskList: '我的任务',
-            train: '培训平台',
+            train: '培训活动',
             trainData: '研修数据',
             abilityPoint: '微能力点',
             scTrain: '校本研修',

+ 5 - 1
TEAMModelOS/ClientApp/public/lang/zh-TW.js

@@ -1662,6 +1662,10 @@ const LANG_ZH_TW = {
             switchImgMsg: '目前頁面所框題目尚未儲存, 需儲存後切換圖片',
             switchImgOK: '儲存並切換圖片',
             switchImgCnacel: '取消切換圖片',
+            adjustScore3: '調整分數',
+            adjustScore1: '現在考卷配分為',
+            adjustScore2: '分,是否調整分數? ',
+            currentScore: '當前總分',
         },
         secretTip1: '暫不公開',
         secretTip2: '勾選後儲存的試卷僅有管理員及本人能看到',
@@ -6129,7 +6133,7 @@ const LANG_ZH_TW = {
             acRecord: '活動記錄',
             cusMgt: '課程管理',
             taskList: '任務清單',
-            train: '研習中心',
+            train: '培訓活動',
             trainData: '研習數據',
             abilityPoint: '增能項目',
             scTrain: '校本研習',