From 09a1635f5182a166771e0c827450cdfc00f052b8 Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期一, 26 二月 2024 16:53:38 +0800 Subject: [PATCH] 代码更新 --- src/assets/lang/en.js | 44 +++++++++++++++++++++++++++++++++++--------- 1 files changed, 35 insertions(+), 9 deletions(-) diff --git a/src/assets/lang/en.js b/src/assets/lang/en.js index 3a85e64..2fe6f57 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: { @@ -78,8 +82,8 @@ layerObj: { menuName: 'menu name', menuType: 'Menu Type', - menuName: 'Layer Name', - menuType: 'Layer Type', + layerName: 'Layer Name', + layerType: 'Layer Type', serviceName: 'service name', serviceType: 'service type', serviceAddress: 'Service Address', @@ -100,9 +104,19 @@ }, 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', + type9: 'Number', }, projectObj: { projname: 'Project Name', @@ -152,14 +166,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 +214,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: { @@ -211,6 +233,7 @@ fieldLength: 'field length', FieldPrecision: 'Field Precision', rangeAssociationTable: 'range association table', + tableName: 'Table Name', remark: 'remark', creationTime: 'creation time', createPersonnel: 'create personnel', @@ -889,6 +912,7 @@ select: "Please select", dFile: "Single file upload", dFiles: "Overall project upload", + dFfilest: "KML upload", SurveyDiscipline: "Survey Discipline", SurveyingAndMapping: 'Surveying and Mapping', @@ -943,6 +967,8 @@ }, butten: { directoryDownload: 'Directory Download', + folderDownload: 'Folder Download', + uploads: 'uploads', templateDownload: "Template download", uploadFile: "Upload File", NewPeer: "New Peer", -- Gitblit v1.9.3