TransitionHandler update

This commit is contained in:
huangyuhui
2018-01-25 22:41:15 +08:00
parent 056c0901f2
commit 12fa94627d
66 changed files with 646 additions and 522 deletions

View File

@@ -30,17 +30,16 @@ launch.wrong_javadir=Incorrect Java directory, will reset to default Java direct
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
launch.state.downloading_libraries=Downloading dependencies
launch.state.decompressing_natives=Decompressing natives
launch.state.modpack=Preparing for modpack
launch.state.dependencies=Decompressing natives
launch.state.waiting_launching=Waiting for game launching
install.no_version=The version is not found.
install.no_version_if_intall=The required version is not found, do you wish to install the version automatically?
install.failed=Failed to install
install.success=Install successfully
install.success=Installed successfully
install.installer.not_installed=%s not Installed
install.version=Version
archive.version=Version
install.installer.version=%s Version
install.time=Time
install.release_time=Release Time
@@ -81,8 +80,7 @@ minecraft.wrong_path=Wrong Minecraft path, the launcher could not find the path.
operation.stopped=The operation was aborted.
operation.confirm_stop=Terminate the operations?
ui.login.password=Password
ui.more=More
button.more=More
crash.advice.UnsupportedClassVersionError=Maybe your java is too old, try to update the java.
crash.advice.ConcurrentModificationException=Maybe your Java is newer than 1.8.0_11, you could downgrade to Java 7.
@@ -106,50 +104,44 @@ crash.error=Minecraft has crashed.
crash.main_class_not_found=Main Class is not found, may be your mc has been broken.
crash.class_path_wrong=Maybe the launch script is malformed.
ui.label.newProfileWindow.new_profile_name=New Profile Name:
ui.label.newProfileWindow.copy_from=Copy From:
ui.newProfileWindow.title=New Config
profile.new_name=New Profile Name:
profile.copy_from=Copy From:
profile.new=New Config
ui.button.ok=OK
ui.button.refresh=Refresh
button.refresh=Refresh
version.launch=Play
version.manage.settings=Settings
ui.button.about=About
ui.button.others=Others
ui.button.logout=Log Out
ui.button.download=Download
ui.button.retry=Retry
ui.button.delete=Delete
ui.button.install=Install
ui.button.info=Info
ui.button.save=Save
ui.button.copy=Copy
ui.button.clear=Clear
ui.button.close=Close
ui.button.explore=Explore
ui.button.test=Test
ui.button.preview=Preview
button.about=About
button.others=Others
button.download=Download
button.retry=Retry
button.delete=Delete
button.install=Install
button.info=Info
button.save=Save
button.copy=Copy
button.clear=Clear
button.close=Close
button.explore=Explore
button.test=Test
button.preview=Preview
button.cancel=Cancel
button.ok=OK
button.yes=Yes
button.no=No
ui.label.version=Version
ui.label.password=Password
login.password=Password
profile=Profile
ui.message.first_load=Please enter your name.
ui.message.enter_password=Please enter your password.
ui.message.launching=Launching...
ui.message.making=Generating...
login.enter_username=Please enter your name.
login.enter_password=Please enter your password.
ui.message.downloading=Downloading...
ui.message.sure_remove=Sure to remove profile %s?
ui.message.update_java=Please upgrade your Java.
ui.message.open_jdk=We have found that you started this application using OpenJDK, which will cause so many troubles drawing the UI. We suggest you using Oracle JDK instead.
profile.remove=Sure to remove profile %s?
launcher.update_java=Please upgrade your Java.
launcher.open_jdk=We have found that you started this application using OpenJDK, which will cause so many troubles drawing the UI. We suggest you using Oracle JDK instead.
ui.label.settings=Settings
ui.label.crashing=Hello Minecraft! Launcher has crashed!
ui.label.crashing_out_dated=Hello Minecraft! Launcher has crashed! Your launcher is outdated. Update it!
launcher.crash=Hello Minecraft! Launcher has crashed!
launcher.crash_out_dated=Hello Minecraft! Launcher has crashed! Your launcher is outdated. Update it!
ui.label.failed_set=Failed to set:
download=Download
@@ -208,7 +200,7 @@ 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.author=Author
archive.author=Authors
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.
@@ -276,7 +268,7 @@ advancedsettings.dont_check_game_completeness=Don't check game completeness
mainwindow.show_log=Show Logs
version.launch_script=Make Launching Script.
version.launch_script.failed=Failed to make script.
mainwindow.enter_script_name=Enter the script name.
version.launch_script.save=Save the launch script
version.launch_script.success=Finished script creation, %s.
mainwindow.no_version=No version found. Switch to Game Downloads Tab?
@@ -332,7 +324,6 @@ assets.failed_download=Failed to download assets, may cause no sounds and langua
taskwindow.title=Tasks
taskwindow.single_progress=Single progress
taskwindow.total_progress=Total progress
taskwindow.cancel=Cancel
taskwindow.no_more_instance=Maybe you opened more than one task window, don't open it again!
taskwindow.file_name=Task
taskwindow.download_progress=Pgs.
@@ -413,3 +404,11 @@ modpack.type.curse=Curse
modpack.type.multimc=MultiMC
modpack.type.hmcl=HMCL
modpack.type.curse.completion=Install relative files to Curse modpack
archive.game_version=Game
button.edit=Edit
extension.sh=Bash shell
extension.bat=Windows Bat file
extension.mod=Mod file
extension.png=Image file
message.success=Tasks succeeded
message.doing=Please wait

View File

@@ -30,9 +30,8 @@ launch.wrong_javadir=错误的Java路径将自动重置为默认Java路径。
launch.failed.exited_abnormally=游戏非正常退出,请查看日志文件,或联系他人寻求帮助。
launch.state.logging_in=登录中
launch.state.generating_launching_codes=正在生成启动代码
launch.state.downloading_libraries=正在下载必要文件
launch.state.decompressing_natives=正在释放本地文件
launch.state.modpack=正在下载必要文件
launch.state.dependencies=正在处理游戏依赖
launch.state.waiting_launching=等待游戏启动
install.no_version=未找到要安装的对应MC版本
@@ -40,7 +39,7 @@ install.no_version_if_intall=未找到要安装的对应MC版本是否自动
install.failed=安装失败
install.success=安装成功
install.installer.not_installed=不安装%s
install.version=版本
archive.version=版本
install.installer.version=%s版本
install.time=时间
install.release_time=发布时间
@@ -81,8 +80,7 @@ minecraft.wrong_path=错误的Minecraft路径启动器未找到设定的Minec
operation.stopped=操作被强行终止
operation.confirm_stop=真的要终止操作吗?
ui.login.password=密码
ui.more=更多
button.more=更多
crash.advice.UnsupportedClassVersionError=这可能是因为您的Java版本过于老旧可以尝试更换最新Java并在版本设置的Java路径中设置.
crash.advice.ConcurrentModificationException=这可能是因为您的Java版本高于Java 1.8.0_11导致的,可以尝试卸载Java8安装Java7。
@@ -106,49 +104,43 @@ crash.error=您的Minecraft崩溃了。
crash.main_class_not_found=找不到主类可能是您的JSON文件填写错误。无法启动游戏。可以通过下载整合包解决问题。
crash.class_path_wrong=解析Class Path时出现错误此错误本不应该发生。可能是启动脚本错误请仔细检查启动脚本。
ui.label.newProfileWindow.new_profile_name=新配置名:
ui.label.newProfileWindow.copy_from=复制配置:
ui.newProfileWindow.title=新建配置
profile.new_name=新配置名:
profile.copy_from=复制配置:
profile.new=新建配置
ui.button.ok=确认
ui.button.refresh=刷新
button.refresh=刷新
version.launch=启动游戏
version.manage.settings=游戏设置
ui.button.about=关于
ui.button.others=其他
ui.button.logout=登出
ui.button.download=下载
ui.button.retry=重试
ui.button.delete=删除
ui.button.install=安装
ui.button.info=信息
ui.button.save=保存
ui.button.copy=复制
ui.button.clear=清除
ui.button.close=关闭
ui.button.explore=浏览
ui.button.test=测试
ui.button.preview=预览
button.about=关于
button.others=其他
button.download=下载
button.retry=重试
button.delete=删除
button.install=安装
button.info=信息
button.save=保存
button.copy=复制
button.clear=清除
button.close=关闭
button.explore=浏览
button.test=测试
button.preview=预览
button.cancel=取消
button.ok=确定
button.yes=
button.no=
ui.label.version=版本
ui.label.password=密码
login.password=密码
profile=配置
ui.message.first_load=请输入您的账号
ui.message.enter_password=请输入您的密码
ui.message.launching=启动中
ui.message.making=生成中
ui.message.sure_remove=真的要删除配置%s吗
ui.message.update_java=请更新您的Java
ui.message.open_jdk=我们发现您正在使用OpenJDK这会导致很多界面问题我们建议您更换Oracle JDK。
login.enter_username=请输入您的账号
login.enter_password=请输入您的密码
profile.remove=真的要删除配置%s吗
launcher.update_java=请更新您的Java
launcher.open_jdk=我们发现您正在使用OpenJDK这会导致很多界面问题我们建议您更换Oracle JDK。
ui.label.settings=选项
ui.label.crashing=Hello Minecraft!遇到了无法处理的错误,请复制下列内容并通过mcbbs、贴吧、Github或Minecraft Forum反馈bug。
ui.label.crashing_out_dated=Hello Minecraft! Launcher遇到了无法处理的错误已检测到您的启动器不是最新版本请更新后再试
launcher.crash=Hello Minecraft!遇到了无法处理的错误请复制下列内容并通过mcbbs、贴吧、Github或Minecraft Forum反馈bug。
launcher.crash_out_dated=Hello Minecraft! Launcher遇到了无法处理的错误,已检测到您的启动器不是最新版本,请更新后再试!
ui.label.failed_set=设置失败:
download=下载
@@ -207,7 +199,7 @@ modpack.export_finished=整合包导出完成,参见
modpack.included_launcher=整合包已包含启动器,可直接发布
modpack.not_included_launcher=整合包未包含启动器,可使用本软件的导入整合包功能导入整合包
modpack.enter_name=给游戏起个你喜欢的名字
modpack.author=作者
archive.author=作者
modpack.export=导出整合包
modpack.task.install=导入整合包
@@ -276,7 +268,7 @@ advancedsettings.dont_check_game_completeness=不检查游戏完整性
mainwindow.show_log=查看日志
version.launch_script=生成启动脚本
version.launch_script.failed=生成启动脚本失败
mainwindow.enter_script_name=输入要生成脚本的文件名
version.launch_script.save=保存启动脚本
version.launch_script.success=启动脚本已生成完毕: %s.
mainwindow.no_version=未找到任何版本,是否进入游戏下载?
@@ -332,7 +324,6 @@ assets.failed_download=下载资源文件失败,可能导致没有中文和声
taskwindow.title=任务
taskwindow.single_progress=单项进度
taskwindow.total_progress=总进度
taskwindow.cancel=取消
taskwindow.no_more_instance=可能同时打开了多个任务窗口,请不要多次打开!
taskwindow.file_name=任务
taskwindow.download_progress=进度
@@ -413,3 +404,11 @@ modpack.type.curse=Curse
modpack.type.multimc=MultiMC
modpack.type.hmcl=HMCL
modpack.type.curse.completion=下载Curse整合包相关文件
archive.game_version=游戏版本
button.edit=修改
extension.sh=Bash 脚本
extension.bat=Windows 脚本
extension.mod=模组文件
extension.png=图片文件
message.success=已完成
message.doing=请耐心等待