shell.ftl 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ### for technical and/or system messages
  2. ## General
  3. shell-command-success = Command successful
  4. shell-invalid-command = Invalid command.
  5. shell-invalid-command-specific = Invalid {$commandName} command.
  6. shell-cannot-run-command-from-server = You cannot run this command from the server.
  7. shell-only-players-can-run-this-command = Only players can run this command.
  8. shell-must-be-attached-to-entity = You must be attached to an entity to run this command.
  9. ## Arguments
  10. shell-need-exactly-one-argument = Need exactly one argument.
  11. shell-wrong-arguments-number-need-specific = Need {$properAmount} arguments, there were {$currentAmount}.
  12. shell-argument-must-be-number = Argument must be a number.
  13. shell-argument-must-be-boolean = Argument must be a boolean.
  14. shell-wrong-arguments-number = Wrong number of arguments.
  15. shell-need-between-arguments = Need {$lower} to {$upper} arguments!
  16. shell-need-minimum-arguments = Need at least {$minimum} arguments!
  17. shell-need-minimum-one-argument = Need at least one argument!
  18. shell-argument-uid = EntityUid
  19. ## Guards
  20. shell-entity-is-not-mob = Target entity is not a mob!
  21. shell-invalid-entity-id = Invalid entity ID.
  22. shell-invalid-grid-id = Invalid grid ID.
  23. shell-invalid-map-id = Invalid map ID.
  24. shell-invalid-entity-uid = {$uid} is not a valid entity uid
  25. shell-invalid-bool = Invalid boolean.
  26. shell-entity-uid-must-be-number = EntityUid must be a number.
  27. shell-could-not-find-entity = Could not find entity {$entity}
  28. shell-could-not-find-entity-with-uid = Could not find entity with uid {$uid}
  29. shell-entity-with-uid-lacks-component = Entity with uid {$uid} doesn't have {INDEFINITE($componentName)} {$componentName} component
  30. shell-invalid-color-hex = Invalid color hex!
  31. shell-target-player-does-not-exist = Target player does not exist!
  32. shell-target-entity-does-not-have-message = Target entity does not have {INDEFINITE($missing)} {$missing}!
  33. shell-timespan-minutes-must-be-correct = {$span} is not a valid minutes timespan.
  34. shell-argument-must-be-prototype = Argument {$index} must be a {LOC($prototypeName)}!
  35. shell-argument-number-must-be-between = Argument {$index} must be a number between {$lower} and {$upper}!
  36. shell-argument-station-id-invalid = Argument {$index} must be a valid station id!
  37. shell-argument-map-id-invalid = Argument {$index} must be a valid map id!
  38. shell-argument-number-invalid = Argument {$index} must be a valid number!
  39. # Hints
  40. shell-argument-username-hint = <username>
  41. shell-argument-username-optional-hint = [username]