make launch script

This commit is contained in:
huangyuhui
2018-01-24 19:42:04 +08:00
parent 6db41431ed
commit 056c0901f2
34 changed files with 610 additions and 258 deletions

View File

@@ -17,17 +17,17 @@
#author: huangyuhui, dxNeil
launch.failed=Failed to launch.
launch.failed_creating_process=Failed to create process, maybe your java path is wrong, please modify your java path.
launch.failed_sh_permission=Failed to add permission to the launch script.
launch.failed_packing_jar=Failed to pack the jar.
launch.failed.sh_permission=Failed to add permission to the launch script.
launch.failed.packing_jar=Failed to pack the jar.
launch.unsupported_launcher_version=Sorry, the launcher cannot launch minecraft, but will retry launching it.
launch.too_big_memory_alloc_64bit=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.
launch.too_big_memory_alloc_free_space_too_low=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.cannot_create_jvm=We find that it cannot create java virutal machine. The Java argements may have problems. You can enable the no args mode in the settings.
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.
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.failed.cannot_create_jvm=We find that it cannot create java virutal machine. The Java argements may have problems. You can enable the no args mode in the settings.
launch.circular_dependency_versions=Found circular dependency versions, please check if your client has been modified.
launch.not_finished_downloading_libraries=Did not finish downloading libraries, continue launching game?
launch.not_finished_decompressing_natives=Did not finish decompressing native libraries, continue launching game?
launch.failed.downloading_libraries=Did not finish downloading libraries, continue launching game?
launch.failed.decompressing_natives=Did not finish decompressing native libraries, continue launching game?
launch.wrong_javadir=Incorrect Java directory, will reset to default Java directory.
launch.exited_abnormally=Game exited abnormally, please visit the log, or ask someone for help.
launch.failed.exited_abnormally=Game exited abnormally, please visit the log, or ask someone for help.
launch.state.logging_in=Logging In
launch.state.generating_launching_codes=Generating Launching Codes
@@ -111,9 +111,9 @@ ui.label.newProfileWindow.copy_from=Copy From:
ui.newProfileWindow.title=New Config
ui.button.ok=OK
ui.button.refresh=Refresh
ui.button.run=Play
ui.button.settings=Settings
ui.button.refresh=Refresh
version.launch=Play
version.manage.settings=Settings
ui.button.about=About
ui.button.others=Others
ui.button.logout=Log Out
@@ -208,8 +208,8 @@ modpack.export_finished=Exporting the modpack finished. See
modpack.included_launcher=The modpack is included the launcher, you can publish it directly.
modpack.not_included_launcher=You can use the modpack by clicking the "Import Modpack" button.
modpack.enter_name=Enter your desired name for this game.
modpack.task.save=Export Modpack
modpack.author=Author
modpack.export=Export Modpack
modpack.task.install=Import Modpack
modpack.task.install.error=Failed to install the modpack. Maybe the files is incorrect, or a management issue occurred.
modpack.task.install.will=Install the modpack:
@@ -274,10 +274,10 @@ advancedsettings.server_ip=Server Host
advancedsettings.dont_check_game_completeness=Don't check game completeness
mainwindow.show_log=Show Logs
mainwindow.make_launch_script=Make Launching Script.
mainwindow.make_launch_script_failed=Failed to make script.
version.launch_script=Make Launching Script.
version.launch_script.failed=Failed to make script.
mainwindow.enter_script_name=Enter the script name.
mainwindow.make_launch_succeed=Finished script creation.
version.launch_script.success=Finished script creation, %s.
mainwindow.no_version=No version found. Switch to Game Downloads Tab?
launcher.about=About Author\nMinecraft Forum ID: klkl6523\nCopyright (c) 2013 huangyuhui\nOpened source under GPL v3 license:http://github.com/huanghongxun/HMCL/\nThis software used project Gson which is under Apache License 2.0, thanks contributors.
@@ -308,21 +308,21 @@ game_settings=Games
main_page=Home
launcher_settings=Launcher
versions.release=Release
versions.snapshot=Snapshot
versions.old_beta=Beta
versions.old_alpha=Old Alpha
version.game.release=Release
version.game.snapshot=Snapshot
version.game.old_beta=Beta
version.game.old_alpha=Old Alpha
versions.manage.rename=Rename this version
versions.manage.rename.message=Please enter the new name
versions.manage.remove=Delete this version
versions.manage.remove.confirm=Sure to remove the version
versions.manage.redownload_json=Redownload Minecraft Configuration(minecraft.json)
versions.manage.redownload_assets_index=Redownload Assets Index
versions.manage.remove_libraries=Delete library files
version.manage.rename=Rename this version
version.manage.rename.message=Please enter the new name
version.manage.remove=Delete this version
version.manage.remove.confirm=Sure to remove the version
version.manage.redownload_json=Redownload Minecraft Configuration(minecraft.json)
version.manage.redownload_assets_index=Redownload Assets Index
version.manage.remove_libraries=Delete library files
advice.os64butjdk32=Your OS is 64-Bit but your Java is 32-Bit. The 64-Bit Java is recommended.
advice.java8=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.different_platform=Your OS is 64-Bit but your Java is 32-Bit. The 64-Bit Java is recommended.
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.
assets.download_all=Download Assets Files
assets.failed=Failed to get the list, try again.
@@ -407,3 +407,9 @@ install.select=Select an operation
install=Install New Game
settings.icon=Game Icon
launcher=Launcher
install.installer.install=
modpack.install=Install %s modpack
modpack.type.curse=Curse
modpack.type.multimc=MultiMC
modpack.type.hmcl=HMCL
modpack.type.curse.completion=Install relative files to Curse modpack

View File

@@ -17,17 +17,17 @@
#author: huangyuhui
launch.failed=启动失败
launch.failed_creating_process=启动失败在创建新进程时发生错误可能是Java路径错误。
launch.failed_sh_permission=为启动文件添加权限时发生错误
launch.failed_packing_jar=在打包jar时发生错误
launch.failed.sh_permission=为启动文件添加权限时发生错误
launch.failed.packing_jar=在打包jar时发生错误
launch.unsupported_launcher_version=对不起本启动器现在可能不能启动这个版本的Minecraft但启动器还是会尝试启动请尽快将此问题报告给作者。
launch.too_big_memory_alloc_64bit=您设置的内存大小过大由于可能超过了32位Java的内存分配限制所以可能无法启动游戏请将内存调至1024MB或更小启动器仍会尝试启动。
launch.too_big_memory_alloc_free_space_too_low=您设置的内存大小过大,由于超过了系统内存大小%dMB所以可能影响游戏体验或无法启动游戏启动器仍会尝试启动。
launch.cannot_create_jvm=截获到无法创建Java虚拟机可能是Java参数有问题可以在设置中开启无参数模式启动
launch.advice.too_large_memory_for_32bit=您设置的内存大小过大由于可能超过了32位Java的内存分配限制所以可能无法启动游戏请将内存调至1024MB或更小启动器仍会尝试启动。
launch.advice.not_enough_space=您设置的内存大小过大,由于超过了系统内存大小%dMB所以可能影响游戏体验或无法启动游戏启动器仍会尝试启动。
launch.failed.cannot_create_jvm=截获到无法创建Java虚拟机可能是Java参数有问题可以在设置中开启无参数模式启动
launch.circular_dependency_versions=发现游戏版本循环引用,请确认您的客户端未被修改或修改导致出现此问题。
launch.not_finished_downloading_libraries=未完成游戏依赖库的下载,还要继续启动游戏吗?
launch.not_finished_decompressing_natives=未能解压游戏本地库,还要继续启动游戏吗?
launch.failed.downloading_libraries=未完成游戏依赖库的下载,还要继续启动游戏吗?
launch.failed.decompressing_natives=未能解压游戏本地库,还要继续启动游戏吗?
launch.wrong_javadir=错误的Java路径将自动重置为默认Java路径。
launch.exited_abnormally=游戏非正常退出,请查看日志文件,或联系他人寻求帮助。
launch.failed.exited_abnormally=游戏非正常退出,请查看日志文件,或联系他人寻求帮助。
launch.state.logging_in=登录中
launch.state.generating_launching_codes=正在生成启动代码
@@ -112,8 +112,8 @@ ui.newProfileWindow.title=新建配置
ui.button.ok=确认
ui.button.refresh=刷新
ui.button.run=启动Minecraft
ui.button.settings=
version.launch=启动游戏
version.manage.settings=游戏设置
ui.button.about=关于
ui.button.others=其他
ui.button.logout=登出
@@ -209,7 +209,7 @@ modpack.not_included_launcher=整合包未包含启动器,可使用本软件
modpack.enter_name=给游戏起个你喜欢的名字
modpack.author=作者
modpack.task.save=导出整合包
modpack.export=导出整合包
modpack.task.install=导入整合包
modpack.task.install.error=安装失败,可能是整合包格式不正确或操作文件失败
modpack.task.install.will=将会安装整合包:
@@ -274,10 +274,10 @@ advancedsettings.server_ip=直入服务器ip地址(不必填写,启动游戏
advancedsettings.dont_check_game_completeness=不检查游戏完整性
mainwindow.show_log=查看日志
mainwindow.make_launch_script=生成启动脚本
mainwindow.make_launch_script_failed=生成启动脚本失败
version.launch_script=生成启动脚本
version.launch_script.failed=生成启动脚本失败
mainwindow.enter_script_name=输入要生成脚本的文件名
mainwindow.make_launch_succeed=启动脚本已生成完毕:
version.launch_script.success=启动脚本已生成完毕: %s.
mainwindow.no_version=未找到任何版本,是否进入游戏下载?
launcher.about=默认背景图感谢gamerteam提供。\n关于作者\n百度IDhuanghongxun20\nmcbbshuanghongxun\nMinecraft Forum ID: klkl6523\n欢迎提交Bug哦\nCopyright (c) 2013-2017 huangyuhui.\n免责声明Minecraft软件版权归Mojang AB所有使用本软件产生的版权问题本软件制作方概不负责。\n本启动器在GPLv3协议下开源:https://github.com/huanghongxun/HMCL/ ,感谢issues和pull requests贡献者\n本软件使用了基于Apache License 2.0的Gson项目感谢贡献者。
@@ -308,21 +308,21 @@ game_settings=游戏设置
main_page=主页
launcher_settings=启动器设置
versions.release=稳定版
versions.snapshot=快照版
versions.old_beta=测试版
versions.old_alpha=远古版
version.game.release=稳定版
version.game.snapshot=快照版
version.game.old_beta=测试版
version.game.old_alpha=远古版
versions.manage.rename=重命名该版本
versions.manage.rename.message=请输入要改成的名字
versions.manage.remove=删除该版本
versions.manage.remove.confirm=真的要删除版本
versions.manage.redownload_json=重新下载版本配置(minecraft.json)
versions.manage.redownload_assets_index=重新下载资源配置(assets_index.json)
versions.manage.remove_libraries=删除所有库文件
version.manage.rename=重命名该版本
version.manage.rename.message=请输入要改成的名字
version.manage.remove=删除该版本
version.manage.remove.confirm=真的要删除版本
version.manage.redownload_json=重新下载版本配置(minecraft.json)
version.manage.redownload_assets_index=重新下载资源配置(assets_index.json)
version.manage.remove_libraries=删除所有库文件
advice.os64butjdk32=您的系统是64位的但是Java是32位的推荐您安装64位Java.
advice.java8=检测到您未使用Java 8及更新版本Java 8能使游戏更流畅而且Minecraft 1.12及更新版本和很多Mod强制需要需要Java 8。
launch.advice.different_platform=您的系统是64位的但是Java是32位的推荐您安装64位Java.
launch.advice.newer_java=检测到您未使用Java 8及更新版本Java 8能使游戏更流畅而且Minecraft 1.12及更新版本和很多Mod强制需要需要Java 8。
assets.download_all=下载资源文件
assets.failed=获取列表失败,请刷新重试。
@@ -407,3 +407,9 @@ install.select=请选择安装方式
install=添加游戏
settings.icon=游戏图标
launcher=启动器
install.installer.install=安装%s
modpack.install=安装%s整合包
modpack.type.curse=Curse
modpack.type.multimc=MultiMC
modpack.type.hmcl=HMCL
modpack.type.curse.completion=下载Curse整合包相关文件