feat: 网元信息配置文件导入导出

This commit is contained in:
TsMask
2024-05-31 15:08:55 +08:00
parent 467c93f710
commit 8e4c5d0b90
6 changed files with 401 additions and 4 deletions

View File

@@ -650,6 +650,19 @@ export default {
kpiTimer: 'Reporting Cycle',
kpiTimerPlease: 'Please enter the reporting period (in seconds)',
},
backConf: {
export: 'Config Export',
import: 'Config Import',
title: 'Configuration File Import',
importType: 'Source of File',
server:'Server File',
local:'Local File',
localUpload:'Local Upload',
exportTip:'Confirm that you want to export the network element configuration file?',
exportMsg:'Exported successfully, please download from [Backup Management].',
filePlease: "Please upload a file",
fileNamePlease: 'Please select the server file',
},
},
neHost: {
hostType: "Type",

View File

@@ -650,6 +650,19 @@ export default {
kpiTimer: '上报周期',
kpiTimerPlease: '请输入上报周期(单位秒)',
},
backConf: {
export: '配置导出',
import: '配置导入',
title: '配置文件导入',
importType: '文件来源',
server:'服务器文件',
local:'本地文件',
localUpload:'本地上传',
exportTip:'确认要导出网元配置信息到文件?',
exportMsg:'导出成功,请到【备份管理】进行下载',
filePlease: "请上传文件",
fileNamePlease: '请选择服务器文件',
},
},
neHost: {
hostType: "主机类型",