diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/Launcher.java b/HMCL/src/main/java/org/jackhuang/hmcl/Launcher.java index 8b62df052..4f2f070c9 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/Launcher.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/Launcher.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/Main.java b/HMCL/src/main/java/org/jackhuang/hmcl/Main.java index cc3211432..9fc6ddfdb 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/Main.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/Main.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/Metadata.java b/HMCL/src/main/java/org/jackhuang/hmcl/Metadata.java index e86f48282..4d9323a71 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/Metadata.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/Metadata.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLCacheRepository.java b/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLCacheRepository.java index 85ff1af82..46fa26394 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLCacheRepository.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLCacheRepository.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLGameLauncher.java b/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLGameLauncher.java index 3409c8721..fb7cb66a6 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLGameLauncher.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLGameLauncher.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLGameRepository.java b/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLGameRepository.java index 2d4b34ac3..c7bfcbe1a 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLGameRepository.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLGameRepository.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLModpackExportTask.java b/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLModpackExportTask.java index 64397e9db..b9ebff032 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLModpackExportTask.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLModpackExportTask.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLModpackInstallTask.java b/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLModpackInstallTask.java index 4f3a2b3af..4732637ef 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLModpackInstallTask.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLModpackInstallTask.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLModpackManager.java b/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLModpackManager.java index 3d3aff754..0dfd85d79 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLModpackManager.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLModpackManager.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLModpackManifest.java b/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLModpackManifest.java index e7ea89c5e..204d8e16b 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLModpackManifest.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/game/HMCLModpackManifest.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/game/LauncherHelper.java b/HMCL/src/main/java/org/jackhuang/hmcl/game/LauncherHelper.java index fd5011c7d..9970882c4 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/game/LauncherHelper.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/game/LauncherHelper.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/game/LoadingState.java b/HMCL/src/main/java/org/jackhuang/hmcl/game/LoadingState.java index 5602fd8d2..6b434a9b5 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/game/LoadingState.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/game/LoadingState.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/game/ModpackHelper.java b/HMCL/src/main/java/org/jackhuang/hmcl/game/ModpackHelper.java index 6b9e94f94..b3e49bc12 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/game/ModpackHelper.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/game/ModpackHelper.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/game/MultiMCInstallVersionSettingTask.java b/HMCL/src/main/java/org/jackhuang/hmcl/game/MultiMCInstallVersionSettingTask.java index 0f0b6c31f..64b143250 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/game/MultiMCInstallVersionSettingTask.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/game/MultiMCInstallVersionSettingTask.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/game/TexturesLoader.java b/HMCL/src/main/java/org/jackhuang/hmcl/game/TexturesLoader.java index 448e0c932..8f9d6a742 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/game/TexturesLoader.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/game/TexturesLoader.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/setting/Accounts.java b/HMCL/src/main/java/org/jackhuang/hmcl/setting/Accounts.java index 3ec9f8575..4427fb687 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/setting/Accounts.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/setting/Accounts.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/setting/AuthlibInjectorServers.java b/HMCL/src/main/java/org/jackhuang/hmcl/setting/AuthlibInjectorServers.java index 7a4272b5f..73fd48c75 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/setting/AuthlibInjectorServers.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/setting/AuthlibInjectorServers.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/setting/Config.java b/HMCL/src/main/java/org/jackhuang/hmcl/setting/Config.java index eb19beec3..c41786138 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/setting/Config.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/setting/Config.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/setting/ConfigHolder.java b/HMCL/src/main/java/org/jackhuang/hmcl/setting/ConfigHolder.java index e4fc643ee..688d05d75 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/setting/ConfigHolder.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/setting/ConfigHolder.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/setting/ConfigUpgrader.java b/HMCL/src/main/java/org/jackhuang/hmcl/setting/ConfigUpgrader.java index 5f68b84dd..2b2bf6ad9 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/setting/ConfigUpgrader.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/setting/ConfigUpgrader.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/setting/DownloadProviders.java b/HMCL/src/main/java/org/jackhuang/hmcl/setting/DownloadProviders.java index bd54b98b1..18adce018 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/setting/DownloadProviders.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/setting/DownloadProviders.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/setting/EnumBackgroundImage.java b/HMCL/src/main/java/org/jackhuang/hmcl/setting/EnumBackgroundImage.java index 83da7f074..ae9bb0e20 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/setting/EnumBackgroundImage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/setting/EnumBackgroundImage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/setting/EnumCommonDirectory.java b/HMCL/src/main/java/org/jackhuang/hmcl/setting/EnumCommonDirectory.java index f22951b88..9d34be3ca 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/setting/EnumCommonDirectory.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/setting/EnumCommonDirectory.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/setting/EnumGameDirectory.java b/HMCL/src/main/java/org/jackhuang/hmcl/setting/EnumGameDirectory.java index a8eebbaf0..4698a49de 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/setting/EnumGameDirectory.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/setting/EnumGameDirectory.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/setting/LauncherVisibility.java b/HMCL/src/main/java/org/jackhuang/hmcl/setting/LauncherVisibility.java index b260f4b4b..556cbedb5 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/setting/LauncherVisibility.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/setting/LauncherVisibility.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/setting/Profile.java b/HMCL/src/main/java/org/jackhuang/hmcl/setting/Profile.java index b8af08173..39c8fc01f 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/setting/Profile.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/setting/Profile.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/setting/Profiles.java b/HMCL/src/main/java/org/jackhuang/hmcl/setting/Profiles.java index 58a2d14de..3e02fd766 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/setting/Profiles.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/setting/Profiles.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/setting/ProxyManager.java b/HMCL/src/main/java/org/jackhuang/hmcl/setting/ProxyManager.java index 830ea3bb8..e5eddfd72 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/setting/ProxyManager.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/setting/ProxyManager.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/setting/Settings.java b/HMCL/src/main/java/org/jackhuang/hmcl/setting/Settings.java index f9d6bff1e..b46830dad 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/setting/Settings.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/setting/Settings.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/setting/Theme.java b/HMCL/src/main/java/org/jackhuang/hmcl/setting/Theme.java index 95bc511b9..be2d89784 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/setting/Theme.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/setting/Theme.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/setting/VersionSetting.java b/HMCL/src/main/java/org/jackhuang/hmcl/setting/VersionSetting.java index b6a79858f..cb206b6ce 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/setting/VersionSetting.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/setting/VersionSetting.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/Controllers.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/Controllers.java index 3d9a379c1..212705752 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/Controllers.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/Controllers.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/CrashWindow.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/CrashWindow.java index 9376c5211..46ce19abc 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/CrashWindow.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/CrashWindow.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/DialogController.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/DialogController.java index 48f559e54..8e05e8866 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/DialogController.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/DialogController.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/FXUtils.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/FXUtils.java index abda31645..87e694b35 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/FXUtils.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/FXUtils.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/InstallerItem.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/InstallerItem.java index 21efe1c30..c34d99970 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/InstallerItem.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/InstallerItem.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/LeftPaneController.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/LeftPaneController.java index 84f3c5c16..958d8a104 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/LeftPaneController.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/LeftPaneController.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/ListPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/ListPage.java index d331b4b4f..4025271e0 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/ListPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/ListPage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/ListPageBase.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/ListPageBase.java index 4d7fbcbe4..e1340d132 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/ListPageBase.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/ListPageBase.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/ListPageSkin.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/ListPageSkin.java index 822a07668..529ee22e8 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/ListPageSkin.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/ListPageSkin.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/LogWindow.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/LogWindow.java index 8a323c8f5..a426f797f 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/LogWindow.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/LogWindow.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/MainPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/MainPage.java index 2047c6306..bd44535fe 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/MainPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/MainPage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/SVG.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/SVG.java index e02d606b5..a1f08286e 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/SVG.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/SVG.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/SettingsPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/SettingsPage.java index 4dca9ce57..ed428440f 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/SettingsPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/SettingsPage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/SettingsView.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/SettingsView.java index 27222ba7b..4548dc899 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/SettingsView.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/SettingsView.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/ToolbarListPageSkin.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/ToolbarListPageSkin.java index 719ec9304..cc466e14e 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/ToolbarListPageSkin.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/ToolbarListPageSkin.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/UpgradeDialog.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/UpgradeDialog.java index e596486be..e5093866f 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/UpgradeDialog.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/UpgradeDialog.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/WeakListenerHolder.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/WeakListenerHolder.java index 460eb558f..0fac272d6 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/WeakListenerHolder.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/WeakListenerHolder.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/WebStage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/WebStage.java index 581e65d53..ba4878869 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/WebStage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/WebStage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AccountAdvancedListItem.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AccountAdvancedListItem.java index b02ba3d83..157f34354 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AccountAdvancedListItem.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AccountAdvancedListItem.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AccountList.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AccountList.java index 6d1c6bf22..1f61514ba 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AccountList.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AccountList.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AccountListItem.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AccountListItem.java index 656bf87d5..3f1d450a9 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AccountListItem.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AccountListItem.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AccountListItemSkin.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AccountListItemSkin.java index f81350918..eacc93890 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AccountListItemSkin.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AccountListItemSkin.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AccountLoginPane.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AccountLoginPane.java index ad955fa71..128627856 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AccountLoginPane.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AccountLoginPane.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AddAccountPane.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AddAccountPane.java index 8b2edbae8..1b1ab3270 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AddAccountPane.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AddAccountPane.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AddAuthlibInjectorServerPane.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AddAuthlibInjectorServerPane.java index 02a3b2578..9b4bacc49 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AddAuthlibInjectorServerPane.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AddAuthlibInjectorServerPane.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AuthlibInjectorServerItem.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AuthlibInjectorServerItem.java index f8a777695..ebae6ad26 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AuthlibInjectorServerItem.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AuthlibInjectorServerItem.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AuthlibInjectorServersPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AuthlibInjectorServersPage.java index 20ecd639d..a20044b41 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AuthlibInjectorServersPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AuthlibInjectorServersPage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/animation/AnimationHandler.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/animation/AnimationHandler.java index 9d8414165..c617ee9e0 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/animation/AnimationHandler.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/animation/AnimationHandler.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/animation/AnimationProducer.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/animation/AnimationProducer.java index 7f9059feb..aaa17262b 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/animation/AnimationProducer.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/animation/AnimationProducer.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/animation/ContainerAnimations.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/animation/ContainerAnimations.java index 6c53e003d..e635ff6f5 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/animation/ContainerAnimations.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/animation/ContainerAnimations.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/animation/TransitionHandler.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/animation/TransitionHandler.java index 459487637..871487965 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/animation/TransitionHandler.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/animation/TransitionHandler.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/AdvancedListBox.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/AdvancedListBox.java index 7783443de..ca083c08e 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/AdvancedListBox.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/AdvancedListBox.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/AdvancedListItem.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/AdvancedListItem.java index 20cec1d0b..9366d9a8d 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/AdvancedListItem.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/AdvancedListItem.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/AdvancedListItemSkin.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/AdvancedListItemSkin.java index ce451fd90..d52803a7d 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/AdvancedListItemSkin.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/AdvancedListItemSkin.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/ClassTitle.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/ClassTitle.java index effcc5fca..c4e9bb3f8 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/ClassTitle.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/ClassTitle.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/ComponentList.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/ComponentList.java index f3680db72..b5522ef18 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/ComponentList.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/ComponentList.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/ComponentListCell.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/ComponentListCell.java index 79eda85c9..a862992a9 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/ComponentListCell.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/ComponentListCell.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/ComponentSublist.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/ComponentSublist.java index 6813112d3..e31480732 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/ComponentSublist.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/ComponentSublist.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/DialogAware.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/DialogAware.java index 06ec6b54a..f04cf5a52 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/DialogAware.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/DialogAware.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/DialogCloseEvent.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/DialogCloseEvent.java index 0f03572d2..4c8243212 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/DialogCloseEvent.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/DialogCloseEvent.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/FileItem.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/FileItem.java index 7cbd5ac61..9ecdc2ede 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/FileItem.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/FileItem.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/FontComboBox.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/FontComboBox.java index 3a87d2990..567f1733a 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/FontComboBox.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/FontComboBox.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/IconedItem.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/IconedItem.java index 1059ff178..e45aa02af 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/IconedItem.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/IconedItem.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/IconedMenuItem.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/IconedMenuItem.java index 49d915229..0abb736cf 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/IconedMenuItem.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/IconedMenuItem.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/ImagePickerItem.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/ImagePickerItem.java index 1a4bd7620..e53df1768 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/ImagePickerItem.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/ImagePickerItem.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/InputDialogPane.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/InputDialogPane.java index 68f71a5db..d4465d79b 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/InputDialogPane.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/InputDialogPane.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/JFXCheckBoxTreeTableCell.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/JFXCheckBoxTreeTableCell.java index 39d6797a0..7645615cd 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/JFXCheckBoxTreeTableCell.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/JFXCheckBoxTreeTableCell.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/MenuSeparator.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/MenuSeparator.java index 88c11a50a..219db784e 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/MenuSeparator.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/MenuSeparator.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/MessageDialogPane.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/MessageDialogPane.java index e2b314b47..52d452cb2 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/MessageDialogPane.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/MessageDialogPane.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/MultiColorItem.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/MultiColorItem.java index a3ca809b5..8e5fb183a 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/MultiColorItem.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/MultiColorItem.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/MultiFileItem.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/MultiFileItem.java index c169ae533..76c66fc39 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/MultiFileItem.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/MultiFileItem.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/Navigator.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/Navigator.java index 8ce502e4b..7d22bb643 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/Navigator.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/Navigator.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/NoneMultipleSelectionModel.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/NoneMultipleSelectionModel.java index 3e6a00254..0990e1b21 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/NoneMultipleSelectionModel.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/NoneMultipleSelectionModel.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/NumberValidator.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/NumberValidator.java index b4565fcc4..2ed8fc7ff 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/NumberValidator.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/NumberValidator.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/PageCloseEvent.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/PageCloseEvent.java index 00f01aff7..e1fa5399d 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/PageCloseEvent.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/PageCloseEvent.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/PopupMenu.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/PopupMenu.java index 5173d663d..2309c15c0 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/PopupMenu.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/PopupMenu.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/RipplerContainer.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/RipplerContainer.java index 288765185..ac7da5b59 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/RipplerContainer.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/RipplerContainer.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/SpinnerPane.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/SpinnerPane.java index 66cf182f3..c107665a9 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/SpinnerPane.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/SpinnerPane.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/StackContainerPane.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/StackContainerPane.java index 7987ff5af..9128a7f82 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/StackContainerPane.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/StackContainerPane.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/TaskExecutorDialogPane.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/TaskExecutorDialogPane.java index d002196a5..2e5308ab5 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/TaskExecutorDialogPane.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/TaskExecutorDialogPane.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/TaskListPane.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/TaskListPane.java index 413f16a64..3ddba4b56 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/TaskListPane.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/TaskListPane.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/TwoLineListItem.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/TwoLineListItem.java index 158576d92..b7af7e002 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/TwoLineListItem.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/TwoLineListItem.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/Validator.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/Validator.java index 4c92b3672..6b3a65a71 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/Validator.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/Validator.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/decorator/Decorator.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/decorator/Decorator.java index 9ff9ae1c8..cd15cf249 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/decorator/Decorator.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/decorator/Decorator.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/decorator/DecoratorController.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/decorator/DecoratorController.java index 63ac00588..3a68e5f2c 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/decorator/DecoratorController.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/decorator/DecoratorController.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/decorator/DecoratorPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/decorator/DecoratorPage.java index 3f75b022e..10f7b63ce 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/decorator/DecoratorPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/decorator/DecoratorPage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/decorator/DecoratorSkin.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/decorator/DecoratorSkin.java index a13db398b..bb608dc99 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/decorator/DecoratorSkin.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/decorator/DecoratorSkin.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/decorator/DecoratorWizardDisplayer.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/decorator/DecoratorWizardDisplayer.java index 0bc658957..0cb631235 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/decorator/DecoratorWizardDisplayer.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/decorator/DecoratorWizardDisplayer.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/AdditionalInstallersPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/AdditionalInstallersPage.java index e9ed2d4f2..ed6bc8702 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/AdditionalInstallersPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/AdditionalInstallersPage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/InstallerWizardProvider.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/InstallerWizardProvider.java index 5aa2f2564..6badae7ed 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/InstallerWizardProvider.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/InstallerWizardProvider.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/InstallersPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/InstallersPage.java index bca63b536..ed3342559 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/InstallersPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/InstallersPage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/LocalModpackPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/LocalModpackPage.java index a318dc87c..e740800be 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/LocalModpackPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/LocalModpackPage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/ModpackInstallWizardProvider.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/ModpackInstallWizardProvider.java index f4f8a413b..18b0fbad1 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/ModpackInstallWizardProvider.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/ModpackInstallWizardProvider.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/ModpackSelectionPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/ModpackSelectionPage.java index 844d45157..a78e8cf82 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/ModpackSelectionPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/ModpackSelectionPage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/RemoteModpackPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/RemoteModpackPage.java index c157b0df7..cd1df04b6 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/RemoteModpackPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/RemoteModpackPage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/UpdateInstallerWizardProvider.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/UpdateInstallerWizardProvider.java index 8dae26a34..d757eed39 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/UpdateInstallerWizardProvider.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/UpdateInstallerWizardProvider.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/VanillaInstallWizardProvider.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/VanillaInstallWizardProvider.java index 2fe58401f..5db7d2983 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/VanillaInstallWizardProvider.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/VanillaInstallWizardProvider.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/VersionsPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/VersionsPage.java index d84338c49..6d5f64560 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/VersionsPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/VersionsPage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/VersionsPageItem.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/VersionsPageItem.java index 4ce783f7f..bcfa32bcf 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/VersionsPageItem.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/VersionsPageItem.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/export/ExportWizardProvider.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/export/ExportWizardProvider.java index 3eb06c062..b2aa75749 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/export/ExportWizardProvider.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/export/ExportWizardProvider.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/export/ModpackFileSelectionPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/export/ModpackFileSelectionPage.java index d3ad3a3e4..b4c230cce 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/export/ModpackFileSelectionPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/export/ModpackFileSelectionPage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/export/ModpackInfoPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/export/ModpackInfoPage.java index 53eb80178..14f3ce88d 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/export/ModpackInfoPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/export/ModpackInfoPage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/export/ModpackTypeSelectionPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/export/ModpackTypeSelectionPage.java index 7a1a1e2a6..80dd4e59c 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/export/ModpackTypeSelectionPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/export/ModpackTypeSelectionPage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/profile/ProfileAdvancedListItem.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/profile/ProfileAdvancedListItem.java index 86971dcc2..10f94ef77 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/profile/ProfileAdvancedListItem.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/profile/ProfileAdvancedListItem.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/profile/ProfileList.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/profile/ProfileList.java index cbe782b9b..a29a8c850 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/profile/ProfileList.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/profile/ProfileList.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/profile/ProfileListItem.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/profile/ProfileListItem.java index a5825f89f..6f15c462b 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/profile/ProfileListItem.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/profile/ProfileListItem.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/profile/ProfileListItemSkin.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/profile/ProfileListItemSkin.java index 46d96066e..1eb51ce04 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/profile/ProfileListItemSkin.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/profile/ProfileListItemSkin.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/profile/ProfilePage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/profile/ProfilePage.java index 38fbe98d4..405cdb1fc 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/profile/ProfilePage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/profile/ProfilePage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/DatapackListPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/DatapackListPage.java index 66ab1ca36..eb43d629f 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/DatapackListPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/DatapackListPage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/DatapackListPageSkin.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/DatapackListPageSkin.java index 6f8dca3ec..6acd2eb79 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/DatapackListPageSkin.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/DatapackListPageSkin.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/GameAdvancedListItem.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/GameAdvancedListItem.java index a19343c60..f2bd3fc3e 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/GameAdvancedListItem.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/GameAdvancedListItem.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/GameItem.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/GameItem.java index 05e2969d1..365e1e50e 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/GameItem.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/GameItem.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/GameItemSkin.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/GameItemSkin.java index 11023e0bb..2f950dd41 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/GameItemSkin.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/GameItemSkin.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/GameList.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/GameList.java index c8af41351..0636bb9fc 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/GameList.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/GameList.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/GameListItem.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/GameListItem.java index e699ea108..89e0f2ee6 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/GameListItem.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/GameListItem.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/GameListItemSkin.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/GameListItemSkin.java index 52e3cfef6..26ed5f975 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/GameListItemSkin.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/GameListItemSkin.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/InstallerListPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/InstallerListPage.java index 9e5a73dc1..34b0d9ae0 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/InstallerListPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/InstallerListPage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/ModListPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/ModListPage.java index 7d2d8be5c..7bb2ad8a7 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/ModListPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/ModListPage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/ModListPageSkin.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/ModListPageSkin.java index 654334eea..6d59512c9 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/ModListPageSkin.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/ModListPageSkin.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/VersionPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/VersionPage.java index 9b089ec8e..4647fa0ad 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/VersionPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/VersionPage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/VersionSettingsPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/VersionSettingsPage.java index df66dc2d8..5911b9653 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/VersionSettingsPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/VersionSettingsPage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/Versions.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/Versions.java index 853e77869..0c0794612 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/Versions.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/Versions.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/WorldExportPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/WorldExportPage.java index 70ebd9c44..3c54d08d0 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/WorldExportPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/WorldExportPage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/WorldExportPageSkin.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/WorldExportPageSkin.java index 02f69fc80..0b43f7165 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/WorldExportPageSkin.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/WorldExportPageSkin.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/WorldListItem.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/WorldListItem.java index b41a3ae4a..dc3482e31 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/WorldListItem.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/WorldListItem.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/WorldListItemSkin.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/WorldListItemSkin.java index a82b12613..6b958ffad 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/WorldListItemSkin.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/WorldListItemSkin.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/WorldListPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/WorldListPage.java index 2220abdd2..1cdbbb861 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/WorldListPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/WorldListPage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/AbstractWizardDisplayer.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/AbstractWizardDisplayer.java index d730981fb..4a88ce011 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/AbstractWizardDisplayer.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/AbstractWizardDisplayer.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/DefaultWizardDisplayer.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/DefaultWizardDisplayer.java index de6f15003..fe2ec5efa 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/DefaultWizardDisplayer.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/DefaultWizardDisplayer.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/Navigation.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/Navigation.java index 2e844a940..9d1a16abe 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/Navigation.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/Navigation.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/Refreshable.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/Refreshable.java index 4a4a4df0c..db7cde606 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/Refreshable.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/Refreshable.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/SinglePageWizardProvider.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/SinglePageWizardProvider.java index 73ef332a4..d5b2da079 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/SinglePageWizardProvider.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/SinglePageWizardProvider.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/Summary.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/Summary.java index 084eba0f6..9c0ec0519 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/Summary.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/Summary.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/TaskExecutorDialogWizardDisplayer.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/TaskExecutorDialogWizardDisplayer.java index 7451fc2ce..6e6797405 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/TaskExecutorDialogWizardDisplayer.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/TaskExecutorDialogWizardDisplayer.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/Wizard.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/Wizard.java index 11a23633a..7b91bf8be 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/Wizard.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/Wizard.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/WizardController.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/WizardController.java index 64caac82e..bcaa92a07 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/WizardController.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/WizardController.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/WizardDisplayer.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/WizardDisplayer.java index 23731ebe8..95d0414d9 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/WizardDisplayer.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/WizardDisplayer.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/WizardNavigationResult.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/WizardNavigationResult.java index e4dae8986..7dd6a36e7 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/WizardNavigationResult.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/WizardNavigationResult.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/WizardPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/WizardPage.java index 704b2d0f1..cf5c2438b 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/WizardPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/WizardPage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/WizardProvider.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/WizardProvider.java index bad9e5d9a..4afa80532 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/WizardProvider.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/WizardProvider.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/WizardSinglePage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/WizardSinglePage.java index 8030867d7..b97379e48 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/WizardSinglePage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/wizard/WizardSinglePage.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/ExecutableHeaderHelper.java b/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/ExecutableHeaderHelper.java index 79170d674..924d99860 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/ExecutableHeaderHelper.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/ExecutableHeaderHelper.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/HMCLDownloadTask.java b/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/HMCLDownloadTask.java index b637e54e2..163d09362 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/HMCLDownloadTask.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/HMCLDownloadTask.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/IntegrityChecker.java b/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/IntegrityChecker.java index dc1799523..0bb03df9c 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/IntegrityChecker.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/IntegrityChecker.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/RemoteVersion.java b/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/RemoteVersion.java index 5e573608d..6a7c0df66 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/RemoteVersion.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/RemoteVersion.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/UpdateChannel.java b/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/UpdateChannel.java index de0e011fc..29eaa6f82 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/UpdateChannel.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/UpdateChannel.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/UpdateChecker.java b/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/UpdateChecker.java index f7962b429..e34390b94 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/UpdateChecker.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/UpdateChecker.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/UpdateHandler.java b/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/UpdateHandler.java index 8541f5b77..ed79452e7 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/UpdateHandler.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/upgrade/UpdateHandler.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/util/CrashReporter.java b/HMCL/src/main/java/org/jackhuang/hmcl/util/CrashReporter.java index a3694779b..553cc73f9 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/util/CrashReporter.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/util/CrashReporter.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/util/ResourceNotFoundError.java b/HMCL/src/main/java/org/jackhuang/hmcl/util/ResourceNotFoundError.java index e952e8d73..d404c0fcd 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/util/ResourceNotFoundError.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/util/ResourceNotFoundError.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/util/i18n/I18n.java b/HMCL/src/main/java/org/jackhuang/hmcl/util/i18n/I18n.java index dc26351c6..0d851312f 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/util/i18n/I18n.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/util/i18n/I18n.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/util/i18n/Locales.java b/HMCL/src/main/java/org/jackhuang/hmcl/util/i18n/Locales.java index 59af1fce6..1954ad1d1 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/util/i18n/Locales.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/util/i18n/Locales.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/util/i18n/UTF8Control.java b/HMCL/src/main/java/org/jackhuang/hmcl/util/i18n/UTF8Control.java index 8b553f1b5..c194c4e8a 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/util/i18n/UTF8Control.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/util/i18n/UTF8Control.java @@ -1,6 +1,6 @@ /* * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/resources/assets/css/blue.css b/HMCL/src/main/resources/assets/css/blue.css index 22abd73b7..b89a16e68 100644 --- a/HMCL/src/main/resources/assets/css/blue.css +++ b/HMCL/src/main/resources/assets/css/blue.css @@ -1,6 +1,6 @@ /** * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/resources/assets/css/custom.css b/HMCL/src/main/resources/assets/css/custom.css index 65e02f328..04a636b7a 100644 --- a/HMCL/src/main/resources/assets/css/custom.css +++ b/HMCL/src/main/resources/assets/css/custom.css @@ -1,6 +1,6 @@ /** * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/resources/assets/css/root.css b/HMCL/src/main/resources/assets/css/root.css index c697264e0..3d1a5f838 100644 --- a/HMCL/src/main/resources/assets/css/root.css +++ b/HMCL/src/main/resources/assets/css/root.css @@ -1,6 +1,6 @@ /** * Hello Minecraft! Launcher - * Copyright (C) 2019 huangyuhui and contributors + * Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/resources/assets/lang/I18N.properties b/HMCL/src/main/resources/assets/lang/I18N.properties index 0a1e81f6d..b2880b6fc 100644 --- a/HMCL/src/main/resources/assets/lang/I18N.properties +++ b/HMCL/src/main/resources/assets/lang/I18N.properties @@ -1,6 +1,6 @@ # # Hello Minecraft! Launcher -# Copyright (C) 2019 huangyuhui and contributors +# Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/resources/assets/lang/I18N_es.properties b/HMCL/src/main/resources/assets/lang/I18N_es.properties index b6ed50543..64bd5d9ca 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_es.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_es.properties @@ -1,6 +1,6 @@ # # Hello Minecraft! Launcher -# Copyright (C) 2019 huangyuhui and contributors +# Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/resources/assets/lang/I18N_ru.properties b/HMCL/src/main/resources/assets/lang/I18N_ru.properties index d2696d65b..cf76abeb4 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_ru.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_ru.properties @@ -1,6 +1,6 @@ # # Hello Minecraft! Launcher -# Copyright (C) 2019 huangyuhui and contributors +# Copyright (C) 2020 huangyuhui 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 diff --git a/HMCL/src/main/resources/assets/lang/I18N_zh.properties b/HMCL/src/main/resources/assets/lang/I18N_zh.properties index 626e516e2..b55018a1c 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_zh.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_zh.properties @@ -1,6 +1,6 @@ # # Hello Minecraft! Launcher -# Copyright (C) 2019 huangyuhui and contributors +# Copyright (C) 2020 huangyuhui 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 @@ -18,41 +18,41 @@ about.copyright=版權 about.copyright.statement=Copyright (c) 2019 huangyuhui. -about.author=作者 +about.author=作?? about.author.statement=huanghongxun (hmcl@huangyuhui.net) about.thanks_to=鳴謝 -about.thanks_to.statement=bangbang93 (BMCLAPI, https://bmclapi2.bangbang93.com/)\ngamerteam (預設背景圖)\n所有通過 Issues、Pull Requests 等方式參與本項目的貢獻者 +about.thanks_to.statement=bangbang93 (BMCLAPI, https://bmclapi2.bangbang93.com/)\ngamerteam (預設背景?)\n?有?過 Issues、Pull Requests 等方式參與本項目的貢獻?? about.dependency=依賴 -# 由於篇幅限制,僅列出第一作者 +# 由於篇幅限制,僅列出第一作?? about.dependency.statement=JFoenix (Shadi Shaheen, Apache 2.0)\nGson (Google, Apache 2.0)\nApache Commons Compress (ASF, Apache 2.0)\nXZ for Java (Lasse Collin, Public Domain)\nfx-gson (Joffrey Bion, MIT)\nConstant Pool Scanner (jenkins-ci, CDDL, GPL 2)\nOpenNBT (Steveice10, BSD 3-Clause) about.claim=免責聲明 -about.claim.statement=Minecraft 版權歸 Mojang AB 所有,使用本軟體產生的版權問題,軟體製作方概不負責。請支援正版。 +about.claim.statement=Minecraft 版權? Mojang AB ?有,使用本軟體產生的版權問題,軟體製作方概不負責。請支援正版? about.open_source=開源 about.open_source.statement=GPL v3 (https://github.com/huanghongxun/HMCL/) account=帳戶 account.character=角色 -account.choose=選擇一個角色 +account.choose=選擇?個角? account.create=建立帳戶 account.email=電子信箱 -account.failed.character_deleted=此角色已被刪除 -account.failed.connect_authentication_server=無法連接認證伺服器,可能是網路問題 +account.failed.character_deleted=此角色已被刪? +account.failed.connect_authentication_server=無法連接認證伺服器,可能是網路問? account.failed.connect_injector_server=無法連接認證伺服器,可能是網路故障或 URL 輸入錯誤 account.failed.injector_download_failure=無法下載 authlib-injector,請檢查網路或嘗試切換下載源 account.failed.invalid_credentials=您的使用者名稱或密碼錯誤,或者登入次數過多被暫時禁止登入,請稍後再試 -account.failed.invalid_password=無效的密碼 +account.failed.invalid_password=無效的密? account.failed.invalid_token=請嘗試登出並重新輸入密碼登入 -account.failed.no_character=該帳號沒有角色 +account.failed.no_character=該帳號沒有角? account.failed.server_response_malformed=無法解析認證伺服器響應,可能是伺服器故障 -account.injector.add=新增認證伺服器 -account.injector.empty=無(點擊右側加號添加) -account.injector.manage=管理認證伺服器 -account.injector.manage.title=認證伺服器 -account.injector.http=警告:此伺服器使用不安全的 HTTP 協議,您的密碼在登入時會被明文傳輸。 +account.injector.add=新增認證伺服? +account.injector.empty=無(點擊右側加號添加? +account.injector.manage=管理認證伺服? +account.injector.manage.title=認證伺服? +account.injector.http=警告:此伺服器使用不安全? HTTP 協議,您的密碼在登入時會被明文傳輸?? account.injector.link.register=註冊 -account.injector.server=認證伺服器 -account.injector.server_url=伺服器位址 -account.injector.server_name=伺服器名稱 +account.injector.server=認證伺服? +account.injector.server_url=伺服器位? +account.injector.server_name=伺服器名? account.manage=帳戶列表 account.methods=登入方式 account.methods.authlib_injector=authlib-injector 登入 @@ -61,15 +61,15 @@ account.methods.yggdrasil=正版登入 account.missing=沒有遊戲帳戶 account.missing.add=點擊此處添加帳戶 account.password=密碼 -account.username=使用者名稱 +account.username=使用者名? -archive.author=作者 +archive.author=作?? archive.game_version=遊戲版本 archive.name=名稱 archive.version=版本 assets.download=下載資源 -assets.download_all=驗證資源檔案完整性 +assets.download_all=驗證資源檔案完整? button.cancel=取消 button.clear=清除 @@ -77,126 +77,126 @@ button.delete=刪除 button.edit=編輯 button.install=安裝 button.export=導出 -button.no=否 +button.no=? button.ok=確定 button.refresh=重新整理 button.save=儲存 -button.yes=是 +button.yes=? color.recent=推薦 color.custom=自訂顏色 -crash.NoClassDefFound=請確認 Hello Minecraft! Launcher 本體是否完整,或更新您的 Java。 -crash.user_fault=您的系統或 Java 環境可能安裝不當導致本軟體崩潰,請檢查您的 Java 環境或您的電腦!可以嘗試重新安裝 Java。 +crash.NoClassDefFound=請確? Hello Minecraft! Launcher 本體是否完整,或更新您的 Java? +crash.user_fault=您的系統? Java 環境可能安裝不當導致本軟體崩潰,請檢查您? Java 環境或您的電腦!可以嘗試重新安裝 Java? download=下載 -download.code.404=遠程伺服器不包含需要下載的文件 +download.code.404=遠程伺服器不包含?要下載的文件 download.failed=下載失敗 -download.failed.empty=沒有可供安裝的版本,點擊此處返回。 -download.failed.refresh=載入版本列表失敗,點擊此處重試。 -download.provider.bmclapi=BMCLAPI(bangbang93,https://bmclapi2.bangbang93.com/) -download.provider.mojang=官方伺服器(Forge 和 OptiFine 自動安裝的下載來源是 BMCLAPI) +download.failed.empty=沒有可供安裝的版本,點擊此處返回? +download.failed.refresh=載入版本列表失敗,點擊此處重試?? +download.provider.bmclapi=BMCLAPI(bangbang93,https://bmclapi2.bangbang93.com/? +download.provider.mojang=官方伺服器(Forge ? OptiFine 自動安裝的下載來源是 BMCLAPI? extension.bat=Windows 腳本 extension.mod=模組檔案 extension.png=圖片檔案 extension.sh=Bash 腳本 -fatal.missing_javafx=找不到 JavaFX。\n如果您使用的是 Java 11 或更高版本,請降級到 Java 8 或 10。\n如果您使用的是 OpenJDK,請確保其包含 OpenJFX。 -fatal.missing_dst_root_ca_x3=目前的 Java 平台缺少 DST Root CA X3 憑證。\n您依然可以使用 Hello Minecraft! Launcher,但將無法連線到部分網站(如使用 Lets Encrypt 證書的站點),這可能會使 Hello Minecraft! Launcher 無法正常運作。\n請將您的 Java 升級到 8u101 以上以解決此問題。 -fatal.config_loading_failure=Hello Minecraft! Launcher 無法載入設定檔案。\n請確保 Hello Minecraft! Launcher 對 "%s" 目錄及該目錄下的檔案擁有讀寫權限。 -fatal.migration_requires_manual_reboot=Hello Minecraft! Launcher 即將升級完成,請重新打開 Hello Minecraft! Launcher。 -fatal.apply_update_failure=我們很抱歉 Hello Minecraft! Launcher 無法自動完成升級程序,因為出現了一些問題。\n但你依然可以從 %s 處手動下載 Hello Minecraft! Launcher 來完成升級。\n請考慮向我們回報該問題。 +fatal.missing_javafx=找不? JavaFX。\n如果您使用的? Java 11 或更高版本,請降級到 Java 8 ? 10。\n如果您使用的? OpenJDK,請確保其包? OpenJFX? +fatal.missing_dst_root_ca_x3=目前? Java 平台缺少 DST Root CA X3 憑證。\n您依然可以使? Hello Minecraft! Launcher,但將無法?線到部分網站(如使? Lets Encrypt 證書的站點),?可能會? Hello Minecraft! Launcher 無法正常運作。\n請將您的 Java 升級? 8u101 以上以解決此問題? +fatal.config_loading_failure=Hello Minecraft! Launcher 無法載入設定檔案。\n請確? Hello Minecraft! Launcher ? "%s" 目錄及該目錄下的檔案擁有?寫權限?? +fatal.migration_requires_manual_reboot=Hello Minecraft! Launcher 即將升級完成,請重新打開 Hello Minecraft! Launcher? +fatal.apply_update_failure=我?很抱歉 Hello Minecraft! Launcher 無法自動完成升級程序,因為出現了?些問題?\n但你依然可以? %s 處手動下? Hello Minecraft! Launcher 來完成升級?\n請?慮向我們回報該問題? -folder.config=設定資料夾 -folder.game=遊戲資料夾 -folder.mod=MOD 模組資料夾 +folder.config=設定資料? +folder.game=遊戲資料? +folder.mod=MOD 模組資料? folder.resourcepacks=資源包資料夾 -folder.saves=遊戲存檔資料夾 -folder.screenshots=截圖資料夾 +folder.saves=遊戲存檔資料? +folder.screenshots=截圖資料? help=Hello Minecraft! Launcher 幫助文檔 -help.detail=可查閱資料包、整合包製作指南等內容。 +help.detail=可查閱資料包、整合包製作指南等內容?? -input.email=「使用者名稱」必須是電子信箱格式 -input.number=必須是數字 +input.email=「使用?名稱?必須是電子信箱格式 +input.number=必須是數? input.not_empty=必填 -input.url=必須為有效連結 +input.url=必須為有效?結 install=新增遊戲 install.change_version=更換版本 -install.change_version.confirm=你確定要將 %s 從 %s 更新到 %s 嗎? +install.change_version.confirm=你確定要? %s ? %s 更新? %s 嗎? install.failed=安裝失敗 -install.failed.downloading=安裝失敗,部分文件未能完成下載 -install.failed.downloading.detail=未能下載檔案:%s -install.failed.downloading.timeout=下載超時:%s +install.failed.downloading=安裝失敗,部分文件未能完成下? +install.failed.downloading.detail=未能下載檔案?%s +install.failed.downloading.timeout=下載超時?%s install.failed.install_online=無法識別要安裝的軟體 -install.failed.optifine_conflict=暫不支持 OptiFine 與 Forge 同時安裝在 Minecraft 1.13 上 -install.failed.version_mismatch=該軟體需要的遊戲版本為 %s,但實際的遊戲版本為 %s。 +install.failed.optifine_conflict=暫不支持 OptiFine ? Forge 同時安裝? Minecraft 1.13 ? +install.failed.version_mismatch=該軟體需要的遊戲版本? %s,但實際的遊戲版本為 %s? install.installer.choose=選擇 %s 版本 install.installer.forge=Forge install.installer.game=遊戲 install.installer.install=安裝 %s -install.installer.install_offline=從本地檔案安裝/升級 -install.installer.install_offline.extension=Forge/OptiFine 安裝器 -install.installer.install_offline.tooltip=支持導入已經下載好的 Forge/OptiFine 安裝器 +install.installer.install_offline=從本地檔案安?/升級 +install.installer.install_offline.extension=Forge/OptiFine 安裝? +install.installer.install_offline.tooltip=支持導入已經下載好的 Forge/OptiFine 安裝? install.installer.install_online=在線安裝 install.installer.install_online.tooltip=支持安裝 Fabric、Forge、OptiFine、LiteLoader install.installer.liteloader=LiteLoader -install.installer.not_installed=暫時不安裝 %s,可以點擊此處安裝 +install.installer.not_installed=暫時不安? %s,可以點擊此處安? install.installer.optifine=OptiFine install.installer.version=%s 版本 -install.modpack=安裝整合包 -install.new_game=安裝新遊戲版本 -install.new_game.already_exists=此版本已經存在,請換一個名字 +install.modpack=安裝整合? +install.new_game=安裝新遊戲版? +install.new_game.already_exists=此版本已經存在,請換?個名? install.new_game.current_game_version=目前遊戲版本 -install.new_game.malformed=名字不合法 -install.select=請選擇安裝方式 +install.new_game.malformed=名字不合? +install.select=請選擇安裝方? install.success=安裝成功 lang=正體中文 lang.default=跟隨系統語言 -launch.advice.corrected=我们已经修正了问题。如果您確實希望使用您自訂的 Java 虛擬機,您可以在遊戲設定中關閉 Java 虛擬機相容性檢查。 -launch.advice.uncorrected=如果您確實希望使用您自訂的 Java 虛擬機,您可以在遊戲設定中關閉 Java 虛擬機相容性檢查。 -launch.advice.different_platform=您的系統為 64 位元,但是 Java 是 32 位元,建議您安裝 64 位 Java。 -launch.advice.forge2760_liteloader=Forge 2760 與 LiteLoader 不相容。請刪除 LiteLoader 或者更換 Forge 至 2773 或更新的版本。 -launch.advice.java8_1_13=Minecraft 1.13 只支援 Java 8 或更高版本,請使用 Java 8 或最新版本。 -launch.advice.java8_51_1_13=低於 1.8.0_51 的 Java 版本可能會導致 Minecraft 1.13 崩潰。建議您到 https://java.com 安裝最新版的 Java 8。 -launch.advice.java9=低於 (包含) 1.13 的有安裝 Mod Minecraft 版本 不支援 Java 9 或更高版本,請使用 Java 8。 -launch.advice.newer_java=偵測到您未使用 Java 8 及更新版本,Java 8 能使遊戲更順暢而且 Minecraft 1.12 及更新版本和很多 Mod 強制需要 Java 8 版本。 -launch.advice.not_enough_space=您設定的記憶體大小過大,由於超過了系統記憶體大小 %dMB,所以可能影響遊戲體驗或無法啟動遊戲。啟動器仍會嘗試啟動。 -launch.advice.too_large_memory_for_32bit=您設定的記憶體大小過大,由於可能超過了 32 位元 Java 的記憶體分配限制,所以可能無法啟動遊戲,請將記憶體調至低於 1024MB 的值。啟動器仍會嘗試啟動。 +launch.advice.corrected=我们已经修正了问题?如果您確實希望使用您自訂的 Java 虛擬機,您可以在遊戲設定中關? Java 虛擬機相容?檢查?? +launch.advice.uncorrected=如果您確實希望使用您自訂? Java 虛擬機,您可以在遊戲設定中關? Java 虛擬機相容?檢查?? +launch.advice.different_platform=您的系統? 64 位元,但? Java ? 32 位元,建議您安裝 64 ? Java? +launch.advice.forge2760_liteloader=Forge 2760 ? LiteLoader 不相容?請刪除 LiteLoader 或?更? Forge ? 2773 或更新的版本? +launch.advice.java8_1_13=Minecraft 1.13 只支? Java 8 或更高版本,請使? Java 8 或最新版本?? +launch.advice.java8_51_1_13=低於 1.8.0_51 ? Java 版本可能會導? Minecraft 1.13 崩潰。建議您? https://java.com 安裝?新版? Java 8? +launch.advice.java9=低於 (包含) 1.13 的有安裝 Mod Minecraft 版本 不支? Java 9 或更高版本,請使? Java 8? +launch.advice.newer_java=偵測到您未使? Java 8 及更新版本,Java 8 能使遊戲更順暢?且 Minecraft 1.12 及更新版本和很多 Mod 強制?? Java 8 版本? +launch.advice.not_enough_space=您設定的記憶體大小過大,由於超過了系統記憶體大小 %dMB,所以可能影響遊戲體驗或無法啟動遊戲。啟動器仍會嘗試啟動? +launch.advice.too_large_memory_for_32bit=您設定的記憶體大小過大,由於可能超過? 32 位元 Java 的記憶體分配限制,所以可能無法啟動遊戲,請將記憶體調至低? 1024MB 的??啟動器仍會嘗試啟動? launch.failed=啟動失敗 -launch.failed.cannot_create_jvm=偵測到無法建立 Java 虛擬機,可能是 Java 參數有問題。可以在設定中開啟無參數模式啟動。 -launch.failed.creating_process=啟動失敗,在建立新執行程序時發生錯誤。可能是 Java 路徑錯誤。 -launch.failed.decompressing_natives=無法解壓縮遊戲資源庫。 +launch.failed.cannot_create_jvm=偵測到無法建? Java 虛擬機,可能? Java 參數有問題?可以在設定中開啟無參數模式啟動? +launch.failed.creating_process=啟動失敗,在建立新執行程序時發生錯誤。可能是 Java 路徑錯誤? +launch.failed.decompressing_natives=無法解壓縮遊戲資源庫? launch.failed.download_library=無法下載遊戲依賴 %s. -launch.failed.executable_permission=無法為啟動檔案新增執行權限。 -launch.failed.exited_abnormally=遊戲非正常退出,請查看記錄檔案,或聯絡他人尋求幫助。 +launch.failed.executable_permission=無法為啟動檔案新增執行權限?? +launch.failed.exited_abnormally=遊戲非正常??出,請查看記錄檔案,或聯絡他人尋求幫助?? launch.state.dependencies=正在處理遊戲依賴 launch.state.done=啟動完成 -launch.state.logging_in=登入中 +launch.state.logging_in=登入? launch.state.modpack=正在下載必要檔案 launch.state.waiting_launching=等待遊戲啟動 -launch.wrong_javadir=錯誤的 Java 路徑,將自動重設為預設 Java 路徑。 +launch.wrong_javadir=錯誤? Java 路徑,將自動重設為預? Java 路徑? -launcher=啟動器 +launcher=啟動? launcher.background=背景位址 launcher.background.choose=選擇背景路徑 -launcher.background.default=預設(自動尋找啟動器同目錄下的 background.png/jpg 及 bg 資料夾內的圖片) +launcher.background.default=預設(自動尋找啟動器同目錄下? background.png/jpg ? bg 資料夾內的圖片) launcher.cache_directory=檔案下載快取目錄 launcher.cache_directory.choose=選擇檔案下載快取目錄 launcher.cache_directory.default=預設 launcher.cache_directory.disabled=停用 launcher.cache_directory.invalid=無法創建自訂的快取目錄,恢復預設設定 -launcher.contact=聯絡我們 -launcher.crash=Hello Minecraft! Launcher 遇到了無法處理的錯誤,請複製下列內容並透過 MCBBS、貼吧、GitHub 或 Minecraft Forum 回報 bug。 -launcher.crash_out_dated=Hello Minecraft! Launcher 遇到了無法處理的錯誤,已偵測到您的啟動器不是最新版本,請更新後重試! -launcher.update_java=請更新您的 Java +launcher.contact=聯絡我?? +launcher.crash=Hello Minecraft! Launcher 遇到了無法處理的錯誤,請複製下列內容並?過 MCBBS、貼吧?GitHub ? Minecraft Forum 回報 bug? +launcher.crash_out_dated=Hello Minecraft! Launcher 遇到了無法處理的錯誤,已偵測到您的啟動器不是?新版本,請更新後重試? +launcher.update_java=請更新您? Java -login.empty_username=你還未設定使用者名稱! -login.enter_password=請輸入您的密碼 +login.empty_username=你還未設定使用?名稱! +login.enter_password=請輸入您的密? logwindow.show_lines=顯示行數 logwindow.terminate_game=結束遊戲執行程序 @@ -206,128 +206,128 @@ logwindow.autoscroll=自動滾動 main_page=首頁 message.confirm=提示 -message.doing=請耐心等待 -message.downloading=正在下載… +message.doing=請?心等待 +message.downloading=正在下載? message.error=錯誤 message.info=資訊 message.success=完成 message.unknown=未知 message.warning=警告 -modpack=整合包 -modpack.choose=選擇要安裝的遊戲整合包檔案 -modpack.choose.local=導入本地整合包檔案 -modpack.choose.local.detail=你可以直接將整合包檔案拖入本頁面以安裝 +modpack=整合? +modpack.choose=選擇要安裝的遊戲整合包檔? +modpack.choose.local=導入本地整合包檔? +modpack.choose.local.detail=你可以直接將整合包檔案拖入本頁面以安? modpack.choose.remote=從網路下載整合包 -modpack.choose.remote.detail=需要提供整合包的下載連結 +modpack.choose.remote.detail=?要提供整合包的下載?結 modpack.choose.remote.tooltip=要下載的整合包的連結 -modpack.desc=描述你要製作的整合包,比如整合包注意事項和更新記錄,支援 Markdown(圖片請上傳至網路)。 -modpack.description=整合包描述 -modpack.enter_name=給遊戲取個你喜歡的名字 -modpack.export=匯出整合包 -modpack.export.as=請選擇整合包類型。若你無法決定,請選擇 HMCL 類型。 -modpack.file_api=整合包下載連結前綴 +modpack.desc=描述你要製作的整合包,比如整合包注意事項和更新記錄,支援 Markdown(圖片請上傳至網路)? +modpack.description=整合包描? +modpack.enter_name=給遊戲取個你喜歡的名? +modpack.export=匯出整合? +modpack.export.as=請選擇整合包類型。若你無法決定,請選? HMCL 類型? +modpack.file_api=整合包下載?結前綴 modpack.files.blueprints=BuildCraft 藍圖 modpack.files.config=Mod 模組設定檔案 modpack.files.dumps=NEI 調校輸出 -modpack.files.hmclversion_cfg=啟動器設定檔案 +modpack.files.hmclversion_cfg=啟動器設定檔? modpack.files.liteconfig=Mod 模組設定檔案 modpack.files.mods=Mod 模組 -modpack.files.mods.voxelmods=VoxelMods 設定,如小地圖 +modpack.files.mods.voxelmods=VoxelMods 設定,如小地? modpack.files.options_txt=遊戲設定 modpack.files.optionsshaders_txt=光影設定 -modpack.files.resourcepacks=資源包 (材質包) +modpack.files.resourcepacks=資源? (材質?) modpack.files.saves=遊戲存檔 modpack.files.scripts=MineTweaker 設定 -modpack.files.servers_dat=多人遊戲伺服器列表 -modpack.install=安裝 %s 整合包 -modpack.installing=正在安裝整合包 -modpack.introduction=支援 Curse、MultiMC、HMCL 整合包。 -modpack.invalid=無效的整合包升級檔案,可能是下載時出現問題。 -modpack.mismatched_type=整合包類型不匹配,目前遊戲是 %s 整合包,但是提供的整合包更新檔案是 %s 整合包。 -modpack.name=整合包名稱 -modpack.not_a_valid_name=整合包名稱無效 -modpack.scan=解析整合包 -modpack.task.install=匯入整合包 -modpack.task.install.error=無法識別該整合包,目前僅支持導入 Curse、MultiMC、HMCL 整合包。 +modpack.files.servers_dat=多人遊戲伺服器列? +modpack.install=安裝 %s 整合? +modpack.installing=正在安裝整合? +modpack.introduction=支援 Curse、MultiMC、HMCL 整合包?? +modpack.invalid=無效的整合包升級檔案,可能是下載時出現問題?? +modpack.mismatched_type=整合包類型不匹配,目前遊戲是 %s 整合包,但是提供的整合包更新檔案? %s 整合包?? +modpack.name=整合包名? +modpack.not_a_valid_name=整合包名稱無? +modpack.scan=解析整合? +modpack.task.install=匯入整合? +modpack.task.install.error=無法識別該整合包,目前僅支持導入 Curse、MultiMC、HMCL 整合包?? modpack.task.install.will=將會安裝整合包: modpack.type.curse=Curse -modpack.type.curse.completion=下載 Curse 整合包相關檔案 -modpack.type.curse.tolerable_error=但未能完成 Curse 整合包文件的下載,您可以在啟動該遊戲版本時繼續 Curse 整合包文件的下載。由於網路問題,您可能需要重試多次。 -modpack.type.curse.error=無法完成 Curse 整合包的下載,請多次重試或設定代理 -modpack.type.curse.not_found=部分必需檔案已經從網路中被刪除並且再也無法下載,請嘗試該整合包的最新版本或者安裝其他整合包。 +modpack.type.curse.completion=下載 Curse 整合包相關檔? +modpack.type.curse.tolerable_error=但未能完? Curse 整合包文件的下載,您可以在啟動該遊戲版本時繼? Curse 整合包文件的下載。由於網路問題,您可能需要重試多次?? +modpack.type.curse.error=無法完成 Curse 整合包的下載,請多次重試或設定代? +modpack.type.curse.not_found=部分必需檔案已經從網路中被刪除並且再也無法下載,請嘗試該整合包的?新版本或者安裝其他整合包? modpack.type.hmcl=HMCL -modpack.type.hmcl.export=可以被 Hello Minecraft! Launcher (HMCL) 導入 +modpack.type.hmcl.export=可以? Hello Minecraft! Launcher (HMCL) 導入 modpack.type.multimc=MultiMC -modpack.type.multimc.export=可以被 Hello Minecraft! Launcher (HMCL) 和 MultiMC 導入 +modpack.type.multimc.export=可以? Hello Minecraft! Launcher (HMCL) ? MultiMC 導入 modpack.type.server=伺服器自動更新整合包 -modpack.type.server.export=允許伺服器管理員遠程更新遊戲用戶端 -modpack.type.server.malformed=伺服器整合包配置格式錯誤,請聯絡伺服器管理員解決此問題 -modpack.unsupported=不支援該整合包。僅 HMCL、MultiMC、Curse 整合包受支援。 -modpack.update=正在升級整合包 -modpack.wizard=匯出整合包引導 +modpack.type.server.export=允許伺服器管理員遠程更新遊戲用戶? +modpack.type.server.malformed=伺服器整合包配置格式錯誤,請聯絡伺服器管理員解決此問? +modpack.unsupported=不支援該整合包?僅 HMCL、MultiMC、Curse 整合包受支援? +modpack.update=正在升級整合? +modpack.wizard=匯出整合包引? modpack.wizard.step.1=基本設定 modpack.wizard.step.1.title=設定整合包的主要訊息 modpack.wizard.step.2=檔案選擇 -modpack.wizard.step.2.title=選中你想加到整合包中的檔案或資料夾 -modpack.wizard.step.3=整合包類型 -modpack.wizard.step.3.title=選擇整合包導出類型 +modpack.wizard.step.2.title=選中你想加到整合包中的檔案或資料? +modpack.wizard.step.3=整合包類? +modpack.wizard.step.3.title=選擇整合包導出類? modpack.wizard.step.initialization.exported_version=要匯出的遊戲版本 -modpack.wizard.step.initialization.include_launcher=包含啟動器 +modpack.wizard.step.initialization.include_launcher=包含啟動? modpack.wizard.step.initialization.save=選擇要匯出到的遊戲整合包位置 -modpack.wizard.step.initialization.warning=在製作整合包前,請您確認您選擇的版本可以正常啟動,\n並保證您的 Minecraft 是正式版而非快照版,\n而且不應將不允許非官方途徑傳播的 Mod 模組、材質包等納入整合包。\n整合包會儲存您目前的下載來源設定 -modpack.wizard.step.initialization.server=點擊此處查看有關伺服器自動更新整合包的製作教學 +modpack.wizard.step.initialization.warning=在製作整合包前,請您確認您選擇的版本可以正常啟動,\n並保證您? Minecraft 是正式版而非快照版,\n而且不應將不允許非官方?徑傳播? Mod 模組、材質包等納入整合包。\n整合包會儲存您目前的下載來源設定 +modpack.wizard.step.initialization.server=點擊此處查看有關伺服器自動更新整合包的製作教? mods=模組管理 mods.add=新增模組 -mods.add.failed=新增模組 %s 失敗。 -mods.add.success=成功新增模組 %s。 +mods.add.failed=新增模組 %s 失敗? +mods.add.success=成功新增模組 %s? mods.choose_mod=選擇模組 mods.enable=啟用 mods.disable=禁用 mods.name=名稱 mods.remove=刪除 -mods.not_modded=你需要先在自動安裝頁面安裝 Fabric、Forge 或 LiteLoader 才能進行模組管理。 +mods.not_modded=你需要先在自動安裝頁面安? Fabric、Forge ? LiteLoader 才能進行模組管理? -datapack=資料包 -datapack.add=添加資料包 +datapack=資料? +datapack.add=添加資料? datapack.choose_datapack=選擇要導入的資料包壓縮檔 -datapack.extension=資料包 -datapack.title=世界 %s - 資料包 +datapack.extension=資料? +datapack.title=世界 %s - 資料? datapack.remove=刪除 -world=世界/資料包 +world=世界/資料? world.add=添加世界 -world.datapack=管理資料包 -world.datapack.1_13=僅 Minecraft 1.13 及之後的版本支持資料包 -world.description=%s. 上一次遊戲時間: %s. 遊戲版本: %s -world.export=導出此世界 +world.datapack=管理資料? +world.datapack.1_13=? Minecraft 1.13 及之後的版本支持資料? +world.description=%s. 上一次遊戲時?: %s. 遊戲版本: %s +world.export=導出此世? world.export.title=選擇該世界的存儲位置 -world.export.location=保存到 +world.export.location=保存? world.export.wizard=導出世界 %s -world.extension=存檔壓縮檔 -world.import.already_exists=此世界已經存在 -world.import.choose=選擇要導入的存檔壓縮檔 -world.import.failed=無法導入此世界: %s +world.extension=存檔壓縮? +world.import.already_exists=此世界已經存? +world.import.choose=選擇要導入的存檔壓縮? +world.import.failed=無法導入此世?: %s world.import.invalid=無法識別的存檔壓縮包 world.game_version=遊戲版本 world.name=世界名稱 world.name.enter=輸入世界名稱 -world.reveal=打開資料夾 +world.reveal=打開資料? world.show_all=顯示全部 -world.time=yyyy 年 MM 月 dd 日 HH:mm:ss +world.time=yyyy ? MM ? dd ? HH:mm:ss profile=遊戲目錄 profile.already_exists=該名稱已存在 profile.default=目前目錄 -profile.home=官方啟動器 +profile.home=官方啟動? profile.instance_directory=遊戲路徑 profile.instance_directory.choose=選擇遊戲路徑 profile.manage=遊戲目錄列表 profile.name=名稱 profile.new=建立設定 profile.title=遊戲目錄 -profile.selected=已選取 +profile.selected=已選? profile.use_relative_path=若可能,則在遊戲目錄使用相對路徑 selector.choose=選擇 @@ -337,32 +337,32 @@ selector.custom=自訂 settings=遊戲設定 settings.advanced=進階設定 -settings.advanced.dont_check_game_completeness=不檢查遊戲完整性 -settings.advanced.dont_check_jvm_validity=不檢查 JVM 與遊戲的相容性 -settings.advanced.game_dir.default=預設(.minecraft/) -settings.advanced.game_dir.independent=各版本獨立(.minecraft/versions/<版本名>/,除 assets、libraries) -settings.advanced.java_args_default=啟動器預設新增的參數(請勿重複新增):-XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -XX:MaxPermSize=???m -Xmx???m -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true -settings.advanced.java_permanent_generation_space=記憶體永久儲存區域(不必填寫,格式:MB) -settings.advanced.jvm_args=Java 虛擬機參數(不必填寫) +settings.advanced.dont_check_game_completeness=不檢查遊戲完整?? +settings.advanced.dont_check_jvm_validity=不檢? JVM 與遊戲的相容? +settings.advanced.game_dir.default=預設?.minecraft/? +settings.advanced.game_dir.independent=各版本獨立(.minecraft/versions/<版本?>/,除 assets、libraries? +settings.advanced.java_args_default=啟動器預設新增的參數(請勿重複新增)?-XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -XX:MaxPermSize=???m -Xmx???m -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true +settings.advanced.java_permanent_generation_space=記憶體永久儲存區域(不必填寫,格式:MB? +settings.advanced.jvm_args=Java 虛擬機參數(不必填寫? settings.advanced.launcher_visibility.close=遊戲啟動後結束啟動器 settings.advanced.launcher_visibility.hide=遊戲啟動後隱藏啟動器 settings.advanced.launcher_visibility.hide_and_reopen=隱藏啟動器並在遊戲結束後重新開啟 settings.advanced.launcher_visibility.keep=不隱藏啟動器 -settings.advanced.launcher_visible=啟動器可見性 +settings.advanced.launcher_visible=啟動器可見?? settings.advanced.minecraft_arguments=Minecraft 額外參數(不必填寫) settings.advanced.no_jvm_args=不使用預設的 JVM 參數 -settings.advanced.precall_command=啟動前執行命令(不必填寫,將在遊戲啟動前呼叫使用) -settings.advanced.server_ip=直接進入伺服器 IP 位址(不必填寫,啟動遊戲後直接進入對應伺服器) -settings.advanced.wrapper_launcher=前置指令(不必填寫,如 optirun) +settings.advanced.precall_command=啟動前執行命令(不必填寫,將在遊戲啟動前呼叫使用? +settings.advanced.server_ip=直接進入伺服? IP 位址(不必填寫,啟動遊戲後直接?入對應伺服器) +settings.advanced.wrapper_launcher=前置指令(不必填寫,? optirun? settings.custom=自訂 settings.game=遊戲設定 -settings.game.dimension=遊戲介面解析度大小 +settings.game.dimension=遊戲介面解析度大? settings.game.exploration=瀏覽 -settings.game.fullscreen=全螢幕 +settings.game.fullscreen=全螢? settings.game.java_directory=Java 路徑 -settings.game.java_directory.bit=,%s 位 +settings.game.java_directory.bit=?%s ? settings.game.java_directory.choose=選擇 Java 路徑 settings.game.management=管理 settings.game.working_directory=運行路徑(版本隔離,修改後請自行移動相關遊戲檔案,如存檔模組設定等) @@ -370,12 +370,12 @@ settings.game.working_directory.choose=選擇運行路徑 settings.icon=遊戲圖示 -settings.launcher=啟動器設定 -settings.launcher.common_path.tooltip=啟動器將所有遊戲資源及依賴庫檔案放於此集中管理,如果遊戲資料夾內有現成的將不會使用公共庫檔案 +settings.launcher=啟動器設? +settings.launcher.common_path.tooltip=啟動器將?有遊戲資源及依賴庫檔案放於此集中管理,如果遊戲資料夾內有現成的將不會使用公共庫檔? settings.launcher.download_source=下載來源 settings.launcher.enable_game_list=在首頁內顯示遊戲列表 settings.launcher.language=語言 -settings.launcher.launcher_log.export=導出啟動器日誌 +settings.launcher.launcher_log.export=導出啟動器日? settings.launcher.launcher_log.export.failed=無法導出日誌 settings.launcher.launcher_log.export.success=日誌已保存到 %s settings.launcher.log=記錄 @@ -386,46 +386,46 @@ settings.launcher.proxy.disable=使用系統代理 settings.launcher.proxy.host=主機 settings.launcher.proxy.http=HTTP settings.launcher.proxy.password=密碼 -settings.launcher.proxy.port=埠 (Port) +settings.launcher.proxy.port=? (Port) settings.launcher.proxy.socks=Socks settings.launcher.proxy.username=帳戶 settings.launcher.theme=主題 -settings.max_memory=最大記憶體(MB) -settings.physical_memory=實體記憶體大小 +settings.max_memory=?大記憶體(MB? +settings.physical_memory=實體記憶體大? settings.show_log=查看記錄 settings.tabs.installers=自動安裝 settings.type=版本設定類型 settings.type.global=全域版本設定(使用該設定的版本共用一套設定) settings.type.global.manage=全域遊戲設定 settings.type.global.edit=編輯全域遊戲設定 -settings.type.special.enable=啟用遊戲特別設定(不影響其他遊戲版本) +settings.type.special.enable=啟用遊戲特別設定(不影響其他遊戲版本? -sponsor.bmclapi=請贊助 BMCLAPI 從而獲得穩定高速的下載服務,點擊此處查閱詳細訊息。 -sponsor.hmcl=Hello Minecraft! Launcher 是一個免費、開源的 Minecraft 啟動器,允許玩家方便快捷地安裝、管理、運行遊戲。您的贊助將幫助 Hello Minecraft! Launcher 獲得更好的發展、支持穩定高速的遊戲安裝與文件下載服務。點擊此處查閱更多詳細訊息。 +sponsor.bmclapi=請贊? BMCLAPI 從?獲得穩定高速的下載服務,點擊此處查閱詳細訊息?? +sponsor.hmcl=Hello Minecraft! Launcher 是一個免費?開源的 Minecraft 啟動器,允許玩家方便快捷地安裝?管理?運行遊戲?您的贊助將幫助 Hello Minecraft! Launcher 獲得更好的發展?支持穩定高速的遊戲安裝與文件下載服務?點擊此處查閱更多詳細訊息?? -update=啟動器更新 +update=啟動器更? update.accept=更新 update.changelog=更新日誌 update.channel.dev=更新到開發版 -update.channel.stable=更新到推薦版本 +update.channel.stable=更新到推薦版? update.checking=正在檢查更新 update.failed=更新失敗 -update.found=發現到更新 -update.newest_version=最新版本為:%s -update.bubble.title=發現更新:%s +update.found=發現到更? +update.newest_version=?新版本為?%s +update.bubble.title=發現更新?%s update.bubble.subtitle=點擊此處進行升級 -update.note=開發版包含更多的功能以及錯誤修復,但也可能會包含其他的問題。 -update.latest=目前版本為最新版本 -update.no_browser=無法打開瀏覽器,網址已經複製到剪貼簿了,您可以手動複製網址打開頁面 +update.note=開發版包含更多的功能以及錯誤修復,但也可能會包含其他的問題?? +update.latest=目前版本為最新版? +update.no_browser=無法打開瀏覽器,網址已經複製到剪貼簿了,您可以手動複製網?打開頁面 update.tooltip=更新 version=遊戲 -version.cannot_read=讀取遊戲版本失敗,無法進行自動安裝 -version.empty=無遊戲版本 +version.cannot_read=?取遊戲版本失敗,無法進行自動安裝 +version.empty=無遊戲版? version.empty.add=進入遊戲列表安裝 -version.empty.launch=沒有可啟動的遊戲,你可以點擊左側遊戲欄內的設置按鈕進入遊戲列表安裝遊戲 -version.forbidden_name=此版本名稱不受支援,請換一個名字 +version.empty.launch=沒有可啟動的遊戲,你可以點擊左側遊戲欄內的設置按鈕?入遊戲列表安裝遊戲 +version.forbidden_name=此版本名稱不受支援,請換?個名? version.game.old=老舊版本 version.game.release=穩定版本 version.game.snapshot=測試版本 @@ -440,18 +440,18 @@ version.manage.clean=清理遊戲目錄 version.manage.clean.tooltip=清理 logs, crash-reports version.manage.manage=游戏管理 version.manage.redownload_assets_index=更新遊戲資源檔案 -version.manage.remove=刪除該版本 -version.manage.remove.confirm=真的要刪除版本 %s 嗎?你將無法找回被刪除的檔案! -version.manage.remove.confirm.trash=真的要刪除版本 %s 嗎?你可以在系統的資源回收桶 (或垃圾桶) 中還原資料夾 %s 來找回該版本。 -version.manage.remove.confirm.independent=由於該遊戲使用了版本隔離,所以刪除該版本將導致該遊戲的存檔等資料一同被刪除,真的要刪除版本 %s 嗎? -version.manage.remove_libraries=刪除所有庫檔案 -version.manage.rename=重新命名該版本 +version.manage.remove=刪除該版? +version.manage.remove.confirm=真的要刪除版? %s 嗎?你將無法找回被刪除的檔案? +version.manage.remove.confirm.trash=真的要刪除版? %s 嗎?你可以在系統的資源回收桶 (或垃圾桶) 中還原資料夾 %s 來找回該版本? +version.manage.remove.confirm.independent=由於該遊戲使用了版本隔離,所以刪除該版本將導致該遊戲的存檔等資料?同被刪除,真的要刪除版本 %s 嗎? +version.manage.remove_libraries=刪除?有庫檔案 +version.manage.rename=重新命名該版? version.manage.rename.message=請輸入新名稱 -version.manage.rename.fail=重新命名版本失敗,可能檔案被佔用或者名字有特殊字元 +version.manage.rename.fail=重新命名版本失敗,可能檔案被佔用或?名字有特殊字元 version.settings=遊戲設定 -version.update=更新整合包 +version.update=更新整合? -wizard.prev=< 上一步 +wizard.prev=< 上一? wizard.failed=失敗 wizard.finish=完成 -wizard.next=下一步 > +wizard.next=下一? > 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 67ddc7c51..b689c3816 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties @@ -1,6 +1,6 @@ # # Hello Minecraft! Launcher -# Copyright (C) 2019 huangyuhui and contributors +# Copyright (C) 2020 huangyuhui 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 @@ -18,41 +18,41 @@ about.copyright=版权 about.copyright.statement=Copyright (c) 2019 huangyuhui. -about.author=作者 +about.author=作?? about.author.statement=huanghongxun (hmcl@huangyuhui.net) about.thanks_to=鸣谢 -about.thanks_to.statement=bangbang93 (BMCLAPI, https://bmclapi2.bangbang93.com/)\ngamerteam (默认背景图)\n所有通过 Issues、Pull Requests 等方式参与本项目的贡献者 +about.thanks_to.statement=bangbang93 (BMCLAPI, https://bmclapi2.bangbang93.com/)\ngamerteam (默认背景?)\n?有?过 Issues、Pull Requests 等方式参与本项目的贡献?? about.dependency=依赖 -# 由于篇幅限制,仅列出第一作者 +# 由于篇幅限制,仅列出第一作?? about.dependency.statement=JFoenix (Shadi Shaheen, Apache 2.0)\nGson (Google, Apache 2.0)\nApache Commons Compress (ASF, Apache 2.0)\nXZ for Java (Lasse Collin, Public Domain)\nfx-gson (Joffrey Bion, MIT)\nConstant Pool Scanner (jenkins-ci, CDDL, GPL 2)\nOpenNBT (Steveice10, BSD 3-Clause) about.claim=免责声明 -about.claim.statement=Minecraft 版权归 Mojang AB 所有,使用本软件产生的版权问题,软件制作方概不负责。请支持正版。 -about.open_source=开源 +about.claim.statement=Minecraft 版权? Mojang AB ?有,使用本软件产生的版权问题,软件制作方概不负责。请支持正版? +about.open_source=?? about.open_source.statement=GPL v3 (https://github.com/huanghongxun/HMCL/) account=账户 account.character=角色 -account.choose=选择一个角色 +account.choose=选择?个角? account.create=新建账户 account.email=邮箱 -account.failed.character_deleted=此角色已被删除 -account.failed.connect_authentication_server=无法连接认证服务器,可能是网络问题 +account.failed.character_deleted=此角色已被删? +account.failed.connect_authentication_server=无法连接认证服务器,可能是网络问? account.failed.connect_injector_server=无法连接认证服务器,可能是网络故障或 URL 输入错误 -account.failed.injector_download_failure=无法下载 authlib-injector,请检查网络或尝试切换下载源 +account.failed.injector_download_failure=无法下载 authlib-injector,请?查网络或尝试切换下载? account.failed.invalid_credentials=您的用户名或密码错误,或者登录次数过多被暂时禁止登录,请稍后再试 -account.failed.invalid_password=无效的密码 +account.failed.invalid_password=无效的密? account.failed.invalid_token=请尝试登出并重新输入密码登录 -account.failed.no_character=该帐号没有角色 +account.failed.no_character=该帐号没有角? account.failed.server_response_malformed=无法解析认证服务器响应,可能是服务器故障 -account.injector.add=添加认证服务器 -account.injector.empty=无(点击右侧加号添加) -account.injector.manage=管理认证服务器 -account.injector.manage.title=认证服务器 -account.injector.http=警告:此服务器使用不安全的 HTTP 协议,您的密码在登录时会被明文传输。 +account.injector.add=添加认证服务? +account.injector.empty=无(点击右侧加号添加? +account.injector.manage=管理认证服务? +account.injector.manage.title=认证服务? +account.injector.http=警告:此服务器使用不安全? HTTP 协议,您的密码在登录时会被明文传输?? account.injector.link.register=注册 -account.injector.server=认证服务器 -account.injector.server_url=服务器地址 -account.injector.server_name=服务器名称 +account.injector.server=认证服务? +account.injector.server_url=服务器地? +account.injector.server_name=服务器名? account.manage=账户列表 account.methods=登录方式 account.methods.authlib_injector=外置登录 (authlib-injector) @@ -61,15 +61,15 @@ account.methods.yggdrasil=正版登录 account.missing=没有游戏账户 account.missing.add=点击此处添加账户 account.password=密码 -account.username=用户名 +account.username=用户? -archive.author=作者 +archive.author=作?? archive.game_version=游戏版本 archive.name=名称 archive.version=版本 assets.download=下载资源 -assets.download_all=检查资源文件完整性 +assets.download_all=?查资源文件完整?? button.cancel=取消 button.clear=清除 @@ -77,127 +77,127 @@ button.delete=删除 button.edit=修改 button.install=安装 button.export=导出 -button.no=否 +button.no=? button.ok=确定 button.refresh=刷新 button.save=保存 -button.yes=是 +button.yes=? color.recent=推荐 -color.custom=自定义颜色 +color.custom=自定义颜? -crash.NoClassDefFound=请确认 Hello Minecraft! Launcher 本体是否完整,或更新您的 Java。 -crash.user_fault=您的系统或 Java 环境可能安装不当导致本软件崩溃,请检查您的 Java 环境或您的电脑!可以尝试重新安装 Java。 +crash.NoClassDefFound=请确? Hello Minecraft! Launcher 本体是否完整,或更新您的 Java? +crash.user_fault=您的系统? Java 环境可能安装不当导致本软件崩溃,请检查您? Java 环境或您的电脑!可以尝试重新安装 Java? download=下载 -download.code.404=远程服务器不包含需要下载的文件 +download.code.404=远程服务器不包含?要下载的文件 download.failed=下载失败 -download.failed.empty=没有可供安装的版本,点击此处返回。 -download.failed.refresh=加载版本列表失败,点击此处重试。 -download.provider.bmclapi=BMCLAPI(bangbang93,https://bmclapi2.bangbang93.com/) -download.provider.mojang=官方(Forge 和 OptiFine 自动安装使用 BMCLAPI 下载源) +download.failed.empty=没有可供安装的版本,点击此处返回? +download.failed.refresh=加载版本列表失败,点击此处重试?? +download.provider.bmclapi=BMCLAPI(bangbang93,https://bmclapi2.bangbang93.com/? +download.provider.mojang=官方(Forge ? OptiFine 自动安装使用 BMCLAPI 下载源) extension.bat=Windows 脚本 extension.mod=模组文件 extension.png=图片文件 extension.sh=Bash 脚本 -fatal.missing_javafx=JavaFX 缺失。\n如果您使用的是 Java 11 或更高版本,请降级到 Java 8 或 10。\n如果您使用的是 OpenJDK,请确保其包含 OpenJFX。 -fatal.missing_dst_root_ca_x3=当前 Java 平台缺少 DST Root CA X3 证书。\n您依然可以使用 Hello Minecraft! Launcher,但将无法连接到部分站点(如使用 Lets Encrypt 证书的站点),这可能会使 HMCL 无法正常工作。\n请将您的 Java 升级到 8u101 以上以解决此问题。 -fatal.config_loading_failure=Hello Minecraft! Launcher 无法加载配置文件。\n请确保 Hello Minecraft! Launcher 对 "%s" 目录及该目录下的文件拥有读写权限。 -fatal.migration_requires_manual_reboot=Hello Minecraft! Launcher 即将完成升级,请重新打开 Hello Minecraft! Launcher。 -fatal.apply_update_failure=我们很抱歉 Hello Minecraft! Launcher 无法自动完成升级,因为出现了一些问题。\n但你依然可以从 %s 处手动下载 Hello Minecraft! Launcher 来完成升级。\n请考虑向我们反馈该问题。 +fatal.missing_javafx=JavaFX 缺失。\n如果您使用的? Java 11 或更高版本,请降级到 Java 8 ? 10。\n如果您使用的? OpenJDK,请确保其包? OpenJFX? +fatal.missing_dst_root_ca_x3=当前 Java 平台缺少 DST Root CA X3 证书。\n您依然可以使? Hello Minecraft! Launcher,但将无法连接到部分站点(如使用 Lets Encrypt 证书的站点),这可能会使 HMCL 无法正常工作。\n请将您的 Java 升级? 8u101 以上以解决此问题? +fatal.config_loading_failure=Hello Minecraft! Launcher 无法加载配置文件。\n请确? Hello Minecraft! Launcher ? "%s" 目录及该目录下的文件拥有读写权限? +fatal.migration_requires_manual_reboot=Hello Minecraft! Launcher 即将完成升级,请重新打开 Hello Minecraft! Launcher? +fatal.apply_update_failure=我们很抱? Hello Minecraft! Launcher 无法自动完成升级,因为出现了?些问题?\n但你依然可以? %s 处手动下? Hello Minecraft! Launcher 来完成升级?\n请?虑向我们反馈该问题? -folder.config=配置文件夹 -folder.game=游戏文件夹 -folder.mod=MOD文件夹 +folder.config=配置文件? +folder.game=游戏文件? +folder.mod=MOD文件? folder.resourcepacks=资源包文件夹 -folder.saves=存档文件夹 -folder.screenshots=截图文件夹 +folder.saves=存档文件? +folder.screenshots=截图文件? help=Hello Minecraft! Launcher 帮助文档 -help.detail=可查阅数据包、整合包制作指南等内容。 +help.detail=可查阅数据包、整合包制作指南等内容?? input.email=用户名必须是邮箱 -input.number=必须是数字 -input.not_empty=必填项 +input.number=必须是数? +input.not_empty=必填? input.url=必须是合法的链接 install=添加游戏 install.change_version=更换版本 -install.change_version.confirm=你确定要将 %s 从 %s 更新到 %s 吗? +install.change_version.confirm=你确定要? %s ? %s 更新? %s 吗? install.failed=安装失败 -install.failed.downloading=安装失败,部分文件未能完成下载 -install.failed.downloading.detail=未能下载文件:%s -install.failed.downloading.timeout=下载超时:%s +install.failed.downloading=安装失败,部分文件未能完成下? +install.failed.downloading.detail=未能下载文件?%s +install.failed.downloading.timeout=下载超时?%s install.failed.install_online=无法识别要安装的软件 -install.failed.optifine_conflict=暂不支持 OptiFine, Fabric 与 Forge 同时安装在 Minecraft 1.13 及以上版本 -install.failed.version_mismatch=该软件需要的游戏版本为 %s,但实际的游戏版本为 %s。 +install.failed.optifine_conflict=暂不支持 OptiFine, Fabric ? Forge 同时安装? Minecraft 1.13 及以上版? +install.failed.version_mismatch=该软件需要的游戏版本? %s,但实际的游戏版本为 %s? install.installer.choose=选择 %s 版本 install.installer.fabric=Fabric install.installer.forge=Forge install.installer.game=游戏 install.installer.install=安装 %s -install.installer.install_offline=从本地文件安装/升级 -install.installer.install_offline.extension=Forge/OptiFine 安装器 -install.installer.install_offline.tooltip=支持导入已经下载好的 Forge/OptiFine 安装器 +install.installer.install_offline=从本地文件安?/升级 +install.installer.install_offline.extension=Forge/OptiFine 安装? +install.installer.install_offline.tooltip=支持导入已经下载好的 Forge/OptiFine 安装? install.installer.install_online=在线安装 install.installer.install_online.tooltip=支持安装 Fabric、Forge、OptiFine、LiteLoader install.installer.liteloader=LiteLoader -install.installer.not_installed=暂不安装 %s,可以点击此处安装 +install.installer.not_installed=暂不安装 %s,可以点击此处安? install.installer.optifine=OptiFine install.installer.version=%s 版本 -install.modpack=安装整合包 -install.new_game=安装新游戏版本 -install.new_game.already_exists=此版本已经存在,请换一个名字 +install.modpack=安装整合? +install.new_game=安装新游戏版? +install.new_game.already_exists=此版本已经存在,请换?个名? install.new_game.current_game_version=当前游戏版本 -install.new_game.malformed=名字不合法 -install.select=请选择安装方式 +install.new_game.malformed=名字不合? +install.select=请?择安装方式 install.success=安装成功 -lang=简体中文 +lang=?体中? lang.default=跟随系统语言 -launch.advice.corrected=我们已经修复了问题。如果您确实希望使用您自定义的 Java 虚拟机,您可以在游戏设置中关闭 Java 虚拟机兼容性检查。 -launch.advice.uncorrected=如果您确实希望使用您自定义的 Java 虚拟机,您可以在游戏设置中关闭 Java 虚拟机兼容性检查。 -launch.advice.different_platform=您的系统是 64 位,但是 Java 是 32 位的,建议您安装 64 位 Java。 -launch.advice.forge2760_liteloader=Forge 2760 与 LiteLoader 不兼容。请删除 LiteLoader 或者更换 Forge 至 2773 或更新的版本。 -launch.advice.java8_1_13=Minecraft 1.13 只支持 Java 8 或更高版本,请使用 Java 8 或最新版本。 -launch.advice.java8_51_1_13=低于 1.8.0_51 的 Java 版本可能会导致 Minecraft 1.13 崩溃。建议您到 https://java.com 安装最新版的 Java 8。 -launch.advice.java9=低于 1.13 的有安装 Mod 的 Minecraft 版本不支持 Java 9 或更高版本,请使用 Java 8。 -launch.advice.newer_java=检测到您未使用 Java 8 及更新版本,Java 8 能使游戏更流畅,而且 Minecraft 1.12 及更新版本和很多 Mod 强制需要 Java 8。 -launch.advice.not_enough_space=您设置的内存大小过大,由于超过了系统内存大小 %dMB,所以可能影响游戏体验或无法启动游戏,启动器仍会尝试启动。 -launch.advice.too_large_memory_for_32bit=您设置的内存大小过大,由于可能超过了 32 位 Java 的内存分配限制,所以可能无法启动游戏,请将内存调至 1024MB 或更小,启动器仍会尝试启动。 +launch.advice.corrected=我们已经修复了问题?如果您确实希望使用您自定义? Java 虚拟机,您可以在游戏设置中关? Java 虚拟机兼容?检查?? +launch.advice.uncorrected=如果您确实希望使用您自定义的 Java 虚拟机,您可以在游戏设置中关? Java 虚拟机兼容?检查?? +launch.advice.different_platform=您的系统? 64 位,但是 Java ? 32 位的,建议您安装 64 ? Java? +launch.advice.forge2760_liteloader=Forge 2760 ? LiteLoader 不兼容?请删除 LiteLoader 或?更? Forge ? 2773 或更新的版本? +launch.advice.java8_1_13=Minecraft 1.13 只支? Java 8 或更高版本,请使? Java 8 或最新版本?? +launch.advice.java8_51_1_13=低于 1.8.0_51 ? Java 版本可能会导? Minecraft 1.13 崩溃。建议您? https://java.com 安装?新版? Java 8? +launch.advice.java9=低于 1.13 的有安装 Mod ? Minecraft 版本不支? Java 9 或更高版本,请使? Java 8? +launch.advice.newer_java=?测到您未使用 Java 8 及更新版本,Java 8 能使游戏更流畅,而且 Minecraft 1.12 及更新版本和很多 Mod 强制?? Java 8? +launch.advice.not_enough_space=您设置的内存大小过大,由于超过了系统内存大小 %dMB,所以可能影响游戏体验或无法启动游戏,启动器仍会尝试启动? +launch.advice.too_large_memory_for_32bit=您设置的内存大小过大,由于可能超过了 32 ? Java 的内存分配限制,?以可能无法启动游戏,请将内存调至 1024MB 或更小,启动器仍会尝试启动?? launch.failed=启动失败 -launch.failed.cannot_create_jvm=截获到无法创建 Java 虚拟机,可能是 Java 参数有问题,可以在设置中开启无参数模式启动。 -launch.failed.creating_process=启动失败,在创建新进程时发生错误,可能是 Java 路径错误。 -launch.failed.decompressing_natives=未能解压游戏本地库。 +launch.failed.cannot_create_jvm=截获到无法创? Java 虚拟机,可能? Java 参数有问题,可以在设置中?启无参数模式启动? +launch.failed.creating_process=启动失败,在创建新进程时发生错误,可能是 Java 路径错误? +launch.failed.decompressing_natives=未能解压游戏本地库?? launch.failed.download_library=未能下载游戏依赖 %s. -launch.failed.executable_permission=未能为启动文件添加执行权限。 -launch.failed.exited_abnormally=游戏非正常退出,请查看日志文件,或联系他人寻求帮助。 +launch.failed.executable_permission=未能为启动文件添加执行权限?? +launch.failed.exited_abnormally=游戏非正常??出,请查看日志文件,或联系他人寻求帮助?? launch.state.dependencies=正在处理游戏依赖 launch.state.done=启动完成 -launch.state.logging_in=登录中 +launch.state.logging_in=登录? launch.state.modpack=正在下载必要文件 launch.state.waiting_launching=等待游戏启动 -launch.wrong_javadir=错误的 Java 路径,将自动重置为默认 Java 路径。 +launch.wrong_javadir=错误? Java 路径,将自动重置为默? Java 路径? -launcher=启动器 +launcher=启动? launcher.background=背景地址 launcher.background.choose=选择背景路径 -launcher.background.default=默认(自动检索启动器同目录下的 background.png/jpg 及 bg 文件夹内的图片) +launcher.background.default=默认(自动检索启动器同目录下? background.png/jpg ? bg 文件夹内的图片) launcher.cache_directory=文件下载缓存目录 launcher.cache_directory.choose=选择文件下载缓存目录 -launcher.cache_directory.default=默认(%AppData%/.minecraft 或者 ~/.minecraft) -launcher.cache_directory.disabled=禁用(总是使用游戏路径) -launcher.cache_directory.invalid=无法创建自定义的缓存目录,恢复默认设置 +launcher.cache_directory.default=默认?%AppData%/.minecraft 或?? ~/.minecraft? +launcher.cache_directory.disabled=禁用(?是使用游戏路径? +launcher.cache_directory.invalid=无法创建自定义的缓存目录,恢复默认设? launcher.contact=联系我们 -launcher.crash=Hello Minecraft! Launcher 遇到了无法处理的错误,请复制下列内容并通过 MCBBS、贴吧、GitHub 或 Minecraft Forum 反馈 bug。 -launcher.crash_out_dated=Hello Minecraft! Launcher 遇到了无法处理的错误,已检测到您的启动器不是最新版本,请更新后再试! -launcher.update_java=请更新您的 Java +launcher.crash=Hello Minecraft! Launcher 遇到了无法处理的错误,请复制下列内容并?过 MCBBS、贴吧?GitHub ? Minecraft Forum 反馈 bug? +launcher.crash_out_dated=Hello Minecraft! Launcher 遇到了无法处理的错误,已?测到您的启动器不是最新版本,请更新后再试? +launcher.update_java=请更新您? Java -login.empty_username=你还未设置用户名! -login.enter_password=请输入您的密码 +login.empty_username=你还未设置用户名? +login.enter_password=请输入您的密? logwindow.show_lines=显示行数 logwindow.terminate_game=结束游戏进程 @@ -207,163 +207,163 @@ logwindow.autoscroll=自动滚动 main_page=主页 message.confirm=提示 -message.doing=请耐心等待 +message.doing=请?心等待 message.downloading=正在下载 message.error=错误 message.info=提示 -message.success=已完成 +message.success=已完? message.unknown=未知 message.warning=警告 -modpack=整合包 -modpack.choose=选择要安装的游戏整合包文件 -modpack.choose.local=导入本地整合包文件 -modpack.choose.local.detail=你可以直接将整合包文件拖入本页面以安装 -modpack.choose.remote=从互联网下载整合包 -modpack.choose.remote.detail=需要提供整合包的下载链接 +modpack=整合? +modpack.choose=选择要安装的游戏整合包文? +modpack.choose.local=导入本地整合包文? +modpack.choose.local.detail=你可以直接将整合包文件拖入本页面以安? +modpack.choose.remote=从互联网下载整合? +modpack.choose.remote.detail=?要提供整合包的下载链? modpack.choose.remote.tooltip=要下载的整合包的链接 -modpack.desc=描述你要制作的整合包,比如整合包注意事项和更新记录,支持 Markdown(图片请用网络图)。 -modpack.description=整合包描述 -modpack.enter_name=给游戏起个你喜欢的名字 -modpack.export=导出整合包 -modpack.export.as=请选择整合包类型。若你无法决定,请选择 HMCL 类型。 -modpack.file_api=整合包下载链接前缀 +modpack.desc=描述你要制作的整合包,比如整合包注意事项和更新记录,支持 Markdown(图片请用网络图)?? +modpack.description=整合包描? +modpack.enter_name=给游戏起个你喜欢的名? +modpack.export=导出整合? +modpack.export.as=请?择整合包类型?若你无法决定,请?择 HMCL 类型? +modpack.file_api=整合包下载链接前? modpack.files.blueprints=BuildCraft 蓝图 modpack.files.config=Mod 配置文件 modpack.files.dumps=NEI 调试输出 -modpack.files.hmclversion_cfg=启动器配置文件 +modpack.files.hmclversion_cfg=启动器配置文? modpack.files.liteconfig=Mod 配置文件 modpack.files.mods=Mod -modpack.files.mods.voxelmods=VoxelMods 配置,如小地图 +modpack.files.mods.voxelmods=VoxelMods 配置,如小地? modpack.files.options_txt=游戏设定 modpack.files.optionsshaders_txt=光影设定 -modpack.files.resourcepacks=资源包(材质包) +modpack.files.resourcepacks=资源?(材质?) modpack.files.saves=游戏存档 modpack.files.scripts=MineTweaker 配置 -modpack.files.servers_dat=多人游戏服务器列表 -modpack.install=安装 %s 整合包 -modpack.installing=正在安装整合包 -modpack.introduction=支持 Curse、MultiMC、HMCL 整合包。 -modpack.invalid=无效的整合包升级文件,可能是下载时出现问题。 -modpack.mismatched_type=整合包类型不匹配,当前游戏是 %s 整合包,但是提供的整合包更新文件是 %s 整合包。 -modpack.name=整合包名称 -modpack.not_a_valid_name=不是一个有效的整合包名称 -modpack.scan=解析整合包 -modpack.task.install=导入整合包 -modpack.task.install.error=无法识别该整合包,目前仅支持导入 Curse、MultiMC、HMCL 整合包。 +modpack.files.servers_dat=多人游戏服务器列? +modpack.install=安装 %s 整合? +modpack.installing=正在安装整合? +modpack.introduction=支持 Curse、MultiMC、HMCL 整合包?? +modpack.invalid=无效的整合包升级文件,可能是下载时出现问题?? +modpack.mismatched_type=整合包类型不匹配,当前游戏是 %s 整合包,但是提供的整合包更新文件? %s 整合包?? +modpack.name=整合包名? +modpack.not_a_valid_name=不是?个有效的整合包名? +modpack.scan=解析整合? +modpack.task.install=导入整合? +modpack.task.install.error=无法识别该整合包,目前仅支持导入 Curse、MultiMC、HMCL 整合包?? modpack.task.install.will=将会安装整合包: modpack.type.curse=Curse -modpack.type.curse.completion=下载 Curse 整合包相关文件 -modpack.type.curse.tolerable_error=但未能完成 Curse 整合包文件的下载,您可以在启动该游戏版本时继续 Curse 整合包文件的下载。由于网络问题,您可能需要重试多次。 -modpack.type.curse.error=未能完成 Curse 整合包的下载,请多次重试或设置代理 -modpack.type.curse.not_found=部分必需文件已经在网络中被删除并且再也无法下载,请尝试该整合包的最新版本或者安装其他整合包。 +modpack.type.curse.completion=下载 Curse 整合包相关文? +modpack.type.curse.tolerable_error=但未能完? Curse 整合包文件的下载,您可以在启动该游戏版本时继? Curse 整合包文件的下载。由于网络问题,您可能需要重试多次?? +modpack.type.curse.error=未能完成 Curse 整合包的下载,请多次重试或设置代? +modpack.type.curse.not_found=部分必需文件已经在网络中被删除并且再也无法下载,请尝试该整合包的?新版本或者安装其他整合包? modpack.type.hmcl=HMCL -modpack.type.hmcl.export=可以被 Hello Minecraft! Launcher (HMCL) 导入 +modpack.type.hmcl.export=可以? Hello Minecraft! Launcher (HMCL) 导入 modpack.type.multimc=MultiMC -modpack.type.multimc.export=可以被 Hello Minecraft! Launcher (HMCL) 和 MultiMC 导入 +modpack.type.multimc.export=可以? Hello Minecraft! Launcher (HMCL) ? MultiMC 导入 modpack.type.server=服务器自动更新整合包 -modpack.type.server.export=允许服务器管理员远程更新游戏客户端 -modpack.type.server.malformed=服务器整合包配置格式错误,请联系服务器管理员解决此问题 -modpack.unsupported=该整合包不被支持。仅 HMCL、MultiMC、Curse 整合包受支持。 -modpack.update=正在升级整合包 -modpack.wizard=导出整合包向导 +modpack.type.server.export=允许服务器管理员远程更新游戏客户? +modpack.type.server.malformed=服务器整合包配置格式错误,请联系服务器管理员解决此问? +modpack.unsupported=该整合包不被支持。仅 HMCL、MultiMC、Curse 整合包受支持? +modpack.update=正在升级整合? +modpack.wizard=导出整合包向? modpack.wizard.step.1=基本设置 modpack.wizard.step.1.title=设置整合包的主要信息 modpack.wizard.step.2=文件选择 -modpack.wizard.step.2.title=选中你想加到整合包中的文件或文件夹 -modpack.wizard.step.3=整合包类型 -modpack.wizard.step.3.title=选择整合包导出类型 +modpack.wizard.step.2.title=选中你想加到整合包中的文件或文件? +modpack.wizard.step.3=整合包类? +modpack.wizard.step.3.title=选择整合包导出类? modpack.wizard.step.initialization.exported_version=要导出的游戏版本 -modpack.wizard.step.initialization.include_launcher=包含启动器 +modpack.wizard.step.initialization.include_launcher=包含启动? modpack.wizard.step.initialization.save=选择要导出到的游戏整合包位置 -modpack.wizard.step.initialization.warning=在制作整合包前,请您确认您选择的版本可以正常启动,\n并保证您的 Minecraft 是正式版而非快照版,\n而且不应当将不允许非官方途径传播的 Mod、材质包等纳入整合包。\n整合包会保存您目前的下载源设置 -modpack.wizard.step.initialization.server=点击此处查看有关服务器自动更新整合包的制作教程 +modpack.wizard.step.initialization.warning=在制作整合包前,请您确认您?择的版本可以正常启动,\n并保证您? Minecraft 是正式版而非快照版,\n而且不应当将不允许非官方途径传播? Mod、材质包等纳入整合包。\n整合包会保存您目前的下载源设? +modpack.wizard.step.initialization.server=点击此处查看有关服务器自动更新整合包的制作教? mods=模组管理 mods.add=添加模组 -mods.add.failed=添加模组 %s 失败。 -mods.add.success=成功添加模组 %s。 +mods.add.failed=添加模组 %s 失败? +mods.add.success=成功添加模组 %s? mods.choose_mod=选择模组 mods.enable=启用 mods.disable=禁用 mods.name=名称 mods.remove=删除 -mods.not_modded=你需要先在自动安装页面安装 Fabric、Forge 或 LiteLoader 才能进行模组管理。 +mods.not_modded=你需要先在自动安装页面安? Fabric、Forge ? LiteLoader 才能进行模组管理? -datapack=数据包 -datapack.add=添加数据包 +datapack=数据? +datapack.add=添加数据? datapack.choose_datapack=选择要导入的数据包压缩包 -datapack.extension=数据包 -datapack.title=世界 %s - 数据包 +datapack.extension=数据? +datapack.title=世界 %s - 数据? datapack.remove=删除 -world=世界/数据包 +world=世界/数据? world.add=添加世界 -world.datapack=管理数据包 -world.datapack.1_13=仅 Minecraft 1.13 及之后的版本支持数据包 -world.description=%s. 上一次游戏时间: %s. 游戏版本: %s -world.export=导出此世界 +world.datapack=管理数据? +world.datapack.1_13=? Minecraft 1.13 及之后的版本支持数据? +world.description=%s. 上一次游戏时?: %s. 游戏版本: %s +world.export=导出此世? world.export.title=选择该世界的存储位置 -world.export.location=保存到 +world.export.location=保存? world.export.wizard=导出世界 %s -world.extension=世界压缩包 +world.extension=世界压缩? world.game_version=游戏版本 -world.import.already_exists=此世界已经存在 -world.import.choose=选择要导入的存档压缩包 +world.import.already_exists=此世界已经存? +world.import.choose=选择要导入的存档压缩? world.import.failed=无法导入此世界:%s world.import.invalid=无法识别的存档压缩包 world.name=世界名称 world.name.enter=输入世界名称 -world.reveal=打开文件夹 +world.reveal=打开文件? world.show_all=显示全部 -world.time=yyyy 年 MM 月 dd 日 HH:mm:ss +world.time=yyyy ? MM ? dd ? HH:mm:ss profile=游戏目录 profile.already_exists=该名称已存在 profile.default=当前目录 -profile.home=官方启动器 +profile.home=官方启动? profile.instance_directory=游戏路径 profile.instance_directory.choose=选择游戏路径 profile.manage=游戏目录列表 profile.name=名称 profile.new=新建配置 profile.title=游戏目录 -profile.selected=已选中 +profile.selected=已?中 profile.use_relative_path=若可能,游戏目录使用相对路径 selector.choose=选择 selector.choose_file=选择文件 -selector.custom=自定义 +selector.custom=自定? settings=游戏设置 settings.advanced=高级设置 -settings.advanced.dont_check_game_completeness=不检查游戏完整性 -settings.advanced.dont_check_jvm_validity=不检查 JVM 与游戏的兼容性 -settings.advanced.game_dir.default=默认(.minecraft/) -settings.advanced.game_dir.independent=各版本独立(.minecraft/versions/<版本名>/,除 assets、libraries) +settings.advanced.dont_check_game_completeness=不检查游戏完整?? +settings.advanced.dont_check_jvm_validity=不检? JVM 与游戏的兼容? +settings.advanced.game_dir.default=默认?.minecraft/? +settings.advanced.game_dir.independent=各版本独立(.minecraft/versions/<版本?>/,除 assets、libraries? settings.advanced.java_args_default=启动器默认添加的参数(请不要重复添加):-XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -XX:MaxPermSize=???m -Xmx???m -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true -settings.advanced.java_permanent_generation_space=内存永久保存区域(不必填写,单位 MB) -settings.advanced.jvm_args=Java 虚拟机参数(不必填写) +settings.advanced.java_permanent_generation_space=内存永久保存区域(不必填写,单位 MB? +settings.advanced.jvm_args=Java 虚拟机参数(不必填写? settings.advanced.launcher_visibility.close=游戏启动后结束启动器 settings.advanced.launcher_visibility.hide=游戏启动后隐藏启动器 settings.advanced.launcher_visibility.hide_and_reopen=隐藏启动器并在游戏结束后重新打开 -settings.advanced.launcher_visibility.keep=保持启动器可见 -settings.advanced.launcher_visible=启动器可见性 +settings.advanced.launcher_visibility.keep=保持启动器可? +settings.advanced.launcher_visible=启动器可见?? settings.advanced.minecraft_arguments=Minecraft 额外参数(不必填写) settings.advanced.no_jvm_args=不添加默认的 JVM 参数 -settings.advanced.precall_command=启动前执行命令(不必填写,将在游戏启动前调用) -settings.advanced.server_ip=直入服务器 IP 地址(不必填写,启动游戏后直接进入对应服务器) -settings.advanced.wrapper_launcher=前置指令(不必填写,如 optirun) +settings.advanced.precall_command=启动前执行命令(不必填写,将在游戏启动前调用? +settings.advanced.server_ip=直入服务? IP 地址(不必填写,启动游戏后直接进入对应服务器? +settings.advanced.wrapper_launcher=前置指令(不必填写,? optirun? -settings.custom=自定义 +settings.custom=自定? settings.game=游戏设置 -settings.game.dimension=游戏窗口分辨率 +settings.game.dimension=游戏窗口分辨? settings.game.exploration=浏览 settings.game.fullscreen=全屏 settings.game.java_directory=Java 路径 -settings.game.java_directory.bit=,%s 位 +settings.game.java_directory.bit=?%s ? settings.game.java_directory.choose=选择 Java 路径 settings.game.management=管理 settings.game.working_directory=运行路径(版本隔离,修改后请自行移动相关游戏文件,如存档模组配置等) @@ -371,12 +371,12 @@ settings.game.working_directory.choose=选择运行路径 settings.icon=游戏图标 -settings.launcher=启动器设置 -settings.launcher.common_path.tooltip=启动器将所有游戏资源及依赖库文件放于此集中管理,如果游戏文件夹内有现成的将不会使用公共库文件 -settings.launcher.download_source=下载源 +settings.launcher=启动器设? +settings.launcher.common_path.tooltip=启动器将?有游戏资源及依赖库文件放于此集中管理,如果游戏文件夹内有现成的将不会使用公共库文? +settings.launcher.download_source=下载? settings.launcher.enable_game_list=在主页内显示游戏列表 settings.launcher.language=语言 -settings.launcher.launcher_log.export=导出启动器日志 +settings.launcher.launcher_log.export=导出启动器日? settings.launcher.launcher_log.export.failed=无法导出日志 settings.launcher.launcher_log.export.success=日志已保存到 %s settings.launcher.log=日志 @@ -392,7 +392,7 @@ settings.launcher.proxy.socks=Socks settings.launcher.proxy.username=账户 settings.launcher.theme=主题 -settings.max_memory=最大内存(MB) +settings.max_memory=?大内存(MB? settings.physical_memory=物理内存大小 settings.show_log=查看日志 settings.tabs.installers=自动安装 @@ -400,36 +400,36 @@ settings.type=版本设置类型 settings.type.global=全局版本设置(使用该设置的版本共用一套设定) settings.type.global.manage=全局游戏设置 settings.type.global.edit=编辑全局版本设置 -settings.type.special.enable=启用游戏特定设置(不影响其他游戏版本) +settings.type.special.enable=启用游戏特定设置(不影响其他游戏版本? -sponsor.bmclapi=请赞助 BMCLAPI 从而获得稳定高速的下载服务,点击此处查阅详细信息。 -sponsor.hmcl=Hello Minecraft! Launcher 是一个免费、开源的 Minecraft 启动器,允许玩家方便快捷地安装、管理、运行游戏。您的赞助将帮助 Hello Minecraft! Launcher 获得更好的发展、支持稳定高速的游戏安装与文件下载服务。点击此处查阅更多详细信息。 +sponsor.bmclapi=请赞? BMCLAPI 从?获得稳定高速的下载服务,点击此处查阅详细信息?? +sponsor.hmcl=Hello Minecraft! Launcher 是一个免费?开源的 Minecraft 启动器,允许玩家方便快捷地安装?管理?运行游戏?您的赞助将帮助 Hello Minecraft! Launcher 获得更好的发展?支持稳定高速的游戏安装与文件下载服务?点击此处查阅更多详细信息?? -update=启动器更新 +update=启动器更? update.accept=更新 update.changelog=更新日志 update.channel.dev=更新到开发版 -update.channel.stable=更新到推荐版本 -update.checking=正在检查更新 +update.channel.stable=更新到推荐版? +update.checking=正在?查更? update.failed=更新失败 update.found=发现更新 -update.newest_version=最新版本为:%s -update.bubble.title=发现更新:%s +update.newest_version=?新版本为?%s +update.bubble.title=发现更新?%s update.bubble.subtitle=点击此处进行升级 -update.note=开发版包含更多的功能以及错误修复,但也可能会包含其他的问题。 -update.latest=当前版本为最新版本 -update.no_browser=无法打开浏览器,网址已经复制到剪贴板了,您可以手动粘贴网址打开页面 +update.note=?发版包含更多的功能以及错误修复,但也可能会包含其他的问题? +update.latest=当前版本为最新版? +update.no_browser=无法打开浏览器,网址已经复制到剪贴板了,您可以手动粘贴网?打开页面 update.tooltip=更新 version=游戏 -version.cannot_read=读取游戏版本失败,无法进行自动安装 +version.cannot_read=读取游戏版本失败,无法进行自动安? version.empty=没有游戏版本 version.empty.add=进入游戏列表安装 -version.empty.launch=没有可启动的游戏,你可以点击左侧游戏栏内的设置按钮进入游戏列表安装游戏 -version.forbidden_name=此版本名称不受支持,请换一个名字 -version.game.old=远古版 -version.game.release=稳定版 -version.game.snapshot=测试版 +version.empty.launch=没有可启动的游戏,你可以点击左侧游戏栏内的设置按钮进入游戏列表安装游? +version.forbidden_name=此版本名称不受支持,请换?个名? +version.game.old=远古? +version.game.release=稳定? +version.game.snapshot=测试? version.launch=启动游戏 version.launch.test=测试游戏 version.launch_script=生成启动脚本 @@ -441,18 +441,18 @@ version.manage.clean=清理游戏目录 version.manage.clean.tooltip=清理 logs, crash-reports version.manage.manage=游戏管理 version.manage.redownload_assets_index=更新游戏资源文件 -version.manage.remove=删除该版本 -version.manage.remove.confirm=真的要删除版本 %s 吗?你将无法找回被删除的文件! -version.manage.remove.confirm.trash=真的要删除版本 %s 吗?你可以在系统的回收站中恢复文件夹 %s 来找回该版本。 -version.manage.remove.confirm.independent=由于该游戏使用了版本隔离,所以删除该版本将导致该游戏的存档等数据一同被删除,真的要删除版本 %s 吗? -version.manage.remove_libraries=删除所有库文件 +version.manage.remove=删除该版? +version.manage.remove.confirm=真的要删除版? %s 吗?你将无法找回被删除的文件? +version.manage.remove.confirm.trash=真的要删除版? %s 吗?你可以在系统的回收站中恢复文件夹 %s 来找回该版本? +version.manage.remove.confirm.independent=由于该游戏使用了版本隔离,所以删除该版本将导致该游戏的存档等数据?同被删除,真的要删除版本 %s 吗? +version.manage.remove_libraries=删除?有库文件 version.manage.rename=重命名该版本 -version.manage.rename.message=请输入要改成的名字 +version.manage.rename.message=请输入要改成的名? version.manage.rename.fail=重命名版本失败,可能文件被占用或者名字有特殊字符 version.settings=游戏设置 -version.update=更新整合包 +version.update=更新整合? -wizard.prev=< 上一步 +wizard.prev=< 上一? wizard.failed=失败 wizard.finish=完成 -wizard.next=下一步 > +wizard.next=下一? > diff --git a/HMCL/src/main/resources/assets/log-window-content.html b/HMCL/src/main/resources/assets/log-window-content.html index 246e9a62e..3350c2505 100644 --- a/HMCL/src/main/resources/assets/log-window-content.html +++ b/HMCL/src/main/resources/assets/log-window-content.html @@ -1,7 +1,7 @@