From e6d034f01621c419d6af55b8e6b6dc22b1d89e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=8A=B2=E6=9D=BE?= Date: Thu, 2 Apr 2020 11:59:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20terminallog=E5=9B=BD=E9=99=85=E5=8C=96?= =?UTF-8?q?=E5=86=B2=E7=AA=81=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/language/en.js | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/nezha-fronted/src/components/common/language/en.js b/nezha-fronted/src/components/common/language/en.js index f2fe7e14f..59bcca703 100644 --- a/nezha-fronted/src/components/common/language/en.js +++ b/nezha-fronted/src/components/common/language/en.js @@ -531,6 +531,35 @@ const en = { remark: 'Remark', type: 'Type' }, + terminallog: { + terminallog: 'TerminalLog', + status: 'Status',//"状态" + option: 'Operation',//"操作", + host: 'Host', + cmd: 'CMD', + port: 'Port', + userId: 'UserID', + protocol: 'Protocol', + user: 'User', + detail: 'Terminal Log Detail', + resize: 'Terminal Resize', + download: 'Terminal Download', + upload: 'Terminal Upload', + selectFile: 'Select File', + SSH: 'SSH', + TELNET: 'TELNET', + id: 'ID', + time: 'Time', + width: 'Width', + height: 'Height', + cols: 'Cols', + rows: 'Rows', + uuid: 'UUID', + path: 'Path', + file: 'File', + success: 'Success', + fail: 'Fail' + }, mib:{ mib:'Mib', fileName:'FileName', @@ -666,6 +695,17 @@ const en = { editModule: 'Edit module',//"编辑组件" description: 'Description',//"描述" createModule: 'New module',//"新增组件" + version: 'Version', + walk: 'Walk', + maxRepetitions: 'Max repetitions', + retries: 'Retries', + timeout: 'Timeout', + community: 'Community', + securityLevel: 'Security level', + authProtocol: 'Auth protocol', + privProtocol: 'Priv protocol', + contextName: 'Context name', + privPassword: 'Priv password', tip: { defaultEndpointSet: 'Default endpoint settings',//"默认的Endpoint设置" relation: 'Module associated Endpoint will configure the following ports/paths/parameters by default'//"组件关联的Endpoint将默认配置以下端口/路径/参数"