diff --git a/projects/1.21/assets/voxy/voxy/lang/en_us.json b/projects/1.21/assets/voxy/voxy/lang/en_us.json new file mode 100644 index 000000000000..bc9756714d81 --- /dev/null +++ b/projects/1.21/assets/voxy/voxy/lang/en_us.json @@ -0,0 +1,36 @@ +{ + "voxy.config.title":"voxy.config.title", + + "voxy.config.general":"voxy.config.general", + "voxy.config.rendering":"voxy.config.rendering", + + "voxy.config.general.enabled":"voxy.config.general.enabled", + "voxy.config.general.enabled.tooltip":"voxy.config.general.enabled.tooltip", + + "voxy.config.general.serviceThreads":"voxy.config.general.serviceThreads", + "voxy.config.general.serviceThreads.tooltip":"voxy.config.general.serviceThreads.tooltip", + + "voxy.config.general.useSodiumBuilder":"voxy.config.general.useSodiumBuilder", + "voxy.config.general.useSodiumBuilder.tooltip":"voxy.config.general.useSodiumBuilder.tooltip", + + "voxy.config.general.ingest":"voxy.config.general.ingest", + "voxy.config.general.ingest.tooltip":"voxy.config.general.ingest.tooltip", + + "voxy.config.general.rendering":"voxy.config.general.rendering", + "voxy.config.general.rendering.tooltip":"voxy.config.general.rendering.tooltip", + + "voxy.config.general.subDivisionSize":"voxy.config.general.subDivisionSize", + "voxy.config.general.subDivisionSize.tooltip":"voxy.config.general.subDivisionSize.tooltip", + + "voxy.config.general.renderDistance":"voxy.config.general.renderDistance", + "voxy.config.general.renderDistance.tooltip":"voxy.config.general.renderDistance.tooltip", + + "voxy.config.general.environmental_fog":"voxy.config.general.environmental_fog", + "voxy.config.general.environmental_fog.tooltip":"voxy.config.general.environmental_fog.tooltip", + + "voxy.config.general.render_fog":"voxy.config.general.render_fog", + "voxy.config.general.render_fog.tooltip":"voxy.config.general.render_fog.tooltip", + + "voxy.config.general.render_statistics":"voxy.config.general.render_statistics", + "voxy.config.general.render_statistics.tooltip":"voxy.config.general.render_statistics.tooltip" +} \ No newline at end of file diff --git a/projects/1.21/assets/voxy/voxy/lang/zh_cn.json b/projects/1.21/assets/voxy/voxy/lang/zh_cn.json new file mode 100644 index 000000000000..8a3802a51218 --- /dev/null +++ b/projects/1.21/assets/voxy/voxy/lang/zh_cn.json @@ -0,0 +1,36 @@ +{ + "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":"ServiceThreadPool 可使用的线程数", + + "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":"细分为更小 LOD 前屏幕空间 AABB 的最大尺寸(像素平方)(越小质量越高)", + + "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 菜单中启用渲染统计,对调试很有用" +} \ No newline at end of file