19 lines
825 B
Plaintext
19 lines
825 B
Plaintext
## 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] |