Content/Atmos: add status info to binary devices' examine text (#4928)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# Examine Text
|
||||
gas-pressure-pump-system-examined = The pump is set to [color={$statusColor}]{PRESSURE($pressure)}[/color].
|
||||
5
Resources/Locale/en-US/atmos/gas-valve-system.ftl
Normal file
5
Resources/Locale/en-US/atmos/gas-valve-system.ftl
Normal file
@@ -0,0 +1,5 @@
|
||||
# Examine Text
|
||||
gas-valve-system-examined = The valve is [color={$statusColor}]{$open ->
|
||||
[true] open
|
||||
*[false] closed
|
||||
}[/color].
|
||||
2
Resources/Locale/en-US/atmos/gas-volume-pump-system.ftl
Normal file
2
Resources/Locale/en-US/atmos/gas-volume-pump-system.ftl
Normal file
@@ -0,0 +1,2 @@
|
||||
# Examine Text
|
||||
gas-volume-pump-system-examined = The pump is set to [color={$statusColor}]{$rate} liters/sec[/color].
|
||||
Reference in New Issue
Block a user