Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions HMCL/src/main/java/org/jackhuang/hmcl/ui/main/MainPage.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ public final class MainPage extends StackPane implements DecoratorPage {
if (Metadata.isNightly() || (Metadata.isDev() && !Objects.equals(Metadata.VERSION, config().getShownTips().get(ANNOUNCEMENT)))) {
announcementPane = new VBox(16);
if (Metadata.isNightly()) {
announcementPane.getChildren().add(new AnnouncementCard(i18n("update.channel.nightly.title"), i18n("update.channel.nightly.hint")));
announcementPane.getChildren().add(new AnnouncementCard(i18n("update.channel.snapshot.title"), i18n("update.channel.snapshot.hint")));
} else if (Metadata.isDev()) {
announcementPane.getChildren().add(new AnnouncementCard(i18n("update.channel.dev.title"), i18n("update.channel.dev.hint")));
announcementPane.getChildren().add(new AnnouncementCard(i18n("update.channel.beta.title"), i18n("update.channel.beta.hint")));
}
getChildren().add(announcementPane);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public SettingsView() {
content.setSpacing(8);

chkUpdateStable = new JFXRadioButton(i18n("update.channel.stable"));
chkUpdateDev = new JFXRadioButton(i18n("update.channel.dev"));
chkUpdateDev = new JFXRadioButton(i18n("update.channel.beta"));

TextFlow noteWrapper = new TextFlow(new Text(i18n("update.note")));
VBox.setMargin(noteWrapper, new Insets(10, 0, 0, 0));
Expand Down
30 changes: 17 additions & 13 deletions HMCL/src/main/resources/assets/lang/I18N.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1236,19 +1236,23 @@ unofficial.hint=You are using an unofficial build of HMCL. We cannot guarantee i
update=Update
update.accept=Update
update.changelog=Changelog
update.channel.dev=Beta
update.channel.dev.hint=You are currently using a beta build of the launcher, which may include some extra features, but is also sometimes more unstable than the release versions.\n\
\n\
If you encounter any bug or issue, you can go to <a href="hmcl://settings/feedback">the feedback page</a> to report it, or tell us in our <a href="https://discord.gg/jVvC7HfM6U">Discord</a> or <a href="https://docs.hmcl.net/groups.html">QQ</a> community.\n\
\n\
<a href="hmcl://hide-announcement">Click here</a> to hide this tooltip for the current version.
update.channel.dev.title=Beta Version Notice
update.channel.nightly=Nightly
update.channel.nightly.hint=You are currently using a nightly build of the launcher, which may include some extra features, but is also always more unstable than the other versions.\n\
\n\
If you encounter any bug or issue, you can go to <a href="hmcl://settings/feedback">the feedback page</a> to report it, or tell us in our <a href="https://discord.gg/jVvC7HfM6U">Discord</a> or <a href="https://docs.hmcl.net/groups.html">QQ</a> community.
update.channel.nightly.title=Nightly Version Notice
update.channel.stable=Release
update.channel.beta=Beta
update.channel.beta.hint=You are currently using a Beta channel build of the launcher, which may include some extra features, but is also sometimes more unstable than the stable channel.\n\
\n\
If you encounter any bugs or issues, please go to the "Settings → Feedback" or submit your feedback through the following channels.\n\
\n\
<a href="https://github.com/HMCL-dev/HMCL">GitHub</a> <a href="https://discord.gg/jVvC7HfM6U">Discord</a> <a href="https://docs.hmcl.net/groups.html">QQ Group</a>\n\
\n\
<a href="hmcl://hide-announcement">Click Here to Hide This Tooltip for the Current Channel</a>
update.channel.beta.title=Beta Channel Notice
update.channel.snapshot=Snapshot
update.channel.snapshot.hint=You are currently using a Snapshot channel build of the launcher, which may include some extra features, but is also always more unstable than the other channels.\n\
\n\
If you encounter any bugs or issues, please go to the "Settings → Feedback" or submit your feedback through the following channels.\n\
\n\
<a href="https://github.com/HMCL-dev/HMCL">GitHub</a> <a href="https://discord.gg/jVvC7HfM6U">Discord</a> <a href="https://docs.hmcl.net/groups.html">QQ Group</a>
update.channel.snapshot.title=Snapshot Channel Notice
update.channel.stable=Stable
update.checking=Checking for Updates
update.failed=Unable to update
update.found=Update Available!
Expand Down
12 changes: 6 additions & 6 deletions HMCL/src/main/resources/assets/lang/I18N_es.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1031,18 +1031,18 @@ system.operating_system=Sistema operativo
update=Actualizar
update.accept=Actualizar
update.changelog=Registro de cambios
update.channel.dev=Beta
update.channel.dev.hint=Actualmente está utilizando una versión beta del launcher, que puede incluir algunas características adicionales, pero también es más inestable que las versiones de lanzamiento.\n\
update.channel.beta=Beta
update.channel.beta.hint=Actualmente está utilizando una versión beta del launcher, que puede incluir algunas características adicionales, pero también es más inestable que las versiones de lanzamiento.\n\
\n\
Si encuentra algún error o problema, puede ir a la <a href="hmcl://settings/feedback">página de comentarios</a> para informar de ello, o bien para decírnoslo en nuestro <a href="https://discord.gg/jVvC7HfM6U">Discord</a> o en la comunidad <a href="https://docs.hmcl.net/groups.html">QQ</a>.\n\
\n\
<a href="hmcl://hide-announcement">Haga clic aquí</a> para ocultar el recordatorio para la versión de prueba actual.
update.channel.dev.title=Aviso de versión beta
update.channel.nightly=Nocturna
update.channel.nightly.hint=Estás utilizando una versión nocturna del launcher, que puede incluir algunas características adicionales, pero también es siempre más inestable que las otras versiones.\n\
update.channel.beta.title=Aviso de versión beta
update.channel.snapshot=Nocturna
update.channel.snapshot.hint=Estás utilizando una versión nocturna del launcher, que puede incluir algunas características adicionales, pero también es siempre más inestable que las otras versiones.\n\
\n\
Si encuentra algún error o problema, puede ir a la <a href="hmcl://settings/feedback">página de comentarios</a> para informar de ello, o bien para decírnoslo en nuestro <a href="https://discord.gg/jVvC7HfM6U">Discord</a> o en la comunidad <a href="https://docs.hmcl.net/groups.html">QQ</a> community.
update.channel.nightly.title=Aviso de versión nocturna
update.channel.snapshot.title=Aviso de versión nocturna
update.channel.stable=Estable
update.checking=Buscando actualizaciones
update.failed=No se puede actualizar
Expand Down
12 changes: 6 additions & 6 deletions HMCL/src/main/resources/assets/lang/I18N_ja.properties
Original file line number Diff line number Diff line change
Expand Up @@ -852,17 +852,17 @@ system.operating_system=OS
update=更新
update.accept=更新
update.changelog=変更
update.channel.dev=ベータ
update.channel.dev.hint=ベータ版を使用しています。ベータ版には、リリースバージョンと比較していくつかの追加機能が含まれている可能性があり、テストにのみ使用されます。\n\
update.channel.beta=ベータ
update.channel.beta.hint=ベータ版を使用しています。ベータ版には、リリースバージョンと比較していくつかの追加機能が含まれている可能性があり、テストにのみ使用されます。\n\
ベータ版は不安定なはずです!\n\
問題が発生した場合は、<a href="hmcl://settings/feedback">フィードバックページ</a>にアクセスして報告するか、チャット <a href="https://discord.gg/jVvC7HfM6U">Discord</a>または<a href="https://docs.hmcl.net/groups.html">QQ</a>で問題を報告します。\n\n\
現在のテスト版のヒントを非表示にするには、<a href="hmcl://hide-announcement">ここをクリックしてください</a>。
update.channel.dev.title=ベータ版のヒント
update.channel.nightly=アルファ
update.channel.nightly.hint=アルファ版を使用しています。これには、ベータ版およびリリース版と比較していくつかの追加機能が含まれている可能性があり、テストにのみ使用されます。\n\
update.channel.beta.title=ベータ版のヒント
update.channel.snapshot=アルファ
update.channel.snapshot.hint=アルファ版を使用しています。これには、ベータ版およびリリース版と比較していくつかの追加機能が含まれている可能性があり、テストにのみ使用されます。\n\
アルファ版は不安定です!\n\
問題が発生した場合は、<a href="hmcl://settings/feedback">フィードバックページ</a>にアクセスして報告するか、チャット <a href="https://discord.gg/jVvC7HfM6U">Discord</a>で問題を報告します。
update.channel.nightly.title=アルファ版のヒント
update.channel.snapshot.title=アルファ版のヒント
update.channel.stable=リリース
update.checking=更新の確認
update.failed=更新の実行に失敗しました
Expand Down
12 changes: 6 additions & 6 deletions HMCL/src/main/resources/assets/lang/I18N_ru.properties
Original file line number Diff line number Diff line change
Expand Up @@ -926,17 +926,17 @@ system.operating_system=Операционная система
update=Обновление
update.accept=Обновить
update.changelog=Изменения
update.channel.dev=Бета
update.channel.dev.hint=Вы используете бета-версию, которая может включать некоторые дополнительные функции по сравнению с релизной версией, используемой только для тестирования.\n\
update.channel.beta=Бета
update.channel.beta.hint=Вы используете бета-версию, которая может включать некоторые дополнительные функции по сравнению с релизной версией, используемой только для тестирования.\n\
Бета-версия может быть нестабильной!\n\
Если вы встретили какие-то проблемы, вы можете зайти на <a href="hmcl://settings/feedback">страницу обратной связи</a>, чтобы сообщить о них, или присоединиться к чату <a href="https://discord.gg/jVvC7HfM6U">Discord</a> или <a href="https://docs.hmcl.net/groups.html">QQ</a>, чтобы сообщить о проблемах.\n\n\
<a href="hmcl://hide-announcement">Нажмите здесь</a>, чтобы скрыть подсказку для текущей тестовой версии.
update.channel.dev.title=Подсказки для бета-версии
update.channel.nightly=Альфа
update.channel.nightly.hint=Вы используете альфа-версию, которая может включать некоторые дополнительные функциональные возможности по сравнению с бета-версией и версией релиза, используемой только для тестирования.\n\
update.channel.beta.title=Подсказки для бета-версии
update.channel.snapshot=Альфа
update.channel.snapshot.hint=Вы используете альфа-версию, которая может включать некоторые дополнительные функциональные возможности по сравнению с бета-версией и версией релиза, используемой только для тестирования.\n\
Альфа-версия может быть нестабильной!\n\
Если вы встретили какие-то проблемы, вы можете зайти на <a href="hmcl://settings/feedback">страницу обратной связи</a>, чтобы сообщить о них, или присоединиться к чату <a href="https://discord.gg/jVvC7HfM6U">Discord</a> или <a href="https://docs.hmcl.net/groups.html">QQ</a>, чтобы сообщить о проблемах.
update.channel.nightly.title=Подсказки для альфа-версии
update.channel.snapshot.title=Подсказки для альфа-версии
update.channel.stable=Релиз
update.checking=Проверка наличия обновлений
update.failed=Не удалось выполнить обновление
Expand Down
29 changes: 17 additions & 12 deletions HMCL/src/main/resources/assets/lang/I18N_zh.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1095,18 +1095,23 @@ unofficial.hint=你正在使用非官方構建的 HMCL,我們無法保證其
update=啟動器更新
update.accept=更新
update.changelog=更新日誌
update.channel.dev=測試版
update.channel.dev.hint=你正在使用測試版。測試版包含一些未在正式版中包含的測試性功能,僅用於體驗新功能。\n\
測試版功能未受充分驗證,使用起來可能不穩定!\n\
如果你遇到了使用問題,可以在設置的 <a href="hmcl://settings/feedback">回饋頁面</a> 中進行回饋,或加入回饋頁面中提供的 <a href="https://discord.gg/jVvC7HfM6U">Discord</a> 或 <a href="https://docs.hmcl.net/groups.html">QQ 群</a>以回饋問題。\n\n\
<a href="hmcl://hide-announcement">點擊此處</a>為當前版本隱藏該提示。
update.channel.dev.title=測試版提示
update.channel.nightly=預覽版
update.channel.nightly.hint=你正在使用預覽版。預覽版可能會每天更新一次,包含一些未在正式版和測試版中包含的測試性功能,僅用於體驗新功能\n\
測試版功能未受充分驗證,使用起來可能不穩定!\n\
如果你遇到了使用問題,可以在設置的 <a href="hmcl://settings/feedback">回饋頁面</a> 中進行回饋,或加入 <a href="https://discord.gg/jVvC7HfM6U">Discord</a> 或 <a href="https://docs.hmcl.net/groups.html">QQ 群</a>以回饋問題。
update.channel.nightly.title=預覽版提示
update.channel.stable=建議版本
update.channel.beta=測試版
update.channel.beta.hint=你正在使用 HMCL 測試版。測試版包含一些未在穩定版中包含的測試性功能,僅用於體驗新功能。測試版功能未受充分驗證,使用起來可能不穩定!\n\
\n\
如果你遇到了使用問題,可以透過「設定 → 回報」頁面或下方提供的管道進行回報。\n\
\n\
<a href="https://discord.gg/jVvC7HfM6U">Discord</a> <a href="https://docs.hmcl.net/groups.html">QQ 群</a> <a href="https://github.com/HMCL-dev/HMCL">GitHub</a>\n\
\n\
<a href="hmcl://hide-announcement">為目前版本隱藏該提示</a>。
update.channel.beta.title=測試版提示
update.channel.snapshot=快照版
update.channel.snapshot.hint=你正在使用 HMCL 快照版。快照版更新較為頻繁,包含一些未在穩定版和測試版中包含的測試性功能,僅用於體驗新功能。快照版功能未受充分驗證,使用起來可能不穩定!\n\
\n\
如果你遇到了使用問題,可以透過「設定 → 回報」頁面或下方提供的管道進行回報。\n\
\n\
<a href="https://discord.gg/jVvC7HfM6U">Discord</a> <a href="https://docs.hmcl.net/groups.html">QQ 群</a> <a href="https://github.com/HMCL-dev/HMCL">GitHub</a>
update.channel.snapshot.title=快照版提示
update.channel.stable=穩定版
update.checking=正在檢查更新
update.failed=更新失敗
update.found=發現到更新
Expand Down
29 changes: 17 additions & 12 deletions HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1094,18 +1094,23 @@ unofficial.hint=你正在使用非官方构建的 HMCL,我们无法保证其
update=启动器更新
update.accept=更新
update.changelog=更新日志
update.channel.dev=测试版
update.channel.dev.hint=你正在使用测试版。测试版包含一些未在正式版中包含的测试性功能,仅用于体验新功能。\n\
测试版功能未受充分验证,使用起来可能不稳定!<a href="https://hmcl.huangyuhui.net/download">下载稳定版</a>\n\
如果你遇到了使用问题,可以在设置的 <a href="hmcl://settings/feedback">反馈页面</a> 中进行反馈,或加入反馈页面中提供的 <a href="https://discord.gg/jVvC7HfM6U">Discord</a> 或 <a href="https://docs.hmcl.net/groups.html">QQ 群</a>以反馈问题。欢迎关注 B 站账号 <a href="https://space.bilibili.com/1445341">huanghongxun</a> 以关注 HMCL 的开发进展。\n\n\
<a href="hmcl://hide-announcement">点击此处</a>为当前版本隐藏该提示。
update.channel.dev.title=测试版提示
update.channel.nightly=预览版
update.channel.nightly.hint=你正在使用预览版。预览版可能会每天更新一次,包含一些未在正式版和测试版中包含的测试性功能,仅用于体验新功能。\n\
测试版功能未受充分验证,使用起来可能不稳定!<a href="https://hmcl.huangyuhui.net/download">下载稳定版</a>\n\
如果你遇到了使用问题,可以在设置的 <a href="hmcl://settings/feedback">反馈页面</a> 中进行反馈,或加入反馈页面中提供的 <a href="https://discord.gg/jVvC7HfM6U">Discord</a> 或 <a href="https://docs.hmcl.net/groups.html">QQ 群</a>以反馈问题。欢迎关注 B 站账号 <a href="https://space.bilibili.com/1445341">huanghongxun</a> 以关注 HMCL 的开发进展。
update.channel.nightly.title=预览版提示
update.channel.stable=推荐版本
update.channel.beta=测试版
update.channel.beta.hint=你正在使用 HMCL 测试版。测试版包含一些未在稳定版中包含的测试性功能,仅用于体验新功能。测试版功能未受充分验证,使用起来可能不稳定!\n\
\n\
如果你使用时遇到了问题,可以通过“设置 → 反馈”页面或下方提供的渠道进行反馈。欢迎关注 B 站账号 @huanghongxun 以关注 HMCL 的开发进展。\n\
\n\
<a href="https://hmcl.huangyuhui.net/download">下载稳定版</a> <a href="https://docs.hmcl.net/groups.html">QQ 群</a> <a href="https://github.com/HMCL-dev/HMCL">GitHub</a> <a href="https://discord.gg/jVvC7HfM6U">Discord</a> <a href="https://space.bilibili.com/1445341">bilibili @huanghongxun</a>\n\
\n\
<a href="hmcl://hide-announcement">为当前版本隐藏该提示</a>。
update.channel.beta.title=测试版提示
update.channel.snapshot=快照版
update.channel.snapshot.hint=你正在使用 HMCL 快照版。快照版更新较为频繁,包含一些未在稳定版和测试版中包含的测试性功能,仅用于体验新功能。快照版功能未受充分验证,使用起来可能不稳定!\n\
\n\
如果你使用时遇到了问题,可以通过“设置 → 反馈”页面或下方提供的渠道进行反馈。欢迎关注 B 站账号 @huanghongxun 以关注 HMCL 的开发进展。\n\
\n\
<a href="https://hmcl.huangyuhui.net/download">下载稳定版</a> <a href="https://docs.hmcl.net/groups.html">QQ 群</a> <a href="https://github.com/HMCL-dev/HMCL">GitHub</a> <a href="https://discord.gg/jVvC7HfM6U">Discord</a> <a href="https://space.bilibili.com/1445341">bilibili @huanghongxun</a>
update.channel.snapshot.title=快照版提示
update.channel.stable=稳定版
update.checking=正在检查更新
update.failed=更新失败
update.found=发现更新
Expand Down