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 |  286 ++++++++++++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 241 insertions(+), 45 deletions(-)

diff --git a/src/assets/lang/en.js b/src/assets/lang/en.js
index 15c5ecf..66cb75a 100644
--- a/src/assets/lang/en.js
+++ b/src/assets/lang/en.js
@@ -1,5 +1,12 @@
 const en = {
   common: {
+    preview: 'preview',
+    publish: "Publish",
+    releaseTime: 'Release time',
+    publishStatus: 'Publish Status',
+    rublisher: 'Publisher',
+    publishAddress: 'Publishing address',
+    increase: 'increase',
     bak: 'Bak',
     domCode: 'DomCode',
     confirm: 'confirm',
@@ -48,23 +55,67 @@
     pleaseInputPassworld: 'Please input a password',
     passworld: 'Passworld',
     language: "涓枃",
-    title: 'Title'
+    title: 'Title',
+    preview: 'preview',
+    attribute: 'Attribute',
+    id: "ID",
+    info: 'Info',
+    warehousResults: 'Warehousing results',
+    templateType: 'Template Type',
+    lable6: "Advanced queries",
+    err: 'Error',
+    endTask: 'End task'
   },
 
   dataManage: {
     dataManage: 'Data Manage',
-    catalogueManage: 'catalogueManage',
+    catalogueManage: 'Directory management',
+    projectManagement: 'Project Management',
     dataUpdata: 'dataUpdata',
     datawarehousing: 'Data warehousing',
     rangeManage: 'Range management',
-    dataRetrieval: 'data retrieval',
+    dataRetrieval: 'Data query',
     dataDownload: 'Data download',
-    projectManage: 'project management',
+    projectManage: 'Project information',
     dataStatistics: 'data Statistics',
+    layerManage: 'Layer Management',
+    layerObj: {
+      menuName: 'menu name',
+      menuType: 'Menu Type',
+      layerName: 'Layer Name',
+      layerType: 'Layer Type',
+      serviceName: 'service name',
+      serviceType: 'service type',
+      serviceAddress: 'Service Address',
+      displayOrNot: 'Display or not',
+      isItProjectData: 'Is it project data',
+      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',
@@ -72,7 +123,7 @@
       location: 'Geographical Position',
       province: 'Province',
       country: 'Country',
-      county: 'County',
+      county: 'City',
       corpname: ' Constructing units ',
       department: 'competent department',
       conperiod: 'Construction period',
@@ -81,6 +132,10 @@
       remarks: 'remarks',
       newProj: 'New project',
       editProj: 'Edit project',
+      lable1: 'Add project information',
+      label2: 'Modify project information',
+      longitude: 'longitude',
+      latitude: 'latitude'
     },
 
     dataUpObj: {
@@ -89,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',
@@ -109,8 +167,14 @@
       inspectionItems: "Inspection items",
       code: 'Code'
     },
-
-    metadataManage: 'Source Data Management',
+    metadataManage: 'information management',
+    uploadManage: 'Release management',
+    uploadObj: {
+      dataRelease: 'Data release',
+      releaseList: 'Release list',
+      modelAttachMount: 'Model attachment mounting',
+      publishTask: "Publish Task"
+    },
     dataLoading: 'dataLoading',
     SpatialData: 'SpatialData',
     versionManage: 'versionManage',
@@ -139,7 +203,18 @@
       depName: 'Company',
       versionNumber: 'Version Number',
       tab: 'Table',
-      row: 'rows'
+      row: 'rows',
+      numberFiles: 'Number of published files',
+      minLevel: 'Minimum level',
+      maxLevel: 'Maximum level',
+      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',
+      heightOffset: 'Height offset',
+      coordinateSystemID: 'Coordinate System',
+      label1: 'Please enter the height offset (-10000~10000)',
+      label2: 'Please select a coordinate system'
     },
     dictionaryManage: 'dictionaryManage',
     dictionaryManageObj: {
@@ -154,6 +229,7 @@
       fieldLength: 'field length',
       FieldPrecision: 'Field Precision',
       rangeAssociationTable: 'range association table',
+      tableName: 'Table Name',
       remark: 'remark',
       creationTime: 'creation time',
       createPersonnel: 'create personnel',
@@ -279,13 +355,31 @@
     menuSettings: 'Menu Management',
     menuSetObj: {
       enName: 'EnName',
+      enNameHolder: 'Please enter EnName',
       cnName: 'CnName',
+      cnNameHolder: 'Please enter CnName',
+      iconHolder: 'Please enter an icon name',
       icon: 'Icon',
       isShow: 'DisPlay',
       menuUrl: 'Menu Url',
+      menuUrlHolder: 'Please enter menu Url',
       type: 'Type',
       bak: 'Remarks',
       authorize: 'Authorize',
+      permsHolder: 'Please enter authorization',
+      bakHolder: 'Please enter authorization',
+      insert: 'Add sibling',
+      subInsert: 'Add child',
+      delete: 'Delete',
+      moveUp: 'Move up',
+      moveDown: 'Move Downward',
+      show: 'Please choose whether to display',
+      typeHolder: 'Please select a node type',
+      hiddeen: 'Hide',
+      isshow: 'Display',
+      rootpath: 'Root directory',
+      menu: 'Menu',
+      button: 'Button'
     },
     parameterConfiguration: 'parameterConfiguration',
     rests: 'Rests',
@@ -309,12 +403,8 @@
       userloginStatus: 'User login status',
       resourceOperationStatus: 'Resource operation status',
       memoryMonitoring: 'Memory monitoring',
-
       cpuMonitoring: 'CPU monitoring',
       heteroconstant: 'Heteroconstant',
-
-      numberOfExceptions: 'Number of exceptions',
-
       userOperationBehavior: 'userOperationBehavior',
       resourceInvocationStatus: 'resourceInvocationStatus',
       resourceCallStatistics: 'resourceCallStatistics',
@@ -374,6 +464,8 @@
       creationTime: 'creationTime',
       update: 'update',
       UpdateTime: 'UpdateTime',
+      blackListIPHolder: 'Please enter the blacklist IP',
+      whiteListIPHolder: 'Please enter the whitelist IP',
     },
     tokentool: 'Token Tool',
     tokentoolObj: {
@@ -399,6 +491,8 @@
       editToken: 'Modify token information',
       temporary: 'Temporary',
       fixed: 'Fixed',
+      tokenHolder: 'Please enter Token',
+      tokenStatusHolder: 'Please select Token type',
     },
     operationLogObj: {
       queryRegion: 'QueryRegion',
@@ -413,7 +507,7 @@
       username: 'username',
       systematicName: 'systematicName',
       IP: ' IP',
-      pleaseInput: 'pleaseInput',
+      pleaseInput: 'Please input username',
       pleaseSelect: 'please select',
       optionDate: 'optionDate',
       selectTime: 'selectTime',
@@ -431,7 +525,10 @@
       uploading: 'uploading',
       download: 'download',
       otherOne: 'other one',
-      status: 'status'
+      status: 'status',
+      operationTypeHolder: 'Please select operation type',
+      startTimeHolder: 'Please select start time',
+      endTimeHolder: 'Please select end time',
     },
   },
   synthesis: {
@@ -482,6 +579,7 @@
     polygonquery: 'Polygon Query',
     attributequery: 'Attribute Query',
     rangequery: 'Spatial query',
+    pickup: 'Pick up',
     gpsrtk: 'GPS-RTK',
     placenamelocation: 'Placename Location',
     distancemeasure: 'Distance Measure',
@@ -591,12 +689,9 @@
       depName: 'department name',
       userexport: 'Excel user export',
       userinput: 'Excel user input',
-      userStatus: 'User Status',
       addr: 'address',
-      bak: 'notes',
       contact: 'contact',
       edu: 'education',
-      email: 'email',
       idcard: 'idcard',
       job: 'job',
       natives: 'natives',
@@ -607,6 +702,7 @@
       sex: 'gender',
       status: 'status',
       uname: 'username',
+      unamePlaceholder: 'please enter username',
       depid: 'department',
       chineseName: 'Chinese Name [User Name]',
       affiliatedUnit: 'Affiliated unit [on-the-job]',
@@ -623,7 +719,6 @@
       toapplied: 'To be applied',
       phoneticAlphabet: 'Phonetic initials',
       userchinesename: 'Chinese name',
-      sex: 'Sex',
       userMan: 'Man',
       userWoMan: 'Female',
       nativePlace: 'Native place',
@@ -710,6 +805,16 @@
       website: 'website',
       cmpanyAddress: 'Address',
       companyIntroduction: 'companyIntroduction',
+      nameHolder: 'Please enter name',
+      abbreviationHolder: 'Please enter abbreviation',
+      organizationCodeHolder: 'Please enter the organization code',
+      cmpanyAddressHolder: 'Please enter the address',
+      continformationHolder: 'Please enter your contact information',
+      faxHolder: 'Please enter fax',
+      EMailHolder: 'Please enter the E-Mail address',
+      postalCodeHolder: 'Please enter the zip code',
+      WebsiteAddressHolder: 'Please enter the website address',
+      remarksHolder: 'Please enter remarks'
     },
     userAuditing: 'User Auditing',
     UA: {
@@ -754,6 +859,8 @@
       insertRole: 'Add role information',
       updateRole: 'Update role information',
       isAdmin: 'isAdmin',
+      roleNameHolder: 'Please enter role',
+      ownedSystemHolder: 'Please select unit',
     },
     groupManage: 'groupManage',
     GM: {
@@ -784,38 +891,127 @@
       updateUser: 'Updater ID',
       updateTime: 'Update Time',
       bak: 'Remarks',
+      nameHolder: 'Please enter name',
+    },
+    authorityM: {
+      name: 'name',
+      nameHolder: 'Please enter name',
+    },
+    roleMenuAuth: {
+      name: 'unit',
+      nameHolder: 'Please select unit name...',
     },
   },
-  shuJuGuanLi:{
+  shuJuGuanLi: {
     language: "en",
-    pselect:{
-      select:"Please select",
-      dFile:"Single file upload",
-      dFiles:"Overall project upload",
-      SurveyDiscipline:"Survey Discipline",
-      SurveysDiscipline:"Surveys Discipline",
-      GeologicalDisasterSpecialty:"Geological Disaster Specialty",
-      CavernSpecialty:"Cavern Specialty",
-    },
-    shuJuJianSuo:{
-      valueone:"Please enter content"
-    },
-    butten:{
-      uploadFile:"Upload File",
-      NewPeer:"New Peer",
-      AddChild:"Add Child",
-      Delete:"Delete",
-      MoveUp:"Move Up",
-      MoveDown:"Move down",
-      Report:"Report",
-      Histogram:"Histogram",
-      Download:"Download",
+    pselect: {
+      select: "Please select",
+      dFile: "Single file upload",
+      dFiles: "Overall project upload",
+      SurveyDiscipline: "Survey Discipline",
+      SurveyingAndMapping: 'Surveying and Mapping',
 
-    }
+      SurveysDiscipline: "Surveys Discipline",
+      GeologicalDisasterSpecialty: "Geological Disaster Specialty",
+      CavernSpecialty: "Cavern Specialty",
+      LineDiscipline: 'Line Discipline',
+    },
+    shuJuJianSuo: {
+      valueone: "Please enter content",
+      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",
+      AddChild: "Add Child",
+      Delete: "Delete",
+      MoveUp: "Move Up",
+      MoveDown: "Move down",
+      Report: "Report",
+      Histogram: "Histogram",
+      Download: "Download",
+    },
+    lable1: "Please enter a name",
+    lable2: "Please enter a data name",
+    lable3: "Please enter a table name",
+    lable4: "Please enter a domain name",
+    lable5: "Please enter a version name",
+    lable6: "Advanced queries",
+
+
+
+
 
 
 
   },
+  archiveObj: {
+    dataType: 'Storage type',
+    queryCategory: 'Query category',
+    dataBank: 'Data bank',
+    file: 'File',
+    dataClass: 'Data Class',
+    entryName: 'Entry Name',
+    unit: 'Unit',
+    keywords: 'Data name',
+    develop: 'Develop',
+    fold: 'Fold',
+    storageType: 'Data Type',
+    downloads: 'Downloads',
+    label1: 'Please select data type',
+    label2: 'Please select a query category',
+    label3: 'Please select company name',
+    label4: 'Please select data type',
+    label5: 'Please select the project name',
+    label6: "Please enter data name",
+    label7: 'Please add query criteria',
+    label8: 'Last downloaded user',
+    label9: 'Last download time',
+  }
 
 };
 

--
Gitblit v1.9.3