在未启用 JIT 或硬件渲染加速的环境中启动时弹出提示 (#4487)
This commit is contained in:
@@ -179,6 +179,7 @@ button.change_source=Change Download Source
|
||||
button.clear=Clear
|
||||
button.copy_and_exit=Copy and Exit
|
||||
button.delete=Delete
|
||||
button.do_not_show_again=Don't show again
|
||||
button.edit=Edit
|
||||
button.install=Install
|
||||
button.export=Export
|
||||
@@ -1487,6 +1488,11 @@ version.search.prompt=Enter the version name to search
|
||||
version.settings=Settings
|
||||
version.update=Update Modpack
|
||||
|
||||
warning.java_interpreted_mode=HMCL is running in an interpreted Java environment, which will greatly affect performance.\n\
|
||||
\n\
|
||||
We recommend using a Java with JIT support to launch HMCL for the best experience.
|
||||
warning.software_rendering=HMCL is currently using software rendering, which will greatly affect performance.
|
||||
|
||||
wiki.tooltip=Minecraft Wiki Page
|
||||
wiki.version.game=https://minecraft.wiki/w/Java_Edition_%s
|
||||
wiki.version.game.snapshot=https://minecraft.wiki/w/Java_Edition_%s
|
||||
|
||||
@@ -182,6 +182,7 @@ button.change_source=切換下載源
|
||||
button.clear=清除
|
||||
button.copy_and_exit=複製並退出
|
||||
button.delete=刪除
|
||||
button.do_not_show_again=不再顯示
|
||||
button.edit=編輯
|
||||
button.install=安裝
|
||||
button.export=匯出
|
||||
@@ -1271,6 +1272,9 @@ version.search.prompt=輸入版本名稱進行搜尋
|
||||
version.settings=遊戲設定
|
||||
version.update=更新模組包
|
||||
|
||||
warning.java_interpreted_mode=HMCL 正在執行於直譯器模式的 Java 環境中,效能將會受到很大影響。\n我們建議你使用支援 JIT 的 Java 啟動 HMCL 以獲得最佳體驗。
|
||||
warning.software_rendering=HMCL 正在使用軟體渲染,效能將會受到很大影響。
|
||||
|
||||
wiki.tooltip=Minecraft Wiki 頁面
|
||||
wiki.version.game=https://zh.minecraft.wiki/w/Java版%s
|
||||
wiki.version.game.snapshot=https://zh.minecraft.wiki/w/%s
|
||||
|
||||
@@ -190,6 +190,7 @@ button.change_source=切换下载源
|
||||
button.clear=清除
|
||||
button.copy_and_exit=复制并退出
|
||||
button.delete=删除
|
||||
button.do_not_show_again=不再显示
|
||||
button.edit=修改
|
||||
button.install=安装
|
||||
button.export=导出
|
||||
@@ -1282,6 +1283,9 @@ version.search.prompt=输入版本名称进行搜索
|
||||
version.settings=游戏设置
|
||||
version.update=更新整合包
|
||||
|
||||
warning.java_interpreted_mode=HMCL 正在运行在解释器模式的 Java 环境中,性能将会受到很大影响。\n我们建议你使用支持 JIT 的 Java 启动 HMCL 以获取最佳体验。
|
||||
warning.software_rendering=HMCL 正在使用软件渲染,性能将会受到很大影响。\n你可以访问 https://docs.hmcl.net/help.html 页面寻求帮助。
|
||||
|
||||
wiki.tooltip=Minecraft Wiki 页面
|
||||
wiki.version.game=https://zh.minecraft.wiki/w/Java版%s
|
||||
wiki.version.game.snapshot=https://zh.minecraft.wiki/w/%s
|
||||
|
||||
Reference in New Issue
Block a user