From 1b229fc8dc5f28f2f3421f6dd8e33d31de5c9ea2 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期三, 12 十月 2022 09:40:21 +0800 Subject: [PATCH] token列表接口对接 --- src/assets/lang/en.js | 55 ++++++++++++++++++++++--------------------------------- 1 files changed, 22 insertions(+), 33 deletions(-) diff --git a/src/assets/lang/en.js b/src/assets/lang/en.js index b57bc1e..e9e3808 100644 --- a/src/assets/lang/en.js +++ b/src/assets/lang/en.js @@ -210,39 +210,28 @@ }, 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', @@ -250,7 +239,7 @@ operationType: 'operationType', startTime: 'start time', endTime: 'end time', - operatingTime:"Operating Time", + operatingTime: 'Operating Time', inquire: 'inquire', empty: 'empty', num: 'num', -- Gitblit v1.9.3