* Revert "fix: fix translation bugs (#425)" This reverts commit9d74370e* Revert "МЕГАпереводы (#418)" This reverts commit8fb2cc946d. * add: add translation for accents
27 lines
1.3 KiB
Plaintext
27 lines
1.3 KiB
Plaintext
## Entity
|
||
|
||
gas-analyzer-component-player-cannot-reach-message = Вы не можете туда достать.
|
||
gas-analyzer-shutoff = Газоанализатор выключается.
|
||
|
||
## UI
|
||
gas-analyzer-window-name = Газоанализатор
|
||
gas-analyzer-window-environment-tab-label = Окружение
|
||
gas-analyzer-window-tab-title-capitalized = { CAPITALIZE($title) }
|
||
gas-analyzer-window-refresh-button = Обновить
|
||
gas-analyzer-window-no-data = Нет данных
|
||
gas-analyzer-window-no-gas-text = Нет газов
|
||
gas-analyzer-window-error-text = Ошибка: { $errorText }
|
||
gas-analyzer-window-pressure-text = Давление:
|
||
gas-analyzer-window-pressure-val-text = { $pressure } кПа
|
||
gas-analyzer-window-temperature-text = Температура:
|
||
gas-analyzer-window-temperature-val-text = { $tempK }К ({ $tempC }°C)
|
||
gas-analyzer-window-molarity-column-name = моль
|
||
gas-analyzer-window-molarity-text = { $mol } моль
|
||
gas-analyzer-window-molarity-percentage-text = { $gasName }: { $amount } моль ({ $percentage }%)
|
||
# Used for GasEntry.ToString()
|
||
gas-entry-info = { $gasName }: { $gasAmount } моль
|
||
# overrides for trinary devices to have saner names
|
||
gas-analyzer-window-text-inlet = Вход
|
||
gas-analyzer-window-text-outlet = Выход
|
||
gas-analyzer-window-text-filter = Фильтр
|