feat: 网元版本多语言翻译
This commit is contained in:
@@ -55,6 +55,8 @@ export default {
|
||||
rowId: 'ID',
|
||||
createTime: 'Create Time',
|
||||
updateTime: 'Update Time',
|
||||
remark: 'Remark',
|
||||
description: 'Description',
|
||||
operate: 'Operation',
|
||||
operateOk: 'Operation Successful!',
|
||||
operateErr: 'Operation Failed!',
|
||||
@@ -585,7 +587,6 @@ export default {
|
||||
neId: 'NE ID',
|
||||
serialNum: 'Serial Num',
|
||||
expiryDate: 'Expiry Date',
|
||||
remark: 'Remark',
|
||||
},
|
||||
neInfo: {
|
||||
version: "Version",
|
||||
@@ -643,15 +644,25 @@ export default {
|
||||
addTitle: "New Host Commands",
|
||||
editTitle: "Edit Host Commands",
|
||||
},
|
||||
neSoftware: {
|
||||
upload: "Upload",
|
||||
uploadBatch: "Upload More Software",
|
||||
},
|
||||
neVersion: {
|
||||
upgrade: "Upgrade To New Version",
|
||||
upgradeTip: "Are you sure you want to upgrade to the new version?",
|
||||
upgradeTipEmpty: "There is currently no upgrade available",
|
||||
upgradeTipEqual: "The current version is the same as the new version",
|
||||
rollback: 'Rollback To Previous Version',
|
||||
rollbackTip: "Are you sure you want to roll back to the previous version?",
|
||||
rollbackTipEmpty: "There is currently no rollback available",
|
||||
upgradeTip: "Confirmed to upgrade to the new version?",
|
||||
upgradeTipEmpty: "There are currently no new versions available",
|
||||
upgradeTipEqual: "Current version is the same as the new version",
|
||||
rollback: 'Switch to previous version',
|
||||
rollbackTip: "Confirm switching to the previous version?",
|
||||
rollbackTipEmpty: "There is currently no previous version available",
|
||||
rollbackTipEqual: 'The current version is the same as the previous version',
|
||||
version: "Current Version",
|
||||
preVersion: "Previous Version",
|
||||
newVersion: "New Version",
|
||||
status: "Revision Status",
|
||||
upgradeBatch: "Batch Upgrade",
|
||||
upgradeBatchTip: "Do you perform new version upgrades on checked records?",
|
||||
},
|
||||
neLicense: {
|
||||
status: "License Status",
|
||||
|
||||
Reference in New Issue
Block a user