fix: mml管理文件上传提示多语言
This commit is contained in:
@@ -1300,6 +1300,8 @@ export default {
|
|||||||
clearLog: "Clear Logs",
|
clearLog: "Clear Logs",
|
||||||
exec: "Execute",
|
exec: "Execute",
|
||||||
cmdAwait: "Waiting for a command to be sent",
|
cmdAwait: "Waiting for a command to be sent",
|
||||||
|
uploadFileTip: 'Are you sure you want to upload the file?',
|
||||||
|
uploadFileOk: 'File Upload Successful',
|
||||||
omcOperate:{
|
omcOperate:{
|
||||||
noOMC: "No OMC network elements",
|
noOMC: "No OMC network elements",
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1304,6 +1304,8 @@ export default {
|
|||||||
clearLog: "清除日志",
|
clearLog: "清除日志",
|
||||||
exec: "执行",
|
exec: "执行",
|
||||||
cmdAwait: "等待发送命令",
|
cmdAwait: "等待发送命令",
|
||||||
|
uploadFileTip: '确认要上传文件吗?',
|
||||||
|
uploadFileOk: '文件上传成功',
|
||||||
omcOperate:{
|
omcOperate:{
|
||||||
noOMC: "暂无OMC网元",
|
noOMC: "暂无OMC网元",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user