mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-15 03:31:44 +01:00
Co-authored-by: lzk <124214523+lzk228@users.noreply.github.com> Co-authored-by: lapatison <100279397+lapatison@users.noreply.github.com> Co-authored-by: cfif126 <94059374+cfif126@users.noreply.github.com>
13 lines
664 B
Plaintext
13 lines
664 B
Plaintext
### EmitterComponent
|
|
|
|
# Shows when attempting to turn the emitter on or off without proper access
|
|
comp-emitter-access-locked = Доступ к { $target } заблокирован!
|
|
# Shows when turning the emitter on/off
|
|
comp-emitter-turned-on = { $target } включается.
|
|
comp-emitter-turned-off = { $target } отключается.
|
|
# Shows if the user attempts to activate the emitter while it's un-anchored.
|
|
comp-emitter-not-anchored = { $target } не закреплён!
|
|
# Upgrades
|
|
emitter-component-current-type = Установленный тип: [color=yellow]{ $type }[/color].
|
|
emitter-component-type-set = Установить тип: { $type }
|