From 1b352f5f7952dd12e3e7173cda515315458a0853 Mon Sep 17 00:00:00 2001
From: lxl <lixuliang_hd@126.com>
Date: 星期三, 12 十月 2022 11:02:45 +0800
Subject: [PATCH] 1

---
 src/assets/lang/en.js |   75 +++++++++++++++++++++----------------
 1 files changed, 42 insertions(+), 33 deletions(-)

diff --git a/src/assets/lang/en.js b/src/assets/lang/en.js
index 65ef71e..44cbc70 100644
--- a/src/assets/lang/en.js
+++ b/src/assets/lang/en.js
@@ -202,48 +202,45 @@
       requestUser: 'requestUser',
       tokenInfo: 'tokenInfo',
       whiteListStatus: 'whiteListStatus',
+      PageView: 'PageView',
+      description: 'description',
+      creator: 'creator',
+      creationTime: 'creationTime',
+      update: 'update',
+      UpdateTime: 'UpdateTime',
     },
     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',
+      tokenId: 'Resource id',
+      tokenQuery: 'Token',
+      tokenStatus: 'Token Type',
+      whole: 'All',
+      normal: 'Normal',
+      invalid: 'Invalid',
+      index: 'Index',
+      token: 'Token',
+      duration: 'Usage time',
+      expire: 'Expiration time',
+      type: 'Type',
+      ip: 'IP address',
+      createUser: 'Creator ID',
+      createTime: 'Creation Time',
+      updateUser: 'Updater ID',
+      updateTime: 'Update Time',
       operation: 'Operation',
-      resourcetoken: 'Resource ID of the token',
-      tokeninformation: 'Token information',
-      autorenew: 'Auto renew',
+      renewal: 'Renewal',
+      addToken: 'New Token Information',
+      editToken: 'Modify token information',
+      temporary: 'Temporary',
+      fixed: 'Fixed',
     },
     operationLogObj: {
       queryRegion: 'QueryRegion',
       resourceName: 'resourceName',
       operationType: 'operationType',
-      operatingTime: 'operatingTime',
+      startTime: 'start time',
+      endTime: 'end time',
+      operatingTime: 'Operating Time',
       inquire: 'inquire',
       empty: 'empty',
       num: 'num',
@@ -255,10 +252,19 @@
       optionDate: 'optionDate',
       selectTime: 'selectTime',
       operationModule: 'operation ndule',
+      operationModule1: 'Primary module',
+      operationModule2: 'Secondary module',
       url: 'url',
       className: 'class name',
       category: 'category',
       bak: 'bak',
+      check: 'check',
+      added: 'added',
+      modification: 'modification',
+      delete: 'delete',
+      uploading: 'uploading',
+      download: 'download',
+      otherOne: 'other one',
     },
   },
   synthesis: {
@@ -330,6 +336,9 @@
     username: 'Username',
     applicationProgram: 'Application Program',
     describe: 'Describe',
+    login: 'login',
+    checkout: 'checkout',
+    logout: 'log out',
   },
   themaic: {
     name: 'Themaic Map',

--
Gitblit v1.9.3