6
StarHorizon_Public/Resources/Locale/ru-RU/commands/remove-extra-components-command.ftl
2026-01-24 12:49:55 +03:00

6 lines
566 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 }.