Body scanner and new health analyzer UI (#445)

* Body scanner and new health analyzer UI

* fix

---------

Co-authored-by: XDRmix <xdrmix@mail.ru>
This commit is contained in:
rhailrake
2023-09-27 13:37:45 +06:00
committed by Aviu00
parent 4009932fb2
commit d9daee02a5
32 changed files with 2132 additions and 218 deletions

View File

@@ -1,26 +1,35 @@
health-analyzer-window-no-patient-data-text = Нет данных о пациенте.
health-analyzer-window-entity-health-text = Состояние { $entityName }:
health-analyzer-window-entity-temperature-text = Температура: { $temperature }
health-analyzer-window-entity-blood-level-text = Уровень крови: { $bloodLevel }
health-analyzer-window-entity-damage-total-text = Общие повреждения: { $amount }
health-analyzer-window-damage-group-text = { $damageGroup }: { $amount }
health-analyzer-window-damage-type-text = { $damageType }: { $amount }
health-analyzer-window-damage-type-duplicate-text = { $damageType }: { $amount } (повтор)
health-analyzer-window-damage-group-Brute = Механические
health-analyzer-window-damage-type-Blunt = Удары
health-analyzer-window-damage-type-Slash = Разрезы
health-analyzer-window-damage-type-Piercing = Уколы
health-analyzer-window-damage-group-Burn = Ожоги
health-analyzer-window-damage-type-Heat = Термические
health-analyzer-window-damage-type-Shock = Электрические
health-analyzer-window-damage-type-Cold = Обморожение
health-analyzer-window-damage-group-Airloss = Нехватка воздуха
health-analyzer-window-damage-type-Asphyxiation = Удушение
health-analyzer-window-damage-type-Bloodloss = Кровопотеря
health-analyzer-window-damage-group-Toxin = Токсины
health-analyzer-window-damage-type-Poison = Яды
health-analyzer-window-damage-type-Radiation = Радиация
health-analyzer-window-damage-group-Genetic = Генетические
health-analyzer-window-damage-type-Cellular = Клеточные
health-analyzer-window-damage-group-Caustic = Кислотные
health-analyzer-window-damage-type-Caustic = Кислотные
health-analyzer-window-no-patient-data-text = Пациент отсутствует
health-analyzer-window-no-data = Н
health-analyzer-window-entity-current-alive-status-text = Статус
health-analyzer-window-entity-current-alive-status-alive-text = Жив
health-analyzer-window-entity-current-alive-status-critical-text = Критическое
health-analyzer-window-entity-current-alive-status-dead-text = Мёртв
health-analyzer-window-entity-temperature-text = Температура
health-analyzer-window-entity-blood-level-text = Уровень крови
health-analyzer-window-entity-damage-total-text = Общие повреждения
health-analyzer-window-damage-group-text = {$damageGroup}: {$amount}
health-analyzer-window-damage-type-text = {$damageType}: {$amount}
health-analyzer-window-damage-type-duplicate-text = {$damageType}: {$amount} (дубликат)
health-analyzer-window-damage-group-Brute = Механические: {$amount}
health-analyzer-window-damage-type-Blunt = Удары: {$amount}
health-analyzer-window-damage-type-Slash = Разрезы: {$amount}
health-analyzer-window-damage-type-Piercing = Уколы: {$amount}
health-analyzer-window-damage-group-Burn = Ожоги: {$amount}
health-analyzer-window-damage-type-Heat = Термические: {$amount}
health-analyzer-window-damage-type-Shock = Электрические: {$amount}
health-analyzer-window-damage-type-Laser = Лазерный: {$amount}
health-analyzer-window-damage-type-Cold = Обморожение: {$amount}
health-analyzer-window-damage-type-Caustic = Кислотные: {$amount}
health-analyzer-window-damage-group-Airloss = Нехватка воздуха: {$amount}
health-analyzer-window-damage-type-Asphyxiation = Удушение: {$amount}
health-analyzer-window-damage-type-Bloodloss = Кровопотеря: {$amount}
health-analyzer-window-damage-group-Toxin = Токсины: {$amount}
health-analyzer-window-damage-type-Poison = Яды: {$amount}
health-analyzer-window-damage-type-Radiation = Радиация: {$amount}
health-analyzer-window-damage-group-Genetic = Генетические: {$amount}
health-analyzer-window-damage-type-Cellular = Клеточные: {$amount}