add: переводы (#70)

This commit is contained in:
Remuchi
2024-02-14 23:51:31 +07:00
committed by GitHub
parent b452c14872
commit db58e0938f
311 changed files with 3959 additions and 1719 deletions

View File

@@ -0,0 +1,13 @@
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)