jimmylee 3 周之前
父节点
当前提交
fb2073c8c0
共有 4 个文件被更改,包括 5 次插入2 次删除
  1. 2 2
      src/components/pages/synergyCourse/course.vue
  2. 1 0
      src/lang/cn.json
  3. 1 0
      src/lang/en.json
  4. 1 0
      src/lang/hk.json

+ 2 - 2
src/components/pages/synergyCourse/course.vue

@@ -555,8 +555,8 @@ export default {
       let params = [
         {
           uid: this.userid,
-          title:  window.topU.US.userInfo.username+this.formatDateTime2(new Date().getTime())+"的快速创建",
-          //title: "黄明浩"+this.formatDateTime2(new Date().getTime())+"的快速创建",
+          title:  window.topU.US.userInfo.username+this.formatDateTime2(new Date().getTime())+this.lang.ssQuickCreateSuffix,
+          //title: "黄明浩"+this.formatDateTime2(new Date().getTime())+this.lang.ssQuickCreateSuffix,
           brief: "",
           cover:
           JSON.stringify([

+ 1 - 0
src/lang/cn.json

@@ -107,6 +107,7 @@
   "Successfullycopy":"复制成功",
   "Standardcreation":"标准创建",
   "QuicklyCreate":"快速创建",
+  "ssQuickCreateSuffix":"的快速创建",
   "Back":"返回",
   "NoteName":"项目名称",
   "Cover":"上传封面",

+ 1 - 0
src/lang/en.json

@@ -106,6 +106,7 @@
   "Successfullycopy":"Successfully copy",
   "Standardcreation":"Standard creation",
   "QuicklyCreate":"Quickly Create",
+  "ssQuickCreateSuffix":"'s Quickly Create",
   "Back":"Back",
   "NoteName":"Note Name(Required)",
   "Cover":"Cover",

+ 1 - 0
src/lang/hk.json

@@ -107,6 +107,7 @@
   "Successfullycopy": "複製成功",
   "Standardcreation": "標準創建",
   "QuicklyCreate": "快速創建",
+  "ssQuickCreateSuffix": "的快速創建",
   "Back": "返回",
   "NoteName": "項目名稱",
   "Cover": "上傳封面",