mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-21 07:36:45 +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."
|
DisplayDepthFactorDescription: "Determines correlation between pixel depth value and its output colour. High values lead to brighter image."
|
||||||
DisplayDepthName: "Visualize depth buffer"
|
DisplayDepthName: "Visualize depth buffer"
|
||||||
DisplayNormalsName: "Visualize pass normals"
|
DisplayNormalsName: "Visualize pass normals"
|
||||||
ContrastLevelDescription: "Constrast level"
|
ContrastLevelDescription: "Constrast level."
|
||||||
ContrastLevelName: "Constrast"
|
ContrastLevelName: "Constrast"
|
||||||
GammaLevelDescription: "Gamma level"
|
GammaLevelDescription: "Gamma level."
|
||||||
GammaLevelName: "Gamma"
|
GammaLevelName: "Gamma"
|
||||||
StrengthLevelName: "Strength"
|
StrengthLevelName: "Strength"
|
||||||
StrengthLevelDescription: "Strength of the effect."
|
StrengthLevelDescription: "Strength of the effect."
|
||||||
RadiusLevelName: "Radius"
|
RadiusLevelName: "Radius"
|
||||||
RadiusLevelDescription: "Radius of the effect"
|
RadiusLevelDescription: "Radius of the effect."
|
||||||
SkyFactorLevelName: "Sky Factor"
|
SkyFactorLevelName: "Sky Factor"
|
||||||
SkyFactorLevelDescription: "Multiplication factor for light coming directly from the sky."
|
SkyFactorLevelDescription: "Multiplication factor for light coming directly from the sky."
|
||||||
BloomClampLevelName: "Clamp Level"
|
BloomClampLevelName: "Clamp Level"
|
||||||
|
|
|
@ -10,3 +10,14 @@ ContrastLevelDescription: "Контрастность изображения"
|
||||||
ContrastLevelName: "Контрастность"
|
ContrastLevelName: "Контрастность"
|
||||||
GammaLevelDescription: "Яркость изображения"
|
GammaLevelDescription: "Яркость изображения"
|
||||||
GammaLevelName: "Яркость"
|
GammaLevelName: "Яркость"
|
||||||
|
BloomDescription: "Шейдер блума, совершающий вычисления на основе (приблизительно) линейного освещения."
|
||||||
|
StrengthLevelName: "Сила"
|
||||||
|
StrengthLevelDescription: "Сила эффекта"
|
||||||
|
RadiusLevelName: "Радиус"
|
||||||
|
RadiusLevelDescription: "Радиус эффекта"
|
||||||
|
SkyFactorLevelName: "Множитель неба"
|
||||||
|
SkyFactorLevelDescription: "Множитель для освещения напрямую от неба."
|
||||||
|
BloomClampLevelName: "Уровень привязки"
|
||||||
|
BloomClampLevelDescription: "Яркость, к которой привязываются более яркие пиксели блума при смешивании со сценой."
|
||||||
|
BloomThresholdLevelName: "Порог"
|
||||||
|
BloomThresholdLevelDescription: "Пиксели темнее этого значения при вычислении размытия игнорируются. Не влияет на небо."
|
||||||
|
|
Loading…
Reference in a new issue