From da6edbf859d6dc20cb48237219b143ecbe12b150 Mon Sep 17 00:00:00 2001 From: ProbablePrime Date: Thu, 9 Jan 2025 23:07:51 -0800 Subject: [PATCH] feat(import): add strings for new import stuff --- en.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/en.json b/en.json index 3a0b2bf..413cc97 100644 --- a/en.json +++ b/en.json @@ -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\nOpen - Open the Session.\nSpawnEntityInterface - Spawns a representation(such as a session orb) of the URL in your current location.\nSpawnUrl - 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\nOpen - Open the World.\nSpawnEntityInterface - Spawns a representation(such as a world orb) of the world in your current location.\nSpawnUrl - 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\nOpen - Open a connection to the session at the URL.\nSpawnEntityInterface - Spawns a representation(such as a session orb) of the url in your current location.\nSpawnUrl - Spawns the URL in your current location as a URL Interface.", + "LocomotionArchetype.Walk": "Walk", "LocomotionArchetype.Fly": "Fly", "LocomotionArchetype.NoClip": "Noclip",