Adds temperature to solutions (#5834)
This commit is contained in:
@@ -78,3 +78,18 @@ units-m--joule-long = Millijoule
|
||||
units-joule-long = Joule
|
||||
units-k-joule-long = Kilojoule
|
||||
units-m-joule-long = Megajoule
|
||||
|
||||
## Kelvin (Temperature)
|
||||
units-u--kelvin = µK
|
||||
units-m--kelvin = mK
|
||||
units-kelvin = K
|
||||
units-k-kelvin = kK
|
||||
units-m-kelvin = MK
|
||||
units-g-kelvin = GK
|
||||
|
||||
units-u--kelvin-long = Microkelvin
|
||||
units-m--kelvin-long = Millikelvin
|
||||
units-kelvin-long = Kelvin
|
||||
units-k-kelvin-long = Kilokelvin
|
||||
units-m-kelvin-long = Megakelvin
|
||||
units-g-kelvin-long = Gigakelvin
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
admin-solutions-window-title = Solution Editor - {$targetName}
|
||||
admin-solutions-window-solution-label = Target solution:
|
||||
admin-solutions-window-add-new-button = Add new reagent
|
||||
admin-solutions-window-capacity-label = Capacity {$currentVolume}/{$maxVolume}u
|
||||
admin-solutions-window-volume-label = Volume {$currentVolume}/{$maxVolume}u
|
||||
admin-solutions-window-capacity-label = Capacity (u):
|
||||
admin-solutions-window-specific-heat-label = Specific Heat: {$specificHeat} J/(K*u)
|
||||
admin-solutions-window-heat-capacity-label = Heat Capacity: {$heatCapacity} J/K
|
||||
admin-solutions-window-temperature-label = Temperature (K):
|
||||
admin-solutions-window-thermal-energy-label = Thermal Energy (J):
|
||||
|
||||
Reference in New Issue
Block a user