Skip to content

Commit

Permalink
fix: 🐛 modify home page copy
Browse files Browse the repository at this point in the history
  • Loading branch information
caorushizi committed Jan 1, 2025
1 parent ba65323 commit 2e48b4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/backend/src/i18n/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -68,7 +68,7 @@ i18n.init({
select: "选择",
download: "下载",
refresh: "刷新",
openFolder: "打开文件夹",
openFolder: "下载目录",
openFile: "打开文件",
noFileFound: "未找到文件",
exportFavorites: "导出收藏",
Expand Down
4 changes: 2 additions & 2 deletions packages/main/src/i18n/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -68,7 +68,7 @@ i18n.init({
select: "选择",
download: "下载",
refresh: "刷新",
openFolder: "打开文件夹",
openFolder: "下载目录",
openFile: "打开文件",
noFileFound: "未找到文件",
exportFavorites: "导出收藏",
Expand Down
4 changes: 2 additions & 2 deletions packages/renderer/src/i18n/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -189,7 +189,7 @@ Referer: http://www.example.com`,
newDownload: "新建下载",
selectAll: "全选",
playOnMobile: "手机上播放",
openFolder: "打开文件夹",
openFolder: "下载目录",
fileNotExist: "文件不存在",
downloadSuccess: "成功",
downloadFailed: "失败",
Expand Down

0 comments on commit 2e48b4f

Please sign in to comment.