Files
crystall-punk-14/Resources/Locale/en-US/commands/remove-extra-components-command.ftl
Kyle Tyo 3485450ffa Command resolve mega pr batch 5 (#38389)
* commit progress

* requested changes
2025-06-17 22:49:58 +02:00

6 lines
557 B
Plaintext

cmd-removeextracomponents-desc = Removes all components from all entities of the specified id if that component is not in its prototype.\nIf no id is specified, it matches all entities.
cmd-removeextracomponents-help = removeextracomponents / removeextracomponents <entityId>
cmd-removeextracomponents-invalid-prototype-id = Can't find entity prototype with id {$id}.
cmd-removeextracomponents-success = Removed {$count} components from {$entities},
cmd-removeextracomponents-success-with-id = Removed {$count} components from {$entities} with id {$id}.