From 48b27df5d8fd99adaab8797f7d2fc098f267c2ea Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期一, 31 七月 2023 11:00:55 +0800 Subject: [PATCH] 发布管理新加任务管理页面 --- src/assets/lang/en.js | 50 ++++++++++++++++++++++++++++++++++++++++---------- 1 files changed, 40 insertions(+), 10 deletions(-) diff --git a/src/assets/lang/en.js b/src/assets/lang/en.js index efb5511..66cb75a 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: { @@ -76,10 +80,10 @@ dataStatistics: 'data Statistics', layerManage: 'Layer Management', layerObj: { - menuName: 'Menu name', - menuType: 'Menu type', - layerName: 'Layer name', - layerType: 'Layer type', + menuName: 'menu name', + menuType: 'Menu Type', + layerName: 'Layer Name', + layerType: 'Layer Type', serviceName: 'service name', serviceType: 'service type', serviceAddress: 'Service Address', @@ -88,12 +92,30 @@ dataType: 'data type', istrue: 'true', isfalse: 'false', + enTableName: 'English Table Name', + prompt1: 'Please enter a layer name', + prompt2: 'Please select a layer type', + prompt3: 'Please select a service type', + prompt4: 'Please enter the service address', + + prompt6: 'Please enter the name of the English table (eg: m_geocontrollpoint)', + prompt7: 'Please enter note information', + prompt8: 'Please select a data type', }, 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', @@ -150,7 +172,8 @@ uploadObj: { dataRelease: 'Data release', releaseList: 'Release list', - modelAttachMount: 'Model attachment mounting' + modelAttachMount: 'Model attachment mounting', + publishTask: "Publish Task" }, dataLoading: 'dataLoading', SpatialData: 'SpatialData', @@ -187,7 +210,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: { @@ -202,6 +229,7 @@ fieldLength: 'field length', FieldPrecision: 'Field Precision', rangeAssociationTable: 'range association table', + tableName: 'Table Name', remark: 'remark', creationTime: 'creation time', createPersonnel: 'create personnel', @@ -934,6 +962,8 @@ }, butten: { directoryDownload: 'Directory Download', + folderDownload: 'Folder Download', + uploads: 'uploads', templateDownload: "Template download", uploadFile: "Upload File", NewPeer: "New Peer", -- Gitblit v1.9.3