* greatly improve how the gas analyzer behaves * don't close the analyzer when the object goes out of range * cleanup * always switch to the device tab when a new device is analyzed * modern api part one * modern api part 2 * modern api part three * file scope namespace
35 lines
1.3 KiB
Plaintext
35 lines
1.3 KiB
Plaintext
## Entity
|
|
|
|
gas-analyzer-object-out-of-range = The object went out of range.
|
|
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-volume-text = Volume:
|
|
gas-analyzer-window-volume-val-text = {$volume} L
|
|
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-gas-column-name = Gas
|
|
gas-analyzer-window-molarity-column-name = mol
|
|
gas-analyzer-window-percentage-column-name = %
|
|
gas-analyzer-window-molarity-text = {$mol}
|
|
gas-analyzer-window-percentage-text = {$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
|