[Feat] Translates + translate tools (#260)

* autotranslate python script

* 8/52 translated

* autotranslate finished

* updated autotranslate script

* fixes

* updated tool

* once more updated tool

* more translates

* more translates

* fixes
This commit is contained in:
HitPanda
2023-08-03 18:21:59 +03:00
committed by Aviu00
parent 312b3dcf1f
commit 50abbcee11
154 changed files with 4706 additions and 31 deletions

View File

@@ -8,3 +8,4 @@ crew-monitoring-user-interface-alive = Жив
crew-monitoring-user-interface-dead = Мёртв
crew-monitoring-user-interface-no-info = Н
crew-monitoring-user-interface-job = Должность
crew-monitoring-user-interface-no-server = Сервер не найден

View File

@@ -1,5 +1,7 @@
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 }