feat: 网元信息表单多语言翻译
This commit is contained in:
@@ -172,6 +172,9 @@ export default {
|
||||
codeHit: 'Verification code',
|
||||
codeText: 'Obtain verification code',
|
||||
codeSmsSend: 'Successfully sent, please pay attention to checking the SMS',
|
||||
ipPlease: 'Please enter a valid IP address',
|
||||
ipv4Reg: 'Not a valid IPv4 address',
|
||||
ipv6Reg: 'Not a valid IPv6 address',
|
||||
},
|
||||
|
||||
// 布局
|
||||
@@ -586,9 +589,13 @@ export default {
|
||||
neType: 'NE Type',
|
||||
neTypePlease: "Please select network element type",
|
||||
neId: 'NE ID',
|
||||
neIdPlease: 'Please enter the network element identification',
|
||||
rmUid: 'Resource Unique ID',
|
||||
rmUidPlease: 'Please enter a resource unique ID',
|
||||
neName: 'NE Name',
|
||||
neNamePlease: 'Please enter the name of the network element',
|
||||
ipAddr: 'IP Addr',
|
||||
ipAddrPlease: 'Please enter the IP address of the network element',
|
||||
port: 'Port',
|
||||
serialNum: 'Serial Number',
|
||||
expiryDate: 'Expiry Date',
|
||||
@@ -618,6 +625,8 @@ export default {
|
||||
hostConfig: "Connection Configuration",
|
||||
rmUID: "Data resource location identifiers are used for data tagging such as logging, alarm reporting, etc.",
|
||||
ipAddr: "Support IPV4/IPV6, synchronize the change of the configuration address of the following configuration",
|
||||
addTitle: 'New network element information',
|
||||
editTitle: 'Editing network element information',
|
||||
delTip: 'Confirm deletion of network element information data items?',
|
||||
oam: {
|
||||
title: 'OAM Configuration',
|
||||
@@ -628,6 +637,7 @@ export default {
|
||||
snmpPort: 'Port',
|
||||
kpiEnable: 'Report',
|
||||
kpiTimer: 'Reporting Cycle',
|
||||
kpiTimerPlease: 'Please enter the reporting period (in seconds)',
|
||||
},
|
||||
},
|
||||
neHost: {
|
||||
@@ -654,6 +664,7 @@ export default {
|
||||
editTitle: "Edit Host Connection",
|
||||
test: "Test Connection To Host",
|
||||
testOk: "Test Connection Successful",
|
||||
authorizedRSA: "Do I have to configure authorization for a password-free direct connection?",
|
||||
},
|
||||
neHostCmd: {
|
||||
cmdType: "Type",
|
||||
|
||||
Reference in New Issue
Block a user