Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
138b353
针对#issues6086导出整合包时内存溢出修复
Jun 14, 2026
f6a1a1a
针对#issues6086导出整合包时内存溢出修复
Jun 14, 2026
49ee0c0
针对#issues6086导出整合包时内存溢出修复
Jun 14, 2026
b7d815e
针对#issues6086导出整合包时内存溢出修复
Jun 14, 2026
af6c4b9
针对#issues6086导出整合包时内存溢出修复
Jun 14, 2026
b823a74
针对#issues6086导出整合包时内存溢出修复
Jun 14, 2026
46fc5ae
针对#issues6086导出整合包时内存溢出修复
Jun 14, 2026
a37feb7
针对#issues6086导出整合包时内存溢出修复
Jun 14, 2026
dd16443
针对#issues6086导出整合包时内存溢出修复
Jun 14, 2026
d23af3c
针对#issues6086导出整合包时内存溢出修复
XingLan2012 Jun 20, 2026
a4155c5
针对#issues6086导出整合包时内存溢出修复
XingLan2012 Jun 20, 2026
7378b7c
针对#issues6086导出整合包时内存溢出修复
XingLan2012 Jun 20, 2026
7b8e840
针对#issues6086导出整合包时内存溢出修复
XingLan2012 Jun 20, 2026
d2ab31a
针对#issues6086导出整合包时内存溢出修复“
XingLan2012 Jun 20, 2026
0af3dd7
针对#issues6086导出整合包时内存溢出修复“
XingLan2012 Jun 20, 2026
ff37c4a
针对#issues6086导出整合包时内存溢出修复“
XingLan2012 Jun 20, 2026
7062ce8
针对#issues6086导出整合包时内存溢出修复“
XingLan2012 Jun 20, 2026
8b78f72
针对#issues6086导出整合包时内存溢出修复“
XingLan2012 Jun 20, 2026
24d0239
针对#issues6086导出整合包时内存溢出修复“
XingLan2012 Jun 20, 2026
409a62b
针对#issues6086导出整合包时内存溢出修复
XingLan2012 Jun 21, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions HMCLBoot/bin/main/assets/lang/boot.properties

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

为什么会出现这种文件?你自己看了你提交上来了什么东西吗?

Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#
# Hello Minecraft! Launcher
# Copyright (C) 2025 huangyuhui <huanghongxun2008@126.com> and contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#

boot.unsupported_java_version=HMCL requires Java 17 or later to run, but still supports launching games with Java 6~16. Please install the latest version of Java and try opening HMCL again.\nYou can keep your old version of Java. HMCL can detect and manage multiple Java installations, and will automatically select the appropriate Java version for your game.
boot.manual_update=HMCL cannot complete automatic updates in the current environment. Please download the latest version of HMCL manually.\nWould you like to go to the download page?

boot.message.error=Error
Comment thread
XingLan2012 marked this conversation as resolved.
Comment thread
XingLan2012 marked this conversation as resolved.
19 changes: 19 additions & 0 deletions HMCLBoot/bin/main/assets/lang/boot_es.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#
# Hello Minecraft! Launcher
# Copyright (C) 2025 huangyuhui <huanghongxun2008@126.com> and contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#

boot.unsupported_java_version=HMCL requiere Java 17 o posterior para ejecutarse, pero sigue admitiendo el inicio de juegos con Java 6~16.\nPor favor, instala la última versión de Java e intenta ejecutar HMCL de nuevo.\nPuedes conservar tu versión antigua de Java. HMCL puede detectar y gestionar múltiples instalaciones de Java,\ny seleccionará automáticamente la versión de Java adecuada para tu juego.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ℹ️ 缺少 boot.manual_updateboot.message.error

其他三个语言文件(boot.properties, boot_zh.properties, boot_zh_Hant.properties)都包含这三个键:

  • boot.unsupported_java_version
  • boot.manual_update
  • boot.message.error

boot_es.properties(西班牙语)仅包含 boot.unsupported_java_version,缺少后两个。如果是刻意为之(尚未翻译),建议添加带英文 fallback 的占位符;如果是遗漏,请补全。

boot.manual_update=HMCL no puede completar las actualizaciones automáticas en el entorno actual. Por favor, descarga la última versión de HMCL manualmente.\n¿Deseas ir a la página de descarga?
boot.message.error=Error

22 changes: 22 additions & 0 deletions HMCLBoot/bin/main/assets/lang/boot_zh.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#
# Hello Minecraft! Launcher
# Copyright (C) 2025 huangyuhui <huanghongxun2008@126.com> and contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#

boot.unsupported_java_version=HMCL 需要 Java 17 或更高版本才能运行,但依然支持使用 Java 6~16 启动游戏。请安装最新版本的 Java 再尝试启动 HMCL。\n你可以继续保留旧版本 Java。HMCL 能够识别与管理多个 Java,并会自动根据游戏版本为你选择合适的 Java。\n你可以访问 https://docs.hmcl.net/help.html 页面寻求帮助。
boot.manual_update=HMCL 在当前环境无法完成自动更新,请手动下载最新版本的 HMCL。\n是否前往下载页面?

boot.message.error=错误
22 changes: 22 additions & 0 deletions HMCLBoot/bin/main/assets/lang/boot_zh_Hant.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#
# Hello Minecraft! Launcher
# Copyright (C) 2025 huangyuhui <huanghongxun2008@126.com> and contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#

boot.unsupported_java_version=HMCL 需要 Java 17 或更高版本才能執行,但依然支援使用 Java 6~16 啟動遊戲。請安裝最新版本的 Java 再嘗試開啟 HMCL。\n你可以繼續保留舊版本 Java。HMCL 能夠識別與管理多個 Java,並會自動根據遊戲版本為你選取合適的 Java。
boot.manual_update=HMCL 在當前環境無法完成自動更新,請手動下載最新版本的 HMCL。\n是否前往下載頁面?

boot.message.error=錯誤
Loading