mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
locale: Add strings for custom shaders
This commit is contained in:
parent
8ec8a22928
commit
5b9e6f0f1b
1 changed files with 8 additions and 0 deletions
|
@ -56,6 +56,11 @@ MipGenerator.Lanczos="Lanczos"
|
|||
MipGenerator.Intensity="Intensity"
|
||||
MipGenerator.Intensity.Description="Intensity of the generator."
|
||||
|
||||
# shader
|
||||
Shader="Shader"
|
||||
Shader.File="Shader File"
|
||||
Shader.Technique="Technique"
|
||||
|
||||
# Filter - Blur
|
||||
Filter.Blur="Blur"
|
||||
Filter.Blur.Type="Type"
|
||||
|
@ -220,6 +225,9 @@ Filter.SDFEffects.SDF.Scale.Description="Percentage to scale the SDF Texture Siz
|
|||
Filter.SDFEffects.SDF.Threshold="SDF Alpha Threshold"
|
||||
Filter.SDFEffects.SDF.Threshold.Description="Minimum opacity value in percent for SDF generation to consider the pixel solid."
|
||||
|
||||
# Filter - Shader
|
||||
Filter.Shader="Shader"
|
||||
|
||||
# Filter - Transform
|
||||
Filter.Transform="3D Transform"
|
||||
Filter.Transform.Camera="Camera"
|
||||
|
|
Loading…
Reference in a new issue