mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fixed the accidental removal of translations for /reload and /bots commands.
This commit is contained in:
parent
0a2f777b34
commit
83c4f5ad66
1 changed files with 17 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue