style: 开站网元安装多语言翻译

This commit is contained in:
TsMask
2024-05-24 16:21:44 +08:00
parent 2ae4559958
commit c155160cf7
2 changed files with 25 additions and 3 deletions

View File

@@ -690,7 +690,10 @@ export default {
neSoftware: {
uploadTitle: "Update Software",
upload: "Upload",
uploadBatch: "Upload More Software",
uploadNotFile: "No software files uploaded",
uploadBatch: "Update Softwares",
uploadBatchMax: "Multiple packages can be uploaded, with up to {txt} selected at the same time.",
uploadFileName: "Parses file names in the format of: amf-r2.240x.xx-xxx",
name: "File Name",
path: "Software File",
pathPlease: "Please upload the software package file",
@@ -698,6 +701,10 @@ export default {
versionPlease: "Please enter the software version number",
delTip: "Confirmed to remove the package?",
downTip: "Confirmation to download package [{txt}]?",
fileCheckType: 'The corresponding network element type is not resolved',
fileCheckVer: 'The corresponding version number is not resolved',
fileTypeNotEq: 'Not a specified network element type {txt}',
fileTypeExists: 'Same network element type file already exists',
},
neVersion: {
upgrade: "Upgrade To New Version",
@@ -734,6 +741,7 @@ export default {
title: 'Save Info',
sync: 'Sync to NE',
syncNe: 'Select NE',
save: 'Save Success!',
},
neQuickSetup: {
stepPrev: 'Previous',
@@ -1905,6 +1913,9 @@ export default {
stepInstallText: 'Select Install',
stepInstallTip: 'Confirm the installation of the new version of the chosen Net Meta?',
stepInstallModal: 'Network Element For Install',
stepInstallNotNewVer: 'No new version found',
stepInstallDone: 'Installation complete, service initialized',
stepInstallFail: 'Installation fails, check if the service terminal environment is available!',
stepLicenseTitle: "Service License",
stepLicenseDesc: "Obtaining a license activation code for authorization authentication",
stepLicenseReload: 'Select Refresh',

View File

@@ -688,9 +688,12 @@ export default {
editTitle: "编辑主机命令",
},
neSoftware: {
uploadTitle: "上传软件",
uploadTitle: "上传软件",
upload: "上传",
uploadBatch: "上传软件",
uploadNotFile: "上传软件文件",
uploadBatch: "上传软件包",
uploadBatchMax: "可上传多个软件包,最多同时选择{txt}个。",
uploadFileName: "解析文件名称格式如: amf-r2.240x.xx-xxx",
name: "文件名",
path: "软件文件",
pathPlease: "请上传软件包文件",
@@ -698,6 +701,10 @@ export default {
versionPlease: "请输入软件版本号",
delTip: "确认要删除软件包吗?",
downTip: "确认要下载软件包【{txt}】吗?",
fileCheckType: '未解析出对应的网元类型',
fileCheckVer: '未解析出对应的版本号',
fileTypeNotEq: '不是指定网元类型 {txt}',
fileTypeExists: '已存在相同网元类型文件',
},
neVersion: {
upgrade: "升级到新版本",
@@ -734,6 +741,7 @@ export default {
title: '保存信息',
sync: '同步到网元',
syncNe: '选择网元',
save: '保存成功!',
},
neQuickSetup: {
stepPrev: '上一步',
@@ -1905,6 +1913,9 @@ export default {
stepInstallText: '选择安装',
stepInstallTip: '确认安装选择的网元新版本吗?',
stepInstallModal: '网元进行安装',
stepInstallNotNewVer: '没有发现新版本',
stepInstallDone: '安装完成,服务进入初始化',
stepInstallFail: '安装失败,请检查服务终端环境是否可用!',
stepLicenseTitle: "网元许可授权",
stepLicenseDesc: "获取网元许可激活码进行授权认证",
stepLicenseReload: '选择刷新许可证',