From 2e48b4f6dec6d6ff1e13242822dfa4af9b98f39c Mon Sep 17 00:00:00 2001 From: caorushizi <84996057@qq.com> Date: Thu, 2 Jan 2025 04:08:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20=20modify=20home=20page?= =?UTF-8?q?=20copy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/backend/src/i18n/index.ts | 4 ++-- packages/main/src/i18n/index.ts | 4 ++-- packages/renderer/src/i18n/index.ts | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/backend/src/i18n/index.ts b/packages/backend/src/i18n/index.ts index 7658f1f5..71554ccf 100644 --- a/packages/backend/src/i18n/index.ts +++ b/packages/backend/src/i18n/index.ts @@ -17,7 +17,7 @@ i18n.init({ select: "Select", download: "Download", refresh: "Refresh", - openFolder: "Open Folder", + openFolder: "Download Folder", openFile: "Open File", noFileFound: "No file found", exportFavorites: "Export Favorites", @@ -68,7 +68,7 @@ i18n.init({ select: "选择", download: "下载", refresh: "刷新", - openFolder: "打开文件夹", + openFolder: "下载目录", openFile: "打开文件", noFileFound: "未找到文件", exportFavorites: "导出收藏", diff --git a/packages/main/src/i18n/index.ts b/packages/main/src/i18n/index.ts index 7658f1f5..71554ccf 100644 --- a/packages/main/src/i18n/index.ts +++ b/packages/main/src/i18n/index.ts @@ -17,7 +17,7 @@ i18n.init({ select: "Select", download: "Download", refresh: "Refresh", - openFolder: "Open Folder", + openFolder: "Download Folder", openFile: "Open File", noFileFound: "No file found", exportFavorites: "Export Favorites", @@ -68,7 +68,7 @@ i18n.init({ select: "选择", download: "下载", refresh: "刷新", - openFolder: "打开文件夹", + openFolder: "下载目录", openFile: "打开文件", noFileFound: "未找到文件", exportFavorites: "导出收藏", diff --git a/packages/renderer/src/i18n/index.ts b/packages/renderer/src/i18n/index.ts index eb791627..38961f58 100644 --- a/packages/renderer/src/i18n/index.ts +++ b/packages/renderer/src/i18n/index.ts @@ -22,7 +22,7 @@ i18n newDownload: "New Download", selectAll: "Select All", playOnMobile: "Play on mobile", - openFolder: "Open folder", + openFolder: "Download folder", fileNotExist: "File not exist", downloadSuccess: "Download success", downloadFailed: "Download failed", @@ -189,7 +189,7 @@ Referer: http://www.example.com`, newDownload: "新建下载", selectAll: "全选", playOnMobile: "手机上播放", - openFolder: "打开文件夹", + openFolder: "下载目录", fileNotExist: "文件不存在", downloadSuccess: "成功", downloadFailed: "失败",