Modpack updates UI
This commit is contained in:
@@ -110,7 +110,7 @@ profile.new=New Config
|
||||
|
||||
button.refresh=Refresh
|
||||
version.launch=Play
|
||||
version.manage.settings=Settings
|
||||
version.settings=Settings
|
||||
button.about=About
|
||||
button.others=Others
|
||||
button.download=Download
|
||||
@@ -211,7 +211,7 @@ modpack.wizard.step.1=Basic options
|
||||
modpack.wizard.step.1.title=Set the basic options to the modpack.
|
||||
modpack.wizard.step.initialization.include_launcher=Include the launcher
|
||||
modpack.wizard.step.initialization.exported_version=The exported game version
|
||||
modpack.wizard.step.initialization.save=Choose a location to export the game files to
|
||||
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.
|
||||
modpack.wizard.step.2=Files selection
|
||||
modpack.wizard.step.2.title=Choose the files you want to put into the modpack.
|
||||
@@ -219,10 +219,8 @@ modpack.wizard.step.3=Description
|
||||
modpack.wizard.step.3.title=Describe your modpack.
|
||||
|
||||
modpack.desc=Describe your modpack, including precautions, changlog, supporting Markdown(also supporting online pictures).
|
||||
modpack.incorrect_format.no_json=The format of the modpack is incorrect, pack.json is missing.
|
||||
modpack.incorrect_format.no_jar=The format of the modpack is incorrect, pack.json does not have attribute 'jar'
|
||||
modpack.cannot_read_version=Failed to gather the game version
|
||||
modpack.not_a_valid_location=Not a valid modpack location
|
||||
modpack.not_a_valid_location=Not a valid modpack path
|
||||
modpack.name=Modpack Name
|
||||
modpack.not_a_valid_name=Not a valid modpack name
|
||||
|
||||
@@ -308,7 +306,7 @@ version.game.old_alpha=Old Alpha
|
||||
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.remove.confirm=Sure to remove version %s?
|
||||
version.manage.redownload_json=Redownload Minecraft Configuration(minecraft.json)
|
||||
version.manage.redownload_assets_index=Redownload Assets Index
|
||||
version.manage.remove_libraries=Delete library files
|
||||
@@ -413,3 +411,10 @@ extension.png=Image file
|
||||
message.success=Tasks succeeded
|
||||
message.doing=Please wait
|
||||
modpack.scan=Scanning this modpack
|
||||
version.update=Update
|
||||
modpack.unsupported=Unsupported modpack, only HMCL, MultiMC, Curse modpacks are supported.
|
||||
modpack.mismatched_type=Mismatched modpack type, your current game is %s modpack, but your update file is %s modpack.
|
||||
modpack.invalid=Invalid modpack file.
|
||||
modpack.update=Upgrading game
|
||||
message.confirm=Confirm
|
||||
version.forbidden_name=Forbidden name, do not use this.
|
||||
|
||||
@@ -110,7 +110,7 @@ profile.new=新建配置
|
||||
|
||||
button.refresh=刷新
|
||||
version.launch=启动游戏
|
||||
version.manage.settings=游戏设置
|
||||
version.settings=游戏设置
|
||||
button.about=关于
|
||||
button.others=其他
|
||||
button.download=下载
|
||||
@@ -219,8 +219,6 @@ modpack.wizard.step.3=整合包描述
|
||||
modpack.wizard.step.3.title=描述你要制作的整合包
|
||||
|
||||
modpack.desc=描述你要制作的整合包,比如整合包注意事项和更新记录,支持Markdown(图片请用网络图片)。
|
||||
modpack.incorrect_format.no_json=整合包格式错误,pack.json丢失
|
||||
modpack.incorrect_format.no_jar=整合包格式错误,pack.json丢失jar字段
|
||||
modpack.cannot_read_version=读取游戏版本失败
|
||||
modpack.not_a_valid_location=不是一个有效整合包位置
|
||||
modpack.name=整合包名称
|
||||
@@ -308,7 +306,7 @@ version.game.old_alpha=远古版
|
||||
version.manage.rename=重命名该版本
|
||||
version.manage.rename.message=请输入要改成的名字
|
||||
version.manage.remove=删除该版本
|
||||
version.manage.remove.confirm=真的要删除版本
|
||||
version.manage.remove.confirm=真的要删除版本 %s 吗?
|
||||
version.manage.redownload_json=重新下载版本配置(minecraft.json)
|
||||
version.manage.redownload_assets_index=重新下载资源配置(assets_index.json)
|
||||
version.manage.remove_libraries=删除所有库文件
|
||||
@@ -413,3 +411,10 @@ extension.png=图片文件
|
||||
message.success=已完成
|
||||
message.doing=请耐心等待
|
||||
modpack.scan=解析整合包
|
||||
version.update=更新
|
||||
modpack.unsupported=该整合包不被支持。仅HMCL、MultiMC、Curse整合包受支持。
|
||||
modpack.mismatched_type=整合包类型不匹配,当前游戏是 %s 整合包,但是提供的整合包更新文件是 %s 整合包。
|
||||
modpack.invalid=无效的整合包升级文件,可能是下载时出现问题。
|
||||
modpack.update=正在升级整合包
|
||||
message.confirm=提示
|
||||
version.forbidden_name=此版本名称不受支持,请换一个名字
|
||||
|
||||
Reference in New Issue
Block a user