From b42d8cb37050ffe137968522e9053358f09a1aca Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 26 Jun 2024 10:43:12 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=A4=9A=E8=AF=AD=E8=A8=80=E7=BF=BB?= =?UTF-8?q?=E8=AF=91=E7=BD=91=E5=85=83=E7=89=88=E6=9C=ACUpdate=20Softwares?= =?UTF-8?q?=E6=94=B9=E6=88=90Batch=20Upload?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 2 +- src/i18n/locales/zh-CN.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 5d26b63b..1dbb6f43 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -713,7 +713,7 @@ export default { uploadTitle: "Update Software", upload: "Upload", uploadNotFile: "No software files uploaded", - uploadBatch: "Update Softwares", + uploadBatch: "Batch Upload", 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", diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index e7483006..38441a2c 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -713,7 +713,7 @@ export default { uploadTitle: "上传软件", upload: "上传", uploadNotFile: "未上传软件文件", - uploadBatch: "上传软件包", + uploadBatch: "批量上传", uploadBatchMax: "可上传多个软件包,最多同时选择{txt}个。", uploadFileName: "解析文件名称格式如: amf-r2.240x.xx-xxx", name: "文件名",