WIP: SyncScreen allows users to choose which content type to sync

This commit is contained in:
Frank 2021-08-19 16:49:43 +02:00
parent 698ecefba4
commit d46e375501
3 changed files with 28 additions and 14 deletions

View file

@ -7,8 +7,11 @@
"bclib.datafixer.backupWarning.fix": "Apply Fixes",
"bclib.datafixer.bclibmissmatch.title": "Version Mismatch",
"bclib.datafixer.bclibmissmatch.message": "The Version of BCLib on the server and this client do not match. This will cause problems when playing.\n\nDo you want to automatically download the BCLib-Version from the server. You will need to manually delete the old version from your Mods Directory.",
"bclib.datafixer.syncfiles.title": "Mismatching (Config-)Files",
"bclib.datafixer.syncfiles.message": "Some Files on the Server do not match the versions on the client.\n\nDo you want to replace the local versions with the ones from the server?",
"bclib.datafixer.confirmrestart.title": "Restart Required",
"bclib.datafixer.confirmrestart.message": "The requested files were processed. You need o restart Minecraft now."
"title.bclib.syncfiles": "Mismatching Data",
"message.bclib.syncfiles": "Some Content on the Server does not match the versions on the client.\nDo you want to replace the selected content with the data from the server?",
"message.bclib.syncfiles.mods": "Synchronize Mods",
"message.bclib.syncfiles.files": "Synchronize Configs",
"message.bclib.syncfiles.folder": "Synchronize Folders",
"title.bclib.confirmrestart": "Restart Required",
"message.bclib.confirmrestart": "The requested files were processed. You need o restart Minecraft now."
}