Refactor set alert level command (#9794)

This commit is contained in:
Morber
2022-07-17 01:34:43 +03:00
committed by GitHub
parent 058d8371d9
commit 700f4aff57
3 changed files with 60 additions and 18 deletions

View File

@@ -0,0 +1,7 @@
cmd-setalertlevel-desc = Set current station alert level for grid on which the player is standing.
cmd-setalertlevel-help = Usage: setalertlevel <level> [locked]
cmd-setalertlevel-invalid-grid = You must be on grid of station code that you are going to change.
cmd-setalertlevel-invalid-level = Specified alert level does not exist on that grid.
cmd-setalertlevel-hint-1 = <level>
cmd-setalertlevel-hint-2 = [locked]

View File

@@ -14,6 +14,7 @@ shell-only-players-can-run-this-command = Only players can run this command.
shell-need-exactly-one-argument = Need exactly one argument.
shell-wrong-arguments-number-need-specific = Need {$properAmount} arguments, there were {$currentAmount}.
shell-argument-must-be-number = Argument must be a number.
shell-argument-must-be-boolean = Argument must be a boolean.
shell-wrong-arguments-number = Wrong number of arguments.
shell-need-between-arguments = Need {$lower} to {$upper} arguments!