Просмотр исходного кода

ppt修改录音链接与语言包

11wqe1 1 месяц назад
Родитель
Сommit
01aac69899
4 измененных файлов с 16 добавлено и 10 удалено
  1. 5 2
      src/components/pages/pptEasy/addCourse2.vue
  2. 2 1
      src/lang/cn.json
  3. 7 6
      src/lang/en.json
  4. 2 1
      src/lang/hk.json

+ 5 - 2
src/components/pages/pptEasy/addCourse2.vue

@@ -869,7 +869,7 @@
             ></el-input>
           </span>
         </el-form-item>
-        <el-form-item :label="lang.ssLink" :label-width="formLabelWidth">
+        <el-form-item :label="lang.URL" :label-width="formLabelWidth">
           <span>
             <el-input
               :placeholder="lang.ssEnterLink"
@@ -882,7 +882,7 @@
       </el-form>
       <span slot="footer" class="dialog-footer">
         <el-button @click="clearLine">{{ lang.ssCancel }}</el-button>
-        <el-button type="primary" @click="isAddOrUpdateLine">{{ lang.ssConfirm }}</el-button>
+        <el-button type="primary" @click="isAddOrUpdateLine">{{ lang.Add }}</el-button>
       </span>
     </el-dialog>
     <el-dialog
@@ -2013,6 +2013,9 @@ export default {
               }
             }
           }
+          if (this.CourseType[0] && this.CourseType[0].length && this.lang.lang == 'com') {
+            this.CourseType[0] = this.CourseType[0].filter(item => item.id != '34629bcc-d02f-11ec-8c78-005056b86db5');
+          }
           this.courseTypeId = _courseTypeId;
         })
         .catch(err => {

+ 2 - 1
src/lang/cn.json

@@ -2016,7 +2016,8 @@
   "ssPrevQ":"上一题",
   "ssNextQ":"下一题",
   "ssUntitledCourse":"暂未命名",
-  "ssPPtUpProgress":"上传进度(*)"
+  "ssPPtUpProgress":"上传进度(*)",
+  "ssBilibiliVideoSearchKeyword":"请输入关键词"
 
 
 

+ 7 - 6
src/lang/en.json

@@ -921,8 +921,8 @@
   "ssEnterTextT":"Enter Text Title...",
   "ssAddLink":"Add a Link",
   "ssTitle":"Title",
-  "ssEnterLinkT":"Enter link display text",
-  "ssEnterLink":"Enter URL",
+  "ssEnterLinkT":"Enter a title for this link...",
+  "ssEnterLink":"Enter URL...",
   "ssModifyRes":"Modify resources",
   "ssAddRes":"Add resources",
   "ssAddCourseM":"Add course members",
@@ -942,7 +942,7 @@
   "ssEnterQues":"Enter question",
   "ssDelete":"Delete",
   "ssEnterOpt":"Enter option",
-  "ssCreateChoice":"Create Multiple Choice Questions",
+  "ssCreateChoice":"Create Questionnaire",
   "ssUploadWait":"Uploading,please wait",
   "ssIntGen":"Intelligent Generation",
   "ssSmartPaste":"SMART Paste",
@@ -1740,7 +1740,7 @@
   "ssQuestionnaire":"Questionnaire",
   "ssSentence":"Sentence",
   "ssCocoFlow":"cocoFlow",
-  "ssClickAddCover":"Click to add cover",
+  "ssClickAddCover":"Add Cover Image",
   "ssSelectCollab":"Please select collaborators",
   "ssClear":"Clear",
   "ssAddObjMgmt":"Please add objective management",
@@ -1904,7 +1904,7 @@
   "ssPptLoad":"PPT is loading, please wait",
   "ssUploadPptFail":"Failed to upload PPT data",
   "ssCopyToolSucc":"Tool copied successfully",
-  "ssAddH5":"Add H5 Page",
+  "ssAddH5":"Add Web Page",
   "ssUploading":"Uploading...",
   "ssCompleted":"Complete",
   "ssBilibiliVideo":"Bilibili Video",
@@ -2015,5 +2015,6 @@
   "ssPrevQ":"Previous question",
   "ssNextQ":"Next question",
   "ssUntitledCourse":"Untitled Course",
-  "ssPPtUpProgress":"Uploading (*)"
+  "ssPPtUpProgress":"Uploading (*)",
+  "ssBilibiliVideoSearchKeyword":"Please enter a keyword"
 }

+ 2 - 1
src/lang/hk.json

@@ -2015,7 +2015,8 @@
   "ssPrevQ":"上一題",
   "ssNextQ":"下一題",
   "ssUntitledCourse":"暫未命名",
-  "ssPPtUpProgress":"上傳進度(*)"
+  "ssPPtUpProgress":"上傳進度(*)",
+  "ssBilibiliVideoSearchKeyword":"請輸入關鍵詞"