0.0.6-alpha

This commit is contained in:
2024-02-17 19:28:09 +08:00
parent 21e05ac442
commit 6c436e20c6
196 changed files with 16183 additions and 619 deletions

View File

@@ -3,5 +3,8 @@
"sodium.options.use_no_error_context.name": "Use No Error Context",
"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.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.",
"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.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.core_shaders_warn": "The following resource packs may be incompatible with Sodium:",
"sodium.console.core_shaders_error": "The following resource packs are incompatible with Sodium:",
"sodium.console.core_shaders_info": "Check the game log for detailed information."
}

View File

@@ -3,5 +3,8 @@
"sodium.options.use_no_error_context.name": "不使用错误上下文",
"sodium.console.pojav_launcher": "使用 Sodium 时不支持 PojavLauncher。\n * 您很可能会遇到极端的性能问题、图形错误和崩溃。\n * 如果您决定这样做,您将只能靠自己了继续——我们不会帮助您解决任何错误或崩溃!",
"sodium.options.use_no_error_context.tooltip": "如果启用,将在禁用错误检查的情况下创建 OpenGL 上下文。这可能会稍微提高性能,但也会增加游戏崩溃的风险,而不是优雅地处理 OpenGL 错误。您应该禁用如果您遇到突然且无法解释的崩溃,请选择此选项。",
"sodium.console.broken_nvidia_driver": "您的 NVIDIA 显卡驱动程序已过期!\n * 安装 Sodium 时,这将导致严重的性能问题和崩溃。\n * 请将您的显卡驱动程序更新到最新版本(版本 536.23 或较新。)"
"sodium.console.broken_nvidia_driver": "您的 NVIDIA 显卡驱动程序已过期!\n * 安装 Sodium 时,这将导致严重的性能问题和崩溃。\n * 请将您的显卡驱动程序更新到最新版本(版本 536.23 或较新。)",
"sodium.console.core_shaders_warn": "以下资源包可能与 Sodium 不兼容:",
"sodium.console.core_shaders_error": "以下资源包与 Sodium 不兼容:",
"sodium.console.core_shaders_info": "查看游戏日志以获取详细信息。"
}