Откат переводов (#428)

* Revert "fix: fix translation bugs (#425)"

This reverts commit 9d74370e

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

This reverts commit 8fb2cc946d.

* add: add translation for accents
This commit is contained in:
ThereDrD0
2024-07-07 12:35:08 +03:00
committed by GitHub
parent 0a30fb0409
commit 72a2d75590
1594 changed files with 12195 additions and 17533 deletions

View File

@@ -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 = Батарея разряжена...

View File

@@ -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]
}