6 lines
557 B
Plaintext
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}.
|