29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
## Entity
|
|
|
|
gas-analyzer-component-player-cannot-reach-message = You can't reach there.
|
|
gas-analyzer-shutoff = The gas analyzer shuts off.
|
|
|
|
## UI
|
|
|
|
gas-analyzer-window-name = Gas Analyzer
|
|
gas-analyzer-window-environment-tab-label = Environment
|
|
gas-analyzer-window-tab-title-capitalized = {CAPITALIZE($title)}
|
|
gas-analyzer-window-refresh-button = Refresh
|
|
gas-analyzer-window-no-data = No Data
|
|
gas-analyzer-window-no-gas-text = No Gases
|
|
gas-analyzer-window-error-text = Error: {$errorText}
|
|
gas-analyzer-window-pressure-text = Pressure:
|
|
gas-analyzer-window-pressure-val-text = {$pressure} kPa
|
|
gas-analyzer-window-temperature-text = Temperature:
|
|
gas-analyzer-window-temperature-val-text = {$tempK}K ({$tempC}°C)
|
|
gas-analyzer-window-molarity-text = {$mol} mol ({$percentage}%)
|
|
gas-analyzer-window-molarity-percentage-text = {$gasName}: {$amount} mol ({$percentage}%)
|
|
|
|
# Used for GasEntry.ToString()
|
|
gas-entry-info = {$gasName}: {$gasAmount} mol
|
|
|
|
# overrides for trinary devices to have saner names
|
|
gas-analyzer-window-text-inlet = Inlet
|
|
gas-analyzer-window-text-outlet = Outlet
|
|
gas-analyzer-window-text-filter = Filter
|