11wqe1 6 дней назад
Родитель
Сommit
95225c7290

+ 1 - 1
src/components/pages/pptEasy/addCourse2.vue

@@ -927,7 +927,7 @@
     <!-- 右下角上传进度显示 -->
     <div class="upload-progress-container" v-if="uploadProgressList.length > 0">
       <div class="upload-progress-header" @click="toggleProgressExpand">
-        <span>{{ lang.ssUpProgress }} ({{uploadProgressList.length}})</span>
+        <span> {{ lang.ssPPtUpProgress.replace('*', uploadProgressList.length) }}</span>
         <i :class="progressExpanded ? 'el-icon-arrow-down' : 'el-icon-arrow-up'"></i>
       </div>
       <div class="upload-progress-list" v-show="progressExpanded">

+ 1 - 1
src/components/pages/pptEasy/addCourse3.vue

@@ -927,7 +927,7 @@
     <!-- 右下角上传进度显示 -->
     <div class="upload-progress-container" v-if="uploadProgressList.length > 0">
       <div class="upload-progress-header" @click="toggleProgressExpand">
-        <span>{{ lang.ssUpProgress }} ({{uploadProgressList.length}})</span>
+        <span>{{ lang.ssPPtUpProgress.replace('*', uploadProgressList.length) }}</span>
         <i :class="progressExpanded ? 'el-icon-arrow-down' : 'el-icon-arrow-up'"></i>
       </div>
       <div class="upload-progress-list" v-show="progressExpanded">

+ 2 - 1
src/lang/cn.json

@@ -2013,7 +2013,8 @@
   "ssMicCheckStop":"无法检测麦克风权限,已停止录音",
   "ssPrevQ":"上一题",
   "ssNextQ":"下一题",
-  "ssUntitledCourse":"暂未命名"
+  "ssUntitledCourse":"暂未命名",
+  "ssPPtUpProgress":"上传进度(*)"
 
 
 

+ 12 - 11
src/lang/en.json

@@ -747,7 +747,7 @@
   "ssSelectVol":"Please select volume",
   "ssSelectUnit":"Please select unit",
   "ssUnit":"Unit *",
-  "ssNextPage":"Next Page",
+  "ssNextPage":"Next",
   "ssNoSearch":"No content yet, please search",
   "ssSelected":"Selected",
   "ssFileName":"File Name",
@@ -1903,30 +1903,30 @@
   "ssUploadPptFail":"Failed to upload PPT data",
   "ssCopyToolSucc":"Tool copied successfully",
   "ssAddH5":"Add H5 Page",
-  "ssUploading":"Uploading",
-  "ssCompleted":"Completed",
+  "ssUploading":"Uploading...",
+  "ssCompleted":"Complete",
   "ssBilibiliVideo":"Bilibili Video",
   "ssQAQuestion":"QA Question",
   "ssQAQuestionTool":"QA Question Tool",
-  "ssBilibiliVideoSearch":"Bilibili Video Search",
+  "ssBilibiliVideoSearch":"Search YouTube Videos",
   "ssBiliLoading":"Searching, please wait...",
   "ssBiliSearchKey":"Search video keywords (multiple can be separated by commas)",
-  "ssBiSort":"Sort",
+  "ssBiSort":"Relevance",
   "ssBiPlay":"Most Play",
   "ssBiRelease":"Latest Release",
   "ssBitDanmaku":"Most Danmaku",
   "ssBiFavorite":"Most Favorite",
   "ssAddbl":"Add",
-  "ssAut":"Author",
+  "ssAut":"Creator",
   "ssDuration":"Duration",
-  "ssPrevPage":"Previous Page",
+  "ssPrevPage":"Previous",
   "ssPageInfo":"Page *",
   "ssSearchFail":"Search failed, please try again",
   "ssSelectVideo":"Please select the video to add",
   "ssAddSuccessVideo":"Successfully added * videos",
-  "ssSelectVideoSource":"Select a video source",
-  "ssLocalUpload":"Upload from local file",
-  "ssBiliSearch":"Search from Bilibili",
+  "ssSelectVideoSource":"Select a Video Source",
+  "ssLocalUpload":"Upload from Device",
+  "ssBiliSearch":"Search on YouTube",
   "ssNewGrade":"New Grade",
   "ssNewClass":"New Class",
   "ssInterClassMng":"Interest Class Management",
@@ -2012,5 +2012,6 @@
   "ssMicCheckStop":"Unable to detect microphone permission, recording stopped",
   "ssPrevQ":"Previous question",
   "ssNextQ":"Next question",
-  "ssUntitledCourse":"Untitled Course"
+  "ssUntitledCourse":"Untitled Course",
+  "ssPPtUpProgress":"Uploading (*)"
 }

+ 2 - 1
src/lang/hk.json

@@ -2012,7 +2012,8 @@
   "ssMicCheckStop":"無法檢測麥克風權限,已停止錄音",
   "ssPrevQ":"上一題",
   "ssNextQ":"下一題",
-  "ssUntitledCourse":"暫未命名"
+  "ssUntitledCourse":"暫未命名",
+  "ssPPtUpProgress":"上傳進度(*)"