mirror of
https://github.com/Mrdabup/LocaleSpanish.git
synced 2025-12-06 14:23:00 -06:00
feat(cursors): cursor settings
This commit is contained in:
parent
ea034b49dc
commit
ad17324449
1 changed files with 18 additions and 0 deletions
18
en.json
18
en.json
|
|
@ -1753,6 +1753,24 @@
|
|||
"Settings.LaserSettings.ShowInDesktop": "Show lasers in desktop mode",
|
||||
"Settings.LaserSettings.ShowInDesktop.Description": "When on, the laser visual will be rendered to you fully when in first person view in desktop mode.",
|
||||
|
||||
"Settings.CursorSettings": "Cursor Settings",
|
||||
|
||||
"Settings.CursorSettings.BaseSize": "Base cursor size",
|
||||
"Settings.CursorSettings.BaseSize.Description": "This sets a base cursor size. We recommend setting this one first and then adjusting the other cursor settings as those adjust this size in a relative manner.",
|
||||
|
||||
"Settings.CursorSettings.GrabMultiplier": "Grab multiplier",
|
||||
"Settings.CursorSettings.GrabMultiplier.Description": "This is applied as a multiplier to your cursor while grabbing objects and items.",
|
||||
|
||||
"Settings.CursorSettings.InteractionMultiplier": "Interaction multiplier",
|
||||
"Settings.CursorSettings.InteractionMultiplier.Description": "This is applied as a multiplier to your cursor while interacting with UI elements such as buttons.",
|
||||
|
||||
"Settings.CursorSettings.TextMultiplier": "Text multiplier",
|
||||
"Settings.CursorSettings.TextMultiplier.Description": "This is applied as a multiplier to your cursor while interacting and manipulating text.",
|
||||
|
||||
"Settings.CursorSettings.SliderMultiplier": "Slider multiplier",
|
||||
"Settings.CursorSettings.SliderMultiplier.Description": "This is applied as a multiplier to your cursor while interacting with sliders and scrollbars.",
|
||||
|
||||
|
||||
"Settings.DesktopViewSettings.FollowCursor": "Follow cursor",
|
||||
"Settings.DesktopViewSettings.FollowCursor.Description": "When enabled, the Desktop view will automatically switch to whichever screen is your cursor on. This is useful when you're using physical keyboard and mouse while in VR.",
|
||||
"Settings.DesktopViewSettings.Brightness": "Brightness",
|
||||
|
|
|
|||
Loading…
Reference in a new issue