Merge pull request #628 from Yellow-Dog-Man/prime/feat/import-settings

feat(import): add strings for new import stuff
This commit is contained in:
Tomas Mariancik 2025-01-13 10:50:44 -08:00 committed by GitHub
commit b05743c549
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1937,6 +1937,14 @@
"Settings.RenderingQualitySettings.SkinWeightMode": "Skin Weights",
"Settings.RenderingQualitySettings.SkinWeightMode.Description": "For any skinned meshes (3D models that are deformed by bones, like most avatars), this controls how many bones are used to affect position of each vertex.\n\nLowering this value will save some performance, but the deformation quality will be lower, resulting in sharp creases and other artifacts, typically around joints.",
"Settings.ImportSettings": "Import Settings",
"Settings.ImportSettings.SessionUrls": "On Session URL Import",
"Settings.ImportSettings.SessionUrls.Description": "When a Session URL is imported, what should happen. The available options are:\n\n<color=hero.yellow>Open</color> - Open the Session.\n<color=hero.yellow>SpawnEntityInterface</color> - Spawns a representation(such as a session orb) of the URL in your current location.\n<color=hero.yellow>SpawnUrl</color> - Spawns the URL in your current location as a URL Interface.",
"Settings.ImportSettings.WorldUrls": "On World URL Import",
"Settings.ImportSettings.WorldUrls.Description": "When a World URL is imported, what should happen. The available options are:\n\n<color=hero.yellow>Open</color> - Open the World.\n<color=hero.yellow>SpawnEntityInterface</color> - Spawns a representation(such as a world orb) of the world in your current location.\n<color=hero.yellow>SpawnUrl</color> - Spawns the URL in your current location as a URL Interface.",
"Settings.ImportSettings.NetworkUrls": "On Network URL Import",
"Settings.ImportSettings.NetworkUrls.Description": "When a Network URL is imported, what should happen. The available options are:\n\n<color=hero.yellow>Open</color> - Open a connection to the session at the URL.\n<color=hero.yellow>SpawnEntityInterface</color> - Spawns a representation(such as a session orb) of the url in your current location.\n<color=hero.yellow>SpawnUrl</color> - Spawns the URL in your current location as a URL Interface.",
"LocomotionArchetype.Walk": "Walk",
"LocomotionArchetype.Fly": "Fly",
"LocomotionArchetype.NoClip": "Noclip",