en: fixed typos

This commit is contained in:
Muppeq 2025-03-08 16:04:38 +01:00 committed by GitHub
parent d809e58d01
commit a721f21721
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1984,7 +1984,7 @@
"Settings.GaussianSplatQualitySettings.SortMegaOperationsPerCamera" : "Sorting Mega-operations per camera",
"Settings.GaussianSplatQualitySettings.SortMegaOperationsPerCamera.Description" : "When rendering Gaussian Splats, the splats must be sorted for each camera. Currently, this operation can be quite heavy, so it is spread over time to improve overall framerate.<br><br><color=hero.yellow>Increase</color> the value for sorting to happen faster. This will reduce artifacts when changing the view angle around Gaussian Splats rapidly.<br><br><color=hero.yellow>Decrease</color> the value to reduce the GPU usage if your GPU has trouble handling it. However this will increase artifacts when you rapidly change view angle.",
"Settings.GaussianSplatQualitySettings.QualityPreset" : "Quality Preset",
"Settings.GaussianSplatQualitySettings.QualityPreset.Description" : "This controls the quality of rendered gaussian splats and their VRAM usage. Higher quality will use more VRAM.<br><br><color=hero.yellow>Very Low:</color> ~18.62x smaller<br><color=hero.yellow>Low:</color> ~14x smaller<br><color=hero.yellow>Meidum:</color> ~5.14x smaller<br><color=hero.yellow>High:</color> ~2.94x smaller<br><color=hero.yellow>Very High:</color> Uncompressed (original)",
"Settings.GaussianSplatQualitySettings.QualityPreset.Description" : "This controls the quality of rendered gaussian splats and their VRAM usage. Higher quality will use more VRAM.<br><br><color=hero.yellow>Very Low:</color> ~18.62x smaller<br><color=hero.yellow>Low:</color> ~14x smaller<br><color=hero.yellow>Medium:</color> ~5.14x smaller<br><color=hero.yellow>High:</color> ~2.94x smaller<br><color=hero.yellow>Very High:</color> Uncompressed (original)",
"Settings.GaussianSplatQualitySettings.MinLocalQuality" : "Minimum locally compressed quality",
"Settings.GaussianSplatQualitySettings.MinLocalQuality.Description" : "For locally imported gaussian splats, the quality will never be lower than this value.<br><br>We do not recommend setting this below Medium, as lower quality levels are significantly more intense and time consuming to compress and should be left to compress on the cloud.<br><br>Setting this to Very High will make gaussian splats load much faster after import due to not having to be compressed at cost of high VRAM usage.",
@ -2297,7 +2297,7 @@
"Inspector.GaussianSplat.SplatInfo" : "Splat Count: {count}, VRAM usage: {vram}",
"Inspector.GaussianSplat.Variant" : "Loaded variant: {variant}",
"Inspector.GaussianSplat.ColorByIndex" : "Color splats by index",
"Inspector.GaussianSplat.ReorderMorton" : "Reoder splats with Morton ordering",
"Inspector.GaussianSplat.ReorderMorton" : "Reorder splats with Morton ordering",
"Inspector.DynamicBoneChain.SetupFromChildren": "Setup From Children",
"Inspector.DynamicBoneChain.SetupFromChildrenAll": "Setup From Children (force all)",