Skip to content

Commit 70efd85

Browse files
ChouChiuSlimeSB
andauthored
Voxy 翻译提交 (#5765)
* 添加 Voxy 翻译 * 修改 `渲染统计` 至 `渲染统计信息` * 修改 `雾效` 为 `迷雾` * Update projects/1.21-fabric/assets/modrinth-voxy/voxy/lang/zh_cn.json Co-authored-by: SlimeSB <86453765+SlimeSB@users.noreply.github.com> --------- Co-authored-by: SlimeSB <86453765+SlimeSB@users.noreply.github.com>
1 parent 9577004 commit 70efd85

2 files changed

Lines changed: 73 additions & 0 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"voxy.config.title": "Voxy",
3+
4+
"voxy.config.general": "General",
5+
"voxy.config.rendering": "Rendering",
6+
7+
"voxy.config.general.enabled": "Enable Voxy",
8+
"voxy.config.general.enabled.tooltip": "Fully enables or disables voxy",
9+
10+
"voxy.config.general.serviceThreads": "Service threads",
11+
"voxy.config.general.serviceThreads.tooltip": "Number of threads the ServiceThreadPool can use",
12+
13+
"voxy.config.general.useSodiumBuilder": "Use sodium threads",
14+
"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",
15+
16+
"voxy.config.general.ingest": "Chunk Ingest",
17+
"voxy.config.general.ingest.tooltip": "Enables or disables voxies ability to convert new chunks into LoDs",
18+
19+
"voxy.config.general.rendering": "Voxy Rendering",
20+
"voxy.config.general.rendering.tooltip": "Enables or disables voxy rendering",
21+
22+
"voxy.config.general.subDivisionSize": "Pixels^2 of subdivision size",
23+
"voxy.config.general.subDivisionSize.tooltip": "Maximum size in pixels (squared) of screenspace AABB before subdiving to smaller LoDs (Smaller being higher quality)",
24+
25+
"voxy.config.general.renderDistance": "Render distance",
26+
"voxy.config.general.renderDistance.tooltip": "Render distance of voxy in chunks",
27+
28+
"voxy.config.general.environmental_fog": "Enable environmental fog",
29+
"voxy.config.general.environmental_fog.tooltip": "Enables or disables voxy rendering environmental fog",
30+
31+
"voxy.config.general.render_fog": "Enable render fog",
32+
"voxy.config.general.render_fog.tooltip": "Enables or disables render fog effect",
33+
34+
"voxy.config.general.render_statistics": "Enable render statistics",
35+
"voxy.config.general.render_statistics.tooltip": "Enable render statistics in F3 menu, useful for debugging"
36+
}
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"voxy.config.title": "Voxy",
3+
4+
"voxy.config.general": "通用",
5+
"voxy.config.rendering": "渲染",
6+
7+
"voxy.config.general.enabled": "启用 Voxy",
8+
"voxy.config.general.enabled.tooltip": "完全启用或禁用 Voxy",
9+
10+
"voxy.config.general.serviceThreads": "服务线程数",
11+
"voxy.config.general.serviceThreads.tooltip": "服务线程池可使用的线程数量",
12+
13+
"voxy.config.general.useSodiumBuilder": "使用 Sodium 线程",
14+
"voxy.config.general.useSodiumBuilder.tooltip": "将 Sodium 的构建器线程加入 Voxy 线程池,高渲染距离下快速移动时可减少卡顿",
15+
16+
"voxy.config.general.ingest": "区块摄取",
17+
"voxy.config.general.ingest.tooltip": "启用或禁用 Voxy 将新区块转换为细节层次(LoD)的功能",
18+
19+
"voxy.config.general.rendering": "Voxy 渲染",
20+
"voxy.config.general.rendering.tooltip": "启用或禁用 Voxy 渲染",
21+
22+
"voxy.config.general.subDivisionSize": "细分像素面积阈值",
23+
"voxy.config.general.subDivisionSize.tooltip": "屏幕空间 AABB 的最大像素面积(平方),超过此值将细分至更精细的 LoD(数值越小,质量越高)",
24+
25+
"voxy.config.general.renderDistance": "渲染距离",
26+
"voxy.config.general.renderDistance.tooltip": "Voxy 的渲染距离(单位:区块)",
27+
28+
"voxy.config.general.environmental_fog": "启用环境迷雾",
29+
"voxy.config.general.environmental_fog.tooltip": "启用或禁用 Voxy 的环境迷雾渲染",
30+
31+
"voxy.config.general.render_fog": "启用渲染迷雾",
32+
"voxy.config.general.render_fog.tooltip": "启用或禁用渲染迷雾效果",
33+
34+
"voxy.config.general.render_statistics": "启用渲染统计信息",
35+
"voxy.config.general.render_statistics.tooltip": "在 F3 调试界面中显示渲染统计信息,便于调试"
36+
37+
}

0 commit comments

Comments
 (0)