feat: 网元信息表单多语言翻译

This commit is contained in:
TsMask
2024-05-20 15:14:23 +08:00
parent 48f278997f
commit 1ad2ed2d26
7 changed files with 56 additions and 46 deletions

View File

@@ -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",

View File

@@ -172,6 +172,9 @@ export default {
codeHit: '验证码',
codeText: '获取验证码',
codeSmsSend: '发送成功,请注意查看短信',
ipPlease: '请输入有效的IP地址',
ipv4Reg: '不是有效IPv4地址',
ipv6Reg: '不是有效IPv6地址',
},
// 布局
@@ -585,10 +588,14 @@ export default {
common: {
neType: '网元类型',
neTypePlease: "请选择网元类型",
neId: '网元内部标识',
neId: '网元标识',
neIdPlease: '请输入网元标识',
rmUid: '资源唯一标识',
rmUidPlease: '请输入资源唯一标识',
neName: '网元名称',
neNamePlease: '请输入网元名称',
ipAddr: '网元服务IP',
ipAddrPlease: '请输入网元IP地址',
port: '网元服务端口',
serialNum: '序列号',
expiryDate: '许可证到期日期',
@@ -618,6 +625,8 @@ export default {
hostConfig: "终端连接配置",
rmUID: "数据资源定位标识符用于日志、告警上报等数据标记",
ipAddr: "支持IPV4/IPV6,同步变更下方配置的配置地址",
addTitle: '新增网元信息',
editTitle: '编辑网元信息',
delTip: '确认删除网元信息数据项吗?',
oam: {
title: 'OAM配置',
@@ -628,6 +637,7 @@ export default {
snmpPort: '端口',
kpiEnable: '上报',
kpiTimer: '上报周期',
kpiTimerPlease: '请输入上报周期(单位秒)',
},
},
neHost: {
@@ -654,6 +664,7 @@ export default {
editTitle: "编辑主机连接",
test: "测试连接",
testOk: "测试连接成功",
authorizedRSA: "是否要配置授权免密直连?",
},
neHostCmd: {
cmdType: "命令类型",