XW 5 miesięcy temu
rodzic
commit
1b301efb6b

+ 4 - 0
TEAMModelOS/ClientApp/public/lang/en-US.js

@@ -1656,6 +1656,10 @@ const LANG_EN_US = {
             screenQues: 'Grab questions',
             lastPage: 'Prev page',
             nextPage: 'Next page',
+            switchImg: 'Switch image',
+            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',
         },
         secretTip1: 'Not public yet',
         secretTip2: 'Checking the box means that only the school administrators and I can see this exam file',

+ 4 - 0
TEAMModelOS/ClientApp/public/lang/zh-CN.js

@@ -1655,6 +1655,10 @@ const LANG_ZH_CN = {
             screenQues: '框图取题',
             lastPage: '上一页',
             nextPage: '下一页',
+            switchImg: '切换图片',
+            switchImgMsg: '当前页面所框题目未保存,需保存后切换图片',
+            switchImgOK: '保存并切换图片',
+            switchImgCnacel: '取消切换图片',
         },
         secretTip1:'暂不公开',
         secretTip2:'勾选后保存的试卷仅有管理员及本人能看到',

+ 4 - 0
TEAMModelOS/ClientApp/public/lang/zh-TW.js

@@ -1658,6 +1658,10 @@ const LANG_ZH_TW = {
             screenQues: '框圖取題',
             lastPage: '上一頁',
             nextPage: '下一頁',
+            switchImg: '切換圖片',
+            switchImgMsg: '目前頁面所框題目尚未儲存, 需儲存後切換圖片',
+            switchImgOK: '儲存並切換圖片',
+            switchImgCnacel: '取消切換圖片',
         },
         secretTip1: '暫不公開',
         secretTip2: '勾選後儲存的試卷僅有管理員及本人能看到',