-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Voxy 翻译提交 #5765
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
Merged
Merged
Voxy 翻译提交 #5765
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
projects/1.21-fabric/assets/modrinth-voxy/voxy/lang/en_us.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| { | ||
| "voxy.config.title": "Voxy", | ||
|
|
||
| "voxy.config.general": "General", | ||
| "voxy.config.rendering": "Rendering", | ||
|
|
||
| "voxy.config.general.enabled": "Enable Voxy", | ||
| "voxy.config.general.enabled.tooltip": "Fully enables or disables voxy", | ||
|
|
||
| "voxy.config.general.serviceThreads": "Service threads", | ||
| "voxy.config.general.serviceThreads.tooltip": "Number of threads the ServiceThreadPool can use", | ||
|
|
||
| "voxy.config.general.useSodiumBuilder": "Use sodium threads", | ||
| "voxy.config.general.useSodiumBuilder.tooltip": "Uses sodium builder threads as part of voxys thread pool, can reduce stuttering and lag when moving quickly at high render distance", | ||
|
|
||
| "voxy.config.general.ingest": "Chunk Ingest", | ||
| "voxy.config.general.ingest.tooltip": "Enables or disables voxies ability to convert new chunks into LoDs", | ||
|
|
||
| "voxy.config.general.rendering": "Voxy Rendering", | ||
| "voxy.config.general.rendering.tooltip": "Enables or disables voxy rendering", | ||
|
|
||
| "voxy.config.general.subDivisionSize": "Pixels^2 of subdivision size", | ||
| "voxy.config.general.subDivisionSize.tooltip": "Maximum size in pixels (squared) of screenspace AABB before subdiving to smaller LoDs (Smaller being higher quality)", | ||
|
|
||
| "voxy.config.general.renderDistance": "Render distance", | ||
| "voxy.config.general.renderDistance.tooltip": "Render distance of voxy in chunks", | ||
|
|
||
| "voxy.config.general.environmental_fog": "Enable environmental fog", | ||
| "voxy.config.general.environmental_fog.tooltip": "Enables or disables voxy rendering environmental fog", | ||
|
|
||
| "voxy.config.general.render_fog": "Enable render fog", | ||
| "voxy.config.general.render_fog.tooltip": "Enables or disables render fog effect", | ||
|
|
||
| "voxy.config.general.render_statistics": "Enable render statistics", | ||
| "voxy.config.general.render_statistics.tooltip": "Enable render statistics in F3 menu, useful for debugging" | ||
| } |
37 changes: 37 additions & 0 deletions
37
projects/1.21-fabric/assets/modrinth-voxy/voxy/lang/zh_cn.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| { | ||
| "voxy.config.title": "Voxy", | ||
|
|
||
| "voxy.config.general": "通用", | ||
| "voxy.config.rendering": "渲染", | ||
|
|
||
| "voxy.config.general.enabled": "启用 Voxy", | ||
| "voxy.config.general.enabled.tooltip": "完全启用或禁用 Voxy", | ||
|
|
||
| "voxy.config.general.serviceThreads": "服务线程数", | ||
| "voxy.config.general.serviceThreads.tooltip": "服务线程池可使用的线程数量", | ||
|
|
||
| "voxy.config.general.useSodiumBuilder": "使用 Sodium 线程", | ||
| "voxy.config.general.useSodiumBuilder.tooltip": "将 Sodium 的构建器线程加入 Voxy 线程池,高渲染距离下快速移动时可减少卡顿", | ||
|
|
||
| "voxy.config.general.ingest": "区块摄取", | ||
| "voxy.config.general.ingest.tooltip": "启用或禁用 Voxy 将新区块转换为细节层次(LoD)的功能", | ||
|
|
||
| "voxy.config.general.rendering": "Voxy 渲染", | ||
| "voxy.config.general.rendering.tooltip": "启用或禁用 Voxy 渲染", | ||
|
|
||
| "voxy.config.general.subDivisionSize": "细分像素面积阈值", | ||
| "voxy.config.general.subDivisionSize.tooltip": "屏幕空间 AABB 的最大像素面积(平方),超过此值将细分至更精细的 LoD(数值越小,质量越高)", | ||
|
|
||
| "voxy.config.general.renderDistance": "渲染距离", | ||
| "voxy.config.general.renderDistance.tooltip": "Voxy 的渲染距离(单位:区块)", | ||
|
|
||
| "voxy.config.general.environmental_fog": "启用环境迷雾", | ||
| "voxy.config.general.environmental_fog.tooltip": "启用或禁用 Voxy 的环境迷雾渲染", | ||
|
|
||
| "voxy.config.general.render_fog": "启用渲染迷雾", | ||
| "voxy.config.general.render_fog.tooltip": "启用或禁用渲染迷雾效果", | ||
|
|
||
| "voxy.config.general.render_statistics": "启用渲染统计信息", | ||
| "voxy.config.general.render_statistics.tooltip": "在 F3 调试界面中显示渲染统计信息,便于调试" | ||
|
|
||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.