Откат переводов (#428)
* Revert "fix: fix translation bugs (#425)" This reverts commit9d74370e* Revert "МЕГАпереводы (#418)" This reverts commit8fb2cc946d. * add: add translation for accents
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
handheld-light-component-on-examine-is-on-message = Сейчас свет [color=darkgreen]включён[/color].
|
||||
handheld-light-component-on-examine-is-on-message = Сейчас свет [color=darkgreen]включен[/color].
|
||||
handheld-light-component-on-examine-is-off-message = Сейчас свет [color=darkred]выключен[/color].
|
||||
handheld-light-component-cell-missing-message = Батарея отсутствует...
|
||||
handheld-light-component-cell-dead-message = Батарея разряжена...
|
||||
|
||||
@@ -8,6 +8,10 @@ comp-light-replacer-insert-light = Вы вставили { $bulb } в { $light-r
|
||||
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]
|
||||
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]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user