Skip to content

Commit

Permalink
fix: add locale for curseforge filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Jan 5, 2022
1 parent ecb5f73 commit 7817a8c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 5 deletions.
19 changes: 15 additions & 4 deletions src/renderer/assets/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@
"description": "CurseForge is now the largest repository for modded Minecraft featuring thousands of mods, texture packs and worlds.",
"downloadOnly": "Download",
"downloaded": "Downloaded",
"file": {
"gameVersion": "Game Version",
"releaseType": "Release Type",
"sortByDate": "Date",
"sortByName": "File Name"
},
"fileReleaseType": {
"alpha": "Alpha",
"beta": "Beta",
"release": "Release"
},
"gameversion": "Game Version",
"install": "Install",
"installTo": "Install to {path}",
Expand Down Expand Up @@ -787,13 +798,13 @@
"backgroundImageDescription": "select an image as background or clear",
"backgroundImageSelect": "select",
"backgroundType": "Background Type",
"backgroundTypeDescription": "Show special effect on background (This may impact performance)",
"backgroundTypes": {
"none": "None",
"halo": "Halo",
"image": "Image",
"particle": "Particle",
"halo": "Halo"
"none": "None",
"particle": "Particle"
},
"backgroundTypeDescription": "Show special effect on background (This may impact performance)",
"blurMainBody": "Blur Main Body",
"blurMainBodyDescription": "Should the launcher right pane be blurred",
"browseRoot": "Browse",
Expand Down
11 changes: 10 additions & 1 deletion src/renderer/assets/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@
"createdDate": "创建日期",
"downloadOnly": "只下载",
"downloaded": "已下载",
"file": {
"gameVersion": "游戏版本",
"releaseType": "类型",
"sortByDate": "日期",
"sortByName": "文件名"
},
"fileReleaseType": {
"release": "稳定版"
},
"gameversion": "游戏版本",
"install": "安装",
"installTo": "安装到 {path}",
Expand Down Expand Up @@ -460,7 +469,7 @@
"checkingProblems": "检测问题中",
"crash": "游戏崩溃了!",
"failed": {
"description": "没有找到崩溃报告,这里是游戏错误日志和最新的日志文件",
"description": "没有找到崩溃报告,这里是游戏输出和最新的日志文件",
"general": "启动失败",
"generalText": "如果你反复出现同样的问题,请联系作者!",
"illegalAuth": "用户数据为空",
Expand Down

0 comments on commit 7817a8c

Please sign in to comment.