14 lines
918 B
Plaintext
14 lines
918 B
Plaintext
### Interaction Messages
|
||
|
||
# Shown when player tries to replace light, but there is no lighs left
|
||
comp-light-replacer-missing-light = В { $light-replacer } не осталось лампочек.
|
||
# Shown when player inserts light bulb inside light replacer
|
||
comp-light-replacer-insert-light = Вы вставили { $bulb } в { $light-replacer }.
|
||
# Shown when player tries to insert in light replacer brolen light bulb
|
||
comp-light-replacer-insert-broken-light = Вы не можете вставлять разбитые лампочки!
|
||
# Shown when player refill light from light box
|
||
comp-light-replacer-refill-from-storage = Вы пополнили { $light-replacer }.
|
||
comp-light-replacer-no-lights = Здесь пусто.
|
||
comp-light-replacer-has-lights = Здесь находится следующее:
|
||
comp-light-replacer-light-listing = [color=yellow]{ $amount }[/color] ед. [color=gray]{ $name }[/color]
|