Fixed the accidental removal of translations for /reload and /bots commands.

This commit is contained in:
Milutinke 2022-09-28 11:31:26 +02:00
parent 0a2f777b34
commit 83c4f5ad66

View file

@ -223,6 +223,14 @@ general.available_cmd=Available commands: {0}
# Animation # Animation
cmd.animation.desc=Swing your arm. 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 # ChangeSlot
cmd.changeSlot.desc=Change slot in hotbar cmd.changeSlot.desc=Change slot in hotbar
cmd.changeSlot.nan=Could not change slot: Not a Number 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 # Reco
cmd.reco.desc=restart and reconnect to the server. 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 # Respawn
cmd.respawn.desc=Use this to respawn if you are dead. cmd.respawn.desc=Use this to respawn if you are dead.
cmd.respawn.done=You have respawned. cmd.respawn.done=You have respawned.