Files
OldThink/Resources/Locale/ru-RU/light/components/light-replacer-component.ftl
ThereDrD0 72a2d75590 Откат переводов (#428)
* Revert "fix: fix translation bugs (#425)"

This reverts commit 9d74370e

* Revert "МЕГАпереводы (#418)"

This reverts commit 8fb2cc946d.

* add: add translation for accents
2024-07-07 12:35:08 +03:00

18 lines
1019 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### 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 =
{ $amount ->
[one] [color=yellow]{ $amount }[/color] [color=gray]{ $name }[/color]
*[other] [color=yellow]{ $amount }[/color] [color=gray]{ $name }[/color]
}