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}

View File

@@ -0,0 +1,96 @@
## EnterVerb
body-scanner-console-window-no-data = Н
body-scanner-console-window-title = Консоль сканера тела
body-scanner-console-window-scan-button = Сканировать
body-scanner-console-window-print-button = Печать
body-scanner-console-window-status-scanning = Идет сканирование
body-scanner-console-window-current-alive-status-text = Статус
body-scanner-console-window-current-alive-status-alive-text = Жив
body-scanner-console-window-current-alive-status-critical-text = Критический
body-scanner-console-window-current-alive-status-dead-text = Мёртв
body-scanner-console-window-temperature-text = Температура
body-scanner-console-window-entity-blood-level-text = Уровень крови
body-scanner-console-window-entity-damage-total-text = Общие повреждения
body-scanner-console-window-damage-group-text = {$damageGroup}: {$amount}
body-scanner-console-window-damage-type-text = {$damageType}: {$amount}
body-scanner-console-window-damage-type-duplicate-text = {$damageType}: {$amount} (дубликат)
body-scanner-console-window-damage-group-Brute = Механические: {$amount}
body-scanner-console-window-damage-type-Blunt = Удары: {$amount}
body-scanner-console-window-damage-type-Slash = Разрезы: {$amount}
body-scanner-console-window-damage-type-Piercing = Уколы: {$amount}
body-scanner-console-window-damage-group-Burn = Ожоги: {$amount}
body-scanner-console-window-damage-type-Heat = Термические: {$amount}
body-scanner-console-window-damage-type-Laser = Лазерный: {$amount}
body-scanner-console-window-damage-type-Shock = Электрические: {$amount}
body-scanner-console-window-damage-type-Cold = Обморожение: {$amount}
body-scanner-console-window-damage-type-Caustic = Кислотные: {$amount}
body-scanner-console-window-damage-group-Airloss = Нехватка воздуха: {$amount}
body-scanner-console-window-damage-type-Asphyxiation = Удушение: {$amount}
body-scanner-console-window-damage-type-Bloodloss = Кровопотеря: {$amount}
body-scanner-console-window-damage-group-Toxin = Токсины: {$amount}
body-scanner-console-window-damage-type-Poison = Яды: {$amount}
body-scanner-console-window-damage-type-Radiation = Радиация: {$amount}
body-scanner-console-window-damage-group-Genetic = Генетические: {$amount}
body-scanner-console-window-damage-type-Cellular = Клеточные: {$amount}
body-scanner-console-window-temperature-group-text = Температура
body-scanner-console-window-temperature-current-temperature-text = Текущая: {$amount} °C
body-scanner-console-window-temperature-heat-damage-threshold-temperature-text = Максимум: {$amount} °C
body-scanner-console-window-temperature-cold-damage-threshold-temperature-text = Минимум: {$amount} °C
body-scanner-console-window-saturation-group-text = Насыщенность
body-scanner-console-window-saturation-current-saturation-text = Текущая: {$amount}
body-scanner-console-window-saturation-maximum-saturation-text = Максимум: {$amount}
body-scanner-console-window-saturation-minimum-saturation-text = Минимум: {$amount}
body-scanner-console-window-thirst-group-text = Жажда
body-scanner-console-window-thirst-current-thirst-text = Текущая: {$amount}
body-scanner-console-window-thirst-current-thirst-status-text = Статус: {$status}
body-scanner-console-window-thirst-current-thirst-status-8 = Переувлажнение
body-scanner-console-window-thirst-current-thirst-status-4 = Хорошо
body-scanner-console-window-thirst-current-thirst-status-2 = Жажда
body-scanner-console-window-thirst-current-thirst-status-1 = Пересохший
body-scanner-console-window-thirst-current-thirst-status-0 = Мёртв
body-scanner-console-window-hunger-group-text = Голод
body-scanner-console-window-hunger-current-hunger-text = Текущий: {$amount}
body-scanner-console-window-hunger-current-hunger-status-text = Статус: {$status}
body-scanner-console-window-hunger-current-hunger-status-8 = Перекармливание
body-scanner-console-window-hunger-current-hunger-status-4 = Хорошо
body-scanner-console-window-hunger-current-hunger-status-2 = Проголодавшийся
body-scanner-console-window-hunger-current-hunger-status-1 = Голодающий
body-scanner-console-window-hunger-current-hunger-status-0 = Мёртв
body-scanner-console-window-blood-solutions-group-text = Состав крови
body-scanner-console-window-blood-solutions-volume-group-text = Объём: {$amount}/{$maxAmount} ({$temperature} °C)
body-scanner-console-window-chemical-solutions-group-text = Состав элементов в крови
body-scanner-console-window-chemical-solutions-volume-group-text = Объём: {$amount}/{$maxAmount} ({$temperature} °C)
body-scanner-console-window-dna-text = ДНК: {$value}
body-scanner-console-window-fingerprint-text = Отпечатки: {$value}
body-scanner-console-window-mind-text = Душа: {$value}
body-scanner-console-window-mind-present-text = Присутствует
body-scanner-console-window-mind-absent-text = Отсутствует
body-scanner-console-window-connection-status-text-connected = Готова к работе
body-scanner-console-window-connection-status-text-no-connection = Нет соединения
body-scanner-console-window-connection-status-text-not-in-range = Не в радиусе
body-scanner-console-window-flavor-bottom-left = Медицинские технологии, полученные от местных недобросовестных исследователей.
body-scanner-console-window-flavor-bottom-right = v1.3
body-scanner-console-print-popup = Консоль распечатала отчет.
body-scanner-console-report-title = Отчет о состоянии здоровья: Пациент - {$name}
body-scanner-console-report-temperature = Температура: {$amount} °C
body-scanner-console-report-blood-level = Уровень крови: {$amount} %
body-scanner-console-report-total-damage = Общие повреждения: {$amount}