fix: 网元授权多语言翻译
This commit is contained in:
@@ -53,9 +53,13 @@ export default {
|
||||
fold: 'Fold',
|
||||
},
|
||||
rowId: 'ID',
|
||||
createTime: 'Create Time',
|
||||
updateTime: 'Update Time',
|
||||
operate: 'Operation',
|
||||
operateOk: 'Operation Successful!',
|
||||
operateErr: 'Operation Failed!',
|
||||
copyText: "Copy",
|
||||
copyOk: 'Copy Successful!',
|
||||
units: {
|
||||
second: 'Second',
|
||||
minute: 'Minute',
|
||||
@@ -576,6 +580,13 @@ export default {
|
||||
},
|
||||
},
|
||||
ne: {
|
||||
common: {
|
||||
neType: 'NE Type',
|
||||
neId: 'NE ID',
|
||||
serialNum: 'Serial Num',
|
||||
expiryDate: 'Expiry Date',
|
||||
remark: 'Remark',
|
||||
},
|
||||
neInfo: {
|
||||
version: "Version",
|
||||
serialNum: 'Serial Number',
|
||||
@@ -642,6 +653,19 @@ export default {
|
||||
rollbackTipEmpty: "There is currently no rollback available",
|
||||
rollbackTipEqual: 'The current version is the same as the previous version',
|
||||
},
|
||||
neLicense: {
|
||||
status: "License Status",
|
||||
change: "Change License",
|
||||
reload: "Refresh Info",
|
||||
reloadTip: "Confirmed to refresh the [{txt}] license information?",
|
||||
reloadBatch: "Batch Refresh",
|
||||
reloadBatchTip: "Do you do an information refresh on checked records?",
|
||||
updateTtile: "Update License",
|
||||
downCodeTop: "Confirmed to save the license activation code to a file?",
|
||||
activationRequestCode: "License Activation Code",
|
||||
licensePath: "License File",
|
||||
licensePathTip: "Please upload license file",
|
||||
},
|
||||
},
|
||||
neUser: {
|
||||
auth: {
|
||||
|
||||
@@ -53,9 +53,13 @@ export default {
|
||||
fold: '折叠',
|
||||
},
|
||||
rowId: '编号',
|
||||
createTime: '创建时间',
|
||||
updateTime: '更新时间',
|
||||
operate: '操作',
|
||||
operateOk: '操作成功!',
|
||||
operateErr: '操作失败!',
|
||||
copyText: "复制",
|
||||
copyOk: '复制成功!',
|
||||
units: {
|
||||
second: '秒',
|
||||
minute: '分钟',
|
||||
@@ -576,6 +580,13 @@ export default {
|
||||
},
|
||||
},
|
||||
ne: {
|
||||
common: {
|
||||
neType: '网元类型',
|
||||
neId: '网元内部标识',
|
||||
serialNum: '序列号',
|
||||
expiryDate: '许可证到期时间',
|
||||
remark: '备注',
|
||||
},
|
||||
neInfo: {
|
||||
version: "网元版本",
|
||||
serialNum: '序列号',
|
||||
@@ -642,6 +653,19 @@ export default {
|
||||
rollbackTipEmpty: "目前没有可用的回滚",
|
||||
rollbackTipEqual: '当前版本与之前版本相同',
|
||||
},
|
||||
neLicense: {
|
||||
status: "许可证状态",
|
||||
change: "变更许可证",
|
||||
reload: "刷新信息",
|
||||
reloadTip: "确认要刷新【{txt}】许可证信息吗?",
|
||||
reloadBatch: "批量刷新",
|
||||
reloadBatchTip: "对勾选的记录进行信息刷新吗?",
|
||||
updateTtile: "更新许可证",
|
||||
downCodeTop: "确认要将许可激活码保存到文件吗?",
|
||||
activationRequestCode: "许可激活码",
|
||||
licensePath: "许可证文件",
|
||||
licensePathTip: "请上传许可证文件",
|
||||
},
|
||||
},
|
||||
neUser: {
|
||||
auth: {
|
||||
|
||||
Reference in New Issue
Block a user