lxl
2022-09-21 b4b2f1a1982c3bb6fd5b1ca880f76a94575ad9f6
src/assets/lang/en.js
@@ -25,6 +25,31 @@
  },
  operatManage: {
    operatManage: 'Operat Manage',
    eventlogManage: 'Event Log Manage',
    ELM: {
      username: 'username',
      ownedSystem: 'ownedSystem',
      operationType: 'operationType',
      date: 'date',
      startDate: 'startdate',
      endDate: 'enddate',
      to: 'to',
      ip: 'The client IP',
      search: 'search',
      reset: 'reset',
      all: 'all',
      one: "A picture",
      add: "add",
      delete: "delete",
      edit: "edit",
      query: "query",
      please: 'please choose',
      usernameInfo: 'username,Chinese name,or phonetic initial',
      index: 'index',
      largeModuleName: 'largeModuleName',
      smallModuleName: 'smallModuleName',
      resourceName: 'resourceName',
    },
    userManagement: 'User Management',
    systemLayout: 'System Layout',
    menuSettings: 'Menu Settings',
@@ -34,9 +59,71 @@
    safetyManagement: 'Safety Management',
    operationMonitoring: 'Operation Monitoring',
    systemMonitoring: 'System Monitoring',
    systemMonitoringObj: {
      totalMemory: "totalMemory",
      haveBeenUsed: "haveBeenUsed",
      usageRate: "usageRate",
      systemMemory: "systemMemory",
      CPUusage: "CPUusage",
      CPUsystemUsage: "CPUsystemUsage",
      numberOfExceptions: "numberOfExceptions",
      numberOfAbnormalSystems: "numberOfAbnormalSystems",
      serviceAarm: "serviceAarm",
      serviceResourceAlarm: "serviceResourceAlarm",
      serviceResourceStatus: "serviceResourceStatus",
      userOperationBehavior: "userOperationBehavior",
      resourceInvocationStatus: "resourceInvocationStatus",
      resourceCallStatistics: "resourceCallStatistics",
      inquire: "inquire",
      EnterTheUserName: "Enter The UserName",
      EnterTheResourceID: "Enter The Resource ID",
      EnterTheUserChineseName: "Enter the user name, Chinese name or Pinyin first letter query",
      onlinePersonnel: "onlinePersonnel",
      userID: "userID",
      username: "username",
      onlineTime: "onlineTime",
      abnormalResources: "abnormalResources",
      resourceID: "resourceID",
      resourceName: "resourceName",
      resourceState: "resourceState",
      abnormaltime: "abnormaltime",
    },
    logLog: 'ConLog',
    operationLog: 'Operation Log',
    databaseMonitoring: 'Database Monitoring',
    blackwhiteList: "Black/White List",
    BWL: {
      blackList: "blackList",
      whiteList: "whiteList",
      blackListIP: 'blackListIP',
      whiteListIP: 'whiteListIP',
      listIPInfo: 'listIPInfo',
      IPState: 'IPState',
      all: 'all',
      validity: 'validity',
      invalidity: 'invalidity',
      interceptionCycle: 'interceptionCycle',
      seconds: 'seconds',
      mins: 'mins',
      hours: 'hours',
      interceptionNumber: 'interceptionNumber',
      change: 'change',
      search: 'search',
      reset: 'reset',
      index: "index",
      serviceName: 'serviceName',
      accessSourceSystem: 'accessSourceSystem',
      IPRequest: 'IPRequest',
      servicesRequestUrl: 'servicesRequestUrl',
      resourceIDRequest: 'resourceIDRequest',
      serviceSystemRequest: 'serviceSystemRequest',
      blackListStatus: 'blackListStatus',
      operate: 'operate',
      effectiveDate: "effectiveDate",
      requestUser: "requestUser",
      tokenInfo: "tokenInfo",
      whiteListStatus: 'whiteListStatus',
    },
    tokentool: 'Token Tool',
    tokentoolObj: {
      first: 'Service List',
@@ -175,6 +262,25 @@
    creationtime: 'Creation Time',
    state: 'State',
  },
  userManage: {
    userInfoManage: 'userInfoManage',
    orgManage: 'orgManage',
    userAuditing: 'userAuditing',
    roleManage: 'roleManage',
    groupManage: 'groupManage',
    GM: {
      groupName: "groupName",
      ownedSystem: 'ownedSystem',
      add: 'add',
      index: "index",
      applicationName: "applicationName",
      userSetting: "userSetting",
      roleSetting: "roleSetting",
      operate: 'operate',
      one: 'A picture',
    },
  },
};
export default en;