Browse Source

多语言

XW 5 months ago
parent
commit
86bb0368a7

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

@@ -1651,6 +1651,11 @@ const LANG_EN_US = {
             tip16: 'Question',
             tip17: ' was not found, or the number of questions queried is less than the required number of questions, please resetting',
             tip18: 'Not saved successfully',
+            screen: 'Capture',
+            reScreen: 'Re-capture',
+            screenQues: 'Grab questions',
+            lastPage: 'Prev page',
+            nextPage: 'Next page',
         },
         secretTip1: 'Not public yet',
         secretTip2: 'Checking the box means that only the school administrators and I can see this exam file',

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

@@ -1650,6 +1650,11 @@ const LANG_ZH_CN = {
             tip16: '第',
             tip17: '题未查询到题目,或查询的题目数量少于所需题目数量,请重新配置',
             tip18: '未保存成功',
+            screen: '截图',
+            reScreen: '重新截图',
+            screenQues: '框图取题',
+            lastPage: '上一页',
+            nextPage: '下一页',
         },
         secretTip1:'暂不公开',
         secretTip2:'勾选后保存的试卷仅有管理员及本人能看到',

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

@@ -1653,6 +1653,11 @@ const LANG_ZH_TW = {
             tip16: '第',
             tip17: '題未查詢到題目,或查詢的題目數量少於所需題目數量,請重新設定',
             tip18: '未儲存成功',
+            screen: '截圖',
+            reScreen: '重新截圖',
+            screenQues: '框圖取題',
+            lastPage: '上一頁',
+            nextPage: '下一頁',
         },
         secretTip1: '暫不公開',
         secretTip2: '勾選後儲存的試卷僅有管理員及本人能看到',