Откат переводов (#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:
@@ -2,18 +2,23 @@
|
||||
armor-examinable-verb-text = Броня
|
||||
armor-examinable-verb-message = Изучить показатели брони.
|
||||
armor-examine = Обеспечивает следующую защиту:
|
||||
armor-coefficient-value = - [color=yellow]{ $type }[/color] урон снижается на [color=lightblue]{ $value }%[/color].
|
||||
armor-reduction-value = - [color=yellow]{ $type }[/color] урон снижается на [color=lightblue]{ $value }[/color].
|
||||
armor-damage-type-blunt = Ударный
|
||||
armor-damage-type-slash = Режущий
|
||||
armor-damage-type-piercing = Колющий
|
||||
armor-damage-type-heat = Высокотемпературный
|
||||
armor-damage-type-radiation = Радиационный
|
||||
armor-damage-type-caustic = Кислотный
|
||||
armor-damage-type-bloodloss = От кровопотери
|
||||
armor-damage-type-asphyxiation = От удушения
|
||||
armor-damage-type-cellular = Клеточный
|
||||
armor-damage-type-cold = Низкотемпературный
|
||||
armor-damage-type-poison = Ядовитый
|
||||
armor-damage-type-shock = Электрический
|
||||
armor-damage-type-structural = Структурный
|
||||
armor-coefficient-value =
|
||||
- [color=yellow]{ $type ->
|
||||
*[other] Неизвестный
|
||||
[Blunt] Тупой
|
||||
[Slash] Рубящий
|
||||
[Piercing] Проникающий
|
||||
[Heat] Тепловой
|
||||
[Radiation] Радиационный
|
||||
[Caustic] Кислотный
|
||||
}[/color] урон снижается на [color=lightblue]{ $value }%[/color].
|
||||
armor-reduction-value =
|
||||
- [color=yellow]{ $type ->
|
||||
*[other] Неизвестный
|
||||
[Blunt] Тупой
|
||||
[Slash] Рубящий
|
||||
[Piercing] Проникающий
|
||||
[Heat] Тепловой
|
||||
[Radiation] Радиационный
|
||||
[Caustic] Кислотный
|
||||
}[/color] урон снижается на [color=lightblue]{ $value }[/color].
|
||||
|
||||
Reference in New Issue
Block a user