mirror of
https://github.com/Mrdabup/LocaleSpanish.git
synced 2025-12-06 14:23:00 -06:00
feat(import): add strings for new import stuff
This commit is contained in:
parent
3d1682498d
commit
da6edbf859
1 changed files with 8 additions and 0 deletions
8
en.json
8
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\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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue