fix: 网元授权多语言翻译

This commit is contained in:
TsMask
2024-05-17 15:18:01 +08:00
parent 531cd6d03d
commit 85ae7dc5ea
5 changed files with 120 additions and 73 deletions

View File

@@ -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: {