1
Surpriseplus
2022-09-20 eb8b11722d1d778311ae7c4eb47869288e30ade6
src/assets/lang/en.js
@@ -4,12 +4,13 @@
    choose: 'Please choose',
    name: 'name',
    edit: 'edit',
    delete: 'delete',
    delete: 'Delete',
    username: 'UserName',
    empty: 'Empty',
    iquery: 'IQuery',
    selectdate: 'Please select a date',
    pleaseInput: 'Please input',
    update: 'Modify',
  },
  dataManage: {
    dataManage: 'Data Manage',
@@ -36,22 +37,58 @@
    logLog: 'ConLog',
    operationLog: 'Operation Log',
    databaseMonitoring: 'Database Monitoring',
    operationLogObj:{
      queryRegion:"queryRegion",
      resourceName:"resourceName",
      operationType:"operationType",
      operatingTime:"operatingTime",
      inquire:"inquire",
      empty:"empty",
      num:"num",
      username:"username",
      systematicName:"systematicName",
      IP:" IP",
      pleaseInput:"pleaseInput",
      pleaseSelect:"pleaseSelect",
      optionDate:"optionDate",
      selectTime:"selectTime",
    }
    tokentool: 'Token Tool',
    tokentoolObj: {
      first: 'Service List',
      second: 'Token management',
      serviceid: 'Resource ID',
      serviceName: 'Service name',
      excelTemplate: 'Excel Template',
      uploadExcel: 'Upload Excel',
      serviceToken: 'Token generation place',
      pleaseInput: 'After applying for a token, you can copy it here',
      copy: 'Copy',
      tokenName: 'Token Name',
      tokenStatus: 'Token Status',
      tokenAll: 'All',
      tokeNormal: 'Normal',
      tokenInvalid: 'Invalid',
      tokenRenewal: 'Renewal',
      serialnumber: 'Serial Number',
      applysystem: 'Apply to use the system',
      applicantIP: 'Applicant IP',
      applicationtime: 'Application time',
      applytime: 'Apply for use time (s)',
      tokenstring: 'Token string',
      serviceAddress: 'Service address',
      porstServiceAddress: 'Post proxy service address',
      sourcesystem: 'sourcesystem',
      pubicnot: 'Public or not',
      suffixID: 'Suffix ID',
      goonlinenot: 'Go online or not',
      primaryKey: 'Primary key',
      applyToken: 'Apply for Token',
      operation: 'Operation',
      resourcetoken: 'Resource ID of the token',
      tokeninformation: 'Token information',
      autorenew: 'Auto renew',
    },
    operationLogObj: {
      queryRegion: 'QueryRegion',
      resourceName: 'resourceName',
      operationType: 'operationType',
      operatingTime: 'operatingTime',
      inquire: 'inquire',
      empty: 'empty',
      num: 'num',
      username: 'username',
      systematicName: 'systematicName',
      IP: ' IP',
      pleaseInput: 'pleaseInput',
      pleaseSelect: 'pleaseSelect',
      optionDate: 'optionDate',
      selectTime: 'selectTime',
    },
  },
  synthesis: {
    synthesis: 'Comprehensive Display',
@@ -120,6 +157,24 @@
    operationtype: 'Operation Type',
    operationStatus: 'Operation Status',
  },
  themaic: {
    name: 'Themaic Map',
    maptltle: 'Map Title',
    all: 'All',
    sortbytime: 'Sort by Time',
    sortbyviews: 'Sort by Views',
    find: 'Find',
    record: 'pieces of data',
  },
  archive: {
    name: 'Piping materials',
    keyword: 'Keyword',
    uname: 'Name',
    type: 'Type',
    modifications: 'Revision number',
    creationtime: 'Creation Time',
    state: 'State',
  },
};
export default en;