МЕГАпереводы (#418)

* add: 1000 translation files

* add: translations p2

* translations p3

* translations p4

* finally done

* fixes

* fixes 2

* fixes 3
This commit is contained in:
ThereDrD0
2024-07-05 18:01:37 +03:00
committed by GitHub
parent 0c23d53d77
commit 8fb2cc946d
1588 changed files with 17590 additions and 12313 deletions

View File

@@ -1,13 +1,14 @@
sensor-monitoring-window-title = Консоль отслеживания датчиков
sensor-monitoring-value-display = {$unit ->
[PressureKpa] { PRESSURE($value) }
[PowerW] { POWERWATTS($value) }
[EnergyJ] { POWERJOULES($value) }
[TemperatureK] { TOSTRING($value, "N3") } K
[Ratio] { NATURALPERCENT($value) }
[Moles] { TOSTRING($value, "N3") } моль
*[Other] { $value }
}
sensor-monitoring-window-title = Консоль мониторинга датчиков
sensor-monitoring-value-display =
{ $unit ->
[PressureKpa] { PRESSURE($value) }
[PowerW] { POWERWATTS($value) }
[EnergyJ] { POWERJOULES($value) }
[TemperatureK] { TOSTRING($value, "N3") } K
[Ratio] { NATURALPERCENT($value) }
[Moles] { TOSTRING($value, "N3") } моль
*[Other] { $value }
}
# ({ TOSTRING(SUB($value, 273.15), "N3") } °C)