mapping-command.ftl 1.1 KB

123456789101112131415161718192021
  1. cmd-mapping-desc = Create or load a map and teleports you to it.
  2. cmd-mapping-help = Usage: mapping [MapID] [Path] [Grid]
  3. cmd-mapping-server = Only players can use this command.
  4. cmd-mapping-error = An error occurred when creating the new map.
  5. cmd-mapping-try-grid = Failed to load the file as a map. Attempting to load the file as a grid...
  6. cmd-mapping-success-load = Created uninitialized map from file {$path} with id {$mapId}.
  7. cmd-mapping-success-load-grid = Loaded uninitialized grid from file {$path} onto a new map with id {$mapId}.
  8. cmd-mapping-success = Created uninitialized map with id {$mapId}.
  9. cmd-mapping-warning = WARNING: The server is using a debug build. You are risking losing your changes.
  10. # duplicate text from engine load/save map commands.
  11. # I CBF making this PR depend on that one.
  12. cmd-mapping-failure-integer = {$arg} is not a valid integer.
  13. cmd-mapping-failure-float = {$arg} is not a valid float.
  14. cmd-mapping-failure-bool = {$arg} is not a valid bool.
  15. cmd-mapping-nullspace = You cannot load into map 0.
  16. cmd-hint-mapping-id = [MapID]
  17. cmd-mapping-hint-grid = [Grid]
  18. cmd-hint-mapping-path = [Path]
  19. cmd-mapping-exists = Map {$mapId} already exists.