11wqe1 1 месяц назад
Родитель
Сommit
eda67acb51
2 измененных файлов с 9 добавлено и 9 удалено
  1. 1 1
      src/views/Editor/Thumbnails/index2.vue
  2. 8 8
      src/views/lang/en.json

+ 1 - 1
src/views/Editor/Thumbnails/index2.vue

@@ -68,7 +68,7 @@
       </template>
     </Draggable>
 
-    <div class="page-number">{{ lang.ssSlidePage }} {{slideIndex + 1}} / {{slides.length}}</div>
+    <div class="page-number">{{ lang.ssSlidePage }} {{slideIndex + 1}} {{ lang.lang == 'en' ? 'of' : '/' }} {{slides.length}}</div>
   </div>
 </template>
 

+ 8 - 8
src/views/lang/en.json

@@ -3,7 +3,7 @@
   "ssImportPptx": "Import PPTX file",
   "ssResetSlides": "Reset slides",
   "ssHotkeys": "Shortcuts",
-  "ssUploadPptx": "Upload PPTX file",
+  "ssUploadPptx": "Upload .pptx File",
   "ssStage": "Slideshow (F5)",
   "ssFromStart": "From Beginning",
   "ssFromCurrent": "From Current Slide",
@@ -154,11 +154,11 @@
   "ssAiRecH": "Blockchain technology and applications",
   "ssAiRecI": "Career planning for college students",
   "ssAiRecJ": "Company annual meeting plan",
-  "ssInteract": "Interactive tools",
-  "ssHPage": "H5 page",
-  "ssAiApp": "AI apps",
+  "ssInteract": "Tools",
+  "ssHPage": "Web Page",
+  "ssAiApp": "AI Apps",
   "ssVideo": "Video",
-  "ssCreative": "Creative space",
+  "ssCreative": "CocoFlow Creative Space",
   "ssContentList": "Content list",
   "ssQandA": "Q&A",
   "ssNoLearn": "No learning content",
@@ -235,8 +235,8 @@
   "ssClose": "Close",
   "ssPrevQ": "Previous question",
   "ssNextQ": "Next question",
-  "ssSingleSel": "Single choice",
-  "ssMultiSel": "Multiple choice",
+  "ssSingleSel": "Single Choice",
+  "ssMultiSel": "Multiple Choice",
   "ssNodeTitle": "Node *",
   "ssClearChat": "Clear chat history",
   "ssChatPhInput": "Please enter",
@@ -318,7 +318,7 @@
   "ssIgnoreWebfont": "Exclude web fonts:",
   "ssIgnoreWebfontTip": "Web fonts are ignored by default when exporting. If you use web fonts and want to keep their styles, you can turn off [Ignore web fonts]; note this may increase export time.",
   "ssExporting": "Exporting...",
-  "ssChoiceQ": "Multiple choice",
+  "ssChoiceQ": "Multiple Choice",
   "ssEssayQ": "Essay",
   "ssAIApp": "AI app",
   "ssH5Page": "H5 page",