feat: 网元信息页面多语言翻译
This commit is contained in:
@@ -574,6 +574,24 @@ export default {
|
||||
},
|
||||
},
|
||||
ne: {
|
||||
neInfo: {
|
||||
version: "Version",
|
||||
serialNum: 'Serial Number',
|
||||
expiryDate: 'Expiry Date',
|
||||
state: "State",
|
||||
serviceState: "Service Status",
|
||||
normalcy: "Normal",
|
||||
exceptions: "Abnormal",
|
||||
info: 'Status Message',
|
||||
resourceInfo: 'Resource Situation',
|
||||
sysMem: "SYS Mem",
|
||||
sysCpu: "SYS CPU",
|
||||
sysDisk: "SYS Store",
|
||||
neCpu: "NE CPU",
|
||||
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",
|
||||
},
|
||||
neHost: {
|
||||
hostType: "Type",
|
||||
groupId: "Group",
|
||||
@@ -587,6 +605,7 @@ export default {
|
||||
authMode: "Auth Mode",
|
||||
password: "Password",
|
||||
privateKey: "Private Key",
|
||||
privateKeyPlease: "Please fill in the private key characters correctly ~/.ssh/id_rsa",
|
||||
passPhrase: "Private Key Cipher",
|
||||
remark: "Remark",
|
||||
createTime: "Time",
|
||||
|
||||
@@ -574,6 +574,24 @@ export default {
|
||||
},
|
||||
},
|
||||
ne: {
|
||||
neInfo: {
|
||||
version: "网元版本",
|
||||
serialNum: '序列号',
|
||||
expiryDate: '许可证到期日期',
|
||||
state: "网元状态",
|
||||
serviceState: "服务状态",
|
||||
normalcy: "正常",
|
||||
exceptions: "异常",
|
||||
info: '状态信息',
|
||||
resourceInfo: '资源情况',
|
||||
sysMem: "系统内存",
|
||||
sysCpu: "系统CPU",
|
||||
sysDisk: "系统存储",
|
||||
neCpu: "网元CPU",
|
||||
hostConfig: "终端连接配置",
|
||||
rmUID: "数据资源定位标识符用于日志、告警上报等数据标记",
|
||||
ipAddr: "支持IPV4/IPV6,同步变更下方配置的配置地址",
|
||||
},
|
||||
neHost: {
|
||||
hostType: "主机类型",
|
||||
groupId: "分组",
|
||||
@@ -587,6 +605,7 @@ export default {
|
||||
authMode: "认证模式",
|
||||
password: "密码",
|
||||
privateKey: "私钥",
|
||||
privateKeyPlease: "请正确填写私钥字符内容 ~/.ssh/id_rsa",
|
||||
passPhrase: "私钥密码",
|
||||
remark: "备注信息",
|
||||
createTime: "创建时间",
|
||||
|
||||
Reference in New Issue
Block a user