From 83c4f5ad665baab062abbfa5ada937f6bd6d794e Mon Sep 17 00:00:00 2001 From: Milutinke Date: Wed, 28 Sep 2022 11:31:26 +0200 Subject: [PATCH] Fixed the accidental removal of translations for /reload and /bots commands. --- MinecraftClient/Resources/lang/en.ini | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/MinecraftClient/Resources/lang/en.ini b/MinecraftClient/Resources/lang/en.ini index 80463dcc..4b80c088 100644 --- a/MinecraftClient/Resources/lang/en.ini +++ b/MinecraftClient/Resources/lang/en.ini @@ -223,6 +223,14 @@ general.available_cmd=Available commands: {0} # Animation cmd.animation.desc=Swing your arm. +# Bots +cmd.bots.desc=List bots, unload a bot or all bots. +cmd.bots.list=Loaded bots +cmd.bots.notfound=Bot {0} is not loaded, check if you have made a typo! +cmd.bots.noloaded=No bots loaded! +cmd.bots.unloaded=Successfully unloaded bot: {0} +cmd.bots.unloaded_all=Successfully unloaded all bots! + # ChangeSlot cmd.changeSlot.desc=Change slot in hotbar cmd.changeSlot.nan=Could not change slot: Not a Number @@ -365,6 +373,15 @@ cmd.move.chunk_not_loaded=The chunk where the target location resides has not ye # Reco cmd.reco.desc=restart and reconnect to the server. +# Reload +cmd.reload.started=Reloading settings... +cmd.reload.warning1=This command will NOT affect certain settings which are used before connecting to a server! +cmd.reload.warning2=Some settings passed through the command line parameters might get overriden! +cmd.reload.warning3=You also might need to reconnect for some settings to take effect. +cmd.reload.warning4=Replay Chat Bot will not be hard reloaded due to technical limitations! +cmd.reload.finished=Reloaded Settings! +cmd.reload.desc=Reloads MCC settings. + # Respawn cmd.respawn.desc=Use this to respawn if you are dead. cmd.respawn.done=You have respawned.