Files
HMCL/HMCL/src/main/resources/assets/lang/I18N.properties

406 lines
19 KiB
Properties
Raw Normal View History

2017-08-11 18:16:23 +08:00
# Hello Minecraft! Launcher.
# Copyright (C) 2013 huangyuhui <huanghongxun2008@126.com>
2018-01-27 18:57:54 +08:00
#
2017-08-11 18:16:23 +08:00
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see {http://www.gnu.org/licenses/}.
#
#author: huangyuhui, dxNeil
2018-02-12 23:02:33 +08:00
about.copyright=Copyright
about.copyright.statement=Copyright (c) 2018 huangyuhui.
about.author=Author
2018-06-08 12:45:44 +08:00
about.author.statement=huanghongxun (hmcl@huangyuhui.net)
2018-02-12 23:02:33 +08:00
about.thanks_to=Thanks to
2018-06-17 17:27:44 +08:00
about.thanks_to.statement=bangbang93 (BMCLAPI, https://bmclapi2.bangbang93.com/)\ngamerteam (Default background image)\nAll contributors who participated in this project via issues, pull requests, etc.
about.dependency=Dependencies
2018-06-17 15:33:35 +08:00
# Due to space limitations, only first authors are listed
2018-09-22 00:18:55 +08:00
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)
2018-02-12 23:02:33 +08:00
about.claim=Statement
about.claim.statement=Minecraft is copyrighted by Mojang AB. We are not responsible for any copyright infringement arising from the use of this software.
about.open_source=Open Source
about.open_source.statement=GPL v3 (https://github.com/huanghongxun/HMCL/)
2018-01-27 18:57:54 +08:00
account=Accounts
2018-03-02 00:43:33 +08:00
account.character=character
2018-02-03 16:48:30 +08:00
account.choose=Choose a character
2018-01-27 18:57:54 +08:00
account.create=Create a new account
account.email=Email
account.failed.connect_authentication_server=Cannot connect to the authentication server. Check your network.
account.failed.connect_injector_server=Cannot connect to the authentication server. Check your network and ensure the URL is correct.
account.failed.injector_download_failure=Failed to download authlib-injector. Check your network and try switching to another download source.
account.failed.invalid_credentials=Incorrect password, or you are forbidden to login temporarily.
2018-01-27 18:57:54 +08:00
account.failed.invalid_password=Invalid password
account.failed.invalid_token=Please log out and re-input your password to login.
account.failed.no_character=No character in this account.
account.failed.server_response_malformed=Invalid server response. The authentication server may have a failure.
2018-07-08 10:25:41 +08:00
account.injector.add=Add an authentication server
2018-10-16 20:32:52 +08:00
account.injector.empty=Empty (Click the plus button right to add)
account.injector.manage=Manage authentication servers
2018-07-08 10:25:41 +08:00
account.injector.manage.title=Authentication servers
2018-02-17 23:28:05 +08:00
account.injector.http=Warning: This server is using HTTP, which will cause your password be transmitted in clear text.
account.injector.server=Auth Server
account.injector.server_url=Server URL
2018-02-17 23:28:05 +08:00
account.injector.server_name=Server Name
2018-08-30 22:14:30 +08:00
account.manage=Account List
2018-01-27 16:16:38 +08:00
account.methods=Login Type
2018-02-17 23:28:05 +08:00
account.methods.authlib_injector=authlib-injector
2018-01-27 18:57:54 +08:00
account.methods.offline=Offline
account.methods.yggdrasil=Mojang
2018-08-30 22:14:30 +08:00
account.missing=No Account
2018-10-14 12:45:52 +08:00
account.missing.add=Click here to add
2018-01-27 18:57:54 +08:00
account.password=Password
account.username=Name
2017-08-11 18:16:23 +08:00
2018-01-27 18:57:54 +08:00
archive.author=Authors
archive.game_version=Game
archive.version=Version
2017-08-11 18:16:23 +08:00
2018-03-06 11:19:21 +08:00
assets.download=Download assets
assets.download_all=Check the integrity of assets
2017-08-11 18:16:23 +08:00
2018-01-27 18:57:54 +08:00
button.cancel=Cancel
2018-01-25 22:41:15 +08:00
button.clear=Clear
2018-01-27 18:57:54 +08:00
button.delete=Delete
button.edit=Edit
button.install=Install
2018-09-16 12:38:15 +08:00
button.export=Export
2018-01-27 18:57:54 +08:00
button.no=No
2017-08-11 18:16:23 +08:00
button.ok=OK
2018-01-27 18:57:54 +08:00
button.refresh=Refresh
button.save=Save
2017-08-11 18:16:23 +08:00
button.yes=Yes
2018-02-24 23:46:20 +08:00
color.recent=Recommended
color.custom=Custom Color
2017-08-11 18:16:23 +08:00
2018-01-27 18:57:54 +08:00
crash.NoClassDefFound=Please check "HMCL" software is complete.
crash.user_fault=Your OS or Java environment may not be properly installed resulting in crashing of this software, please check your Java Environment or your computer!
2017-08-11 18:16:23 +08:00
download=Download
download.failed=Failed to download
download.failed.empty=No candidates. Click here to return.
download.failed.refresh=Unable to load version list. Click here to retry.
2018-09-15 23:05:37 +08:00
download.provider.bmclapi=BMCLAPI (bangbang93, https://bmclapi2.bangbang93.com/)
download.provider.mojang=Mojang
2017-08-11 18:16:23 +08:00
2018-01-27 18:57:54 +08:00
extension.bat=Windows Bat file
extension.mod=Mod file
extension.png=Image file
extension.sh=Bash shell
2017-08-11 18:16:23 +08:00
2018-07-01 22:00:22 +08:00
fatal.missing_javafx=JavaFX is missing.\nIf you are using Java 11 or later, please downgrade to Java 8 or 10.\nIf you are using OpenJDK, please ensure OpenJFX is included.
fatal.missing_dst_root_ca_x3=The DST Root CA X3 certificate is missing on the current Java platform.\nYou can still use HMCL, but HMCL will be unable to connect to some sites (such as sites that use certificates issued by Let's Encrypt), which may cause HMCL not to function properly.\nPlease upgrade your Java to 8u101 or later to resolve the problem.
2018-08-09 12:30:00 +08:00
fatal.config_loading_failure=The configuration is not accessible.\nPlease ensure HMCL has read and write access to "%s" and the files in it.
2018-07-30 23:12:38 +08:00
fatal.migration_requires_manual_reboot=The upgrade is about to be completed. Please reopen HMCL.
fatal.apply_update_failure=We're sorry that HMCL couldn't finish the upgrade because something went wrong.\nBut you can still manually finish the upgrade by downloading HMCL from %s.\nPlease consider reporting this issue to us.
2018-07-01 22:00:22 +08:00
2018-01-27 18:57:54 +08:00
folder.config=Configs
2018-09-22 00:18:55 +08:00
folder.game=Game Directory
2017-08-11 18:16:23 +08:00
folder.mod=Mod
2018-09-22 00:18:55 +08:00
folder.resourcepacks=Resource packs
2017-08-11 18:16:23 +08:00
folder.saves=Saves
2018-01-27 18:57:54 +08:00
folder.screenshots=Screenshots
2017-08-11 18:16:23 +08:00
2018-09-16 14:12:52 +08:00
help=Documentations
help.detail=For datapacks, modpacks, etc. makers.
2018-01-27 18:57:54 +08:00
input.email=The username must be an e-mail.
2018-02-14 22:19:25 +08:00
input.number=Must be a number.
input.not_empty=Required field
2018-02-17 23:28:05 +08:00
input.url=Must be a valid URL.
2017-08-11 18:16:23 +08:00
2018-01-27 18:57:54 +08:00
install=Install New Game
install.failed=Failed to install
install.installer.choose=Choose a %s version
install.installer.forge=Forge
install.installer.game=Game
install.installer.install=
install.installer.liteloader=LiteLoader
install.installer.not_installed=%s not Installed
install.installer.optifine=OptiFine
install.installer.version=%s Version
install.modpack=Install a modpack
2018-01-27 18:57:54 +08:00
install.new_game=Install a New Game
install.new_game.already_exists=This version has already been existing.
install.new_game.current_game_version=Current Game Version
install.select=Select an operation
install.success=Installed successfully
2017-08-11 18:16:23 +08:00
2018-01-27 18:57:54 +08:00
lang=English
2018-07-08 10:25:41 +08:00
lang.default=Use system language
2017-08-11 18:16:23 +08:00
launch.advice.corrected=We have already corrected JVM selection and game can be launched now. If you do want to keep your JVM choice, you can turn off the Java VM checker in game settings.
launch.advice.uncorrected=If you are sure that game can be launched normally, you can turn off the Java VM checker in game settings.
2018-01-27 18:57:54 +08:00
launch.advice.different_platform=Your OS is 64-Bit but your Java is 32-Bit. The 64-Bit Java is recommended.
launch.advice.forge2760_liteloader=Forge 2760 and above is not compatible with LiteLoader, please consider downgrade Forge to 2759 or earlier.
launch.advice.java8_1_13=Minecraft 1.13 and later versions can only run on Java 8 or later.
launch.advice.java8_51_1_13=Minecraft 1.13 may crash on Java 8 earlier than 1.8.0_51. You are supposed to install the latest version of Java 8.
launch.advice.java9=You cannot launch Minecraft until game version is higher than 1.13 with Java 9 or later Java versions.
2018-01-27 18:57:54 +08:00
launch.advice.newer_java=Java 8 is suggested, which can make game run more fluently. And many mods and Minecraft 1.12 and newer versions requires Java 8.
launch.advice.not_enough_space=You have allocated too much memory, because the physical memory size is %dMB, your game probably crash. The launcher will try to launch it.
launch.advice.too_large_memory_for_32bit=You have allocated too much memory, because of your 32-Bit Java Runtime Environment, your game probably crash. The maximum memory is 1024MB. The launcher will try to launch it.
2018-02-02 10:46:27 +08:00
launch.failed=Unable to launch
2018-02-02 13:44:53 +08:00
launch.failed.cannot_create_jvm=Java virtual machine cannot be created. Java arguments may have problems. You can enable the no args mode in the settings.
launch.failed.creating_process=Failed to create process, maybe your java path is wrong, please modify your java path.
launch.failed.decompressing_natives=Unable to decompress native libraries.
launch.failed.download_library=Unable to download library %s.
2018-02-02 13:44:53 +08:00
launch.failed.executable_permission=Unable to add permission to the launch script
2018-01-27 18:57:54 +08:00
launch.failed.exited_abnormally=Game exited abnormally, please visit the log, or ask someone for help.
2018-02-04 21:26:25 +08:00
launch.state.dependencies=Dependencies
2018-02-02 10:46:27 +08:00
launch.state.done=Done
2018-01-27 18:57:54 +08:00
launch.state.logging_in=Logging In
launch.state.modpack=Preparing for modpack
launch.state.waiting_launching=Waiting for game launching
launch.wrong_javadir=Incorrect Java directory, will reset to default Java directory.
2017-08-11 18:16:23 +08:00
2018-01-27 18:57:54 +08:00
launcher=Launcher
2018-02-13 18:37:33 +08:00
launcher.background=Background Image
launcher.background.choose=Choose background path.
launcher.background.default=Default
launcher.common_directory=Download Cache Directory
launcher.common_directory.choose=Choose download cache directory
launcher.common_directory.default=Default
launcher.common_directory.disabled=Disabled
2018-01-27 18:57:54 +08:00
launcher.contact=Contact Us
launcher.crash=Hello Minecraft! Launcher has crashed!
launcher.crash_out_dated=Hello Minecraft! Launcher has crashed! Your launcher is outdated. Update it!
launcher.update_java=Please upgrade your Java.
login.empty_username=You have not set a username!
login.enter_password=Please enter your password.
logwindow.show_lines=Show Lines
logwindow.terminate_game=Terminate Game
logwindow.title=Log
main_page=Home
message.confirm=Confirm
message.doing=Please wait
message.downloading=Downloading...
message.error=Error
message.info=Info
message.success=Tasks succeeded
message.unknown=Unknown
message.warning=Warning
2018-01-27 18:57:54 +08:00
modpack=Mod pack
2018-06-23 22:15:23 +08:00
modpack.choose=Choose a modpack zip file which you want to install.
2018-01-27 18:57:54 +08:00
modpack.desc=Describe your modpack, including precautions, changlog, supporting Markdown(also supporting online pictures).
modpack.enter_name=Enter your desired name for this game.
modpack.export=Export Modpack
modpack.files.blueprints=BuildCraft blueprints
2017-08-11 18:16:23 +08:00
modpack.files.config=Mod configs
2018-01-27 18:57:54 +08:00
modpack.files.dumps=NEI debug output
2017-08-11 18:16:23 +08:00
modpack.files.liteconfig=Mod configurations
2018-01-27 18:57:54 +08:00
modpack.files.mods=Mods
modpack.files.mods.voxelmods=VoxelMods (including VoxelMap) options
2017-08-11 18:16:23 +08:00
modpack.files.options_txt=Game options
modpack.files.optionsshaders_txt=Shaders options
2018-01-27 18:57:54 +08:00
modpack.files.resourcepacks=Resource(Texture) packs
modpack.files.saves=Saved games
2017-08-11 18:16:23 +08:00
modpack.files.scripts=MineTweaker configuration
2018-01-27 18:57:54 +08:00
modpack.files.servers_dat=Multiplayer servers list
modpack.install=Install %s modpack
2018-01-27 21:23:24 +08:00
modpack.installing=Installing modpack
modpack.introduction=Curse, MultiMC, HMCL, MCBBS modpacks supprted.
2018-01-27 18:57:54 +08:00
modpack.invalid=Invalid modpack file.
modpack.mismatched_type=Mismatched modpack type, your current game is %s modpack, but your update file is %s modpack.
modpack.name=Modpack Name
modpack.not_a_valid_name=Not a valid modpack name
modpack.scan=Scanning this modpack
modpack.task.install=Import Modpack
2018-10-11 13:32:11 +08:00
modpack.task.install.error=This modpack file cannot be recognized. Only Curse, MultiMC modpacks are supported.
2018-01-27 18:57:54 +08:00
modpack.task.install.will=Install the modpack:
modpack.type.curse=Curse
modpack.type.curse.completion=Install relative files to Curse modpack
2018-07-01 13:34:52 +08:00
modpack.type.curse.error=Unable to complete this Curse modpack. Please retry.
modpack.type.curse.not_found=Some of required resources are deleted and cannot be downloaded. Please consider the latest version or other modpacks.
2018-01-27 18:57:54 +08:00
modpack.type.hmcl=HMCL
modpack.type.multimc=MultiMC
modpack.unsupported=Unsupported modpack, only HMCL, MultiMC, Curse modpacks are supported.
modpack.update=Upgrading game
modpack.wizard=Exporting the modpack wizard
modpack.wizard.step.1=Basic options
modpack.wizard.step.1.title=Set the basic options to the modpack.
modpack.wizard.step.2=Files selection
modpack.wizard.step.2.title=Choose the files you want to put into the modpack.
modpack.wizard.step.3=Description
modpack.wizard.step.initialization.exported_version=The exported game version
modpack.wizard.step.initialization.include_launcher=Include the launcher
modpack.wizard.step.initialization.save=Choose a path to export the game files to
modpack.wizard.step.initialization.warning=Before making modpack, you should ensure that your game can launch successfully,\nand that your Minecraft is release, not snapshot.\nand that it is not allowed to add mods which is not allowed to distribute to the modpack.
2017-08-11 18:16:23 +08:00
mods=Mods
2018-02-22 16:26:47 +08:00
mods.add=Add mods
2018-02-22 16:16:25 +08:00
mods.add.failed=Failed to add mods %s.
mods.add.success=Successfully added mods %s.
2017-08-11 18:16:23 +08:00
mods.choose_mod=Choose your mods
mods.remove=Remove
2018-09-14 15:44:40 +08:00
datapack=Data packs
datapack.add=Add data pack
2018-09-16 12:38:15 +08:00
datapack.choose_datapack=Choose the datapack zip to be imported
2018-09-19 23:02:27 +08:00
datapack.extension=Datapack
2018-09-16 12:38:15 +08:00
datapack.title=World %s - Datapacks
2018-09-14 15:44:40 +08:00
datapack.remove=Remove
2018-09-16 12:38:15 +08:00
world=Worlds/Datapacks
2018-09-14 15:44:40 +08:00
world.datapack=Manage data packs
2018-09-17 16:30:27 +08:00
world.datapack.1_13=Only Minecraft 1.13 and later versions support data packs.
2018-09-16 12:38:15 +08:00
world.description=%s. Last played time: %s. Game version: %s.
2018-09-14 15:44:40 +08:00
world.export=Export this world
world.export.title=Choose a file location to hold your world
2018-09-16 12:38:15 +08:00
world.export.location=Export to
world.export.wizard=Export world %s
world.extension=World zip
world.game_version=Game Version
2018-09-17 16:30:27 +08:00
world.import.already_exists=This world already exists.
world.import.choose=Choose the save zip to be imported
world.import.failed=Unable to import this world: %s
2018-09-16 12:38:15 +08:00
world.name=World Name
2018-09-17 16:30:27 +08:00
world.name.enter=Enter the world name
2018-09-22 00:18:55 +08:00
world.time=EEE, MMM d, yyyy HH:mm:ss
2018-09-14 15:44:40 +08:00
2018-09-01 00:36:18 +08:00
profile=Game Directories
profile.already_exists=This name already exists, please consider another name.
2018-02-14 20:57:48 +08:00
profile.default=Current directory
profile.home=User home
2018-01-27 18:57:54 +08:00
profile.instance_directory=Game Directory
2018-04-26 13:14:14 +08:00
profile.instance_directory.choose=Choose Game Directory
2018-09-01 00:36:18 +08:00
profile.manage=Game Directory List
profile.name=Name
2018-01-27 18:57:54 +08:00
profile.new=New Config
profile.title=Game Directories
2018-02-14 20:57:48 +08:00
profile.selected=Selected
2018-07-14 14:32:48 +08:00
profile.use_relative_path=Use relative path for game directory if possible
2017-08-11 18:16:23 +08:00
2018-01-27 18:57:54 +08:00
selector.choose=Choose
2018-01-27 21:23:24 +08:00
selector.choose_file=Select a file
selector.custom=Custom
2017-08-11 18:16:23 +08:00
2018-08-30 22:12:39 +08:00
settings=Game Settings
2017-08-11 18:16:23 +08:00
settings.advanced=Advanced Settings
2018-01-27 18:57:54 +08:00
settings.advanced.dont_check_game_completeness=Don't check game completeness
settings.advanced.dont_check_jvm_validity=Don't check whether JVM can launch the game or not
2018-01-27 18:57:54 +08:00
settings.advanced.game_dir.default=Default (.minecraft/)
settings.advanced.game_dir.independent=Independent (.minecraft/versions/<version name>/, except assets,libraries)
settings.advanced.java_args_default=Default java args: -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -XX:MaxPermSize=???m -Xmx???m -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true
settings.advanced.java_permanent_generation_space=PermGen Space/MB
settings.advanced.jvm_args=Java VM Arguments
settings.advanced.launcher_visibility.close=Close the launcher when the game launched.
settings.advanced.launcher_visibility.hide=Hide the launcher when the game launched.
settings.advanced.launcher_visibility.hide_reopen=Hide the launcher and re-open when game closes.
settings.advanced.launcher_visibility.keep=Keep the launcher visible.
settings.advanced.launcher_visible=Launcher Visibility
settings.advanced.minecraft_arguments=Minecraft Arguments
settings.advanced.no_jvm_args=No Default JVM Args
settings.advanced.precall_command=Pre-Launch command(will be executed before game launching)
settings.advanced.server_ip=Server Host
settings.advanced.wrapper_launcher=Wrapper Launcher(i.e. optirun...)
2017-08-11 18:16:23 +08:00
2018-01-27 18:57:54 +08:00
settings.custom=Custom
2017-08-11 18:16:23 +08:00
2018-01-27 18:57:54 +08:00
settings.game=Games
settings.game.dimension=Game Window Dimension
settings.game.exploration=Explore
settings.game.fullscreen=Fullscreen
settings.game.java_directory=Java Directory
2018-09-28 19:30:41 +08:00
settings.game.java_directory.bit=, %s-Bit
2018-02-13 18:37:33 +08:00
settings.game.java_directory.choose=Choose Java Directory.
2018-01-27 18:57:54 +08:00
settings.game.management=Manage
settings.game.working_directory=Working Directory
settings.game.working_directory.choose=Choose Working Directory
2017-08-11 18:16:23 +08:00
2018-01-27 18:57:54 +08:00
settings.icon=Game Icon
2017-08-11 18:16:23 +08:00
2018-02-22 16:26:47 +08:00
settings.launcher=Settings
2018-01-27 18:57:54 +08:00
settings.launcher.common_path.tooltip=This app will save all game libraries and assets here unless there are existant files in game folder.
settings.launcher.download_source=Download Source
settings.launcher.enable_game_list=Display game list in main page
2018-01-27 18:57:54 +08:00
settings.launcher.language=Language
settings.launcher.launcher_log.export=Export launcher logs
settings.launcher.launcher_log.export.failed=Failed to export logs
settings.launcher.launcher_log.export.success=Logs have been exported to %s
2018-10-16 00:20:56 +08:00
settings.launcher.log=Log
settings.launcher.log.font=Log Font
2018-01-27 18:57:54 +08:00
settings.launcher.proxy=Proxy
2018-02-14 20:57:48 +08:00
settings.launcher.proxy.authentication=Proxy Authentication
2018-08-17 23:48:01 +08:00
settings.launcher.proxy.disable=Use system proxies
2018-01-27 18:57:54 +08:00
settings.launcher.proxy.host=Host
2018-02-14 20:57:48 +08:00
settings.launcher.proxy.http=HTTP
2018-01-27 18:57:54 +08:00
settings.launcher.proxy.password=Password
settings.launcher.proxy.port=Port
2018-02-14 20:57:48 +08:00
settings.launcher.proxy.socks=Socks
2018-01-27 18:57:54 +08:00
settings.launcher.proxy.username=Account
settings.launcher.theme=Theme
settings.max_memory=Max Memory/MB
settings.physical_memory=Physical Memory Size
settings.show_log=Show Logs
settings.tabs.installers=Installers
settings.type=Version setting type
2018-08-30 22:12:39 +08:00
settings.type.global=Global global settings(all shared)
settings.type.global.manage=Global Game Settings
settings.type.global.edit=Configure global game settings
settings.type.special.enable=Enable specialized settings for this game
2017-08-11 18:16:23 +08:00
2018-02-13 12:16:53 +08:00
update=Update
2018-08-10 12:53:49 +08:00
update.channel.dev=Update to development version
update.channel.stable=Update to stable version
update.checking=Checking for updates
2018-07-30 23:12:38 +08:00
update.failed=Failed to perform upgrade
update.found=Update Available!
2018-07-08 10:25:41 +08:00
update.newest_version=Latest version: %s
2018-09-24 01:51:14 +08:00
update.bubble.title=Update Available: %s
update.bubble.subtitle=Click here to upgrade
2018-08-26 19:02:47 +08:00
update.note=Development version contains more functionality and bug fixes as well as more possible bugs.
2018-02-13 12:16:53 +08:00
update.latest=This is latest Version.
2018-01-27 18:57:54 +08:00
update.no_browser=Cannot open any browser. The link has been copied to the clipboard. Paste it to a browser address bar to update.
2018-02-13 12:16:53 +08:00
update.tooltip=Update
2017-08-11 18:16:23 +08:00
2018-08-30 22:14:30 +08:00
version=Games
2018-01-27 21:23:24 +08:00
version.cannot_read=Unable to gather the game version. Cannot continue auto-installing.
version.empty=No game
version.empty.add=Install game in game list
version.empty.launch=No game to launch, please install new game via game list page.
2018-01-27 18:57:54 +08:00
version.forbidden_name=Forbidden name, do not use this.
2018-02-14 14:15:34 +08:00
version.game.old=Old
2018-01-27 18:57:54 +08:00
version.game.release=Release
version.game.snapshot=Snapshot
version.launch=Play
2018-10-02 11:47:53 +08:00
version.launch.test=Test Game
2018-02-02 13:44:53 +08:00
version.launch_script=Make Launching Script
version.launch_script.failed=Unable to make launch script.
2018-01-27 18:57:54 +08:00
version.launch_script.save=Save the launch script
version.launch_script.success=Finished script creation, %s.
2018-08-30 22:12:39 +08:00
version.manage=Game List
version.manage.clean=Clean game directory
2018-09-22 00:18:55 +08:00
version.manage.manage=Manage Game
2018-01-27 18:57:54 +08:00
version.manage.redownload_assets_index=Redownload Assets Index
version.manage.remove=Delete this game
2018-08-19 11:34:07 +08:00
version.manage.remove.confirm=Sure to remove game %s? You cannot restore this game again!
version.manage.remove.confirm.trash=Sure to remove game %s? You can restore the game with the name of %s in your system trash.
version.manage.remove.confirm.independent=Since this game is in independent mode, deleting this game will result in all saved worlds belonging to this game removed simultaneously. Sure to remove game %s?
2018-01-27 18:57:54 +08:00
version.manage.remove_libraries=Delete library files
version.manage.rename=Rename this game
2018-01-27 18:57:54 +08:00
version.manage.rename.message=Please enter the new name
version.manage.rename.fail=Failed to rename this game.
2018-01-27 18:57:54 +08:00
version.settings=Settings
2018-08-30 22:12:39 +08:00
version.update=Update modpack
2017-08-11 18:16:23 +08:00
2018-02-17 23:28:05 +08:00
wizard.prev=< Prev
2017-08-11 18:16:23 +08:00
wizard.failed=Failed
2018-01-27 18:57:54 +08:00
wizard.finish=Finish
2018-02-17 23:28:05 +08:00
wizard.next=Next >