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
2
Resources/Locale/en-US/atmos/firelock-component.ftl
Normal file
2
Resources/Locale/en-US/atmos/firelock-component.ftl
Normal file
@@ -0,0 +1,2 @@
|
||||
firelock-component-is-holding-pressure-message = A gush of air blows in your face... Maybe you should reconsider.
|
||||
firelock-component-is-holding-fire-message = A gush of warm air blows in your face... Maybe you should reconsider.
|
||||
1
Resources/Locale/en-US/atmos/flammable-component.ftl
Normal file
1
Resources/Locale/en-US/atmos/flammable-component.ftl
Normal file
@@ -0,0 +1 @@
|
||||
flammable-component-resist-message = You stop, drop, and roll!
|
||||
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]
|
||||
17
Resources/Locale/en-US/atmos/gas-canister-component.ftl
Normal file
17
Resources/Locale/en-US/atmos/gas-canister-component.ftl
Normal file
@@ -0,0 +1,17 @@
|
||||
## UI
|
||||
|
||||
# Bound Interface
|
||||
|
||||
gas-canister-bound-user-interface-title = Gas Canister
|
||||
|
||||
# window
|
||||
|
||||
gas-canister-window-ok-text = OK
|
||||
gas-canister-window-edit-text = Edit
|
||||
gas-canister-window-label-label = Label:
|
||||
gas-canister-window-pressure-label = Pressure:
|
||||
gas-canister-window-release-pressure-label = Release pressure:
|
||||
gas-canister-window-valve-label = Valve:
|
||||
gas-canister-window-valve-closed-text = Closed
|
||||
gas-canister-window-valve-open-text = Open
|
||||
gas-canister-window-pressure-format-text = {$pressure}kPa
|
||||
17
Resources/Locale/en-US/atmos/gas-tank-component.ftl
Normal file
17
Resources/Locale/en-US/atmos/gas-tank-component.ftl
Normal file
@@ -0,0 +1,17 @@
|
||||
### GasTankComponent stuff.
|
||||
|
||||
# Examine text showing pressure in tank.
|
||||
comp-gas-tank-examine = Pressure: [color=orange]{PRESSURE($pressure)}[/color].
|
||||
|
||||
# Examine text when internals are active.
|
||||
comp-gas-tank-connected = {"\u000A"}Connected to external component
|
||||
|
||||
## ControlVerb
|
||||
control-verb-open-control-panel-text = Open Control Panel
|
||||
|
||||
## UI
|
||||
gas-tank-window-label = Gas Tank
|
||||
gas-tank-window-internals-toggle-button = Toggle
|
||||
gas-tank-window-output-pressure-label = Output Pressure
|
||||
gas-tank-window-tank-pressure-text = Pressure: {$tankPressure} kPA
|
||||
gas-tank-window-internal-text = Internals: [color={$colorName}]{$status}[/color]
|
||||
Reference in New Issue
Block a user