Client commands: clean up and localize (#22897)

* action commands

* atmos debug commands

* comming

* credits command

* debug commands

* usage

* usings

* debug pathfinding command

* grouping entity menu command

* hide mechanisms command

* commit

* mapping client side setup command

* open ahelp command

* set menu visibility command

* commit

* show mechanisms command

* toggle health overlay command

* toggle outline command

* stage

* disable once

* ioc

* namespaces

* WriteError

* clean up command usage

* don't abbriviate

* ActionsCommands

* AtmosDebugCommands

* the rest

* oops

* undo
This commit is contained in:
PrPleGoo
2024-01-03 23:29:37 +01:00
committed by GitHub
parent e790e59e19
commit 0e306e7862
28 changed files with 495 additions and 447 deletions

View File

@@ -1,3 +1,3 @@
zoom-command-description = Sets the zoom of the main eye.
zoom-command-help = zoom ( <scale> | <X-scale> <Y-scale> )
zoom-command-error = scale has to be greater than 0
cmd-zoom-desc = Sets the zoom of the main eye.
cmd-zoom-help = zoom ( <scale> | <X-scale> <Y-scale> )
cmd-zoom-error = scale has to be greater than 0