feat: 网元版本多语言翻译

This commit is contained in:
TsMask
2024-05-17 16:04:44 +08:00
parent 85ae7dc5ea
commit 69f3347a4d
5 changed files with 59 additions and 65 deletions

View File

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