lxl
2022-09-21 b4b2f1a1982c3bb6fd5b1ca880f76a94575ad9f6
src/assets/lang/en.js
@@ -38,7 +38,7 @@
      search: 'search',
      reset: 'reset',
      all: 'all',
      one: "one",
      one: "A picture",
      add: "add",
      delete: "delete",
      edit: "edit",
@@ -59,6 +59,35 @@
    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',
@@ -233,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;