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.
|
||||
|
||||
Reference in New Issue
Block a user