From 86cdd4e6eece0ee4679e62ae347ec003db7d7425 Mon Sep 17 00:00:00 2001 From: 王旭 <1377869194@qq.com> Date: 星期三, 10 五月 2023 14:36:41 +0800 Subject: [PATCH] 根据给到文档修改五、5月5日新提交问题完成 --- src/assets/lang/en.js | 51 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 48 insertions(+), 3 deletions(-) diff --git a/src/assets/lang/en.js b/src/assets/lang/en.js index daa2506..efb5511 100644 --- a/src/assets/lang/en.js +++ b/src/assets/lang/en.js @@ -76,8 +76,10 @@ dataStatistics: 'data Statistics', layerManage: 'Layer Management', layerObj: { - menuName: 'menu name', - menuType: 'Menu Type', + menuName: 'Menu name', + menuType: 'Menu type', + layerName: 'Layer name', + layerType: 'Layer type', serviceName: 'service name', serviceType: 'service type', serviceAddress: 'Service Address', @@ -120,8 +122,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', @@ -885,7 +890,47 @@ }, 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', -- Gitblit v1.9.3