mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-10 04:16:02 -04:00
fix: checkstyle.
This commit is contained in:
parent
23c2c0689c
commit
c5a43efafb
@ -34,7 +34,6 @@ import org.hildan.fxgson.creators.ObservableSetCreator;
|
|||||||
import org.hildan.fxgson.factories.JavaFxPropertyTypeAdapterFactory;
|
import org.hildan.fxgson.factories.JavaFxPropertyTypeAdapterFactory;
|
||||||
import org.jackhuang.hmcl.Metadata;
|
import org.jackhuang.hmcl.Metadata;
|
||||||
import org.jackhuang.hmcl.auth.authlibinjector.AuthlibInjectorServer;
|
import org.jackhuang.hmcl.auth.authlibinjector.AuthlibInjectorServer;
|
||||||
import org.jackhuang.hmcl.upgrade.UpdateChannel;
|
|
||||||
import org.jackhuang.hmcl.util.gson.EnumOrdinalDeserializer;
|
import org.jackhuang.hmcl.util.gson.EnumOrdinalDeserializer;
|
||||||
import org.jackhuang.hmcl.util.gson.FileTypeAdapter;
|
import org.jackhuang.hmcl.util.gson.FileTypeAdapter;
|
||||||
import org.jackhuang.hmcl.util.i18n.Locales;
|
import org.jackhuang.hmcl.util.i18n.Locales;
|
||||||
|
@ -39,7 +39,6 @@ import org.jackhuang.hmcl.ui.decorator.DecoratorAnimatedPage;
|
|||||||
import org.jackhuang.hmcl.ui.decorator.DecoratorPage;
|
import org.jackhuang.hmcl.ui.decorator.DecoratorPage;
|
||||||
import org.jackhuang.hmcl.util.StringUtils;
|
import org.jackhuang.hmcl.util.StringUtils;
|
||||||
|
|
||||||
import java.io.FileNotFoundException;
|
|
||||||
import java.util.concurrent.CancellationException;
|
import java.util.concurrent.CancellationException;
|
||||||
import java.util.concurrent.atomic.AtomicBoolean;
|
import java.util.concurrent.atomic.AtomicBoolean;
|
||||||
import java.util.function.Consumer;
|
import java.util.function.Consumer;
|
||||||
|
@ -352,8 +352,9 @@ game.crash.reason.graphics_driver=Game crashed due to a problem with your graphi
|
|||||||
game.crash.reason.illegal_access_error=Game crashed because of some mods.\nIf you recognize: %1$s, you may update or delete the mod and try again.
|
game.crash.reason.illegal_access_error=Game crashed because of some mods.\nIf you recognize: %1$s, you may update or delete the mod and try again.
|
||||||
game.crash.reason.jdk_9=Game cannot run because the Java version is too high.\nYou need download and install Java 8 and select the newly installed Java in game settings.
|
game.crash.reason.jdk_9=Game cannot run because the Java version is too high.\nYou need download and install Java 8 and select the newly installed Java in game settings.
|
||||||
game.crash.reason.jvm_32bit=If your OS is 64-bit, please install and use 64-bit Java. If your OS is 32-bit, you may reinstall a 64-bit OS or change a new computer.
|
game.crash.reason.jvm_32bit=If your OS is 64-bit, please install and use 64-bit Java. If your OS is 32-bit, you may reinstall a 64-bit OS or change a new computer.
|
||||||
game.crash.reason.loading_crashed_forge=Game cannot due to mod %1$s (%2$s) crashed.\nYou can try to delete or update it.
|
game.crash.reason.loading_crashed_forge=Game crashed due to mod %1$s (%2$s) crashed.\nYou can try to delete or update it.
|
||||||
game.crash.reason.loading_crashed_fabric=Game cannot due to mod %1$s crashed.\nYou can try to delete or update it.
|
game.crash.reason.loading_crashed_fabric=Game crashed due to mod %1$s crashed.\nYou can try to delete or update it.
|
||||||
|
game.crash.reason.memory_exceeded=Game crashed because not enough memory for JVM to allocate.\nThis problem is caused by too small page size.\nYou need to turn off automatic memory allocation in game settings, and adjust the memory allocation down to the value that your system may handle.\nYou can also adjust the system page size to a large enough value.
|
||||||
game.crash.reason.mod=Game crashed because of the mod: %1$s.\nYou may update or delete the mod and try again.
|
game.crash.reason.mod=Game crashed because of the mod: %1$s.\nYou may update or delete the mod and try again.
|
||||||
game.crash.reason.mod_resolution=Game crashed because of mod resolution failure.\nFabric gives following information:\n%s
|
game.crash.reason.mod_resolution=Game crashed because of mod resolution failure.\nFabric gives following information:\n%s
|
||||||
game.crash.reason.mod_resolution_conflict=Game crashed because of conflicted mods.\n%1$s conflicts with %2$s.
|
game.crash.reason.mod_resolution_conflict=Game crashed because of conflicted mods.\n%1$s conflicts with %2$s.
|
||||||
|
@ -354,6 +354,7 @@ game.crash.reason.jdk_9=當前遊戲因為 Java 版本過高,無法繼續運
|
|||||||
game.crash.reason.jvm_32bit=如果你的電腦是 64 位系統,請下載安裝並更換 64 位 Java。如果你的電腦室 32 位系統,你或許可以重新安裝 64 位系統,或換一台新電腦。
|
game.crash.reason.jvm_32bit=如果你的電腦是 64 位系統,請下載安裝並更換 64 位 Java。如果你的電腦室 32 位系統,你或許可以重新安裝 64 位系統,或換一台新電腦。
|
||||||
game.crash.reason.loading_crashed_forge=當前遊戲因為模組 %1$s (%2$s) 錯誤,無法繼續運行。\n你可以嘗試刪除或更新該模組以解決問題。
|
game.crash.reason.loading_crashed_forge=當前遊戲因為模組 %1$s (%2$s) 錯誤,無法繼續運行。\n你可以嘗試刪除或更新該模組以解決問題。
|
||||||
game.crash.reason.loading_crashed_fabric=當前遊戲因為模組 %1$s 錯誤,無法繼續運行。\n你可以嘗試刪除或更新該模組以解決問題。
|
game.crash.reason.loading_crashed_fabric=當前遊戲因為模組 %1$s 錯誤,無法繼續運行。\n你可以嘗試刪除或更新該模組以解決問題。
|
||||||
|
game.crash.reason.memory_exceeded=當前遊戲因為分配的記憶體過大,無法繼續運行。\n該問題是由於系統頁面文件太小導致的。\n你需要在遊戲設置中關閉遊戲記憶體的自動分配,並將遊戲記憶體調低至遊戲能正常啟動為止。\n你還可以嘗試調大系統的頁面大小。
|
||||||
game.crash.reason.mod=當前遊戲因為 %1$s 的問題,無法繼續運行。\n你可以更新或刪除已經安裝的 %1$s 再試。
|
game.crash.reason.mod=當前遊戲因為 %1$s 的問題,無法繼續運行。\n你可以更新或刪除已經安裝的 %1$s 再試。
|
||||||
game.crash.reason.mod_resolution=當前遊戲因為 Mod 依賴問題,無法繼續運行。Fabric 提供了如下訊息:\n%1$s
|
game.crash.reason.mod_resolution=當前遊戲因為 Mod 依賴問題,無法繼續運行。Fabric 提供了如下訊息:\n%1$s
|
||||||
game.crash.reason.mod_resolution_conflict=當前遊戲因為 Mod 衝突,無法繼續運行。\n%1$s 與 %2$s 不能相容。
|
game.crash.reason.mod_resolution_conflict=當前遊戲因為 Mod 衝突,無法繼續運行。\n%1$s 與 %2$s 不能相容。
|
||||||
|
Loading…
x
Reference in New Issue
Block a user