From c155160cf73637ed72c16b4d91b052f5d569a460 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 24 May 2024 16:21:44 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=BC=80=E7=AB=99=E7=BD=91=E5=85=83?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E5=A4=9A=E8=AF=AD=E8=A8=80=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 13 ++++++++++++- src/i18n/locales/zh-CN.ts | 15 +++++++++++++-- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 589d9108..0b4f1be0 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -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', diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 293fac25..8d92d7c9 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -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: '选择刷新许可证',