Makes Airtight ECS. (#4351)
* Makes Airtight ECS. * Remove atmos holdovers while at it!
This commit is contained in:
committed by
GitHub
parent
0aaa2727c8
commit
93acc565f0
19
Resources/Locale/en-US/atmos/gas-analyzer-component.ftl
Normal file
19
Resources/Locale/en-US/atmos/gas-analyzer-component.ftl
Normal file
@@ -0,0 +1,19 @@
|
||||
## Entity
|
||||
|
||||
gas-analyzer-component-player-has-no-hands-message = You have no hands.
|
||||
gas-analyzer-component-need-gas-analyzer-in-hand-message = You need a Gas Analyzer in your hand!
|
||||
gas-analyzer-component-player-cannot-reach-message = You can't reach there.
|
||||
|
||||
## UI
|
||||
|
||||
gas-analyzer-window-name = Gas Analyzer
|
||||
gas-analyzer-window-refresh-button = Refresh
|
||||
gas-analyzer-window-error-text = Error: {$errorText}
|
||||
gas-analyzer-window-pressure-text = Pressure: {$pressure} kPa
|
||||
gas-analyzer-window-temperature-text = Temperature: {$tempK}K ({$tempC}°C)
|
||||
gas-analyzer-window-molality-text = {$mol} mol
|
||||
gas-analyzer-window-molality-percentage-text = {$gasName}: {$amount} mol ({$percentage}%)
|
||||
|
||||
# Used for GasEntry.ToString()
|
||||
gas-entry-info = {$gasName}: {$gasAmount} mol
|
||||
itemstatus-pressure-warn = Pressure: [color={$color}]{$danger}[/color]
|
||||
Reference in New Issue
Block a user