translate (#57)

This commit is contained in:
HitPanda
2023-05-15 23:05:10 +03:00
committed by Aviu00
parent abe94a23f2
commit 25dc8d33b3
155 changed files with 1112 additions and 408 deletions

View File

@@ -1,15 +1,16 @@
emergency-light-component-on-examine = Индикатор батареи показывает: { $batteryStateText }.
emergency-light-component-on-examine-alert = Текущий уровень угрозы станции: [color={ $color }]{ $level ->
[green] зелёный
[blue] синий
[violet] фиолетовый
[red] красный
[yellow] жёлтый
[gamma] гамма
[delta] дельта
[epsilon] эпсилон
*[other] неизвестно
}[/color].
emergency-light-component-on-examine-alert =
Текущий уровень угрозы станции: [color={ $color }]{ $level ->
[green] зелёный
[blue] синий
[violet] фиолетовый
[red] красный
[yellow] жёлтый
[gamma] гамма
[delta] дельта
[epsilon] эпсилон
*[other] неизвестно
}[/color].
emergency-light-component-light-state-full = [color=darkgreen]Полная[/color]
emergency-light-component-light-state-empty = [color=darkgreen]Пустая[/color]
emergency-light-component-light-state-charging = [color=darkgreen]Заряжается[/color]

View File

@@ -8,3 +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 =
{ $amount ->
[one] [color=yellow]{ $amount }[/color] [color=gray]{ $name }[/color]
*[other] [color=yellow]{ $amount }[/color] [color=gray]{ $name }[/color]
}