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: { neSoftware: {
uploadTitle: "Update Software", uploadTitle: "Update Software",
upload: "Upload", 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", name: "File Name",
path: "Software File", path: "Software File",
pathPlease: "Please upload the software package file", pathPlease: "Please upload the software package file",
@@ -698,6 +701,10 @@ export default {
versionPlease: "Please enter the software version number", versionPlease: "Please enter the software version number",
delTip: "Confirmed to remove the package?", delTip: "Confirmed to remove the package?",
downTip: "Confirmation to download package [{txt}]?", 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: { neVersion: {
upgrade: "Upgrade To New Version", upgrade: "Upgrade To New Version",
@@ -734,6 +741,7 @@ export default {
title: 'Save Info', title: 'Save Info',
sync: 'Sync to NE', sync: 'Sync to NE',
syncNe: 'Select NE', syncNe: 'Select NE',
save: 'Save Success!',
}, },
neQuickSetup: { neQuickSetup: {
stepPrev: 'Previous', stepPrev: 'Previous',
@@ -1905,6 +1913,9 @@ export default {
stepInstallText: 'Select Install', stepInstallText: 'Select Install',
stepInstallTip: 'Confirm the installation of the new version of the chosen Net Meta?', stepInstallTip: 'Confirm the installation of the new version of the chosen Net Meta?',
stepInstallModal: 'Network Element For Install', 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", stepLicenseTitle: "Service License",
stepLicenseDesc: "Obtaining a license activation code for authorization authentication", stepLicenseDesc: "Obtaining a license activation code for authorization authentication",
stepLicenseReload: 'Select Refresh', stepLicenseReload: 'Select Refresh',

View File

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