Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 🐛 modify home page copy #394

Merged
merged 1 commit into from
Jan 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading