2023-04-23 18:22:25 +06:00
|
|
|
### EmitterComponent
|
|
|
|
|
|
|
|
|
|
# Shows when attempting to turn the emitter on or off without proper access
|
|
|
|
|
comp-emitter-access-locked = Доступ к { $target } заблокирован!
|
2024-07-07 12:35:08 +03:00
|
|
|
|
2023-04-23 18:22:25 +06:00
|
|
|
# Shows when turning the emitter on/off
|
|
|
|
|
comp-emitter-turned-on = { $target } включается.
|
|
|
|
|
comp-emitter-turned-off = { $target } отключается.
|
2024-07-07 12:35:08 +03:00
|
|
|
|
2023-04-23 18:22:25 +06:00
|
|
|
# Shows if the user attempts to activate the emitter while it's un-anchored.
|
|
|
|
|
comp-emitter-not-anchored = { $target } не закреплён!
|
2024-07-07 12:35:08 +03:00
|
|
|
|
|
|
|
|
emitter-component-current-type = Текущий выбранный режим: { $type }.
|
|
|
|
|
emitter-component-type-set = Выставленный режим: { $type }
|