From 1af5513d8336fd697cd41106d8f60377042ad876 Mon Sep 17 00:00:00 2001 From: Comical Date: Sun, 2 Feb 2025 19:33:39 +0800 Subject: [PATCH 1/9] =?UTF-8?q?=E6=8F=90=E4=BA=A4Relictium=E7=9A=84?= =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../relictium/relictium/lang/en_us.lang | 82 +++++++++++++++++++ .../relictium/relictium/lang/zh_cn.lang | 82 +++++++++++++++++++ 2 files changed, 164 insertions(+) create mode 100644 projects/1.12.2/assets/relictium/relictium/lang/en_us.lang create mode 100644 projects/1.12.2/assets/relictium/relictium/lang/zh_cn.lang diff --git a/projects/1.12.2/assets/relictium/relictium/lang/en_us.lang b/projects/1.12.2/assets/relictium/relictium/lang/en_us.lang new file mode 100644 index 000000000000..af459a495961 --- /dev/null +++ b/projects/1.12.2/assets/relictium/relictium/lang/en_us.lang @@ -0,0 +1,82 @@ +relictium.option_impact.low=Low +relictium.option_impact.medium=Medium +relictium.option_impact.high=High +relictium.option_impact.extreme=Extreme +relictium.option_impact.varies=Varies +relictium.options.pages.quality=Quality +relictium.options.pages.performance=Performance +relictium.options.pages.advanced=Advanced +relictium.options.view_distance.tooltip=The render distance controls how far away terrain will be rendered. Shorter distances mean that less terrain will be rendered, improving frame rates. +relictium.options.simulation_distance.tooltip=The simulation distance controls how far away terrain and entities will be loaded and ticked. Shorter distances can reduce the internal server's load and may improve frame rates. +relictium.options.brightness.tooltip=Controls the brightness (gamma) of the game. +relictium.options.clouds.name=Clouds +relictium.options.clouds.tooltip=Controls whether or not clouds will be visible. +relictium.options.gui_scale.tooltip=Sets the maximum scale factor to be used for the user interface. If 'auto' is used, then the largest scale factor will always be used. +relictium.options.fullscreen.tooltip=If enabled, the game will display in full-screen (if supported). +relictium.options.v_sync.tooltip=If enabled, the game's frame rate will be synchronized to the monitor's refresh rate, making for a generally smoother experience at the expense of overall input latency. This setting might reduce performance if your system is too slow. +relictium.options.fps_limit.tooltip=Limits the maximum number of frames per second. This can help reduce battery usage and general system load when multi-tasking. If V-Sync is enabled, this option will be ignored unless it is lower than your display's refresh rate. +relictium.options.view_bobbing.tooltip=If enabled, the player's view will sway and bob when moving around. Players who experience motion sickness while playing can benefit from disabling this. +relictium.options.attack_indicator.tooltip=Controls where the Attack Indicator is displayed on screen. +relictium.options.autosave_indicator.tooltip=If enabled, an indicator will be shown when the game is saving the world to disk. +relictium.options.graphics_quality.tooltip=The default graphics quality controls some legacy options and is necessary for mod compatibility. If the options below are left to \"Default\ they will use this setting. +relictium.options.clouds_quality.tooltip=Controls the quality of rendered clouds in the sky. +relictium.options.weather_quality.tooltip=Controls the quality of rain and snow effects. +relictium.options.leaves_quality.name=Leaves Quality +relictium.options.leaves_quality.tooltip=Controls the quality of leaves. +relictium.options.particle_quality.name=Particle Quality +relictium.options.particle_quality.tooltip=Controls the maximum number of particles which can be present on screen at any one time. +relictium.options.smooth_lighting.tooltip=Controls whether blocks will be smoothly lit and shaded. This slightly increases the amount of time needed to re-build a chunk, but doesn't affect frame rates. +relictium.options.biome_blend.name=Biome Blend +relictium.options.biome_blend.value=%s block(s) +relictium.options.biome_blend.tooltip=Controls the range which biomes will be sampled for block colorization. Higher values greatly increase the amount of time it takes to build chunks for diminishing improvements in quality. +relictium.options.entity_distance.name=Entity Distance +relictium.options.entity_distance.tooltip=Controls how far away entities can render from the player. Higher values increase the render distance at the expense of frame rates. +relictium.options.entity_shadows.tooltip=If enabled, basic shadows will be rendered beneath mobs and other entities. +relictium.options.vignette.name=Vignette +relictium.options.vignette.tooltip=If enabled, a vignette effect will be rendered on the player's view. This is very unlikely to make a difference to frame rates unless you are fill-rate limited. +relictium.options.mipmap_levels.tooltip=Controls the number of mipmaps which will be used for block model textures. Higher values provide better rendering of blocks in the distance, but may adversely affect performance with many animated textures. +relictium.options.use_chunk_multidraw.name=Use Chunk Multi-Draw +relictium.options.use_chunk_multidraw.tooltip=Multi-draw allows multiple chunks to be rendered with fewer draw calls, greatly reducing CPU overhead when rendering the world while also potentially allowing for more efficient GPU utilization. This optimization may cause issues with some graphics drivers, so you should try disabling it if you are experiencing glitches. +relictium.options.use_vertex_objects.name=Use Vertex Array Objects +relictium.options.use_vertex_objects.tooltip=Helps to improve performance by moving information about how vertex data should be rendered into the driver, allowing it to better optimize for repeated rendering of the same objects. There is generally no reason to disable this unless you're using incompatible mods. +relictium.options.use_block_face_culling.name=Use Block Face Culling +relictium.options.use_block_face_culling.tooltip=If enabled, only the sides of blocks which are facing the camera will be submitted for rendering. This can eliminate a large number of block faces very early in the rendering process, saving memory bandwidth and time on the GPU. Some resource packs may have issues with this option, so try disabling it if you're seeing holes in blocks. +relictium.options.use_compact_vertex_format.name=Use Compact Vertex Format +relictium.options.use_compact_vertex_format.tooltip=If enabled, a more compact vertex format will be used for rendering chunks. This can reduce graphics memory usage and bandwidth requirements significantly, especially for integrated graphics cards, but can cause z-fighting with some resource packs due to how it reduces the precision of position and texture coordinate attributes. +relictium.options.use_fog_occlusion.name=Use Fog Occlusion +relictium.options.use_fog_occlusion.tooltip=If enabled, chunks which are determined to be fully hidden by fog effects will not be rendered, helping to improve performance. The improvement can be more dramatic when fog effects are heavier (such as while underwater), but it may cause undesirable visual artifacts between the sky and fog in some scenarios. +relictium.options.use_entity_culling.name=Use Entity Culling +relictium.options.use_entity_culling.tooltip=If enabled, entities determined not to be in any visible chunks will be skipped during rendering. This can help improve performance by avoiding the rendering of entities located underground or behind walls. +relictium.options.use_particle_culling.name=Use Particle Culling +relictium.options.use_particle_culling.tooltip=If enabled, only particles which are determined to be visible will be rendered. This can provide a significant improvement to frame rates when many particles are nearby. +relictium.options.animate_only_visible_textures.name=Animate Only Visible Textures +relictium.options.animate_only_visible_textures.tooltip=If enabled, only animated textures determined to be visible will be updated. This can provide a significant boost to frame rates on some hardware, especially with heavier resource packs. If you experience issues with some textures not being animated, try disabling this option. +relictium.options.translucency_sorting.name=Translucency Sorting +relictium.options.translucency_sorting.tooltip=If enabled, translucent blocks will be sorted correctly from back to front to provide better rendering, especially when multiple translucent blocks are in view and layered. This is a bit of an expensive operation. +relictium.options.cpu_render_ahead_limit.name=CPU Render-Ahead Limit +relictium.options.cpu_render_ahead_limit.tooltip=Specifies the maximum number of frames the CPU can be waiting on the GPU to finish rendering. Very low or high values may create frame rate instability. +relictium.options.cpu_render_ahead_limit.value=%s frame(s) +relictium.options.allow_direct_memory_access.name=Allow Direct Memory Access +relictium.options.allow_direct_memory_access.tooltip=If enabled, some critical code paths will be allowed to use direct memory access for performance. This often greatly reduces CPU overhead for chunk and entity rendering, but can make it harder to diagnose some bugs and crashes. You should only disable this if you've been asked to or otherwise know what you're doing. +relictium.options.ignore_driver_blacklist.name=Ignore Driver Blacklist +relictium.options.ignore_driver_blacklist.tooltip=If enabled, known incompatibilities with your hardware/driver configuration will be ignored, allowing you to enable options that may cause issues with your game. You should generally not touch this option unless you know exactly what you are doing. After changing this option, you must save, close, and then re-open the settings screen. +relictium.options.enable_memory_tracing.name=Enable Memory Tracing +relictium.options.enable_memory_tracing.tooltip=Debugging feature. If enabled, stack traces will be collected alongside memory allocations to help improve diagnostic information when memory leaks are detected. +relictium.options.performance_impact_string=Performance Impact: %s +relictium.options.use_persistent_mapping.name=Use Persistent Mapping +relictium.options.use_persistent_mapping.tooltip=If enabled, a small amount of memory will be persistently mapped for speeding up chunk updates and entity rendering.\n\nRequires OpenGL 4.4 or ARB_buffer_storage. +relictium.options.chunk_memory_allocator.name=Chunk Memory Allocator +relictium.options.chunk_memory_allocator.tooltip=Selects the memory allocator that will be used for chunk rendering.\n- ASYNC: Fastest option, works well with most modern graphics drivers.\n- SWAP: Fallback option for older graphics drivers. May increase memory usage significantly. +relictium.options.chunk_memory_allocator.async=Async +relictium.options.chunk_memory_allocator.swap=Swap +relictium.options.chunk_update_threads.name=Chunk Update Threads +relictium.options.chunk_update_threads.tooltip=Specifies the number of threads to use for chunk building. Using more threads can speed up chunk loading and update speed, but may negatively impact frame times. +relictium.options.always_defer_chunk_updates.name=Always Defer Chunk Updates +relictium.options.always_defer_chunk_updates.tooltip=If enabled, rendering will never wait for chunk updates to finish, even if they are important. This can greatly improve frame rates in some scenarios, but it may create significant visual lag in the world. +relictium.options.use_no_error_context.name=Use No Error Context +relictium.options.use_no_error_context.tooltip=If enabled, the OpenGL context will be created with error checking disabled. This may slightly improve performance, but it also increases the risk that the game will crash instead of gracefully handling OpenGL errors. You should disable this option if you are experiencing sudden unexplained crashes. +relictium.options.threads.value=%s thread(s) +relictium.options.default=Default +relictium.options.buttons.undo=Undo +relictium.options.buttons.apply=Apply +relictium.options.buttons.donate=Buy coffee for JellySquid!" \ No newline at end of file diff --git a/projects/1.12.2/assets/relictium/relictium/lang/zh_cn.lang b/projects/1.12.2/assets/relictium/relictium/lang/zh_cn.lang new file mode 100644 index 000000000000..a6638581a751 --- /dev/null +++ b/projects/1.12.2/assets/relictium/relictium/lang/zh_cn.lang @@ -0,0 +1,82 @@ +relictium.option_impact.low=低 +relictium.option_impact.medium=中 +relictium.option_impact.high=高 +relictium.option_impact.extreme=极高 +relictium.option_impact.varies=视情况而定 +relictium.options.pages.quality=质量 +relictium.options.pages.performance=性能 +relictium.options.pages.advanced=级 +relictium.options.view_distance.tooltip=渲染距离 - 控制地形的渲染距离。距离越短,地形渲染越少,帧率(FPS)提升越明显。 +relictium.options.simulation_distance.tooltip=模拟距离 - 控制地形和实体加载和更新的距离。更短的距离可以减少内部服务器的负载并可以提高帧率(TPS)。 +relictium.options.brightness.tooltip=控制游戏的亮度(伽玛值)。 +relictium.options.clouds.name=云 +relictium.options.clouds.tooltip=云层显示 +relictium.options.gui_scale.tooltip=设置要用于用户界面的最大缩放倍率。如果设为“自动(0)”,则始终使用最大的缩放倍率。 +relictium.options.fullscreen.tooltip=如果启用,游戏将以全屏显示(如果支持)。 +relictium.options.v_sync.tooltip=如果启用,游戏的帧率(FPS)将与显示器的刷新率同步,从而以整体输入延迟为代价获得更流畅的体验。如果你的系统性能较差,此设置反而可能会降低帧率。 +relictium.options.fps_limit.tooltip=限制帧率(FPS)。这有助于减少多任务处理时的电池使用量和一般系统负载。如果启用了垂直同步,除非它低于显示器的刷新率,否则将忽略此选项。 +relictium.options.view_bobbing.tooltip=如果启用,玩家的视野会在移动时不断摇晃。在游戏时感到晕眩的玩家可以从禁用此功能中受益。 +relictium.options.attack_indicator.tooltip=控制攻击指示器在屏幕上的显示位置。 +relictium.options.autosave_indicator.tooltip=如果启用,当游戏将存档保存到硬盘时将显示一个提示。 +relictium.options.graphics_quality.tooltip=默认图形质量控制一些传统选项,并且是模组兼容性所必需的。如果下面的选项保留为“默认”,则它们将使用此设置。 +relictium.options.clouds_quality.tooltip=控制天空中云渲染的质量。 +relictium.options.weather_quality.tooltip=控制雨雪效果的质量。 +relictium.options.leaves_quality.name=树叶质量 +relictium.options.leaves_quality.tooltip=控制树叶的质量。 +relictium.options.particle_quality.name=粒子效果 +relictium.options.particle_quality.tooltip=控制同一时刻可以出现在屏幕上的最大粒子数。 +relictium.options.smooth_lighting.tooltip=控制方块是否平滑光照和渲染。这会略微增加重新构建区块所需的时间,但不会影响帧率(FPS)。 +relictium.options.biome_blend.name=生物群系过渡混合 +relictium.options.biome_blend.value=%s方块 +relictium.options.biome_blend.tooltip=控制用于进行方块着色的生物群系采样的范围。较高的值会大大增加构建区块所需的时间,但画质提升有限 +relictium.options.entity_distance.name=实体显示距离 +relictium.options.entity_distance.tooltip=控制实体最多可以离玩家多远渲染。较高的值会以帧率(FPS)为代价增加渲染距离。 +relictium.options.entity_shadows.tooltip=如果启用,将在生物和其他实体下方渲染简单阴影。 +relictium.options.vignette.name=晕影 +relictium.options.vignette.tooltip=如果启用,将在玩家的画面上显示晕影效果。除非你的显卡像素填充率有限,否则这不太可能对帧率产生影响。 +relictium.options.mipmap_levels.tooltip=控制将用于方块模型纹理的MipMap的数量。较高的值可以更好地渲染远处的方块,但可能会对许多纹理动画的性能产生不利影响。 +relictium.options.use_chunk_multidraw.name=使用区块多重绘制 +relictium.options.use_chunk_multidraw.tooltip=多重绘制功能可通过减少绘制调用来批量渲染多个区块,从而大幅降低渲染世界时的CPU占用,同时可能提升GPU利用率。该优化可能导致部分显卡驱动兼容性问题,若遇到显示异常可尝试禁用此选项。 +relictium.options.use_vertex_objects.name=使用顶点数组对象 +relictium.options.use_vertex_objects.tooltip=通过将顶点数据的渲染信息转移至驱动程序处理,可提升运行性能。该功能可使驱动程序更好地优化重复渲染相同物体的性能,通常情况下无需禁用此功能,除非您正在使用不兼容的模组。 +relictium.options.use_block_face_culling.name=使用方块面剔除 +relictium.options.use_block_face_culling.tooltip=如果启用,则只会渲染面向相机一侧的方块面。这可以在渲染过程的早期消除大量方块面,从而节省GPU上的内存带宽和时间。某些资源包可能会在此选项上出现问题,因此如果你在方块中看到空洞,请尝试禁用它。 +relictium.options.use_compact_vertex_format.name=使用紧凑顶点格式 +relictium.options.use_compact_vertex_format.tooltip=启用后,将使用更紧凑的顶点格式渲染区块。该模式可显著降低显存占用与带宽需求(对集成显卡尤为有效),但可能因降低顶点位置与纹理坐标属性的精度,导致部分资源包出现冲突(Z-fighting)。 +relictium.options.use_fog_occlusion.name=启用雾效遮挡 +relictium.options.use_fog_occlusion.tooltip=启用后,被雾效完全遮蔽的区块将停止渲染,从而提升性能。此优化在雾效浓厚时(例如在水下时)效果尤为显著,但可能导致天空与雾效交界处出现视觉瑕疵。 +relictium.options.use_entity_culling.name=使用实体剔除 +relictium.options.use_entity_culling.tooltip=如果启用,则在渲染期间将跳过确定不在任何可见区块中的实体。这可以通过避免渲染位于地下或墙后的实体来帮助提高性能。 +relictium.options.use_particle_culling.name=使用粒子剔除 +relictium.options.use_particle_culling.tooltip=如果启用,则只会渲染确定为可见的粒子。当附近有许多粒子时,这可以显著提高帧率。 +relictium.options.animate_only_visible_textures.name=仅可见纹理有动画 +relictium.options.animate_only_visible_textures.tooltip=如果启用,则只会更新确定为可见的纹理动画。这可以显著提高某些硬件的帧率(FPS),尤其是对于大型的资源包。如果你遇到某些纹理失去动画的问题,请尝试禁用此选项。 +relictium.options.translucency_sorting.name=半透明渲染排序 +relictium.options.translucency_sorting.tooltip=启用后,半透明方块(如玻璃、水)将按从后到前的顺序正确排序,显著改善多层透明效果渲染质量(推荐搭配光影模组使用)。此功能会额外消耗GPU资源,在复杂建筑场景中建议根据帧率表现动态调整。 +relictium.options.cpu_render_ahead_limit.name=CPU预渲染限制 +relictium.options.cpu_render_ahead_limit.tooltip=指定CPU可以在GPU上等待完成渲染的最大帧数。非常低或非常高的值都可能会导致帧率(FPS)不稳定。 +relictium.options.cpu_render_ahead_limit.value=%s帧 +relictium.options.allow_direct_memory_access.name=允许直接内存访问 +relictium.options.allow_direct_memory_access.tooltip=如果启用,将允许某些关键代码路径使用直接内存访问来提高性能。这通常会大大减少区块和实体渲染的CPU开销,但会使诊断某些错误和崩溃变得更加困难。只有你被要求这么做或知道你在做什么,才应该禁用它。 +relictium.options.ignore_driver_blacklist.name=忽略驱动黑名单 +relictium.options.ignore_driver_blacklist.tooltip=如果启用,与您的硬件/驱动程序配置的已知不兼容性将被忽略,从而允许您启用可能导致游戏问题的选项。除非您确切知道自己在做什么,否则通常不应启用此选项。更改此选项后,您必须保存、关闭,然后重新打开设置屏幕。 +relictium.options.enable_memory_tracing.name=用内存跟踪 +relictium.options.enable_memory_tracing.tooltip=调试功能。如果启用,堆栈跟踪将与内存分配一起收集,以帮助在检测到内存泄漏时改进诊断信息。 +relictium.options.performance_impact_string=性能影响:%s +relictium.options.use_persistent_mapping.name=使用持久映射 +relictium.options.use_persistent_mapping.tooltip=如果启用,少量内存将被持久映射为区块上传的暂存缓冲区,有助于减少加载或更新区块时的CPU开销和帧时间不稳定。\n需要OpenGL 4.4或ARB_buffer_storage拓展。 +relictium.options.chunk_memory_allocator.name=区块内存分配器 +relictium.options.chunk_memory_allocator.tooltip=选择将用于区块渲染的内存分配器。\n1、Async:最快,适用于大多数现代图形驱动程序。\n2、Swap:旧图形驱动程序的兼容选项。可能会显著增加内存使用量。 +relictium.options.chunk_memory_allocator.async=Async +relictium.options.chunk_memory_allocator.swap=Swap +relictium.options.chunk_update_threads.name=区块更新线程 +relictium.options.chunk_update_threads.tooltip=指定用于区块构建的线程数。使用更多线程可以加快区块加载和更新的速度,但可能会对帧时间产生负面影响。 +relictium.options.always_defer_chunk_updates.name=始终推迟区块更新 +relictium.options.always_defer_chunk_updates.tooltip=如果启用,渲染将永远不会等待区块更新完成,即使它们很重要。这在某些情况下可以极大地提高帧率(FPS),但可能会在游戏时产生明显的视觉滞后。 +relictium.options.use_no_error_context.name=禁用OpenGL错误检查 +relictium.options.use_no_error_context.tooltip=如果启用,OpenGL上下文将创建时禁用错误检查。这可能会略微提高性能,但也增加了游戏崩溃而不是优雅处理OpenGL错误的风险。如果你遇到突发的无法解释的崩溃,应该禁用此选项。 +relictium.options.threads.value=%s线程 +relictium.options.default=默认 +relictium.options.buttons.undo=撤销 +relictium.options.buttons.apply=应用 +relictium.options.buttons.donate=给JellySquid买杯咖啡! \ No newline at end of file From 0aec1fe62765c8ee7bce4509ea9545ed1f05c545 Mon Sep 17 00:00:00 2001 From: Comical Date: Sun, 2 Feb 2025 19:46:59 +0800 Subject: [PATCH 2/9] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/1.12.2/assets/relictium/relictium/lang/zh_cn.lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/1.12.2/assets/relictium/relictium/lang/zh_cn.lang b/projects/1.12.2/assets/relictium/relictium/lang/zh_cn.lang index a6638581a751..3a508174c536 100644 --- a/projects/1.12.2/assets/relictium/relictium/lang/zh_cn.lang +++ b/projects/1.12.2/assets/relictium/relictium/lang/zh_cn.lang @@ -5,7 +5,7 @@ relictium.option_impact.extreme=极高 relictium.option_impact.varies=视情况而定 relictium.options.pages.quality=质量 relictium.options.pages.performance=性能 -relictium.options.pages.advanced=级 +relictium.options.pages.advanced=高级 relictium.options.view_distance.tooltip=渲染距离 - 控制地形的渲染距离。距离越短,地形渲染越少,帧率(FPS)提升越明显。 relictium.options.simulation_distance.tooltip=模拟距离 - 控制地形和实体加载和更新的距离。更短的距离可以减少内部服务器的负载并可以提高帧率(TPS)。 relictium.options.brightness.tooltip=控制游戏的亮度(伽玛值)。 From 8709aa8720821e68490f1a3d0b6300225f3dd6f6 Mon Sep 17 00:00:00 2001 From: Comical Date: Sun, 2 Feb 2025 22:05:53 +0800 Subject: [PATCH 3/9] Updata Sodium json --- .../assets/sodium/sodium/lang/en_us.json | 68 +++++++++++++++++++ .../assets/sodium/sodium/lang/zh_cn.json | 68 +++++++++++++++++++ 2 files changed, 136 insertions(+) create mode 100644 projects/1.21-fabric/assets/sodium/sodium/lang/en_us.json create mode 100644 projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json diff --git a/projects/1.21-fabric/assets/sodium/sodium/lang/en_us.json b/projects/1.21-fabric/assets/sodium/sodium/lang/en_us.json new file mode 100644 index 000000000000..d1d1e6b6a708 --- /dev/null +++ b/projects/1.21-fabric/assets/sodium/sodium/lang/en_us.json @@ -0,0 +1,68 @@ +{ + "sodium.option_impact.low": "Low", + "sodium.option_impact.medium": "Medium", + "sodium.option_impact.high": "High", + "sodium.option_impact.extreme": "Extreme", + "sodium.option_impact.varies": "Varies", + "sodium.options.pages.quality": "Quality", + "sodium.options.pages.performance": "Performance", + "sodium.options.pages.advanced": "Advanced", + "sodium.options.view_distance.tooltip": "The render distance controls how far away terrain will be rendered. Shorter distances mean that less terrain will be rendered, improving frame rates.", + "sodium.options.simulation_distance.tooltip": "The simulation distance controls how far away terrain and entities will be loaded and ticked. Shorter distances can reduce the internal server's load and may improve frame rates.", + "sodium.options.brightness.tooltip": "Controls the minimum brightness in the world. When increased, darker areas of the world will appear brighter. This does not affect the brightness of already well-lit areas.", + "sodium.options.gui_scale.tooltip": "Sets the maximum scale factor to be used for the user interface. If \"auto\" is used, then the largest scale factor will always be used.", + "sodium.options.fullscreen.tooltip": "If enabled, the game will display in full-screen (if supported).", + "sodium.options.fullscreen_resolution.tooltip": "The monitor resolution and refresh rate to be used when in fullscreen mode. Changing this option may interfere with other applications and cause a delay when switching between applications.\n\nThis is only supported on the Windows operating system.", + "sodium.options.v_sync.tooltip": "If enabled, the game's frame rate will be synchronized to the monitor's refresh rate, making for a generally smoother experience at the expense of overall input latency. This setting might reduce performance if your system is too slow.", + "sodium.options.fps_limit.tooltip": "Limits the maximum number of frames per second. This can help reduce battery usage and system load when multi-tasking. If VSync is enabled, this option will be ignored unless it is lower than your display's refresh rate.", + "sodium.options.view_bobbing.tooltip": "If enabled, the player's view will sway and bob when moving around. Players who experience motion sickness while playing may benefit from disabling this.", + "sodium.options.attack_indicator.tooltip": "Controls where the Attack Indicator is displayed on screen.", + "sodium.options.autosave_indicator.tooltip": "If enabled, an indicator will be shown when the game is saving the world to disk.", + "sodium.options.graphics_quality.tooltip": "The default graphics quality controls some legacy options and is necessary for mod compatibility. If the options below are left to \"Default\", they will use this setting.", + "sodium.options.clouds_quality.tooltip": "The quality level used for rendering clouds in the sky. Even though the options are labeled \"Fast\" and \"Fancy\", the effect on performance is negligible.", + "sodium.options.weather_quality.tooltip": "Controls the distance that weather effects, such as rain and snow, will be rendered.", + "sodium.options.leaves_quality.name": "Leaves", + "sodium.options.leaves_quality.tooltip": "Controls whether leaves will be rendered as transparent (fancy) or opaque (fast).", + "sodium.options.particle_quality.tooltip": "Controls the maximum number of particles which can be present on screen at any one time.", + "sodium.options.smooth_lighting.tooltip": "Enables the smooth lighting and shading of blocks in the world. This can very slightly increase the amount of time it takes to load or update a chunk, but it doesn't affect frame rates.", + "sodium.options.biome_blend.value": "%s block(s)", + "sodium.options.biome_blend.tooltip": "The distance (in blocks) which biome colors are smoothly blended across. Using higher values will greatly increase the amount of time it takes to load or update chunks, for diminishing improvements in quality.", + "sodium.options.entity_distance.tooltip": "The render distance multiplier used by entity rendering. Smaller values decrease, and larger values increase, the maximum distance at which entities will be rendered.", + "sodium.options.entity_shadows.tooltip": "If enabled, basic shadows will be rendered beneath mobs and other entities.", + "sodium.options.vignette.name": "Vignette", + "sodium.options.vignette.tooltip": "If enabled, a vignette effect will be applied when the player is in darker areas, which makes the overall image darker and more dramatic.", + "sodium.options.mipmap_levels.tooltip": "Controls the number of mipmaps which will be used for block model textures. Higher values provide better rendering of blocks in the distance, but could adversely affect performance with resource packs that use many animated textures.", + "sodium.options.use_block_face_culling.name": "Use Block Face Culling", + "sodium.options.use_block_face_culling.tooltip": "If enabled, only the faces of blocks which are facing the camera will be submitted for rendering. This can eliminate a large number of block faces very early in the rendering process, which greatly improves rendering performance. Some resource packs may have issues with this option, so try disabling it if you're seeing holes in blocks.", + "sodium.options.use_fog_occlusion.name": "Use Fog Occlusion", + "sodium.options.use_fog_occlusion.tooltip": "If enabled, chunks which are determined to be fully hidden by fog effects will not be rendered, helping to improve performance. The improvement can be more dramatic when fog effects are heavier (such as while underwater), but it may cause undesirable visual artifacts between the sky and fog in some scenarios.", + "sodium.options.use_entity_culling.name": "Use Entity Culling", + "sodium.options.use_entity_culling.tooltip": "If enabled, entities which are within the camera viewport, but not inside of a visible chunk, will be skipped during rendering. This optimization uses the visibility data which already exists for chunk rendering and does not add overhead.", + "sodium.options.animate_only_visible_textures.name": "Animate Only Visible Textures", + "sodium.options.animate_only_visible_textures.tooltip": "If enabled, only the animated textures which are determined to be visible in the current image will be updated. This can provide a significant performance improvement on some hardware, especially with heavier resource packs. If you experience issues with some textures not being animated, try disabling this option.", + "sodium.options.cpu_render_ahead_limit.name": "CPU Render-Ahead Limit", + "sodium.options.cpu_render_ahead_limit.tooltip": "For debugging only. Specifies the maximum number of frames which can be in-flight to the GPU. Changing this value is not recommended, as very low or high values may create frame rate instability.", + "sodium.options.cpu_render_ahead_limit.value": "%s frame(s)", + "sodium.options.performance_impact_string": "Performance Impact: %s", + "sodium.options.use_persistent_mapping.name": "Use Persistent Mapping", + "sodium.options.use_persistent_mapping.tooltip": "For debugging only. If enabled, persistent memory mappings will be used for the staging buffer so that unnecessary memory copies can be avoided. Disabling this can be useful for narrowing down the cause of graphical corruption.\n\nRequires OpenGL 4.4 or ARB_buffer_storage.", + "sodium.options.chunk_update_threads.name": "Chunk Update Threads", + "sodium.options.chunk_update_threads.tooltip": "Specifies the number of threads to use for chunk building and sorting. Using more threads can speed up chunk loading and update speed, but may negatively impact frame times. The default value is usually good enough for all situations.", + "sodium.options.always_defer_chunk_updates.name": "Always Defer Chunk Updates", + "sodium.options.always_defer_chunk_updates.tooltip": "If enabled, rendering will never wait for chunk updates to finish, even if they are important. This can greatly improve frame rates in some scenarios, but it may create significant visual lag where blocks take a while to appear or disappear.", + "sodium.options.sort_behavior.name": "Translucency Sorting", + "sodium.options.sort_behavior.tooltip": "Enables translucency sorting. This avoids glitches in translucent blocks like water and glass when enabled and attempts to correctly present them even when the camera is in motion. This has a small performance impact on chunk loading and update speeds, but is usually not noticeable in frame rates.", + "sodium.options.use_no_error_context.name": "Use No Error Context", + "sodium.options.use_no_error_context.tooltip": "When enabled, the OpenGL context will be created with error checking disabled. This slightly improves rendering performance, but it can make debugging sudden unexplained crashes much harder.", + "sodium.options.buttons.undo": "Undo", + "sodium.options.buttons.apply": "Apply", + "sodium.options.buttons.donate": "Buy us a coffee!", + "sodium.console.game_restart": "The game must be restarted to apply one or more video settings!", + "sodium.console.broken_nvidia_driver": "Your NVIDIA graphics drivers are out of date!\n * This will cause severe performance issues and crashes when Sodium is installed.\n * Please update your graphics drivers to the latest version (version 536.23 or newer.)", + "sodium.console.pojav_launcher": "PojavLauncher is not supported when using Sodium.\n * You are very likely to run into extreme performance issues, graphical bugs, and crashes.\n * You will be on your own if you decide to continue -- we will not help you with any bugs or crashes!", + "sodium.console.core_shaders_error": "The following resource packs are incompatible with Sodium:", + "sodium.console.core_shaders_warn": "The following resource packs may be incompatible with Sodium:", + "sodium.console.core_shaders_info": "Check the game log for detailed information.", + "sodium.console.config_not_loaded": "The configuration file for Sodium has been corrupted, or is currently unreadable. Some options have been temporarily reset to their defaults. Please open the Video Settings screen to resolve this problem.", + "sodium.console.config_file_was_reset": "The config file has been reset to known-good defaults." +} diff --git a/projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json b/projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json new file mode 100644 index 000000000000..c7e3cd666a85 --- /dev/null +++ b/projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json @@ -0,0 +1,68 @@ +{ + "sodium.option_impact.low": "低", + "sodium.option_impact.medium": "中", + "sodium.option_impact.high": "高", + "sodium.option_impact.extreme": "极高", + "sodium.option_impact.varies": "视情况而定", + "sodium.options.pages.quality": "质量", + "sodium.options.pages.performance": "性能", + "sodium.options.pages.advanced": "高级", + "sodium.options.view_distance.tooltip": "渲染距离控制地形可视范围。较低值可减少地形渲染量以提高帧率。", + "sodium.options.simulation_distance.tooltip": "模拟距离控制地形与实体的加载范围。较低值可降低服务器负载并可能提升帧率。", + "sodium.options.brightness.tooltip": "控制世界的最低亮度。提高该值会使黑暗区域更明亮,但不会影响已充分照明的区域。", + "sodium.options.gui_scale.tooltip": "设置用户界面最大缩放比例。若使用\"自动\",则始终采用最大可用比例。", + "sodium.options.fullscreen.tooltip": "启用后,游戏将以全屏模式运行(需硬件支持)。", + "sodium.options.fullscreen_resolution.tooltip": "全屏模式使用的显示器分辨率与刷新率。更改此选项可能干扰其他应用程序并导致切换延迟。\n\n仅支持Windows操作系统。", + "sodium.options.v_sync.tooltip": "启用后,游戏帧率将与显示器刷新率同步以获得更平滑画面,但可能增加输入延迟。硬件性能不足时可能导致帧率下降。", + "sodium.options.fps_limit.tooltip": "限制最大帧率。可降低多任务时的系统负载与电池消耗。若垂直同步已启用,则仅当此值低于刷新率时生效。", + "sodium.options.view_bobbing.tooltip": "启用后,玩家移动时视角会产生晃动效果。易晕眩玩家建议禁用。", + "sodium.options.attack_indicator.tooltip": "控制攻击指示器在屏幕上的显示位置。", + "sodium.options.autosave_indicator.tooltip": "启用后,游戏自动保存时将显示提示图标。", + "sodium.options.graphics_quality.tooltip": "默认画质控制部分传统选项并确保模组兼容性。下方选项设为\"默认\"时将继承此设置。", + "sodium.options.clouds_quality.tooltip": "控制天空云层的渲染质量。尽管选项标记为\"快速\"与\"精美\",但对性能的影响微乎其微。", + "sodium.options.weather_quality.tooltip": "控制雨雪等天气特效的渲染距离。", + "sodium.options.leaves_quality.name": "树叶渲染", + "sodium.options.leaves_quality.tooltip": "控制树叶渲染为透明(精美)或不透明(快速)。", + "sodium.options.particle_quality.tooltip": "控制屏幕上同时显示的最大粒子数量。", + "sodium.options.smooth_lighting.tooltip": "启用方块的平滑光照与阴影效果。可能略微增加区块加载/更新时间,但不影响帧率。", + "sodium.options.biome_blend.value": "%s 格", + "sodium.options.biome_blend.tooltip": "生物群系颜色渐变过渡距离(以方块为单位)。较高值将大幅增加区块加载/更新时间,但画质提升有限。", + "sodium.options.entity_distance.tooltip": "实体渲染距离的乘数。较低值减小,较高值增大实体的最大渲染距离。", + "sodium.options.entity_shadows.tooltip": "启用后,生物等实体下方将显示基础阴影。", + "sodium.options.vignette.name": "暗角效果", + "sodium.options.vignette.tooltip": "启用后,玩家处于黑暗区域时将应用暗角效果,使画面整体更暗且更具戏剧性。", + "sodium.options.mipmap_levels.tooltip": "控制方块模型纹理的mipmap层级。较高值可优化远景渲染,但使用含大量动画纹理的资源包时可能影响性能。", + "sodium.options.use_block_face_culling.name": "使用方块面剔除", + "sodium.options.use_block_face_culling.tooltip": "启用后,仅渲染面向摄像机的方块面。此优化可大幅减少渲染管线早期阶段的方块面处理量,显著提升性能。部分资源包可能与此功能冲突,若发现方块缺失请尝试禁用。", + "sodium.options.use_fog_occlusion.name": "使用雾效遮挡", + "sodium.options.use_fog_occlusion.tooltip": "启用后,被雾效完全遮蔽的区块将停止渲染以提升性能。雾效浓厚时(如水下)效果更显著,但可能导致天空与雾效交界处出现视觉瑕疵。", + "sodium.options.use_entity_culling.name": "使用实体剔除", + "sodium.options.use_entity_culling.tooltip": "启用后,位于摄像机视口但不在可视区块内的实体将跳过渲染。此优化复用区块渲染的可见性数据,不会增加额外开销。", + "sodium.options.animate_only_visible_textures.name": "仅动画化可见纹理", + "sodium.options.animate_only_visible_textures.tooltip": "启用后,仅更新当前画面中可见的动画纹理。某些硬件上可显著提升性能(尤其是使用重型资源包时)。若发现纹理动画缺失,请尝试禁用此选项。", + "sodium.options.cpu_render_ahead_limit.name": "CPU预渲染帧数限制", + "sodium.options.cpu_render_ahead_limit.tooltip": "仅用于调试。指定可提交至GPU的最大预渲染帧数。不建议修改此值,过低或过高可能导致帧率波动。", + "sodium.options.cpu_render_ahead_limit.value": "%s 帧", + "sodium.options.performance_impact_string": "性能影响:%s", + "sodium.options.use_persistent_mapping.name": "使用持久化内存映射", + "sodium.options.use_persistent_mapping.tooltip": "仅用于调试。启用后,暂存缓冲区将使用持久化内存映射以避免冗余内存拷贝。禁用此功能有助于排查图形异常原因。\n\n需要OpenGL 4.4或ARB_buffer_storage扩展支持。", + "sodium.options.chunk_update_threads.name": "区块更新线程数", + "sodium.options.chunk_update_threads.tooltip": "指定用于区块构建与排序的线程数量。更多线程可加速区块加载与更新,但可能导致帧时间波动。默认值通常适用于所有场景。", + "sodium.options.always_defer_chunk_updates.name": "始终延迟区块更新", + "sodium.options.always_defer_chunk_updates.tooltip": "启用后,渲染线程永不等待区块更新完成(即使更新至关重要)。某些场景可显著提升帧率,但可能导致方块显隐延迟。", + "sodium.options.sort_behavior.name": "半透明排序", + "sodium.options.sort_behavior.tooltip": "启用半透明排序。可避免水与玻璃等半透明方块的渲染异常,并确保摄像机移动时正确呈现。对区块加载速度有轻微影响,但通常不影响帧率。", + "sodium.options.use_no_error_context.name": "使用无错误上下文", + "sodium.options.use_no_error_context.tooltip": "启用后,将创建禁用错误检查的OpenGL上下文。可略微提升渲染性能,但会增加调试突发崩溃的难度。", + "sodium.options.buttons.undo": "撤销", + "sodium.options.buttons.apply": "应用", + "sodium.options.buttons.donate": "请我们喝咖啡!", + "sodium.console.game_restart": "必须重启游戏才能应用部分视频设置!", + "sodium.console.broken_nvidia_driver": "您的NVIDIA显卡驱动已过期!\n * 这会导致严重性能问题与Sodium模组崩溃。\n * 请更新至最新版驱动(536.23或更高版本)。", + "sodium.console.pojav_launcher": "Sodium不支持PojavLauncher!\n * 您很可能遭遇极端性能问题、图形错误与崩溃。\n * 若坚持继续使用,我们将不会提供任何技术支持!", + "sodium.console.core_shaders_error": "以下资源包与Sodium不兼容:", + "sodium.console.core_shaders_warn": "以下资源包可能与Sodium不兼容:", + "sodium.console.core_shaders_info": "查看游戏日志获取详细信息。", + "sodium.console.config_not_loaded": "Sodium配置文件已损坏或无法读取。部分选项已临时重置为默认值,请打开视频设置界面解决问题。", + "sodium.console.config_file_was_reset": "配置文件已重置为安全默认值。" + } \ No newline at end of file From 90b03fa02955f237cfb37bc1a828a70f75b27bf1 Mon Sep 17 00:00:00 2001 From: Comical Date: Sun, 2 Feb 2025 22:23:34 +0800 Subject: [PATCH 4/9] Update zh_cn.json --- projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json b/projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json index c7e3cd666a85..6c6888bad6d9 100644 --- a/projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json +++ b/projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json @@ -65,4 +65,5 @@ "sodium.console.core_shaders_info": "查看游戏日志获取详细信息。", "sodium.console.config_not_loaded": "Sodium配置文件已损坏或无法读取。部分选项已临时重置为默认值,请打开视频设置界面解决问题。", "sodium.console.config_file_was_reset": "配置文件已重置为安全默认值。" - } \ No newline at end of file + } + \ No newline at end of file From 037936ddb94cc33fef72ed0771df44306b9dea78 Mon Sep 17 00:00:00 2001 From: Comical <98379882+DHJComical@users.noreply.github.com> Date: Tue, 4 Feb 2025 10:52:53 +0800 Subject: [PATCH 5/9] del relictium --- .../relictium/relictium/lang/en_us.lang | 82 ------------------- .../relictium/relictium/lang/zh_cn.lang | 82 ------------------- 2 files changed, 164 deletions(-) delete mode 100644 projects/1.12.2/assets/relictium/relictium/lang/en_us.lang delete mode 100644 projects/1.12.2/assets/relictium/relictium/lang/zh_cn.lang diff --git a/projects/1.12.2/assets/relictium/relictium/lang/en_us.lang b/projects/1.12.2/assets/relictium/relictium/lang/en_us.lang deleted file mode 100644 index af459a495961..000000000000 --- a/projects/1.12.2/assets/relictium/relictium/lang/en_us.lang +++ /dev/null @@ -1,82 +0,0 @@ -relictium.option_impact.low=Low -relictium.option_impact.medium=Medium -relictium.option_impact.high=High -relictium.option_impact.extreme=Extreme -relictium.option_impact.varies=Varies -relictium.options.pages.quality=Quality -relictium.options.pages.performance=Performance -relictium.options.pages.advanced=Advanced -relictium.options.view_distance.tooltip=The render distance controls how far away terrain will be rendered. Shorter distances mean that less terrain will be rendered, improving frame rates. -relictium.options.simulation_distance.tooltip=The simulation distance controls how far away terrain and entities will be loaded and ticked. Shorter distances can reduce the internal server's load and may improve frame rates. -relictium.options.brightness.tooltip=Controls the brightness (gamma) of the game. -relictium.options.clouds.name=Clouds -relictium.options.clouds.tooltip=Controls whether or not clouds will be visible. -relictium.options.gui_scale.tooltip=Sets the maximum scale factor to be used for the user interface. If 'auto' is used, then the largest scale factor will always be used. -relictium.options.fullscreen.tooltip=If enabled, the game will display in full-screen (if supported). -relictium.options.v_sync.tooltip=If enabled, the game's frame rate will be synchronized to the monitor's refresh rate, making for a generally smoother experience at the expense of overall input latency. This setting might reduce performance if your system is too slow. -relictium.options.fps_limit.tooltip=Limits the maximum number of frames per second. This can help reduce battery usage and general system load when multi-tasking. If V-Sync is enabled, this option will be ignored unless it is lower than your display's refresh rate. -relictium.options.view_bobbing.tooltip=If enabled, the player's view will sway and bob when moving around. Players who experience motion sickness while playing can benefit from disabling this. -relictium.options.attack_indicator.tooltip=Controls where the Attack Indicator is displayed on screen. -relictium.options.autosave_indicator.tooltip=If enabled, an indicator will be shown when the game is saving the world to disk. -relictium.options.graphics_quality.tooltip=The default graphics quality controls some legacy options and is necessary for mod compatibility. If the options below are left to \"Default\ they will use this setting. -relictium.options.clouds_quality.tooltip=Controls the quality of rendered clouds in the sky. -relictium.options.weather_quality.tooltip=Controls the quality of rain and snow effects. -relictium.options.leaves_quality.name=Leaves Quality -relictium.options.leaves_quality.tooltip=Controls the quality of leaves. -relictium.options.particle_quality.name=Particle Quality -relictium.options.particle_quality.tooltip=Controls the maximum number of particles which can be present on screen at any one time. -relictium.options.smooth_lighting.tooltip=Controls whether blocks will be smoothly lit and shaded. This slightly increases the amount of time needed to re-build a chunk, but doesn't affect frame rates. -relictium.options.biome_blend.name=Biome Blend -relictium.options.biome_blend.value=%s block(s) -relictium.options.biome_blend.tooltip=Controls the range which biomes will be sampled for block colorization. Higher values greatly increase the amount of time it takes to build chunks for diminishing improvements in quality. -relictium.options.entity_distance.name=Entity Distance -relictium.options.entity_distance.tooltip=Controls how far away entities can render from the player. Higher values increase the render distance at the expense of frame rates. -relictium.options.entity_shadows.tooltip=If enabled, basic shadows will be rendered beneath mobs and other entities. -relictium.options.vignette.name=Vignette -relictium.options.vignette.tooltip=If enabled, a vignette effect will be rendered on the player's view. This is very unlikely to make a difference to frame rates unless you are fill-rate limited. -relictium.options.mipmap_levels.tooltip=Controls the number of mipmaps which will be used for block model textures. Higher values provide better rendering of blocks in the distance, but may adversely affect performance with many animated textures. -relictium.options.use_chunk_multidraw.name=Use Chunk Multi-Draw -relictium.options.use_chunk_multidraw.tooltip=Multi-draw allows multiple chunks to be rendered with fewer draw calls, greatly reducing CPU overhead when rendering the world while also potentially allowing for more efficient GPU utilization. This optimization may cause issues with some graphics drivers, so you should try disabling it if you are experiencing glitches. -relictium.options.use_vertex_objects.name=Use Vertex Array Objects -relictium.options.use_vertex_objects.tooltip=Helps to improve performance by moving information about how vertex data should be rendered into the driver, allowing it to better optimize for repeated rendering of the same objects. There is generally no reason to disable this unless you're using incompatible mods. -relictium.options.use_block_face_culling.name=Use Block Face Culling -relictium.options.use_block_face_culling.tooltip=If enabled, only the sides of blocks which are facing the camera will be submitted for rendering. This can eliminate a large number of block faces very early in the rendering process, saving memory bandwidth and time on the GPU. Some resource packs may have issues with this option, so try disabling it if you're seeing holes in blocks. -relictium.options.use_compact_vertex_format.name=Use Compact Vertex Format -relictium.options.use_compact_vertex_format.tooltip=If enabled, a more compact vertex format will be used for rendering chunks. This can reduce graphics memory usage and bandwidth requirements significantly, especially for integrated graphics cards, but can cause z-fighting with some resource packs due to how it reduces the precision of position and texture coordinate attributes. -relictium.options.use_fog_occlusion.name=Use Fog Occlusion -relictium.options.use_fog_occlusion.tooltip=If enabled, chunks which are determined to be fully hidden by fog effects will not be rendered, helping to improve performance. The improvement can be more dramatic when fog effects are heavier (such as while underwater), but it may cause undesirable visual artifacts between the sky and fog in some scenarios. -relictium.options.use_entity_culling.name=Use Entity Culling -relictium.options.use_entity_culling.tooltip=If enabled, entities determined not to be in any visible chunks will be skipped during rendering. This can help improve performance by avoiding the rendering of entities located underground or behind walls. -relictium.options.use_particle_culling.name=Use Particle Culling -relictium.options.use_particle_culling.tooltip=If enabled, only particles which are determined to be visible will be rendered. This can provide a significant improvement to frame rates when many particles are nearby. -relictium.options.animate_only_visible_textures.name=Animate Only Visible Textures -relictium.options.animate_only_visible_textures.tooltip=If enabled, only animated textures determined to be visible will be updated. This can provide a significant boost to frame rates on some hardware, especially with heavier resource packs. If you experience issues with some textures not being animated, try disabling this option. -relictium.options.translucency_sorting.name=Translucency Sorting -relictium.options.translucency_sorting.tooltip=If enabled, translucent blocks will be sorted correctly from back to front to provide better rendering, especially when multiple translucent blocks are in view and layered. This is a bit of an expensive operation. -relictium.options.cpu_render_ahead_limit.name=CPU Render-Ahead Limit -relictium.options.cpu_render_ahead_limit.tooltip=Specifies the maximum number of frames the CPU can be waiting on the GPU to finish rendering. Very low or high values may create frame rate instability. -relictium.options.cpu_render_ahead_limit.value=%s frame(s) -relictium.options.allow_direct_memory_access.name=Allow Direct Memory Access -relictium.options.allow_direct_memory_access.tooltip=If enabled, some critical code paths will be allowed to use direct memory access for performance. This often greatly reduces CPU overhead for chunk and entity rendering, but can make it harder to diagnose some bugs and crashes. You should only disable this if you've been asked to or otherwise know what you're doing. -relictium.options.ignore_driver_blacklist.name=Ignore Driver Blacklist -relictium.options.ignore_driver_blacklist.tooltip=If enabled, known incompatibilities with your hardware/driver configuration will be ignored, allowing you to enable options that may cause issues with your game. You should generally not touch this option unless you know exactly what you are doing. After changing this option, you must save, close, and then re-open the settings screen. -relictium.options.enable_memory_tracing.name=Enable Memory Tracing -relictium.options.enable_memory_tracing.tooltip=Debugging feature. If enabled, stack traces will be collected alongside memory allocations to help improve diagnostic information when memory leaks are detected. -relictium.options.performance_impact_string=Performance Impact: %s -relictium.options.use_persistent_mapping.name=Use Persistent Mapping -relictium.options.use_persistent_mapping.tooltip=If enabled, a small amount of memory will be persistently mapped for speeding up chunk updates and entity rendering.\n\nRequires OpenGL 4.4 or ARB_buffer_storage. -relictium.options.chunk_memory_allocator.name=Chunk Memory Allocator -relictium.options.chunk_memory_allocator.tooltip=Selects the memory allocator that will be used for chunk rendering.\n- ASYNC: Fastest option, works well with most modern graphics drivers.\n- SWAP: Fallback option for older graphics drivers. May increase memory usage significantly. -relictium.options.chunk_memory_allocator.async=Async -relictium.options.chunk_memory_allocator.swap=Swap -relictium.options.chunk_update_threads.name=Chunk Update Threads -relictium.options.chunk_update_threads.tooltip=Specifies the number of threads to use for chunk building. Using more threads can speed up chunk loading and update speed, but may negatively impact frame times. -relictium.options.always_defer_chunk_updates.name=Always Defer Chunk Updates -relictium.options.always_defer_chunk_updates.tooltip=If enabled, rendering will never wait for chunk updates to finish, even if they are important. This can greatly improve frame rates in some scenarios, but it may create significant visual lag in the world. -relictium.options.use_no_error_context.name=Use No Error Context -relictium.options.use_no_error_context.tooltip=If enabled, the OpenGL context will be created with error checking disabled. This may slightly improve performance, but it also increases the risk that the game will crash instead of gracefully handling OpenGL errors. You should disable this option if you are experiencing sudden unexplained crashes. -relictium.options.threads.value=%s thread(s) -relictium.options.default=Default -relictium.options.buttons.undo=Undo -relictium.options.buttons.apply=Apply -relictium.options.buttons.donate=Buy coffee for JellySquid!" \ No newline at end of file diff --git a/projects/1.12.2/assets/relictium/relictium/lang/zh_cn.lang b/projects/1.12.2/assets/relictium/relictium/lang/zh_cn.lang deleted file mode 100644 index 3a508174c536..000000000000 --- a/projects/1.12.2/assets/relictium/relictium/lang/zh_cn.lang +++ /dev/null @@ -1,82 +0,0 @@ -relictium.option_impact.low=低 -relictium.option_impact.medium=中 -relictium.option_impact.high=高 -relictium.option_impact.extreme=极高 -relictium.option_impact.varies=视情况而定 -relictium.options.pages.quality=质量 -relictium.options.pages.performance=性能 -relictium.options.pages.advanced=高级 -relictium.options.view_distance.tooltip=渲染距离 - 控制地形的渲染距离。距离越短,地形渲染越少,帧率(FPS)提升越明显。 -relictium.options.simulation_distance.tooltip=模拟距离 - 控制地形和实体加载和更新的距离。更短的距离可以减少内部服务器的负载并可以提高帧率(TPS)。 -relictium.options.brightness.tooltip=控制游戏的亮度(伽玛值)。 -relictium.options.clouds.name=云 -relictium.options.clouds.tooltip=云层显示 -relictium.options.gui_scale.tooltip=设置要用于用户界面的最大缩放倍率。如果设为“自动(0)”,则始终使用最大的缩放倍率。 -relictium.options.fullscreen.tooltip=如果启用,游戏将以全屏显示(如果支持)。 -relictium.options.v_sync.tooltip=如果启用,游戏的帧率(FPS)将与显示器的刷新率同步,从而以整体输入延迟为代价获得更流畅的体验。如果你的系统性能较差,此设置反而可能会降低帧率。 -relictium.options.fps_limit.tooltip=限制帧率(FPS)。这有助于减少多任务处理时的电池使用量和一般系统负载。如果启用了垂直同步,除非它低于显示器的刷新率,否则将忽略此选项。 -relictium.options.view_bobbing.tooltip=如果启用,玩家的视野会在移动时不断摇晃。在游戏时感到晕眩的玩家可以从禁用此功能中受益。 -relictium.options.attack_indicator.tooltip=控制攻击指示器在屏幕上的显示位置。 -relictium.options.autosave_indicator.tooltip=如果启用,当游戏将存档保存到硬盘时将显示一个提示。 -relictium.options.graphics_quality.tooltip=默认图形质量控制一些传统选项,并且是模组兼容性所必需的。如果下面的选项保留为“默认”,则它们将使用此设置。 -relictium.options.clouds_quality.tooltip=控制天空中云渲染的质量。 -relictium.options.weather_quality.tooltip=控制雨雪效果的质量。 -relictium.options.leaves_quality.name=树叶质量 -relictium.options.leaves_quality.tooltip=控制树叶的质量。 -relictium.options.particle_quality.name=粒子效果 -relictium.options.particle_quality.tooltip=控制同一时刻可以出现在屏幕上的最大粒子数。 -relictium.options.smooth_lighting.tooltip=控制方块是否平滑光照和渲染。这会略微增加重新构建区块所需的时间,但不会影响帧率(FPS)。 -relictium.options.biome_blend.name=生物群系过渡混合 -relictium.options.biome_blend.value=%s方块 -relictium.options.biome_blend.tooltip=控制用于进行方块着色的生物群系采样的范围。较高的值会大大增加构建区块所需的时间,但画质提升有限 -relictium.options.entity_distance.name=实体显示距离 -relictium.options.entity_distance.tooltip=控制实体最多可以离玩家多远渲染。较高的值会以帧率(FPS)为代价增加渲染距离。 -relictium.options.entity_shadows.tooltip=如果启用,将在生物和其他实体下方渲染简单阴影。 -relictium.options.vignette.name=晕影 -relictium.options.vignette.tooltip=如果启用,将在玩家的画面上显示晕影效果。除非你的显卡像素填充率有限,否则这不太可能对帧率产生影响。 -relictium.options.mipmap_levels.tooltip=控制将用于方块模型纹理的MipMap的数量。较高的值可以更好地渲染远处的方块,但可能会对许多纹理动画的性能产生不利影响。 -relictium.options.use_chunk_multidraw.name=使用区块多重绘制 -relictium.options.use_chunk_multidraw.tooltip=多重绘制功能可通过减少绘制调用来批量渲染多个区块,从而大幅降低渲染世界时的CPU占用,同时可能提升GPU利用率。该优化可能导致部分显卡驱动兼容性问题,若遇到显示异常可尝试禁用此选项。 -relictium.options.use_vertex_objects.name=使用顶点数组对象 -relictium.options.use_vertex_objects.tooltip=通过将顶点数据的渲染信息转移至驱动程序处理,可提升运行性能。该功能可使驱动程序更好地优化重复渲染相同物体的性能,通常情况下无需禁用此功能,除非您正在使用不兼容的模组。 -relictium.options.use_block_face_culling.name=使用方块面剔除 -relictium.options.use_block_face_culling.tooltip=如果启用,则只会渲染面向相机一侧的方块面。这可以在渲染过程的早期消除大量方块面,从而节省GPU上的内存带宽和时间。某些资源包可能会在此选项上出现问题,因此如果你在方块中看到空洞,请尝试禁用它。 -relictium.options.use_compact_vertex_format.name=使用紧凑顶点格式 -relictium.options.use_compact_vertex_format.tooltip=启用后,将使用更紧凑的顶点格式渲染区块。该模式可显著降低显存占用与带宽需求(对集成显卡尤为有效),但可能因降低顶点位置与纹理坐标属性的精度,导致部分资源包出现冲突(Z-fighting)。 -relictium.options.use_fog_occlusion.name=启用雾效遮挡 -relictium.options.use_fog_occlusion.tooltip=启用后,被雾效完全遮蔽的区块将停止渲染,从而提升性能。此优化在雾效浓厚时(例如在水下时)效果尤为显著,但可能导致天空与雾效交界处出现视觉瑕疵。 -relictium.options.use_entity_culling.name=使用实体剔除 -relictium.options.use_entity_culling.tooltip=如果启用,则在渲染期间将跳过确定不在任何可见区块中的实体。这可以通过避免渲染位于地下或墙后的实体来帮助提高性能。 -relictium.options.use_particle_culling.name=使用粒子剔除 -relictium.options.use_particle_culling.tooltip=如果启用,则只会渲染确定为可见的粒子。当附近有许多粒子时,这可以显著提高帧率。 -relictium.options.animate_only_visible_textures.name=仅可见纹理有动画 -relictium.options.animate_only_visible_textures.tooltip=如果启用,则只会更新确定为可见的纹理动画。这可以显著提高某些硬件的帧率(FPS),尤其是对于大型的资源包。如果你遇到某些纹理失去动画的问题,请尝试禁用此选项。 -relictium.options.translucency_sorting.name=半透明渲染排序 -relictium.options.translucency_sorting.tooltip=启用后,半透明方块(如玻璃、水)将按从后到前的顺序正确排序,显著改善多层透明效果渲染质量(推荐搭配光影模组使用)。此功能会额外消耗GPU资源,在复杂建筑场景中建议根据帧率表现动态调整。 -relictium.options.cpu_render_ahead_limit.name=CPU预渲染限制 -relictium.options.cpu_render_ahead_limit.tooltip=指定CPU可以在GPU上等待完成渲染的最大帧数。非常低或非常高的值都可能会导致帧率(FPS)不稳定。 -relictium.options.cpu_render_ahead_limit.value=%s帧 -relictium.options.allow_direct_memory_access.name=允许直接内存访问 -relictium.options.allow_direct_memory_access.tooltip=如果启用,将允许某些关键代码路径使用直接内存访问来提高性能。这通常会大大减少区块和实体渲染的CPU开销,但会使诊断某些错误和崩溃变得更加困难。只有你被要求这么做或知道你在做什么,才应该禁用它。 -relictium.options.ignore_driver_blacklist.name=忽略驱动黑名单 -relictium.options.ignore_driver_blacklist.tooltip=如果启用,与您的硬件/驱动程序配置的已知不兼容性将被忽略,从而允许您启用可能导致游戏问题的选项。除非您确切知道自己在做什么,否则通常不应启用此选项。更改此选项后,您必须保存、关闭,然后重新打开设置屏幕。 -relictium.options.enable_memory_tracing.name=用内存跟踪 -relictium.options.enable_memory_tracing.tooltip=调试功能。如果启用,堆栈跟踪将与内存分配一起收集,以帮助在检测到内存泄漏时改进诊断信息。 -relictium.options.performance_impact_string=性能影响:%s -relictium.options.use_persistent_mapping.name=使用持久映射 -relictium.options.use_persistent_mapping.tooltip=如果启用,少量内存将被持久映射为区块上传的暂存缓冲区,有助于减少加载或更新区块时的CPU开销和帧时间不稳定。\n需要OpenGL 4.4或ARB_buffer_storage拓展。 -relictium.options.chunk_memory_allocator.name=区块内存分配器 -relictium.options.chunk_memory_allocator.tooltip=选择将用于区块渲染的内存分配器。\n1、Async:最快,适用于大多数现代图形驱动程序。\n2、Swap:旧图形驱动程序的兼容选项。可能会显著增加内存使用量。 -relictium.options.chunk_memory_allocator.async=Async -relictium.options.chunk_memory_allocator.swap=Swap -relictium.options.chunk_update_threads.name=区块更新线程 -relictium.options.chunk_update_threads.tooltip=指定用于区块构建的线程数。使用更多线程可以加快区块加载和更新的速度,但可能会对帧时间产生负面影响。 -relictium.options.always_defer_chunk_updates.name=始终推迟区块更新 -relictium.options.always_defer_chunk_updates.tooltip=如果启用,渲染将永远不会等待区块更新完成,即使它们很重要。这在某些情况下可以极大地提高帧率(FPS),但可能会在游戏时产生明显的视觉滞后。 -relictium.options.use_no_error_context.name=禁用OpenGL错误检查 -relictium.options.use_no_error_context.tooltip=如果启用,OpenGL上下文将创建时禁用错误检查。这可能会略微提高性能,但也增加了游戏崩溃而不是优雅处理OpenGL错误的风险。如果你遇到突发的无法解释的崩溃,应该禁用此选项。 -relictium.options.threads.value=%s线程 -relictium.options.default=默认 -relictium.options.buttons.undo=撤销 -relictium.options.buttons.apply=应用 -relictium.options.buttons.donate=给JellySquid买杯咖啡! \ No newline at end of file From 3b5553b27b9ad3dd89a08302295810349b7e9693 Mon Sep 17 00:00:00 2001 From: Comical Date: Sat, 8 Mar 2025 09:51:40 +0800 Subject: [PATCH 6/9] Update zh_cn.json --- .../1.21-fabric/assets/sodium/sodium/lang/zh_cn.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json b/projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json index 6c6888bad6d9..d74696816d68 100644 --- a/projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json +++ b/projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json @@ -10,7 +10,7 @@ "sodium.options.view_distance.tooltip": "渲染距离控制地形可视范围。较低值可减少地形渲染量以提高帧率。", "sodium.options.simulation_distance.tooltip": "模拟距离控制地形与实体的加载范围。较低值可降低服务器负载并可能提升帧率。", "sodium.options.brightness.tooltip": "控制世界的最低亮度。提高该值会使黑暗区域更明亮,但不会影响已充分照明的区域。", - "sodium.options.gui_scale.tooltip": "设置用户界面最大缩放比例。若使用\"自动\",则始终采用最大可用比例。", + "sodium.options.gui_scale.tooltip": "设置用户界面最大缩放比例。若使用\“自动\”,则始终采用最大可用比例。", "sodium.options.fullscreen.tooltip": "启用后,游戏将以全屏模式运行(需硬件支持)。", "sodium.options.fullscreen_resolution.tooltip": "全屏模式使用的显示器分辨率与刷新率。更改此选项可能干扰其他应用程序并导致切换延迟。\n\n仅支持Windows操作系统。", "sodium.options.v_sync.tooltip": "启用后,游戏帧率将与显示器刷新率同步以获得更平滑画面,但可能增加输入延迟。硬件性能不足时可能导致帧率下降。", @@ -19,10 +19,10 @@ "sodium.options.attack_indicator.tooltip": "控制攻击指示器在屏幕上的显示位置。", "sodium.options.autosave_indicator.tooltip": "启用后,游戏自动保存时将显示提示图标。", "sodium.options.graphics_quality.tooltip": "默认画质控制部分传统选项并确保模组兼容性。下方选项设为\"默认\"时将继承此设置。", - "sodium.options.clouds_quality.tooltip": "控制天空云层的渲染质量。尽管选项标记为\"快速\"与\"精美\",但对性能的影响微乎其微。", + "sodium.options.clouds_quality.tooltip": "控制天空云层的渲染质量。尽管选项标记为\“流畅\”与\“高品质\”,但对性能的影响微乎其微。", "sodium.options.weather_quality.tooltip": "控制雨雪等天气特效的渲染距离。", "sodium.options.leaves_quality.name": "树叶渲染", - "sodium.options.leaves_quality.tooltip": "控制树叶渲染为透明(精美)或不透明(快速)。", + "sodium.options.leaves_quality.tooltip": "控制树叶渲染为透明(高品质)或不透明(流畅)。", "sodium.options.particle_quality.tooltip": "控制屏幕上同时显示的最大粒子数量。", "sodium.options.smooth_lighting.tooltip": "启用方块的平滑光照与阴影效果。可能略微增加区块加载/更新时间,但不影响帧率。", "sodium.options.biome_blend.value": "%s 格", @@ -30,7 +30,7 @@ "sodium.options.entity_distance.tooltip": "实体渲染距离的乘数。较低值减小,较高值增大实体的最大渲染距离。", "sodium.options.entity_shadows.tooltip": "启用后,生物等实体下方将显示基础阴影。", "sodium.options.vignette.name": "暗角效果", - "sodium.options.vignette.tooltip": "启用后,玩家处于黑暗区域时将应用暗角效果,使画面整体更暗且更具戏剧性。", + "sodium.options.vignette.tooltip": "启用后,玩家处于黑暗区域时将应用暗角效果,使画面整体更暗且更具张力。", "sodium.options.mipmap_levels.tooltip": "控制方块模型纹理的mipmap层级。较高值可优化远景渲染,但使用含大量动画纹理的资源包时可能影响性能。", "sodium.options.use_block_face_culling.name": "使用方块面剔除", "sodium.options.use_block_face_culling.tooltip": "启用后,仅渲染面向摄像机的方块面。此优化可大幅减少渲染管线早期阶段的方块面处理量,显著提升性能。部分资源包可能与此功能冲突,若发现方块缺失请尝试禁用。", @@ -39,7 +39,7 @@ "sodium.options.use_entity_culling.name": "使用实体剔除", "sodium.options.use_entity_culling.tooltip": "启用后,位于摄像机视口但不在可视区块内的实体将跳过渲染。此优化复用区块渲染的可见性数据,不会增加额外开销。", "sodium.options.animate_only_visible_textures.name": "仅动画化可见纹理", - "sodium.options.animate_only_visible_textures.tooltip": "启用后,仅更新当前画面中可见的动画纹理。某些硬件上可显著提升性能(尤其是使用重型资源包时)。若发现纹理动画缺失,请尝试禁用此选项。", + "sodium.options.animate_only_visible_textures.tooltip": "启用后,仅更新当期画面中可见的动态纹理。在某些硬件设备上可显著提升性能(尤其在使用大型资源包时)。若出现纹理不再变化的情况,请尝试禁用此选项。", "sodium.options.cpu_render_ahead_limit.name": "CPU预渲染帧数限制", "sodium.options.cpu_render_ahead_limit.tooltip": "仅用于调试。指定可提交至GPU的最大预渲染帧数。不建议修改此值,过低或过高可能导致帧率波动。", "sodium.options.cpu_render_ahead_limit.value": "%s 帧", From 0ebfce2fe8a58a6df84a45cde5ee58e6c0ff5098 Mon Sep 17 00:00:00 2001 From: Comical Date: Sat, 8 Mar 2025 09:56:14 +0800 Subject: [PATCH 7/9] Update zh_cn.json --- .../1.21-fabric/assets/sodium/sodium/lang/zh_cn.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json b/projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json index d74696816d68..603d584f1dee 100644 --- a/projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json +++ b/projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json @@ -10,7 +10,7 @@ "sodium.options.view_distance.tooltip": "渲染距离控制地形可视范围。较低值可减少地形渲染量以提高帧率。", "sodium.options.simulation_distance.tooltip": "模拟距离控制地形与实体的加载范围。较低值可降低服务器负载并可能提升帧率。", "sodium.options.brightness.tooltip": "控制世界的最低亮度。提高该值会使黑暗区域更明亮,但不会影响已充分照明的区域。", - "sodium.options.gui_scale.tooltip": "设置用户界面最大缩放比例。若使用\“自动\”,则始终采用最大可用比例。", + "sodium.options.gui_scale.tooltip": "设置用户界面最大缩放比例。若使用\"自动\",则始终采用最大可用比例。", "sodium.options.fullscreen.tooltip": "启用后,游戏将以全屏模式运行(需硬件支持)。", "sodium.options.fullscreen_resolution.tooltip": "全屏模式使用的显示器分辨率与刷新率。更改此选项可能干扰其他应用程序并导致切换延迟。\n\n仅支持Windows操作系统。", "sodium.options.v_sync.tooltip": "启用后,游戏帧率将与显示器刷新率同步以获得更平滑画面,但可能增加输入延迟。硬件性能不足时可能导致帧率下降。", @@ -19,10 +19,10 @@ "sodium.options.attack_indicator.tooltip": "控制攻击指示器在屏幕上的显示位置。", "sodium.options.autosave_indicator.tooltip": "启用后,游戏自动保存时将显示提示图标。", "sodium.options.graphics_quality.tooltip": "默认画质控制部分传统选项并确保模组兼容性。下方选项设为\"默认\"时将继承此设置。", - "sodium.options.clouds_quality.tooltip": "控制天空云层的渲染质量。尽管选项标记为\“流畅\”与\“高品质\”,但对性能的影响微乎其微。", + "sodium.options.clouds_quality.tooltip": "控制天空云层的渲染质量。尽管选项标记为\"流畅\"与\"高品质\",但对性能的影响微乎其微。", "sodium.options.weather_quality.tooltip": "控制雨雪等天气特效的渲染距离。", "sodium.options.leaves_quality.name": "树叶渲染", - "sodium.options.leaves_quality.tooltip": "控制树叶渲染为透明(高品质)或不透明(流畅)。", + "sodium.options.leaves_quality.tooltip": "控制树叶渲染为透明(精美)或不透明(快速)。", "sodium.options.particle_quality.tooltip": "控制屏幕上同时显示的最大粒子数量。", "sodium.options.smooth_lighting.tooltip": "启用方块的平滑光照与阴影效果。可能略微增加区块加载/更新时间,但不影响帧率。", "sodium.options.biome_blend.value": "%s 格", @@ -30,7 +30,7 @@ "sodium.options.entity_distance.tooltip": "实体渲染距离的乘数。较低值减小,较高值增大实体的最大渲染距离。", "sodium.options.entity_shadows.tooltip": "启用后,生物等实体下方将显示基础阴影。", "sodium.options.vignette.name": "暗角效果", - "sodium.options.vignette.tooltip": "启用后,玩家处于黑暗区域时将应用暗角效果,使画面整体更暗且更具张力。", + "sodium.options.vignette.tooltip": "启用后,玩家处于黑暗区域时将应用暗角效果,使画面整体更暗且更具戏剧性。", "sodium.options.mipmap_levels.tooltip": "控制方块模型纹理的mipmap层级。较高值可优化远景渲染,但使用含大量动画纹理的资源包时可能影响性能。", "sodium.options.use_block_face_culling.name": "使用方块面剔除", "sodium.options.use_block_face_culling.tooltip": "启用后,仅渲染面向摄像机的方块面。此优化可大幅减少渲染管线早期阶段的方块面处理量,显著提升性能。部分资源包可能与此功能冲突,若发现方块缺失请尝试禁用。", @@ -39,7 +39,7 @@ "sodium.options.use_entity_culling.name": "使用实体剔除", "sodium.options.use_entity_culling.tooltip": "启用后,位于摄像机视口但不在可视区块内的实体将跳过渲染。此优化复用区块渲染的可见性数据,不会增加额外开销。", "sodium.options.animate_only_visible_textures.name": "仅动画化可见纹理", - "sodium.options.animate_only_visible_textures.tooltip": "启用后,仅更新当期画面中可见的动态纹理。在某些硬件设备上可显著提升性能(尤其在使用大型资源包时)。若出现纹理不再变化的情况,请尝试禁用此选项。", + "sodium.options.animate_only_visible_textures.tooltip": "启用后,仅更新当前画面中可见的动画纹理。某些硬件上可显著提升性能(尤其是使用重型资源包时)。若发现纹理动画缺失,请尝试禁用此选项。", "sodium.options.cpu_render_ahead_limit.name": "CPU预渲染帧数限制", "sodium.options.cpu_render_ahead_limit.tooltip": "仅用于调试。指定可提交至GPU的最大预渲染帧数。不建议修改此值,过低或过高可能导致帧率波动。", "sodium.options.cpu_render_ahead_limit.value": "%s 帧", From 9a3d6d5b7855f4b24a99ea934e9d48aa0c1a0dd4 Mon Sep 17 00:00:00 2001 From: Comical Date: Sat, 8 Mar 2025 10:04:40 +0800 Subject: [PATCH 8/9] Update zh_cn.json --- projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json b/projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json index 603d584f1dee..2381cdb98254 100644 --- a/projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json +++ b/projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json @@ -10,7 +10,7 @@ "sodium.options.view_distance.tooltip": "渲染距离控制地形可视范围。较低值可减少地形渲染量以提高帧率。", "sodium.options.simulation_distance.tooltip": "模拟距离控制地形与实体的加载范围。较低值可降低服务器负载并可能提升帧率。", "sodium.options.brightness.tooltip": "控制世界的最低亮度。提高该值会使黑暗区域更明亮,但不会影响已充分照明的区域。", - "sodium.options.gui_scale.tooltip": "设置用户界面最大缩放比例。若使用\"自动\",则始终采用最大可用比例。", + "sodium.options.gui_scale.tooltip": "设置用户界面最大缩放比例。若使用“自动”,则始终采用最大可用比例。", "sodium.options.fullscreen.tooltip": "启用后,游戏将以全屏模式运行(需硬件支持)。", "sodium.options.fullscreen_resolution.tooltip": "全屏模式使用的显示器分辨率与刷新率。更改此选项可能干扰其他应用程序并导致切换延迟。\n\n仅支持Windows操作系统。", "sodium.options.v_sync.tooltip": "启用后,游戏帧率将与显示器刷新率同步以获得更平滑画面,但可能增加输入延迟。硬件性能不足时可能导致帧率下降。", @@ -18,11 +18,11 @@ "sodium.options.view_bobbing.tooltip": "启用后,玩家移动时视角会产生晃动效果。易晕眩玩家建议禁用。", "sodium.options.attack_indicator.tooltip": "控制攻击指示器在屏幕上的显示位置。", "sodium.options.autosave_indicator.tooltip": "启用后,游戏自动保存时将显示提示图标。", - "sodium.options.graphics_quality.tooltip": "默认画质控制部分传统选项并确保模组兼容性。下方选项设为\"默认\"时将继承此设置。", - "sodium.options.clouds_quality.tooltip": "控制天空云层的渲染质量。尽管选项标记为\"流畅\"与\"高品质\",但对性能的影响微乎其微。", + "sodium.options.graphics_quality.tooltip": "默认画质控制部分传统选项并确保模组兼容性。下方选项设为“默认”时将继承此设置。", + "sodium.options.clouds_quality.tooltip": "控制天空云层的渲染质量。尽管选项标记为“流畅”与“高品质”,但对性能的影响微乎其微。", "sodium.options.weather_quality.tooltip": "控制雨雪等天气特效的渲染距离。", "sodium.options.leaves_quality.name": "树叶渲染", - "sodium.options.leaves_quality.tooltip": "控制树叶渲染为透明(精美)或不透明(快速)。", + "sodium.options.leaves_quality.tooltip": "控制树叶渲染为透明(流畅)或不透明(高品质)。", "sodium.options.particle_quality.tooltip": "控制屏幕上同时显示的最大粒子数量。", "sodium.options.smooth_lighting.tooltip": "启用方块的平滑光照与阴影效果。可能略微增加区块加载/更新时间,但不影响帧率。", "sodium.options.biome_blend.value": "%s 格", From 46c8541b9e67741e501987e9d31de7719ee843ae Mon Sep 17 00:00:00 2001 From: Comical Date: Sun, 9 Mar 2025 11:03:51 +0800 Subject: [PATCH 9/9] Update zh_cn.json --- projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json b/projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json index 2381cdb98254..9946de8c7359 100644 --- a/projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json +++ b/projects/1.21-fabric/assets/sodium/sodium/lang/zh_cn.json @@ -22,7 +22,7 @@ "sodium.options.clouds_quality.tooltip": "控制天空云层的渲染质量。尽管选项标记为“流畅”与“高品质”,但对性能的影响微乎其微。", "sodium.options.weather_quality.tooltip": "控制雨雪等天气特效的渲染距离。", "sodium.options.leaves_quality.name": "树叶渲染", - "sodium.options.leaves_quality.tooltip": "控制树叶渲染为透明(流畅)或不透明(高品质)。", + "sodium.options.leaves_quality.tooltip": "控制树叶渲染为透明(高品质)或不透明(流畅)。", "sodium.options.particle_quality.tooltip": "控制屏幕上同时显示的最大粒子数量。", "sodium.options.smooth_lighting.tooltip": "启用方块的平滑光照与阴影效果。可能略微增加区块加载/更新时间,但不影响帧率。", "sodium.options.biome_blend.value": "%s 格", @@ -30,7 +30,7 @@ "sodium.options.entity_distance.tooltip": "实体渲染距离的乘数。较低值减小,较高值增大实体的最大渲染距离。", "sodium.options.entity_shadows.tooltip": "启用后,生物等实体下方将显示基础阴影。", "sodium.options.vignette.name": "暗角效果", - "sodium.options.vignette.tooltip": "启用后,玩家处于黑暗区域时将应用暗角效果,使画面整体更暗且更具戏剧性。", + "sodium.options.vignette.tooltip": "启用后,玩家处于黑暗区域时将应用暗角效果,使画面整体更暗且更具张力。", "sodium.options.mipmap_levels.tooltip": "控制方块模型纹理的mipmap层级。较高值可优化远景渲染,但使用含大量动画纹理的资源包时可能影响性能。", "sodium.options.use_block_face_culling.name": "使用方块面剔除", "sodium.options.use_block_face_culling.tooltip": "启用后,仅渲染面向摄像机的方块面。此优化可大幅减少渲染管线早期阶段的方块面处理量,显著提升性能。部分资源包可能与此功能冲突,若发现方块缺失请尝试禁用。",