From c2a6c53657baaf0830cd881e1a23a15af23ac6fa Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期四, 21 九月 2023 18:35:14 +0800
Subject: [PATCH] 代码更新

---
 src/assets/lang/en.js |   38 +++++++++++++++++++++++++++++++-------
 1 files changed, 31 insertions(+), 7 deletions(-)

diff --git a/src/assets/lang/en.js b/src/assets/lang/en.js
index 3df1643..0eb0e03 100644
--- a/src/assets/lang/en.js
+++ b/src/assets/lang/en.js
@@ -3,6 +3,7 @@
     preview: 'preview',
     publish: "Publish",
     releaseTime: 'Release time',
+    publishStatus: 'Publish Status',
     rublisher: 'Publisher',
     publishAddress: 'Publishing address',
     increase: 'increase',
@@ -60,7 +61,10 @@
     id: "ID",
     info: 'Info',
     warehousResults: 'Warehousing results',
-    templateType: 'Template Type'
+    templateType: 'Template Type',
+    lable6: "Advanced queries",
+    err: 'Error',
+    endTask: 'End task'
   },
 
   dataManage: {
@@ -100,9 +104,18 @@
 
     },
     dataStaticObj: {
-      type1: 'Primary module',
-      type2: 'Secondary module',
-      type3: 'Statistical data',
+      // type1: 'Primary module',
+      // type2: 'Secondary module',
+      // type3: 'Statistical data',
+
+
+      type1: 'service name',
+      type2: 'visits',
+      type3: 'Unit Name',
+      type4: 'Data volume',
+      type5: 'menu name',
+      type7: 'visits',
+      type8: 'Number of statistics',
     },
     projectObj: {
       projname: 'Project Name',
@@ -152,14 +165,18 @@
       coordinateSystem: 'Coordinate System',
       fileExtension: "File extension",
       inspectionItems: "Inspection items",
-      code: 'Code'
+      code: 'Code',
+      labe11: 'Line category',
+      labe12: 'Pipeline category',
     },
     metadataManage: 'information management',
     uploadManage: 'Release management',
     uploadObj: {
       dataRelease: 'Data release',
       releaseList: 'Release list',
-      modelAttachMount: 'Model attachment mounting'
+      modelAttachMount: 'Model attachment mounting',
+      attachMount: 'Attachment mounting',
+      publishTask: "Publish Task"
     },
     dataLoading: 'dataLoading',
     SpatialData: 'SpatialData',
@@ -196,7 +213,11 @@
       labe11: 'Please enter the minimum level (0 to 22)',
       labe12: 'Please enter the maximum level (0 to 22)',
       labe13: 'Please enter a name',
-      labe14: 'Remove invalid values'
+      labe14: 'Remove invalid values',
+      heightOffset: 'Height offset',
+      coordinateSystemID: 'Coordinate System',
+      label1: 'Please enter the height offset (-10000~10000)',
+      label2: 'Please select a coordinate system'
     },
     dictionaryManage: 'dictionaryManage',
     dictionaryManageObj: {
@@ -890,6 +911,7 @@
       select: "Please select",
       dFile: "Single file upload",
       dFiles: "Overall project upload",
+      dFfilest: "KML upload",
       SurveyDiscipline: "Survey Discipline",
       SurveyingAndMapping: 'Surveying and Mapping',
 
@@ -944,6 +966,8 @@
     },
     butten: {
       directoryDownload: 'Directory Download',
+      folderDownload: 'Folder Download',
+      uploads: 'uploads',
       templateDownload: "Template download",
       uploadFile: "Upload File",
       NewPeer: "New Peer",

--
Gitblit v1.9.3