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 | 82 ++++++++++++++++++++++++++++++++++++---- 1 files changed, 73 insertions(+), 9 deletions(-) diff --git a/src/assets/lang/en.js b/src/assets/lang/en.js index 9088321..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: { @@ -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,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', @@ -131,8 +144,11 @@ entryTime: 'Entry time', describe: 'Describe', directoryName: 'Directory Name', + name: 'Name', catalogDescription: 'Catalog Description', + explain: 'Explain', catalogRemarks: 'Catalog Remarks', + Remarks: 'Remarks', newDirectory: 'New Directory', versionNo: 'Version No', tableName: 'table Name', @@ -156,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', @@ -193,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: { @@ -208,6 +229,7 @@ fieldLength: 'field length', FieldPrecision: 'Field Precision', rangeAssociationTable: 'range association table', + tableName: 'Table Name', remark: 'remark', creationTime: 'creation time', createPersonnel: 'create personnel', @@ -896,10 +918,52 @@ }, shuJuJianSuo: { valueone: "Please enter content", - label: "Please add the condition to query" + valuetwo: "Please enter ", + valuetree: "please select ", + valuelayerName: "Please enter the layer name", + valuelayerType: "Please select a layer type", + selectDataType: "Please select a data type", + valueRemarks: "Please enter remarks", + valueName1: "Please enter a name", + valuedataName: "Please enter a data name", + valuedirectory: "Please select a directory", + valuedescription: "Please enter a description", + valueprojectName: "Please enter a project name", + valueprojectType: "Please enter the project type", + valueName: "Please enter a project name or node name", + valueexplain: "Please enter a description of the project or node", + valueexamine: "Select check items for the directory node", + valuesuffix: "Please enter directory node can store data type suffix,for example锛�.zip,.doc,.xls,.dwg,.pdf", + label: "Please add the condition to query", + queryContent: 'Please enter the query content', + geographicPosition: 'Please add the geographical location on the map', + country: 'Please enter the country', + province: 'Please enter the province', + city: 'Please enter the city', + construction: 'Please enter the name of the construction unit', + department: 'Please enter the competent department', + constructionperiod: 'Please enter the construction period', + projectContent: 'Please enter the project content', + projectStatus: 'Please enter the project status', + rangeName: 'Please select a range name', + descriptionRange: 'Please enter a description of the range', + valuecode: 'Please enter the code', + codeDescription: 'Please enter a code description', + identificationcode: 'Please enter the identification code', + hierarchy: 'Please enter hierarchy', + serialnumber: 'Please enter serial number', + valuenumber: 'Please enter the number', + valuetableName: 'Please enter a table name', + tableDisplayName: 'Please enter a table display name', + valuefieldName: 'Please enter a field name', + valuefieldDisplayName: 'Please enter the field display name', + valuefieldType: 'Please enter the field type', + valuefieldLength: 'Please enter the field length', }, butten: { directoryDownload: 'Directory Download', + folderDownload: 'Folder Download', + uploads: 'uploads', templateDownload: "Template download", uploadFile: "Upload File", NewPeer: "New Peer", -- Gitblit v1.9.3