feat: module侧滑新增、修改增加snmp类型
This commit is contained in:
@@ -270,7 +270,8 @@ const en = {
|
||||
refreshLater:'Refresh later',//'请稍后刷新'
|
||||
testSuccess:'Test success',
|
||||
downloadSuccess : 'Download Success',
|
||||
uploadSuccess: 'Upload Success'
|
||||
uploadSuccess: 'Upload Success',
|
||||
pressEnterToAdd: 'Press enter to add new line'
|
||||
},
|
||||
asset:{
|
||||
asset: 'Asset',
|
||||
@@ -669,6 +670,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将默认配置以下端口/路径/参数"
|
||||
|
||||
Reference in New Issue
Block a user