mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-28 16:39:43 +00:00
Add dots at the end, and add the .ru translation
This commit is contained in:
parent
534f0377d5
commit
84c72b1c0a
2 changed files with 15 additions and 4 deletions
|
@ -7,14 +7,14 @@ DisplayDepthFactorName: "Depth colour factor"
|
|||
DisplayDepthFactorDescription: "Determines correlation between pixel depth value and its output colour. High values lead to brighter image."
|
||||
DisplayDepthName: "Visualize depth buffer"
|
||||
DisplayNormalsName: "Visualize pass normals"
|
||||
ContrastLevelDescription: "Constrast level"
|
||||
ContrastLevelDescription: "Constrast level."
|
||||
ContrastLevelName: "Constrast"
|
||||
GammaLevelDescription: "Gamma level"
|
||||
GammaLevelDescription: "Gamma level."
|
||||
GammaLevelName: "Gamma"
|
||||
StrengthLevelName: "Strength"
|
||||
StrengthLevelDescription: "Strength of the effect."
|
||||
RadiusLevelName: "Radius"
|
||||
RadiusLevelDescription: "Radius of the effect"
|
||||
RadiusLevelDescription: "Radius of the effect."
|
||||
SkyFactorLevelName: "Sky Factor"
|
||||
SkyFactorLevelDescription: "Multiplication factor for light coming directly from the sky."
|
||||
BloomClampLevelName: "Clamp Level"
|
||||
|
|
|
@ -9,4 +9,15 @@ DisplayNormalsName: "Визуализация нормалей"
|
|||
ContrastLevelDescription: "Контрастность изображения"
|
||||
ContrastLevelName: "Контрастность"
|
||||
GammaLevelDescription: "Яркость изображения"
|
||||
GammaLevelName: "Яркость"
|
||||
GammaLevelName: "Яркость"
|
||||
BloomDescription: "Шейдер блума, совершающий вычисления на основе (приблизительно) линейного освещения."
|
||||
StrengthLevelName: "Сила"
|
||||
StrengthLevelDescription: "Сила эффекта"
|
||||
RadiusLevelName: "Радиус"
|
||||
RadiusLevelDescription: "Радиус эффекта"
|
||||
SkyFactorLevelName: "Множитель неба"
|
||||
SkyFactorLevelDescription: "Множитель для освещения напрямую от неба."
|
||||
BloomClampLevelName: "Уровень привязки"
|
||||
BloomClampLevelDescription: "Яркость, к которой привязываются более яркие пиксели блума при смешивании со сценой."
|
||||
BloomThresholdLevelName: "Порог"
|
||||
BloomThresholdLevelDescription: "Пиксели темнее этого значения при вычислении размытия игнорируются. Не влияет на небо."
|
||||
|
|
Loading…
Reference in a new issue