jwyu 1 年之前
父节点
当前提交
7ba63dbab4
共有 48 个文件被更改,包括 474 次插入279 次删除
  1. 74 72
      src/lang/commonLang.js
  2. 9 44
      src/lang/en.js
  3. 0 1
      src/lang/langUtils.js
  4. 1 1
      src/lang/modules/ReportManagement/SmartReport.js
  5. 20 0
      src/lang/modules/ReportManagement/indexEn.js
  6. 21 0
      src/lang/modules/ReportManagement/indexZh.js
  7. 10 0
      src/lang/modules/SandboxManage/indexEn.js
  8. 10 0
      src/lang/modules/SandboxManage/indexZh.js
  9. 13 0
      src/lang/modules/SemanticsManage/indexEn.js
  10. 12 0
      src/lang/modules/SemanticsManage/indexZh.js
  11. 14 4
      src/lang/modules/Slides/commonLang.js
  12. 0 20
      src/lang/modules/Slides/index.js
  13. 17 0
      src/lang/modules/Slides/indexEn.js
  14. 18 0
      src/lang/modules/Slides/indexZh.js
  15. 11 3
      src/lang/modules/Slides/pptList.js
  16. 30 0
      src/lang/modules/Slides/pptMsg.js
  17. 50 2
      src/lang/modules/Slides/pptPresent.js
  18. 3 1
      src/lang/modules/systemManage/DepartManage.js
  19. 11 0
      src/lang/modules/systemManage/indexEn.js
  20. 10 0
      src/lang/modules/systemManage/indexZh.js
  21. 10 43
      src/lang/zh.js
  22. 7 9
      src/views/ppt_manage/mixins/pptEditorMixins.js
  23. 3 0
      src/views/ppt_manage/newVersion/components/Cover.vue
  24. 3 0
      src/views/ppt_manage/newVersion/components/CoverEn.vue
  25. 4 4
      src/views/ppt_manage/newVersion/components/IndexItem.vue
  26. 1 1
      src/views/ppt_manage/newVersion/components/catalog/chooseCatalog.vue
  27. 7 7
      src/views/ppt_manage/newVersion/components/catalog/chooseShareUserDia.vue
  28. 19 15
      src/views/ppt_manage/newVersion/components/catalog/mergePPTDialog.vue
  29. 1 1
      src/views/ppt_manage/newVersion/components/catalog/pptContent.vue
  30. 1 1
      src/views/ppt_manage/newVersion/components/catalog/pptContentEn.vue
  31. 1 1
      src/views/ppt_manage/newVersion/components/catalog/pptContentOld.vue
  32. 10 10
      src/views/ppt_manage/newVersion/components/catalog/transReport.vue
  33. 2 2
      src/views/ppt_manage/newVersion/components/editor/ChangeFormatDialog.vue
  34. 3 0
      src/views/ppt_manage/newVersion/components/editor/ChooseCover.vue
  35. 3 0
      src/views/ppt_manage/newVersion/components/editor/ChooseCoverEn.vue
  36. 5 5
      src/views/ppt_manage/newVersion/components/editor/ChooseCoverNew.vue
  37. 20 6
      src/views/ppt_manage/newVersion/pptCatalog.vue
  38. 6 6
      src/views/ppt_manage/newVersion/pptEditor.vue
  39. 10 5
      src/views/ppt_manage/newVersion/pptEnCatalog.vue
  40. 3 3
      src/views/ppt_manage/newVersion/pptEnEditor.vue
  41. 1 1
      src/views/ppt_manage/newVersion/pptEnPresent.vue
  42. 4 4
      src/views/ppt_manage/newVersion/pptEnPublish.vue
  43. 3 0
      src/views/ppt_manage/newVersion/pptList.vue
  44. 1 1
      src/views/ppt_manage/newVersion/pptPresent.vue
  45. 1 1
      src/views/ppt_manage/newVersion/pptPublish.vue
  46. 3 0
      src/views/ppt_manage/pptdtl.vue
  47. 3 0
      src/views/ppt_manage/pptlist.vue
  48. 5 5
      src/views/system_manage/departManage.vue

+ 74 - 72
src/lang/commonLang.js

@@ -13,10 +13,10 @@ export default {
       en: "Save",
       en: "Save",
       zh: "保存 ",
       zh: "保存 ",
     },
     },
-    back_btn:{
-      en:'Return',
-      zh:'返回'
-    }
+    back_btn: {
+      en: "Return",
+      zh: "返回",
+    },
   },
   },
   Table: {
   Table: {
     add_btn: {
     add_btn: {
@@ -31,11 +31,11 @@ export default {
       en: "Delete",
       en: "Delete",
       zh: "删除",
       zh: "删除",
     },
     },
-    save_as:{
+    save_as: {
       en: "Save as",
       en: "Save as",
       zh: "另存为",
       zh: "另存为",
     },
     },
-    copy_btn:{
+    copy_btn: {
       en: "Copy",
       en: "Copy",
       zh: "复制",
       zh: "复制",
     },
     },
@@ -47,43 +47,42 @@ export default {
       en: "No data available.",
       en: "No data available.",
       zh: "暂无数据",
       zh: "暂无数据",
     },
     },
-    edb_id:{
-      en:'Indicator ID',
-      zh:'指标Id'
+    edb_id: {
+      en: "Indicator ID",
+      zh: "指标Id",
     },
     },
-    edb_name:{
-      en:'Indicator Name',
-      zh:'指标名称'
+    edb_name: {
+      en: "Indicator Name",
+      zh: "指标名称",
     },
     },
-    frequency:{
-      en:'Frequency',
-      zh:'频度'
+    frequency: {
+      en: "Frequency",
+      zh: "频度",
     },
     },
-    unit:{
-      en:'Unit',
-      zh:'单位'
+    unit: {
+      en: "Unit",
+      zh: "单位",
     },
     },
-    start_time:{
-      en:'Start Time',
-      zh:'起始时间'
+    start_time: {
+      en: "Start Time",
+      zh: "起始时间",
     },
     },
-    update_time:{
-      en:'Update Time',
-      zh:'更新时间'
+    update_time: {
+      en: "Update Time",
+      zh: "更新时间",
     },
     },
-    source:{
-      en:'Source',
-      zh:'来源'
+    source: {
+      en: "Source",
+      zh: "来源",
     },
     },
-    report_title:{
-      en:'Report Title',
-      zh:'报告标题'
+    report_title: {
+      en: "Report Title",
+      zh: "报告标题",
+    },
+    publish_time: {
+      en: "Publish Time",
+      zh: "发布时间",
     },
     },
-    publish_time:{
-      en:'Publish Time',
-      zh:'发布时间'
-    }
-
   },
   },
   Confirm: {
   Confirm: {
     prompt: {
     prompt: {
@@ -95,62 +94,66 @@ export default {
       zh: "暂无数据",
       zh: "暂无数据",
     },
     },
   },
   },
-  MsgPrompt:{
-    delete_msg:{
+  MsgPrompt: {
+    delete_msg: {
       en: "Delete successful",
       en: "Delete successful",
       zh: "删除成功",
       zh: "删除成功",
     },
     },
-    edit_msg:{
+    edit_msg: {
       en: "Edited successfully.",
       en: "Edited successfully.",
       zh: "编辑成功",
       zh: "编辑成功",
     },
     },
-    add_msg:{
+    add_msg: {
       en: "Added successfully.",
       en: "Added successfully.",
       zh: "新增成功",
       zh: "新增成功",
     },
     },
-    publish_msg:{
+    publish_msg: {
       en: "Publish successfully.",
       en: "Publish successfully.",
       zh: "发布成功",
       zh: "发布成功",
     },
     },
-    saved_msg:{
+    saved_msg: {
       en: "Saved successfully.",
       en: "Saved successfully.",
       zh: "保存成功",
       zh: "保存成功",
     },
     },
-    delete_info_msg:{
+    delete_info_msg: {
       en: "Are you sure you want to permanently delete this file?",
       en: "Are you sure you want to permanently delete this file?",
       zh: "删除后不可恢复,是否确认删除?",
       zh: "删除后不可恢复,是否确认删除?",
     },
     },
-    copy_success_msg:{
-      en:'Copy sucessfully',
-      zh:'复制成功'
+    copy_success_msg: {
+      en: "Copy sucessfully",
+      zh: "复制成功",
+    },
+    saveing_msg: {
+      en: "Saving",
+      zh: "保存中",
     },
     },
-    saveing_msg:{
-      en:'Saving',
-      zh:'保存中'
+    save_hints: {
+      en: "Save hints",
+      zh: "保存提示",
     },
     },
-    save_hints:{
-      en:'Save hints',
-      zh:'保存提示'
+    author: {
+      en: "Author",
+      zh: "作者",
     },
     },
-    author:{
-      en:'Author',
-      zh:'作者'
+    select_category: {
+      en: "please select category",
+      zh: "请选择分类",
     },
     },
-    select_category:{
-      en:'please select category',
-      zh:'请选择分类'
+    delete_fail_msg: {
+      en: "Delete failed",
+      zh: "删除失败",
     },
     },
-    delete_fail_msg:{
-      en:'Delete failed',
-      zh:'删除失败'
+    known: {
+      en: "Known",
+      zh: "知道了",
     },
     },
-    known:{
-      en:'Known',
-      zh:'知道了'
+    browser_not_support: {
+      en: "Browser not supported",
+      zh: "浏览器不支持",
     },
     },
-    browser_not_support:{
-      en:'Browser not supported',
-      zh:'浏览器不支持'
+    http_not_support: {
+      en: "The current protocol is not currently supported, only the HTTPS protocol is supported",
+      zh: "当前协议暂不支持,仅支持https协议",
     },
     },
     http_not_support:{
     http_not_support:{
       en:'The current protocol is not currently supported, only the HTTPS protocol is supported',
       en:'The current protocol is not currently supported, only the HTTPS protocol is supported',
@@ -161,11 +164,10 @@ export default {
       zh:'移动排序成功'
       zh:'移动排序成功'
     }
     }
   },
   },
-  Common:{
-    category:{
-      en:'categories',
-      zh:'分类'
+  Common: {
+    category: {
+      en: "categories",
+      zh: "分类",
     },
     },
-
-  }
+  },
 };
 };

+ 9 - 44
src/lang/en.js

@@ -2,53 +2,18 @@
  ** 英文区
  ** 英文区
  * @param {为了方便区分,页面模块以大驼峰命名,具体要翻译的key变量用小写字母加_命名} */
  * @param {为了方便区分,页面模块以大驼峰命名,具体要翻译的key变量用小写字母加_命名} */
 import { transformLanguageData } from "./langUtils";
 import { transformLanguageData } from "./langUtils";
-import { CloudPageEn } from "./modules/ReportManagement/CloudPage";
-import { CommodityConfigurationEn } from "./modules/ReportManagement/CommodityConfiguration";
-import { AuthorManagementEn } from "./modules/ReportManagement/AuthorManagement";
-import { SmartReportEn } from "./modules/ReportManagement/SmartReport";
-import { DocumentComparisonEn } from "./modules/SemanticsManage/DocumentComparison";
-import { DocumentManagementEn } from "./modules/SemanticsManage/DocumentManagement";
-import { TagManagementEn } from "./modules/SemanticsManage/TagManagement";
-import { SlidesEn } from "./modules/Slides/index";
 import commonLang from "./commonLang";
 import commonLang from "./commonLang";
-import {SandListEn} from './modules/SandboxManage/SandList'
-import {SandFlowEn} from './modules/SandboxManage/SandFlow'
-import {RoleManageEn} from './modules/systemManage/RoleManage'
-import {DepartManageEn} from './modules/systemManage/DepartManage'
+
+let allEn = {};
+const importAllLang = (en) => {
+  en.keys().forEach((key) => {
+    allEn={...allEn,...en(key).default}
+  });
+};
+importAllLang(require.context("./modules", true, /\En.js$/));
 
 
 export default {
 export default {
-  //
-  ReportManage: {
-    ReportAdd: {
-      refresh_btn: "One click refresh",
-      preview_btn: "Preview",
-      draft_btn: "Save draft",
-      input_content: "please input content",
-      publish_btn: "Publish",
-    },
-    CloudPage: CloudPageEn,
-    CommodityConfiguration: CommodityConfigurationEn,
-    AuthorManagement: AuthorManagementEn,
-    ...SmartReportEn,
-  },
-  // 语义分析----模块
-  SemanticsManage: {
-    DocumentComparison: DocumentComparisonEn,
-    DocumentManagement: DocumentManagementEn,
-    TagManagement: TagManagementEn,
-  },
-  // 智能PPT
-  Slides: SlidesEn,
-  // ETA逻辑
-  SandboxManage:{
-    SandList:SandListEn,
-    SandFlow:SandFlowEn
-  },
-  //系统管理
-  SystemManage:{
-    RoleManage:RoleManageEn,
-    DepartManage:DepartManageEn
-  },
+  ...allEn,
   // 公共模块
   // 公共模块
   Dialog: transformLanguageData(commonLang.Dialog, "en"),
   Dialog: transformLanguageData(commonLang.Dialog, "en"),
   Confirm: transformLanguageData(commonLang.Confirm, "en"),
   Confirm: transformLanguageData(commonLang.Confirm, "en"),

+ 0 - 1
src/lang/langUtils.js

@@ -11,6 +11,5 @@ export function transformLanguageData(originalObject, targetLanguage) {
       transformedData[key] = originalObject[key][targetLanguage];
       transformedData[key] = originalObject[key][targetLanguage];
     }
     }
   }
   }
-console.log(transformedData);
   return transformedData;
   return transformedData;
 }
 }

+ 1 - 1
src/lang/modules/ReportManagement/SmartReport.js

@@ -3,7 +3,7 @@
  */
  */
 
 
 /* 英文 */
 /* 英文 */
-export const SmartReportEnS = {
+export const SmartReportEn = {
   smart_add_report:'Add report',
   smart_add_report:'Add report',
   smart_filter_options:'Filter options',
   smart_filter_options:'Filter options',
   smart_publish_time:'Publish Time',
   smart_publish_time:'Publish Time',

+ 20 - 0
src/lang/modules/ReportManagement/indexEn.js

@@ -0,0 +1,20 @@
+import { CloudPageEn } from "./CloudPage";
+import { CommodityConfigurationEn } from "./CommodityConfiguration";
+import { AuthorManagementEn } from "./AuthorManagement";
+import { SmartReportEn } from "./SmartReport";
+
+export default {
+  ReportManage: {
+    ReportAdd: {
+      refresh_btn: "One click refresh",
+      preview_btn: "Preview",
+      draft_btn: "Save draft",
+      input_content: "please input content",
+      publish_btn: "Publish",
+    },
+    CloudPage: CloudPageEn,
+    CommodityConfiguration: CommodityConfigurationEn,
+    AuthorManagement: AuthorManagementEn,
+    ...SmartReportEn,
+  },
+};

+ 21 - 0
src/lang/modules/ReportManagement/indexZh.js

@@ -0,0 +1,21 @@
+// bao
+import { CloudPageZh } from "./CloudPage";
+import { CommodityConfigurationZh } from "./CommodityConfiguration";
+import { AuthorManagementZh } from "./AuthorManagement";
+import { SmartReportZh } from "./SmartReport";
+
+export default {
+  ReportManage: {
+    ReportAdd: {
+      refresh_btn: "One click refresh",
+      preview_btn: "Preview",
+      draft_btn: "Save draft",
+      input_content: "please input content",
+      publish_btn: "Publish",
+    },
+    CloudPage: CloudPageZh,
+    CommodityConfiguration: CommodityConfigurationZh,
+    AuthorManagement: AuthorManagementZh,
+    ...SmartReportZh,
+  },
+};

+ 10 - 0
src/lang/modules/SandboxManage/indexEn.js

@@ -0,0 +1,10 @@
+import { SandListEn } from "./SandList";
+import { SandFlowEn } from "./SandFlow";
+
+export default {
+  // ETA逻辑
+  SandboxManage: {
+    SandList: SandListEn,
+    SandFlow: SandFlowEn,
+  },
+};

+ 10 - 0
src/lang/modules/SandboxManage/indexZh.js

@@ -0,0 +1,10 @@
+import { SandListZh } from "./SandList";
+import { SandFlowZh } from "./SandFlow";
+
+export default {
+  // ETA逻辑
+  SandboxManage: {
+    SandList: SandListZh,
+    SandFlow: SandFlowZh,
+  },
+};

+ 13 - 0
src/lang/modules/SemanticsManage/indexEn.js

@@ -0,0 +1,13 @@
+
+// 语义分析----模块
+import { DocumentComparisonEn } from "./DocumentComparison";
+import { DocumentManagementEn } from "./DocumentManagement";
+import { TagManagementEn } from "./TagManagement";
+
+export default {
+  SemanticsManage: {
+    DocumentComparison: DocumentComparisonEn,
+    DocumentManagement: DocumentManagementEn,
+    TagManagement: TagManagementEn,
+  },
+};

+ 12 - 0
src/lang/modules/SemanticsManage/indexZh.js

@@ -0,0 +1,12 @@
+import { DocumentComparisonZh } from "./DocumentComparison";
+import { DocumentManagementZh } from "./DocumentManagement";
+import { TagManagementZh } from "./TagManagement";
+
+export default {
+  // 语义分析----模块
+  SemanticsManage: {
+    DocumentComparison: DocumentComparisonZh,
+    DocumentManagement: DocumentManagementZh,
+    TagManagement: TagManagementZh,
+  },
+};

+ 14 - 4
src/lang/modules/Slides/commonLang.js

@@ -6,6 +6,7 @@
 export const operationsEn = {
 export const operationsEn = {
   operations_copy: "Copy",
   operations_copy: "Copy",
   operations_cut: "Cut",
   operations_cut: "Cut",
+  operations_download: "Download",
   operations_rename: "Rename",
   operations_rename: "Rename",
   operations_cancel: "Cancel",
   operations_cancel: "Cancel",
   operations_delete: "Delete",
   operations_delete: "Delete",
@@ -15,14 +16,19 @@ export const operationsEn = {
   operations_english: "Go to English PPT",
   operations_english: "Go to English PPT",
   operations_preview: "Preview and Publish",
   operations_preview: "Preview and Publish",
   operations_presentation: "Presentation",
   operations_presentation: "Presentation",
-  go_to_publish:'Go to publish',
-  operations_save:'Save',
+  go_to_publish: "Go to publish",
+  operations_save: "Save",
+  operations_insert: "Insert PPT",
+  operations_switch: "Switch template",
+  paste_before_slide: "Paste before this slide",
+  paste_after_slide: "Paste after this slide",
 };
 };
 
 
 /* 中文 */
 /* 中文 */
 export const operationsZh = {
 export const operationsZh = {
   operations_copy: "复制",
   operations_copy: "复制",
   operations_cut: "剪切",
   operations_cut: "剪切",
+  operations_download: "下载",
   operations_rename: "重命名",
   operations_rename: "重命名",
   operations_cancel: "取消",
   operations_cancel: "取消",
   operations_delete: "删除",
   operations_delete: "删除",
@@ -32,6 +38,10 @@ export const operationsZh = {
   operations_english: "转英文PPT",
   operations_english: "转英文PPT",
   operations_preview: "预览发布",
   operations_preview: "预览发布",
   operations_presentation: "演示",
   operations_presentation: "演示",
-  go_to_publish:'去发布',
-  operations_save:'保存',
+  go_to_publish: "去发布",
+  operations_save: "保存",
+  operations_insert: "插入PPT",
+  operations_switch: "切换模板",
+  paste_before_slide: "粘贴到此页前",
+  paste_after_slide: "粘贴到此页后",
 };
 };

+ 0 - 20
src/lang/modules/Slides/index.js

@@ -1,20 +0,0 @@
-/**
- * 研报管理--智能PPT
- */
-
-import { litsZh, listEn } from "./pptList";
-import { presentZh, presentEn } from "./pptPresent";
-import { operationsZh, operationsEn } from "./commonLang";
-/* 英文 */
-export const SlidesEn = {
-  ...listEn,
-  ...operationsEn,
-  ...presentEn
-};
-
-/* 中文 */
-export const SlidesZh = {
-  ...litsZh,
-  ...operationsZh,
-  ...presentZh
-};

+ 17 - 0
src/lang/modules/Slides/indexEn.js

@@ -0,0 +1,17 @@
+/**
+ * 研报管理--智能PPT
+ */
+
+import { listEn } from "./pptList";
+import { presentEn } from "./pptPresent";
+import { operationsEn } from "./commonLang";
+import { messageEn } from "./pptMsg";
+
+export default {
+  Slides: {
+    ...listEn,
+    ...operationsEn,
+    ...presentEn,
+    ...messageEn,
+  },
+};

+ 18 - 0
src/lang/modules/Slides/indexZh.js

@@ -0,0 +1,18 @@
+/**
+ * 研报管理--智能PPT
+ */
+
+import { listZh } from "./pptList";
+import { presentZh } from "./pptPresent";
+import { operationsZh } from "./commonLang";
+import { messageZh } from "./pptMsg";
+
+/* 中文 */
+export default {
+  SlidesZh: {
+    ...listZh,
+    ...operationsZh,
+    ...presentZh,
+    ...messageZh,
+  },
+};

+ 11 - 3
src/lang/modules/Slides/pptList.js

@@ -3,10 +3,11 @@
  */
  */
 
 
 /* 英文 */
 /* 英文 */
-export const litsEn = {
+export const listEn = {
   add_ppt_btn: "Add PPT",
   add_ppt_btn: "Add PPT",
   ppt_merge_btn: "Merge PPTs",
   ppt_merge_btn: "Merge PPTs",
   input_ppt_title: "Please input slide title",
   input_ppt_title: "Please input slide title",
+  ppt_title_input:'PPT Title',
   visible_to_self_only: "Visible to self only",
   visible_to_self_only: "Visible to self only",
   visible_to_everyone: "Visible to everyone",
   visible_to_everyone: "Visible to everyone",
   unshare_btn: "unshare",
   unshare_btn: "unshare",
@@ -40,7 +41,10 @@ export const litsEn = {
   edit_directory_dlg: "Edit directory",
   edit_directory_dlg: "Edit directory",
   name_directory_dlg: "Directory Name",
   name_directory_dlg: "Directory Name",
   input_directory_dlg: "Please Input Directory Name",
   input_directory_dlg: "Please Input Directory Name",
-
+  please_input_cover_title: "Please input cover title",
+  please_save_first: "Please save first",
+  re_edit_slide: "Slide",
+  please_re_edit: "content is incomplete, please re-edit!",
 };
 };
 
 
 /* 中文 */
 /* 中文 */
@@ -48,6 +52,7 @@ export const listZh = {
   add_ppt_btn: "添加ppt",
   add_ppt_btn: "添加ppt",
   ppt_merge_btn: "合并ppt",
   ppt_merge_btn: "合并ppt",
   input_ppt_title: "请输入PPT标题",
   input_ppt_title: "请输入PPT标题",
+  ppt_title_input:'PPT标题',
   visible_to_self_only: "仅自己可见",
   visible_to_self_only: "仅自己可见",
   visible_to_everyone: "所有人可见",
   visible_to_everyone: "所有人可见",
   unshare_btn: "取消共享",
   unshare_btn: "取消共享",
@@ -81,7 +86,10 @@ export const listZh = {
   edit_directory_dlg: "编辑目录",
   edit_directory_dlg: "编辑目录",
   name_directory_dlg: "目录名称",
   name_directory_dlg: "目录名称",
   input_directory_dlg: "请输入目录名称",
   input_directory_dlg: "请输入目录名称",
-  
+  please_input_cover_title: "请输入封面标题",
+  please_save_first: "请先保存",
+  re_edit_slide: "第",
+  please_re_edit: "页内容不完整,请重新编辑!",
 };
 };
 
 
 /**
 /**

+ 30 - 0
src/lang/modules/Slides/pptMsg.js

@@ -0,0 +1,30 @@
+/**
+ * 智能PPT模块 操作按钮模块
+ */
+
+/* 英文 */
+export const messageEn = {
+  msg_olease_hold_select_ppt: "Please hold Ctrl + Left Mouse Click to select PPT slides",
+  msg_copy_ppt_success: "PPT slides copied successfully",
+  msg_cut_ppt_success: "PPT slides cut successfully",
+  msg_operating_instructions: "Operating instructions",
+  msg_instructions_text:
+    `<p> Operation instructions for copy and cut functions are as follows:</p>` +
+    `<p>1. Ctrl + Left Mouse Click to select PPT slides, supports multiple selection;</p>` +
+    `<p>2. Choose the desired location to copy or cut the PPT slides, click on the more options for the selected PPT slide, and choose "Paste Before This Slide" or "Paste After This Slide."</p>`,
+  msg_affirmative: "Affirmative",
+};
+
+/* 中文 */
+export const messageZh = {
+  msg_olease_hold_select_ppt: "请按住ctrl+鼠标左键选择ppt页",
+  msg_copy_ppt_success: "复制ppt页成功",
+  msg_cut_ppt_success: "剪切ppt页成功",
+  msg_operating_instructions: "操作说明",
+  msg_instructions_text:
+    `<p>复制与剪切功能操作说明如下所述:</p>` +
+    `<p>1、ctrl+鼠标左键,选择PPT页,支持多选;</p>` +
+    `<p>2、选择所要复制或剪切的PPT页位置,点击PPT页的更多操作项,选择“粘贴到此页前”或“粘贴到此页后”。</p>`,
+  msg_affirmative: "知道了",
+};
+// Slides

+ 50 - 2
src/lang/modules/Slides/pptPresent.js

@@ -34,7 +34,31 @@ export const presentEn = {
   outline_element: "Outline settings",
   outline_element: "Outline settings",
   text_element: "Text settings",
   text_element: "Text settings",
   batch_deletion_successful: "批量删除成功",
   batch_deletion_successful: "批量删除成功",
-
+  retrieving_ppt_data: "Retrieving PPT data",
+  loading_urgently: "Loading urgently",
+  convert_to_report_dlg: "PPT convert to report",
+  report_type_select: "Report type",
+  please_report_type_select: "Please select report type",
+  report_title_input: "Report title",
+  please_report_title_input: "Please input report title",
+  report_abstract_input: "Report abstract",
+  please_report_abstract_input: "Please input report abstract",
+  please_selecdirectory_into: "Please select the directory to merge into",
+  selected_pages: "Selected",
+  please_select_ppt_title: "Please select PPT",
+  loading_merging: "Merging...",
+  please_select_two_msg: "Please select two PPTs",
+  please_fill_title_msg: "Please fill in PPT title",
+  merging_successful_msg: " Merging successful",
+  shared_users_lable: "Shared users",
+  ficc_researchers_radio: "All FICC researchers",
+  specify_members_radio: "Specify members",
+  please_select_researcher: "Please select a researcher",
+  please_select_directory: "Please select a directory",
+  input_text_cover:'Input text',
+  text_settings_cover:'Text settings',
+  please_select_settings_cover:'Please select the text element.',
+  change_the_template_cover:'Change the template',
 };
 };
 
 
 /* 中文 */
 /* 中文 */
@@ -69,7 +93,31 @@ export const presentZh = {
   outline_element: "线框设置",
   outline_element: "线框设置",
   text_element: "文本设置",
   text_element: "文本设置",
   batch_deletion_successful: "批量删除成功",
   batch_deletion_successful: "批量删除成功",
-
+  retrieving_ppt_data: "正在获取ppt数据",
+  loading_urgently: "拼命加载中",
+  convert_to_report_dlg: "PPT转报告",
+  report_type_select: "报告类型",
+  please_report_type_select: "请选择报告类型",
+  report_title_input: "报告标题",
+  please_report_title_input: "请输入报告标题",
+  report_abstract_input: "报告摘要",
+  please_report_abstract_input: "请输入报告摘要",
+  please_selecdirectory_into: "请选择合并到目录",
+  selected_pages: "已选择",
+  please_select_ppt_title: "请选择PPT",
+  loading_merging: "合并中...",
+  please_select_two_msg: "请选择两个PPT",
+  please_fill_title_msg: "请填写PPT标题",
+  merging_successful_msg: " 合并成功",
+  shared_users_lable: "共享用户",
+  ficc_researchers_radio: "全部ficc研究员",
+  specify_members_radio: "指定成员",
+  please_select_researcher: "请选择研究员",
+  please_select_directory_msg: "请选择目录",
+  input_text_cover:'插入文本',
+  text_settings_cover:'文本设置',
+  please_select_settings_cover:'请选择文本元素',
+  change_the_template_cover:'换一个模板',
 };
 };
 
 
 /**
 /**

+ 3 - 1
src/lang/modules/systemManage/DepartManage.js

@@ -9,7 +9,9 @@ export const DepartManageEn = {
     depart_edit:'Edit Department',
     depart_edit:'Edit Department',
     depart_name_placeholder:'Please enter the department name',
     depart_name_placeholder:'Please enter the department name',
     depart:'Department',
     depart:'Department',
-    delete_confirm:'Are you sure you want to delete'
+    delete_confirm:'Are you sure you want to delete',
+    group_add:'Add Group',
+    group:'Group'
 };
 };
   
   
 /* 中文 */
 /* 中文 */

+ 11 - 0
src/lang/modules/systemManage/indexEn.js

@@ -0,0 +1,11 @@
+import { DepartManageEn } from "./DepartManage";
+import { RoleManageEn } from "./RoleManage";
+
+export default {
+  // 系统设置
+  SystemManage: {
+    DepartManage: DepartManageEn,
+    RoleManage: RoleManageEn,
+  },
+};
+

+ 10 - 0
src/lang/modules/systemManage/indexZh.js

@@ -0,0 +1,10 @@
+import { DepartManageZh } from "./DepartManage";
+import { RoleManageZh } from "./RoleManage";
+
+export default {
+  // 系统设置
+  SystemManage: {
+    DepartManage: DepartManageZh,
+    RoleManage: RoleManageZh,
+  },
+};

+ 10 - 43
src/lang/zh.js

@@ -2,52 +2,19 @@
  ** 中文区
  ** 中文区
  * @param {为了方便区分,页面模块以大驼峰命名,具体要翻译的key变量用小写字母加_命名} */
  * @param {为了方便区分,页面模块以大驼峰命名,具体要翻译的key变量用小写字母加_命名} */
 import { transformLanguageData } from "./langUtils";
 import { transformLanguageData } from "./langUtils";
-import { CloudPageZh } from "./modules/ReportManagement/CloudPage";
-import { CommodityConfigurationZh } from "./modules/ReportManagement/CommodityConfiguration";
-import { AuthorManagementZh } from "./modules/ReportManagement/AuthorManagement";
-import { SmartReportZh } from "./modules/ReportManagement/SmartReport";
-import { DocumentComparisonZh } from "./modules/SemanticsManage/DocumentComparison";
-import { DocumentManagementZh } from "./modules/SemanticsManage/DocumentManagement";
-import { TagManagementZh } from "./modules/SemanticsManage/TagManagement";
-import { SlidesZh } from "./modules/Slides/index";
 import commonLang from "./commonLang";
 import commonLang from "./commonLang";
-import {SandListZh} from './modules/SandboxManage/SandList'
-import {SandFlowZh} from './modules/SandboxManage/SandFlow'
-import {RoleManageZh} from './modules/systemManage/RoleManage'
-import { DepartManageZh } from "./modules/systemManage/DepartManage";
+
+let allZh = {};
+const importAllLang = (zh) => {
+  zh.keys().forEach((key) => {
+    allZh={...allZh,...zh(key).default}
+  });
+};
+
+importAllLang(require.context("./modules", true, /\Zh.js$/));
 
 
 export default {
 export default {
-  ReportManage: {
-    ReportAdd: {
-      refresh_btn: "One click refresh",
-      preview_btn: "Preview",
-      draft_btn: "Save draft",
-      input_content: "please input content",
-      publish_btn: "Publish",
-    },
-    CloudPage: CloudPageZh,
-    CommodityConfiguration: CommodityConfigurationZh,
-    AuthorManagement: AuthorManagementZh,
-    ...SmartReportZh,
-  },
-  // 语义分析----模块
-  SemanticsManage: {
-    DocumentComparison: DocumentComparisonZh,
-    DocumentManagement: DocumentManagementZh,
-    TagManagement: TagManagementZh,
-  },
-  // 智能PPT
-  Slides: SlidesZh,
-  // ETA逻辑
-  SandboxManage:{
-    SandList:SandListZh,
-    SandFlow:SandFlowZh
-  },
-  //系统管理
-  SystemManage:{
-    RoleManage:RoleManageZh,
-    DepartManage:DepartManageZh
-  },
+  ...allZh,
   // 公共模块
   // 公共模块
   Dialog: transformLanguageData(commonLang.Dialog, "zh"),
   Dialog: transformLanguageData(commonLang.Dialog, "zh"),
   Confirm: transformLanguageData(commonLang.Confirm, "zh"),
   Confirm: transformLanguageData(commonLang.Confirm, "zh"),

+ 7 - 9
src/views/ppt_manage/mixins/pptEditorMixins.js

@@ -155,7 +155,7 @@ export default{
     async initPages(pages,reload=false){
     async initPages(pages,reload=false){
       this.dataLoading = this.$loading({
       this.dataLoading = this.$loading({
         lock: true,
         lock: true,
-        text: '正在获取ppt数据...',
+        text: `${this.$t('Slides.retrieving_ppt_data')}...`,
         spinner: 'el-icon-loading',
         spinner: 'el-icon-loading',
         customClass:'loading',
         customClass:'loading',
         target:document.querySelector('.page-wrap'),
         target:document.querySelector('.page-wrap'),
@@ -321,11 +321,11 @@ export default{
     //点击复制按钮
     //点击复制按钮
     saveCopyPages(type){
     saveCopyPages(type){
       if(this.copyPages.length===0){
       if(this.copyPages.length===0){
-        this.$message.warning('请按住ctrl+鼠标左键选择ppt页')
+        this.$message.warning(this.$('Slides.msg_olease_hold_select_ppt'))
         return
         return
       }
       }
       if(type==='copy'){
       if(type==='copy'){
-        this.$message.success('复制ppt页成功')
+        this.$message.success(this.$('Slides.msg_copy_ppt_success'))
       }else{
       }else{
         //禁用动画效果
         //禁用动画效果
         $('.flip-list-move').css('transition','transform 0s')
         $('.flip-list-move').css('transition','transform 0s')
@@ -336,7 +336,7 @@ export default{
         if(this.pageList.length>0&&copyPageIds.includes(this.currentItem.id)){
         if(this.pageList.length>0&&copyPageIds.includes(this.currentItem.id)){
           this.changeCurrentItem(this.pageList[0])
           this.changeCurrentItem(this.pageList[0])
         }
         }
-        this.$message.success('剪切ppt页成功')
+        this.$message.success(this.$('Slides.msg_cut_ppt_success'))
         this.$nextTick(()=>{
         this.$nextTick(()=>{
           $('.flip-list-move').css('transition','transform 0.5s')
           $('.flip-list-move').css('transition','transform 0.5s')
         })
         })
@@ -374,12 +374,10 @@ export default{
     },
     },
     //操作提示弹窗
     //操作提示弹窗
     showHint(){
     showHint(){
-      const title = '操作说明'
-      const hintText = `<p>复制与剪切功能操作说明如下所述:</p>`+
-                      `<p>1、ctrl+鼠标左键,选择PPT页,支持多选;</p>`+
-                      `<p>2、选择所要复制或剪切的PPT页位置,点击PPT页的更多操作项,选择“粘贴到此页前”或“粘贴到此页后”。</p>`
+      const title = this.$t('Slides.msg_operating_instructions')
+      const hintText = this.$t('Slides.msg_instructions_text')
       this.$alert(hintText, title, {
       this.$alert(hintText, title, {
-        confirmButtonText: '知道了',
+        confirmButtonText: this.$t('Slides.msg_affirmative'),
         dangerouslyUseHTMLString: true,
         dangerouslyUseHTMLString: true,
         callback: action => {
         callback: action => {
           //啥也不干
           //啥也不干

+ 3 - 0
src/views/ppt_manage/newVersion/components/Cover.vue

@@ -1,5 +1,8 @@
 <template>
 <template>
     <!-- ETA1.4.9之前的展示封面组件,若该版本上线后无回滚需求,可删除 -->
     <!-- ETA1.4.9之前的展示封面组件,若该版本上线后无回滚需求,可删除 -->
+      <!-- 此页面不中英互译 -->
+        <!-- 此页面不中英互译 -->
+          <!-- 此页面不中英互译 -->
     <div class="flex-column cover" :style="`width:100%;height:100%;color: ${$parent.pptCoverTextColor||'#fff'};`" v-if="pageInfo">
     <div class="flex-column cover" :style="`width:100%;height:100%;color: ${$parent.pptCoverTextColor||'#fff'};`" v-if="pageInfo">
         <!-- <img :src="pageInfo.BackgroundImg" class="pptbg" /> -->
         <!-- <img :src="pageInfo.BackgroundImg" class="pptbg" /> -->
         <!-- <img :src="base64Url" class="pptbg" /> -->
         <!-- <img :src="base64Url" class="pptbg" /> -->

+ 3 - 0
src/views/ppt_manage/newVersion/components/CoverEn.vue

@@ -1,5 +1,8 @@
 <template>
 <template>
     <!-- ETA1.4.9之前的展示封面组件,若该版本上线后无回滚需求,可删除 -->
     <!-- ETA1.4.9之前的展示封面组件,若该版本上线后无回滚需求,可删除 -->
+      <!-- 此页面不中英互译 -->
+        <!-- 此页面不中英互译 -->
+          <!-- 此页面不中英互译 -->
     <div class="flex-column cover" style="width:100%;height:100%;" v-if="pageInfo">
     <div class="flex-column cover" style="width:100%;height:100%;" v-if="pageInfo">
         <img :src="pageInfo.BackgroundImg" class="pptbg"  style="width:100%;height:100%;object-fit: fill !important;"/>
         <img :src="pageInfo.BackgroundImg" class="pptbg"  style="width:100%;height:100%;object-fit: fill !important;"/>
         <div
         <div

+ 4 - 4
src/views/ppt_manage/newVersion/components/IndexItem.vue

@@ -14,10 +14,10 @@
                          />
                          />
                     </span>
                     </span>
                     <el-dropdown-menu slot="dropdown">
                     <el-dropdown-menu slot="dropdown">
-                      <el-dropdown-item :command="{key:'insertPpt'}">插入PPT</el-dropdown-item>
-                      <el-dropdown-item :command="{key:'changeFormat'}">切换模板</el-dropdown-item>
-                      <el-dropdown-item :disabled="savePagesArrLength===0" :command="{key:'pasteBefore'}">粘贴到此页前</el-dropdown-item>
-                      <el-dropdown-item :disabled="savePagesArrLength===0" :command="{key:'pasteAfter'}">粘贴到此页后</el-dropdown-item>
+                      <el-dropdown-item :command="{key:'insertPpt'}"> {{$t('Slides.operations_insert')}}</el-dropdown-item>
+                      <el-dropdown-item :command="{key:'changeFormat'}">{{$t('Slides.operations_switch')}}</el-dropdown-item>
+                      <el-dropdown-item :disabled="savePagesArrLength===0" :command="{key:'pasteBefore'}">{{$t('Slides.paste_before_slide')}}</el-dropdown-item>
+                      <el-dropdown-item :disabled="savePagesArrLength===0" :command="{key:'pasteAfter'}">{{$t('Slides.paste_after_slide')}}</el-dropdown-item>
                     </el-dropdown-menu>
                     </el-dropdown-menu>
                   </el-dropdown>
                   </el-dropdown>
                 </div>
                 </div>

+ 1 - 1
src/views/ppt_manage/newVersion/components/catalog/chooseCatalog.vue

@@ -127,7 +127,7 @@ export default {
     },
     },
     saveChange(){
     saveChange(){
       if(!this.selectedCatalog){
       if(!this.selectedCatalog){
-        this.$message.warning('请选择目录')
+        this.$message.warning(this.$t('Slides.please_select_directory_msg'))
         return
         return
       }
       }
       this.$emit('selectCatalog',this.selectedCatalog)
       this.$emit('selectCatalog',this.selectedCatalog)

+ 7 - 7
src/views/ppt_manage/newVersion/components/catalog/chooseShareUserDia.vue

@@ -12,10 +12,10 @@
 	>
 	>
     <div class="dia-main">
     <div class="dia-main">
       <div style="margin-bottom: 20px;">
       <div style="margin-bottom: 20px;">
-        <label style="margin-right: 40px">共享用户</label>
+        <label style="margin-right: 40px"> {{$t('Slides.shared_users_lable')}}</label>
         <el-radio-group v-model="share_type" size="mini" @change="select_users=[]">
         <el-radio-group v-model="share_type" size="mini" @change="select_users=[]">
-          <el-radio :label="1">全部ficc研究员</el-radio>
-          <el-radio :label="2">指定成员</el-radio>
+          <el-radio :label="1">{{$t('Slides.ficc_researchers_radio')}}</el-radio>
+          <el-radio :label="2">{{$t('Slides.specify_members_radio')}}</el-radio>
         </el-radio-group>
         </el-radio-group>
       </div>
       </div>
 
 
@@ -32,7 +32,7 @@
           multiple: true
           multiple: true
         }"
         }"
         clearable
         clearable
-        placeholder="请选择研究员"
+        :placeholder="$t('Slides.please_select_researcher')"
         style="width:80%"
         style="width:80%"
         :key="cascaderIdx"
         :key="cascaderIdx"
         @remove-tag="removeResearchersChange"
         @remove-tag="removeResearchersChange"
@@ -45,9 +45,9 @@
 				type="primary"
 				type="primary"
 				style="margin-right: 20px"
 				style="margin-right: 20px"
 				@click="saveHandle"
 				@click="saveHandle"
-				>保存</el-button
+				>{{$t('Dialog.confirm_save_btn')}}</el-button
 			>
 			>
-			<el-button type="primary" plain @click="cancelHandle">取消</el-button>
+			<el-button type="primary" plain @click="cancelHandle">{{$t('Dialog.cancel_btn')}}</el-button>
 		</div>
 		</div>
 
 
 	</el-dialog>
 	</el-dialog>
@@ -136,7 +136,7 @@ export default {
             AdminIdStr: this.share_type===2 ? this.select_users.join(',') : ''
             AdminIdStr: this.share_type===2 ? this.select_users.join(',') : ''
           })
           })
       if(res.Ret !== 200) return
       if(res.Ret !== 200) return
-      this.$message.success('保存成功');
+      this.$message.success(this.$t('MsgPrompt.saved_msg'));
       this.cancelHandle();
       this.cancelHandle();
       this.$emit('successCallback')
       this.$emit('successCallback')
     },
     },

+ 19 - 15
src/views/ppt_manage/newVersion/components/catalog/mergePPTDialog.vue

@@ -8,15 +8,15 @@
       :modal-append-to-body="false"
       :modal-append-to-body="false"
       @close="cancelHandle" v-dialogDrag center width="40%" top="8vh">
       @close="cancelHandle" v-dialogDrag center width="40%" top="8vh">
       <div slot="title" style="display: flex; alignitems: center">
       <div slot="title" style="display: flex; alignitems: center">
-        <span style="fontsize: 16px">合并PPT</span>
+        <span style="fontsize: 16px">{{$t('Slides.ppt_merge_btn')}}</span>
       </div>
       </div>
       <div class="dialog-container">
       <div class="dialog-container">
         <div class="ppt-form">
         <div class="ppt-form">
           <div class="input-item" style="position:relative;">
           <div class="input-item" style="position:relative;">
-            <h3>请选择PPT</h3>
+            <h3>{{$t('Slides.please_select_ppt_title')}}</h3>
             <div class="select-ppt-wrap select-wrap">
             <div class="select-ppt-wrap select-wrap">
               <el-tabs value="public">
               <el-tabs value="public">
-                <el-tab-pane label="公共PPT" name="public">
+                <el-tab-pane :label="$t('Slides.public_ppt_tabs')" name="public">
                   <div class="tree-container">
                   <div class="tree-container">
                     <div class="tree-list" :key="treeKey">
                     <div class="tree-list" :key="treeKey">
                       <div class="list-item" v-for="(item,index) in publicList" :key="item.nodeKeyId" @click.stop="expandList(index,'public')">
                       <div class="list-item" v-for="(item,index) in publicList" :key="item.nodeKeyId" @click.stop="expandList(index,'public')">
@@ -34,7 +34,7 @@
                     </div>
                     </div>
                   </div>
                   </div>
                 </el-tab-pane>
                 </el-tab-pane>
-                <el-tab-pane label="我的PPT" name="private">
+                <el-tab-pane :label="$t('Slides.my_ppt_tabs')" name="private">
                   <div class="tree-container">
                   <div class="tree-container">
                     <div class="tree-list" :key="treeKey">
                     <div class="tree-list" :key="treeKey">
                       <div class="list-item" v-for="(item,index) in privateList" :key="item.nodeKeyId" @click.stop="expandList(index,'private')">
                       <div class="list-item" v-for="(item,index) in privateList" :key="item.nodeKeyId" @click.stop="expandList(index,'private')">
@@ -55,17 +55,17 @@
               </el-tabs>
               </el-tabs>
             </div>
             </div>
             <div class="selected-ppt-wrap ">
             <div class="selected-ppt-wrap ">
-              <span>已选择:</span>
+              <span>{{$t('Slides.selected_pages')}}:</span>
               <div class="selected-ppt">
               <div class="selected-ppt">
                 <div class="select-node" v-for="item in choosedItemArr" :key="item.PptId">
                 <div class="select-node" v-for="item in choosedItemArr" :key="item.PptId">
-                  <span>{{ item.Title }}({{item.PptPage}}页)</span>
+                  <span>{{ item.Title }}  {{translatePageNumber(item.PptPage)}}</span>
                   <i class="el-icon-error" @click.stop="changeCheck(false,item,'unknow')"></i>
                   <i class="el-icon-error" @click.stop="changeCheck(false,item,'unknow')"></i>
                 </div>
                 </div>
               </div>  
               </div>  
             </div>
             </div>
           </div>
           </div>
           <div class="input-item">
           <div class="input-item">
-            <h3>请选择合并到目录</h3>
+            <h3>{{$t('Slides.please_selecdirectory_into')}}</h3>
             <div class="select-catalog-wrap select-wrap">
             <div class="select-catalog-wrap select-wrap">
               <el-radio-group v-model="selectedCatalogId">
               <el-radio-group v-model="selectedCatalogId">
                 <el-radio v-for="item in MyPrivateList" :key="item.GroupId" 
                 <el-radio v-for="item in MyPrivateList" :key="item.GroupId" 
@@ -74,14 +74,14 @@
             </div>
             </div>
           </div>
           </div>
           <div class="input-item">
           <div class="input-item">
-            <h3>PPT标题</h3>
-            <el-input  placeholder="请输入PPT标题" v-model="pptInfo.Title" required ></el-input>
+            <h3>{{$t('Slides.ppt_title_input')}}</h3>
+            <el-input  :placeholder="$t('Slides.input_ppt_title')" v-model="pptInfo.Title" required ></el-input>
           </div>
           </div>
         </div>
         </div>
       </div>
       </div>
       <div slot="footer" class="foot-container">
       <div slot="footer" class="foot-container">
-        <el-button type="primary" @click="saveChange">确 定</el-button>
-        <el-button @click="cancelHandle">取 消</el-button>
+        <el-button type="primary" @click="saveChange">{{$t('Slides.confirm_btn')}}</el-button>
+        <el-button @click="cancelHandle">{{$t('Slides.cancel_btn')}}</el-button>
       </div>
       </div>
     </el-dialog>
     </el-dialog>
   </div>
   </div>
@@ -143,6 +143,10 @@ export default {
     cancelHandle(){
     cancelHandle(){
       this.$emit('cancel')
       this.$emit('cancel')
     },
     },
+    translatePageNumber(num){
+      let srt = this.$i18n.locale == 'zh' ?`({${num}}页)`:`(Slide{${num}})`
+      return str
+    },
     async saveChange(){
     async saveChange(){
       const {result,msg} = this.checkForm()
       const {result,msg} = this.checkForm()
       if(!result){
       if(!result){
@@ -152,7 +156,7 @@ export default {
       this.saveLoading = this.$loading({
       this.saveLoading = this.$loading({
         fullscreen:true,
         fullscreen:true,
         lock: true,
         lock: true,
-        text: '合并中...',
+        text: this.$t('Slides.loading_merging'),
         spinner: 'el-icon-loading',
         spinner: 'el-icon-loading',
         customClass:'loading',
         customClass:'loading',
         background: 'rgba(255, 255, 255, 0.8)'
         background: 'rgba(255, 255, 255, 0.8)'
@@ -179,10 +183,10 @@ export default {
     checkForm(){
     checkForm(){
       //选中的PPT数量是否为两个(在选择时已剔除会有两个一样ID的情况)
       //选中的PPT数量是否为两个(在选择时已剔除会有两个一样ID的情况)
       if(this.choosedIdArr.length!==2){
       if(this.choosedIdArr.length!==2){
-        return {result:false,msg:'请选择两个PPT'}
+        return {result:false,msg: this.$t('Slides.please_select_two_msg')}
       }
       }
       if(!this.pptInfo.Title.length){
       if(!this.pptInfo.Title.length){
-        return {result:false,msg:'请填写PPT标题'}
+        return {result:false,msg:this.$t('Slides.please_fill_title_msg')}
       }
       }
       /* if(!this.pptInfo.ReportType){
       /* if(!this.pptInfo.ReportType){
         return {result:false,msg:'请填写PPT类型'}
         return {result:false,msg:'请填写PPT类型'}
@@ -240,7 +244,7 @@ export default {
           GroupId:this.selectedCatalogId
           GroupId:this.selectedCatalogId
         })
         })
       if(res.Ret===200){
       if(res.Ret===200){
-        this.$message.success('合并成功')
+        this.$message.success(this.$t('Slides.merging_successful_msg'))
         this.PptId = res.Data.PptId
         this.PptId = res.Data.PptId
       }else{
       }else{
         //添加失败时关闭loading
         //添加失败时关闭loading

+ 1 - 1
src/views/ppt_manage/newVersion/components/catalog/pptContent.vue

@@ -125,7 +125,7 @@ export default {
         this.dataLoading.close();
         this.dataLoading.close();
       this.dataLoading = this.$loading({
       this.dataLoading = this.$loading({
         lock: true,
         lock: true,
-        text: '正在获取ppt数据...',
+        text: `${this.$t('Slides.retrieving_ppt_data')}...`,
         spinner: 'el-icon-loading',
         spinner: 'el-icon-loading',
         customClass:'loading',
         customClass:'loading',
         target:document.querySelector('.ppt-content-wrap'),
         target:document.querySelector('.ppt-content-wrap'),

+ 1 - 1
src/views/ppt_manage/newVersion/components/catalog/pptContentEn.vue

@@ -125,7 +125,7 @@ export default {
         this.dataLoading.close();
         this.dataLoading.close();
       this.dataLoading = this.$loading({
       this.dataLoading = this.$loading({
         lock: true,
         lock: true,
-        text: '正在获取ppt数据...',
+        text: `${this.$t('Slides.retrieving_ppt_data')}...`,
         spinner: 'el-icon-loading',
         spinner: 'el-icon-loading',
         customClass:'loading',
         customClass:'loading',
         target:document.querySelector('.ppt-content-wrap'),
         target:document.querySelector('.ppt-content-wrap'),

+ 1 - 1
src/views/ppt_manage/newVersion/components/catalog/pptContentOld.vue

@@ -103,7 +103,7 @@
 			getDetail() {
 			getDetail() {
 				this.dataLoading = this.$loading({
 				this.dataLoading = this.$loading({
 					lock: true,
 					lock: true,
-					text: '拼命加载中...',
+					text: `${this.$t('Slides.loading_urgently')}...`,
 					spinner: 'el-icon-loading',
 					spinner: 'el-icon-loading',
 					customClass:'loading',
 					customClass:'loading',
           target:document.querySelector('.detail-container'),
           target:document.querySelector('.detail-container'),

+ 10 - 10
src/views/ppt_manage/newVersion/components/catalog/transReport.vue

@@ -7,11 +7,11 @@
     :modal-append-to-body="false"
     :modal-append-to-body="false"
     @close="cancelHandle" width="689px" v-dialogDrag center>
     @close="cancelHandle" width="689px" v-dialogDrag center>
     <div slot="title" style="display: flex; alignitems: center">
     <div slot="title" style="display: flex; alignitems: center">
-      <span style="fontsize: 16px">PPT转报告</span>
+      <span style="fontsize: 16px">{{$t('Slides.convert_to_report_dlg')}}</span>
     </div>
     </div>
     <div class="dialog-container" v-loading="getListLoading" element-loading-text="获取报告列表中...">
     <div class="dialog-container" v-loading="getListLoading" element-loading-text="获取报告列表中...">
       <div class="input-item">
       <div class="input-item">
-        报告类型:<!-- <el-select  placeholder="请选择报告类型" v-model="reportItem.type" required >
+        {{$t('Slides.report_type_select')}}:<!-- <el-select  placeholder="请选择报告类型" v-model="reportItem.type" required >
                     <el-option
                     <el-option
                       v-for="item in typeArr"
                       v-for="item in typeArr"
                       :key="item.Id"
                       :key="item.Id"
@@ -19,21 +19,21 @@
                       :value="item.Id"
                       :value="item.Id"
                     ></el-option>
                     ></el-option>
                   </el-select> -->
                   </el-select> -->
-                  <el-cascader placeholder="请选择报告类型" v-model="choosedReport" required
+                  <el-cascader :placeholder="$t('Slides.please_report_type_select')" v-model="choosedReport" required
                                :options="reportList"
                                :options="reportList"
                                :props="{children:'Child',value:'Id',label:'ClassifyName'}"
                                :props="{children:'Child',value:'Id',label:'ClassifyName'}"
                   />
                   />
       </div>
       </div>
       <div class="input-item">
       <div class="input-item">
-        报告标题:<el-input  placeholder="请输入报告标题" v-model="reportItem.title" required ></el-input>
+        {{$t('Slides.report_title_input')}}:<el-input  :placeholder="$t('Slides.please_report_title_input')" v-model="reportItem.title" required ></el-input>
       </div>
       </div>
       <div class="input-item" v-if="$parent.currentLang==='en'">
       <div class="input-item" v-if="$parent.currentLang==='en'">
-        报告摘要:<el-input type="textarea" placeholder="请输入摘要" v-model="reportItem.abstract" resize="none" :rows="5"/>
+         {{$t('Slides.report_abstract_input')}}:<el-input type="textarea" :placeholder="$t('Slides.please_report_abstract_input')" v-model="reportItem.abstract" resize="none" :rows="5"/>
       </div>
       </div>
     </div>
     </div>
     <div slot="footer" class="foot-container">
     <div slot="footer" class="foot-container">
-      <el-button type="primary" @click="saveChange">确 定</el-button>
-      <el-button @click="cancelHandle">取 消</el-button>
+      <el-button type="primary" @click="saveChange">{{$t('Dialog.confirm_btn')}}</el-button>
+      <el-button @click="cancelHandle">{{$t('Dialog.cancel_btn')}}</el-button>
     </div>
     </div>
   </el-dialog>
   </el-dialog>
 </template>
 </template>
@@ -97,15 +97,15 @@ export default {
     saveChange(){
     saveChange(){
       this.reportItem.type=this.getReportType()
       this.reportItem.type=this.getReportType()
       if(!this.reportItem.type||this.reportItem.type.length===0){
       if(!this.reportItem.type||this.reportItem.type.length===0){
-        this.$message.warning('请选择报告类型')
+        this.$message.warning(this.$t('Slides.please_report_type_select'))
         return
         return
       }
       }
       if(!this.reportItem.title){
       if(!this.reportItem.title){
-        this.$message.warning('请输入报告标题')
+        this.$message.warning(this.$t('Slides.please_report_title_input'))
         return
         return
       }
       }
       if(this.$parent.currentLang==='en'&&!this.reportItem.abstract){
       if(this.$parent.currentLang==='en'&&!this.reportItem.abstract){
-        this.$message.warning('请输入报告摘要')
+        this.$message.warning(this.$t('Slides.please_report_abstract_input'))
         return
         return
       }
       }
       this.$emit('transSet',this.reportItem)
       this.$emit('transSet',this.reportItem)

+ 2 - 2
src/views/ppt_manage/newVersion/components/editor/ChangeFormatDialog.vue

@@ -27,8 +27,8 @@
         </div>
         </div>
       </div>
       </div>
       <div slot="footer" class="foot-container">
       <div slot="footer" class="foot-container">
-        <el-button type="primary" @click="saveHandle">确 定</el-button>
-        <el-button @click="cancelHandle">取 消</el-button>
+        <el-button type="primary" @click="saveHandle">{{$t('Dialog.confirm_btn')}}</el-button>
+        <el-button @click="cancelHandle">{{$t('Dialog.cancel_btn')}}</el-button>
       </div>
       </div>
     </el-dialog>
     </el-dialog>
   </div>
   </div>

+ 3 - 0
src/views/ppt_manage/newVersion/components/editor/ChooseCover.vue

@@ -1,5 +1,8 @@
 <template>
 <template>
     <!-- ETA1.4.9之前的选择封面组件,若该版本上线后无回滚需求,可删除 -->
     <!-- ETA1.4.9之前的选择封面组件,若该版本上线后无回滚需求,可删除 -->
+    <!-- 此页面不中英互译 -->
+      <!-- 此页面不中英互译 -->
+        <!-- 此页面不中英互译 -->
     <div class="first_dialog">
     <div class="first_dialog">
         <div class="dialog-min">
         <div class="dialog-min">
             <header class="dialog-top">
             <header class="dialog-top">

+ 3 - 0
src/views/ppt_manage/newVersion/components/editor/ChooseCoverEn.vue

@@ -1,5 +1,8 @@
 <template>
 <template>
     <!-- ETA1.4.9之前的选择封面组件,若该版本上线后无回滚需求,可删除 -->
     <!-- ETA1.4.9之前的选择封面组件,若该版本上线后无回滚需求,可删除 -->
+    <!-- 此页面不中英互译 -->
+      <!-- 此页面不中英互译 -->
+        <!-- 此页面不中英互译 -->
     <div class="first_dialog">
     <div class="first_dialog">
         <div class="dialog-min">
         <div class="dialog-min">
             <header class="dialog-top">
             <header class="dialog-top">

+ 5 - 5
src/views/ppt_manage/newVersion/components/editor/ChooseCoverNew.vue

@@ -27,19 +27,19 @@
                 </div>
                 </div>
                 <div class="editor-tool">
                 <div class="editor-tool">
                     <div class="title-box box">
                     <div class="title-box box">
-                        <p><span style="color:#D54941;margin-left: 0;margin-right: 3px;">*</span>PPT标题</p>
+                        <p><span style="color:#D54941;margin-left: 0;margin-right: 3px;">*</span> {{$t('Slides.ppt_title_input')}}</p>
                         <el-input v-model="pageData.Title"
                         <el-input v-model="pageData.Title"
-                            placeholder="请输入PPT标题" style="width:100%;margin-top:10px;"></el-input>
+                            :placeholder="$t('Slides.input_ppt_title')" style="width:100%;margin-top:10px;"></el-input>
                     </div>
                     </div>
                     <div class="el-box box">
                     <div class="el-box box">
-                        <p @click.stop="addTextEl">插入文本<span style="vertical-align: middle;"><img src="~@/assets/img/ppt_m/text-icon.png"></span></p>
+                        <p @click.stop="addTextEl">{{$t('Slides.input_text_cover')}}<span style="vertical-align: middle;"><img src="~@/assets/img/ppt_m/text-icon.png"></span></p>
                     </div>
                     </div>
                     <div class="el-tool-box box">
                     <div class="el-tool-box box">
-                        <p style="margin-bottom: 10px;">文本设置 <span v-if="!activeEl.id" style="color:#B2B9CB;">请选择文本元素</span></p>
+                        <p style="margin-bottom: 10px;">{{$t('Slides.text_settings_cover')}} <span v-if="!activeEl.id" style="color:#B2B9CB;">{{$t('Slides.please_select_settings_cover')}}</span></p>
                         <div class="cover-text-toolbar" @mousedown.stop></div>
                         <div class="cover-text-toolbar" @mousedown.stop></div>
                     </div>
                     </div>
                     <div class="dialog-btn">
                     <div class="dialog-btn">
-                        <el-button @click="changeBg">换一个模板</el-button>
+                        <el-button @click="changeBg">{{$t('Slides.change_the_template_cover')}}</el-button>
                         <el-button @click="saveCover">保存</el-button>
                         <el-button @click="saveCover">保存</el-button>
                     </div>
                     </div>
                 </div>
                 </div>

+ 20 - 6
src/views/ppt_manage/newVersion/pptCatalog.vue

@@ -261,7 +261,7 @@
               <span v-for="item in pptToolList" :key="item.key" 
               <span v-for="item in pptToolList" :key="item.key" 
                 :class="{'delete':item.key==='delete'}"
                 :class="{'delete':item.key==='delete'}"
                 @click="handleToolClick(item)">
                 @click="handleToolClick(item)">
-                {{item.label}}
+                {{getContentMenuOptText(item.label)}}
               </span>
               </span>
             </div>
             </div>
           </div>
           </div>
@@ -376,11 +376,7 @@ export default {
       /* selectCatalogId:0,//选择的目录 */
       /* selectCatalogId:0,//选择的目录 */
 
 
       default_tab: '1',
       default_tab: '1',
-      panelTabs: [
-        { label: this.$t('Slides.my_ppt_tabs'), key: '1' },
-        { label: this.$t('Slides.share_ppt_tabs'), key: '2' },
-        { label: this.$t('Slides.public_ppt_tabs'), key: '3' },
-      ],
+      
 
 
       sharedList: [],//共享目录
       sharedList: [],//共享目录
       sharedExpandKeys: [],//共享ppt目录默认展开的项
       sharedExpandKeys: [],//共享ppt目录默认展开的项
@@ -393,6 +389,15 @@ export default {
 
 
     };
     };
   },
   },
+  computed:{
+    panelTabs(){
+      return [
+        { label: this.$t('Slides.my_ppt_tabs'), key: '1' },
+        { label: this.$t('Slides.share_ppt_tabs'), key: '2' },
+        { label: this.$t('Slides.public_ppt_tabs'), key: '3' },
+      ]
+    } 
+  },
   watch:{
   watch:{
     searchTitle(newVal){
     searchTitle(newVal){
       let data = null
       let data = null
@@ -431,6 +436,15 @@ export default {
     } */
     } */
   },
   },
   methods: {
   methods: {
+    // 
+    getContentMenuOptText(e){
+      if(e==='预览发布') return this.$t('Slides.operations_preview')
+      if(e==='演示') return this.$t('Slides.operations_presentation')
+      if(e==='转英文PPT') return this.$t('Slides.operations_english')
+      if(e==='复制') return this.$t('Slides.operations_copy')
+      if(e==='下载') return this.$t('Slides.operations_download')
+      return e
+    },
     //编辑or新增目录
     //编辑or新增目录
    async changeCatalog(item){
    async changeCatalog(item){
       let res = null
       let res = null

+ 6 - 6
src/views/ppt_manage/newVersion/pptEditor.vue

@@ -362,7 +362,7 @@ export default {
           Keyword:''
           Keyword:''
         },
         },
         deletePageShow:false,//控制批量删除弹窗是否显示
         deletePageShow:false,//控制批量删除弹窗是否显示
-        chartLoadingText:'拼命加载中...',
+        chartLoadingText:`${this.$t('Slides.loading_urgently')}...`,
         loopTimer:null,//自动保存标识
         loopTimer:null,//自动保存标识
 
 
         search_page: 1,
         search_page: 1,
@@ -409,7 +409,7 @@ export default {
     async init(){
     async init(){
        this.dataLoading = this.$loading({
        this.dataLoading = this.$loading({
 					lock: true,
 					lock: true,
-					text: '正在获取ppt数据...',
+					text: `${this.$t('Slides.retrieving_ppt_data')}...`,
 					spinner: 'el-icon-loading',
 					spinner: 'el-icon-loading',
 					customClass:'loading',
 					customClass:'loading',
           target:document.querySelector('.page-wrap'),
           target:document.querySelector('.page-wrap'),
@@ -827,7 +827,7 @@ export default {
         }
         }
 
 
         let temp_elements = null;
         let temp_elements = null;
-        this.chartLoadingText = '拼命加载中...'
+        this.chartLoadingText = `${this.$t('Slides.loading_urgently')}...`
         // type:sandImage 沙盘图  chart 图表 sheet
         // type:sandImage 沙盘图  chart 图表 sheet
         if(type=='chart'){
         if(type=='chart'){
           //判断选择的图表是否已经插入
           //判断选择的图表是否已经插入
@@ -1075,7 +1075,7 @@ export default {
     //保存时的校验规则:封面信息,至少一页
     //保存时的校验规则:封面信息,至少一页
     save_checkPPT(){
     save_checkPPT(){
       if(!this.firstPage.Title){
       if(!this.firstPage.Title){
-        return {result:false,hintText:'请输入封面标题!'}
+        return {result:false,hintText:this.$t('Slides.please_input_cover_title')+'!'}
       }/* else if(!this.firstPage.ReportType){
       }/* else if(!this.firstPage.ReportType){
         return {result:false,hintText:'请输入ppt类型!'}
         return {result:false,hintText:'请输入ppt类型!'}
       } */
       } */
@@ -1088,7 +1088,7 @@ export default {
     checkPPT(){
     checkPPT(){
       //检验首页
       //检验首页
       if(!this.firstPage.Title){
       if(!this.firstPage.Title){
-        return {result:false,hintText:'请输入封面标题!'}
+        return {result:false,hintText:this.$t('Slides.please_input_cover_title')+'!'}
       }/* else if(!this.firstPage.ReportType){
       }/* else if(!this.firstPage.ReportType){
         return {result:false,hintText:'请输入ppt类型!'}
         return {result:false,hintText:'请输入ppt类型!'}
       } */
       } */
@@ -1110,7 +1110,7 @@ export default {
     },
     },
     async handlePublish(){
     async handlePublish(){
       if(!this.isSave){
       if(!this.isSave){
-        this.$message.warning("请先保存!")
+        this.$message.warning(this.$t('Slides.please_save_first')+'!' )
         return
         return
       }else{
       }else{
         const {result,hintText} = this.checkPPT()
         const {result,hintText} = this.checkPPT()

+ 10 - 5
src/views/ppt_manage/newVersion/pptEnCatalog.vue

@@ -365,11 +365,7 @@ export default {
       /* selectCatalogId:0,//选择的目录 */
       /* selectCatalogId:0,//选择的目录 */
 
 
       default_tab: '1',
       default_tab: '1',
-      panelTabs: [
-        { label: this.$t('Slides.my_ppt_tabs'), key: '1' },
-        { label: this.$t('Slides.share_ppt_tabs'), key: '2' },
-        { label: this.$t('Slides.public_ppt_tabs'), key: '3' },
-      ],
+      
 
 
       sharedList: [],//共享目录
       sharedList: [],//共享目录
       sharedExpandKeys: [],//共享ppt目录默认展开的项
       sharedExpandKeys: [],//共享ppt目录默认展开的项
@@ -382,6 +378,15 @@ export default {
 
 
     };
     };
   },
   },
+  computed:{
+    panelTabs(){
+      return [
+        { label: this.$t('Slides.my_ppt_tabs'), key: '1' },
+        { label: this.$t('Slides.share_ppt_tabs'), key: '2' },
+        { label: this.$t('Slides.public_ppt_tabs'), key: '3' },
+      ]
+    } 
+  },
   watch:{
   watch:{
     searchTitle(newVal){
     searchTitle(newVal){
         let data = null
         let data = null

+ 3 - 3
src/views/ppt_manage/newVersion/pptEnEditor.vue

@@ -386,7 +386,7 @@ export default {
           Keyword:''
           Keyword:''
         },
         },
         deletePageShow:false,//控制批量删除弹窗是否显示
         deletePageShow:false,//控制批量删除弹窗是否显示
-        chartLoadingText:'拼命加载中...',
+        chartLoadingText:`${this.$t('Slides.loading_urgently')}...`,
         loopTimer:null,//自动保存标识
         loopTimer:null,//自动保存标识
         currentLang:'en',//语言标识
         currentLang:'en',//语言标识
 
 
@@ -432,7 +432,7 @@ export default {
     async init(){
     async init(){
        this.dataLoading = this.$loading({
        this.dataLoading = this.$loading({
 					lock: true,
 					lock: true,
-					text: '正在获取ppt数据...',
+					text: `${this.$t('Slides.retrieving_ppt_data')}...`,
 					spinner: 'el-icon-loading',
 					spinner: 'el-icon-loading',
 					customClass:'loading',
 					customClass:'loading',
           target:document.querySelector('.page-wrap'),
           target:document.querySelector('.page-wrap'),
@@ -835,7 +835,7 @@ export default {
         }
         }
 
 
         let temp_elements = null;
         let temp_elements = null;
-        this.chartLoadingText = '拼命加载中...'
+        this.chartLoadingText = `${this.$t('Slides.loading_urgently')}...`
         // type:sandImage 沙盘图  chart 图表 sheet
         // type:sandImage 沙盘图  chart 图表 sheet
         if(type=='chart'){
         if(type=='chart'){
 
 

+ 1 - 1
src/views/ppt_manage/newVersion/pptEnPresent.vue

@@ -280,7 +280,7 @@ export default {
     async init(){
     async init(){
       this.dataLoading = this.$loading({
       this.dataLoading = this.$loading({
         lock: true,
         lock: true,
-        text: '拼命加载中...',
+        text: `${this.$t('Slides.loading_urgently')}...`,
         spinner: 'el-icon-loading',
         spinner: 'el-icon-loading',
         customClass:'loading',
         customClass:'loading',
         background: 'rgba(255, 255, 255, 0.8)'
         background: 'rgba(255, 255, 255, 0.8)'

+ 4 - 4
src/views/ppt_manage/newVersion/pptEnPublish.vue

@@ -13,7 +13,7 @@
             <el-dropdown-item :command="3">4:3</el-dropdown-item>
             <el-dropdown-item :command="3">4:3</el-dropdown-item>
           </el-dropdown-menu>
           </el-dropdown-menu>
         </el-dropdown>
         </el-dropdown>
-				<el-button  type="primary" plain style="width:120px;height:40px;" @click="$router.push({path:'/pptenlist'})">返回列表</el-button>
+				<el-button  type="primary" plain style="width:120px;height:40px;" @click="$router.push({path:'/pptenlist'})">{{$t('Slides.return_to_list')}}</el-button>
       </div>
       </div>
       <!--全加载-->
       <!--全加载-->
       <template v-if="loadingAll">
       <template v-if="loadingAll">
@@ -139,7 +139,7 @@ export default {
       if(this.loadingAll){
       if(this.loadingAll){
         this.dataLoading = this.$loading({
         this.dataLoading = this.$loading({
           lock: true,
           lock: true,
-          text: '拼命加载中...',
+          text: `${this.$t('Slides.loading_urgently')}...`,
           spinner: 'el-icon-loading',
           spinner: 'el-icon-loading',
           customClass:'loading',
           customClass:'loading',
           background: 'rgba(255, 255, 255, 0.8)'
           background: 'rgba(255, 255, 255, 0.8)'
@@ -610,11 +610,11 @@ export default {
       //检验每一页
       //检验每一页
       for(let i=0;i<this.pageList.length;i++){
       for(let i=0;i<this.pageList.length;i++){
         if(!this.pageList[i].title){
         if(!this.pageList[i].title){
-          return {result:false,hintText:`第${i+1}页内容不完整,请重新编辑!`}
+          return {result:false,hintText:`${this.$t('Slides.rename_successful')}${i+1}${this.$t('Slides.please_re_edit')}`}
         }
         }
         //无内容
         //无内容
         if(this.pageList[i].elements.length===0){
         if(this.pageList[i].elements.length===0){
-          return {result:false,hintText:`第${i+1}页内容不完整,请重新编辑!`}
+          return {result:false,hintText:`${this.$t('Slides.rename_successful')}${i+1}${this.$t('Slides.please_re_edit')}`}
         }
         }
         //有文本框,但是文本框无内容
         //有文本框,但是文本框无内容
       }
       }

+ 3 - 0
src/views/ppt_manage/newVersion/pptList.vue

@@ -1,4 +1,7 @@
 <template>
 <template>
+  <!-- 此页面不中英互译 -->
+    <!-- 此页面不中英互译 -->
+      <!-- 此页面不中英互译 -->
   <div class="page-wrap">
   <div class="page-wrap">
     <div class="ppt-page-wrap">
     <div class="ppt-page-wrap">
       <div class="top-wrap">
       <div class="top-wrap">

+ 1 - 1
src/views/ppt_manage/newVersion/pptPresent.vue

@@ -278,7 +278,7 @@ export default {
     async init(){
     async init(){
       this.dataLoading = this.$loading({
       this.dataLoading = this.$loading({
         lock: true,
         lock: true,
-        text: '拼命加载中...',
+        text: `${this.$t('Slides.loading_urgently')}...`,
         spinner: 'el-icon-loading',
         spinner: 'el-icon-loading',
         customClass:'loading',
         customClass:'loading',
         background: 'rgba(255, 255, 255, 0.8)'
         background: 'rgba(255, 255, 255, 0.8)'

+ 1 - 1
src/views/ppt_manage/newVersion/pptPublish.vue

@@ -161,7 +161,7 @@ export default {
       if(this.loadingAll){
       if(this.loadingAll){
         this.dataLoading = this.$loading({
         this.dataLoading = this.$loading({
           lock: true,
           lock: true,
-          text: '拼命加载中...',
+          text: `${this.$t('Slides.loading_urgently')}...`,
           spinner: 'el-icon-loading',
           spinner: 'el-icon-loading',
           customClass:'loading',
           customClass:'loading',
           background: 'rgba(255, 255, 255, 0.8)'
           background: 'rgba(255, 255, 255, 0.8)'

+ 3 - 0
src/views/ppt_manage/pptdtl.vue

@@ -1,4 +1,7 @@
 <template>
 <template>
+  <!-- 此页面不中英互译 -->
+    <!-- 此页面不中英互译 -->
+      <!-- 此页面不中英互译 -->
 	<div class="detail-container">
 	<div class="detail-container">
 		<template  v-if="pageitem.length">
 		<template  v-if="pageitem.length">
 			<div id="pptdtl">
 			<div id="pptdtl">

+ 3 - 0
src/views/ppt_manage/pptlist.vue

@@ -1,4 +1,7 @@
 <template>
 <template>
+  <!-- 此页面不中英互译 -->
+    <!-- 此页面不中英互译 -->
+      <!-- 此页面不中英互译 -->
   <div id="pptlist">
   <div id="pptlist">
     <el-card class="box-card">
     <el-card class="box-card">
       <div slot="header" class="header">
       <div slot="header" class="header">

+ 5 - 5
src/views/system_manage/departManage.vue

@@ -844,7 +844,7 @@ export default {
 			if(data.IsDepartment) {
 			if(data.IsDepartment) {
 				this.isAddGroup = true;
 				this.isAddGroup = true;
 				this.groupForm = {
 				this.groupForm = {
-					title:"添加分组",
+					title:this.$t('SystemManage.DepartManage.group_add'),
 					depart:data.DepartmentName,
 					depart:data.DepartmentName,
 					depart_id:data.DepartmentId,
 					depart_id:data.DepartmentId,
 					group:data.Child||[]
 					group:data.Child||[]
@@ -853,7 +853,7 @@ export default {
 				console.log(data);
 				console.log(data);
 				this.isAddGroup = true;
 				this.isAddGroup = true;
 				this.groupForm = {
 				this.groupForm = {
-					title:"添加分组",
+					title:this.$t('SystemManage.DepartManage.group_add'),
 					depart:data.DepartmentName,
 					depart:data.DepartmentName,
 					depart_id:data.TopId,
 					depart_id:data.TopId,
 					group_id:data.DepartmentId,
 					group_id:data.DepartmentId,
@@ -902,10 +902,10 @@ export default {
 						GroupName:groupArr.join(',')
 						GroupName:groupArr.join(',')
 					})
 					})
 						if(res.Ret === 200) {
 						if(res.Ret === 200) {
-							this.$message.success('添加成功')
+							this.$message.success(this.$t('MsgPrompt.add_msg'))
 							this.isAddGroup = false;
 							this.isAddGroup = false;
 							this.groupForm = {
 							this.groupForm = {
-								title:"添加分组",
+								title:this.$t('SystemManage.DepartManage.group_add'),
 								depart:'',
 								depart:'',
 								group:[],
 								group:[],
 								depart_id:'',
 								depart_id:'',
@@ -1133,7 +1133,7 @@ export default {
 				this.isAddDepart = false;
 				this.isAddDepart = false;
 			}else if(type === 2) {
 			}else if(type === 2) {
 				this.groupForm = {
 				this.groupForm = {
-					title:"添加分组",
+					title:this.$t('SystemManage.DepartManage.group_add'),
 					depart:'',
 					depart:'',
 					depart_id:'',
 					depart_id:'',
 					group:[],
 					group:[],