diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/DownloadPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/DownloadPage.java index 200bfee6b..d16124206 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/DownloadPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/DownloadPage.java @@ -460,7 +460,7 @@ public class DownloadPage extends Control implements DecoratorPage { this.setBody(box); - JFXButton downloadButton = new JFXButton(i18n("download")); + JFXButton downloadButton = new JFXButton(i18n("mods.install")); downloadButton.getStyleClass().add("dialog-accept"); downloadButton.setOnAction(e -> { if (!spinnerPane.isLoading() && spinnerPane.getFailedReason() == null) { @@ -469,7 +469,7 @@ public class DownloadPage extends Control implements DecoratorPage { selfPage.download(version); }); - JFXButton saveAsButton = new JFXButton(i18n("button.save_as")); + JFXButton saveAsButton = new JFXButton(i18n("mods.save_as")); saveAsButton.getStyleClass().add("dialog-accept"); saveAsButton.setOnAction(e -> { if (!spinnerPane.isLoading() && spinnerPane.getFailedReason() == null) { diff --git a/HMCL/src/main/resources/assets/lang/I18N.properties b/HMCL/src/main/resources/assets/lang/I18N.properties index 5515c3da1..195c93500 100644 --- a/HMCL/src/main/resources/assets/lang/I18N.properties +++ b/HMCL/src/main/resources/assets/lang/I18N.properties @@ -965,6 +965,8 @@ mods.not_modded=You must install a mod loader (Fabric, Forge, Quilt or LiteLoade mods.restore=Rollback mods.url=Official Page mods.update_modpack_mod.warning=Updating mods in a modpack can lead to irreparable results, possibly corrupting the modpack so that it cannot start. Are you sure you want to update? +mods.install=Install +mods.save_as=Save As nbt.entries=%s entries nbt.open.failed=Fail to open file diff --git a/HMCL/src/main/resources/assets/lang/I18N_zh.properties b/HMCL/src/main/resources/assets/lang/I18N_zh.properties index 3e99c32a4..a8c474fdd 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_zh.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_zh.properties @@ -833,6 +833,8 @@ mods.not_modded=你需要先在自動安裝頁面安裝 Fabric、Forge、Quilt mods.restore=回退 mods.url=官方頁面 mods.update_modpack_mod.warning=更新模組包中的 Mod 可能導致綜合包損壞,使模組包無法正常啟動。該操作不可逆,確定要更新嗎? +mods.install=安裝到當前實例 +mods.save_as=下載到本地目錄 nbt.entries=%s 個條目 nbt.open.failed=打開檔案失敗 diff --git a/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties b/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties index 27e2d0c2f..442513ab2 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties @@ -832,6 +832,8 @@ mods.not_modded=你需要先在自动安装页面安装 Fabric、Forge 或 LiteL mods.restore=回退 mods.url=官方页面 mods.update_modpack_mod.warning=更新整合包中的模组可能导致整合包损坏,使整合包无法正常启动。该操作不可逆,确定要更新吗? +mods.install=安装到当前版本 +mods.save_as=下载到本地目录 nbt.entries=%s 个条目 nbt.open.failed=打开文件失败