mirror of
https://github.com/Mrdabup/LocaleSpanish.git
synced 2025-12-06 14:23:00 -06:00
Merge branch 'Yellow-Dog-Man:settings-overhaul' into settings-overhaul
This commit is contained in:
commit
276f9002ea
24 changed files with 1088 additions and 740 deletions
|
|
@ -132,6 +132,18 @@ Settings.GeneralHapticsSettings.EnableHaptics
|
|||
Settings.GeneralHapticsSettings.EnableHaptics.Description
|
||||
Settings.GeneralVRSettings.UseVRHotswitching
|
||||
Settings.GeneralVRSettings.UseVRHotswitching.Description
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -197,9 +209,12 @@ Settings.AssetGatherSettings.MaxConcurrentDownloads.Description
|
|||
Settings.HostAccessSettings.Entries
|
||||
Settings.HostAccessSettings.Entries.Breadcrumb
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests.Description
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets.Description
|
||||
Settings.HostAccessSettings.Entries.LastHyperlinkRequestReason
|
||||
Settings.HostAccessSettings.Entries.LastWebsocketRequestReason
|
||||
Settings.HostAccessSettings.Entries.Remove
|
||||
Settings.HostAccessSettings.DebugReset
|
||||
Settings.UserRestrictionsSettings.DebugReset
|
||||
Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
||||
|
|
@ -343,6 +358,23 @@ Inspector.SkinnedMesh.SortBlendshapes.Name
|
|||
Inspector.SkinnedMesh.SortBlendshapes.NameLength
|
||||
Inspector.Texture3D.Size
|
||||
Inspector.Texture.ReplaceFromClipboard
|
||||
Tutorial.Welcome.SettingsSnapTurn.Description
|
||||
Tutorial.Welcome.SettingsSmoothTurn.Description
|
||||
Tutorial.Welcome.SettingsPrimaryLeft.Description
|
||||
Tutorial.Welcome.SettingsPrimaryRight.Description
|
||||
Tutorial.Welcome.SettingsHeadDirectionMovement
|
||||
Tutorial.Welcome.SettingsUseHeadDirection
|
||||
Tutorial.Welcome.SettingsUseHeadDirection.Description
|
||||
Tutorial.Welcome.SettingsUseControllerDirection
|
||||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
UI.Camera.Automatic
|
||||
UI.Camera.Manual
|
||||
Discord.RichPresence.InPrivateWorld
|
||||
|
|
|
|||
|
|
@ -22,6 +22,18 @@ Settings.MouseSettings.MouseFreeformRotateSpeed.Description
|
|||
Settings.GeneralHapticsSettings.EnableControllerVibration.Description
|
||||
Settings.GeneralHapticsSettings.EnableHaptics.Description
|
||||
Settings.GeneralVRSettings.UseVRHotswitching.Description
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset.Description
|
||||
Settings.LeapMotionSettings.SnapDistance.Description
|
||||
|
|
@ -50,6 +62,9 @@ Settings.RealtimeNetworkingSettings.DisableLAN.Description
|
|||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentAssetTransfers.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentDownloads.Description
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests.Description
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets.Description
|
||||
Settings.HostAccessSettings.Entries.Remove
|
||||
Settings.WindowsSettings.KeepOriginalScreenshotFormat.Description
|
||||
Settings.DebugSettings.DebugInputBindings.Description
|
||||
Settings.DebugSettings.FetchIncompatibleSessions.Description
|
||||
|
|
@ -106,4 +121,21 @@ Settings.InteractiveCameraAnchorSettings.UseLinearInterpolation.Description
|
|||
Settings.InteractiveCameraPhotoSettings.SpawnPhotoInWorld.Description
|
||||
Settings.InteractiveCameraPostProcessingSettings.MotionBlur.Description
|
||||
Settings.InteractiveCameraPostProcessingSettings.ScreenSpaceReflections.Description
|
||||
Tutorial.Welcome.SettingsSnapTurn.Description
|
||||
Tutorial.Welcome.SettingsSmoothTurn.Description
|
||||
Tutorial.Welcome.SettingsPrimaryLeft.Description
|
||||
Tutorial.Welcome.SettingsPrimaryRight.Description
|
||||
Tutorial.Welcome.SettingsHeadDirectionMovement
|
||||
Tutorial.Welcome.SettingsUseHeadDirection
|
||||
Tutorial.Welcome.SettingsUseHeadDirection.Description
|
||||
Tutorial.Welcome.SettingsUseControllerDirection
|
||||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
|
||||
|
|
|
|||
127
Missing/en-gb.md
127
Missing/en-gb.md
|
|
@ -1080,6 +1080,18 @@ Settings.GeneralHapticsSettings.EnableHaptics
|
|||
Settings.GeneralHapticsSettings.EnableHaptics.Description
|
||||
Settings.GeneralVRSettings.UseVRHotswitching
|
||||
Settings.GeneralVRSettings.UseVRHotswitching.Description
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -1145,9 +1157,12 @@ Settings.AssetGatherSettings.MaxConcurrentDownloads.Description
|
|||
Settings.HostAccessSettings.Entries
|
||||
Settings.HostAccessSettings.Entries.Breadcrumb
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests.Description
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets.Description
|
||||
Settings.HostAccessSettings.Entries.LastHyperlinkRequestReason
|
||||
Settings.HostAccessSettings.Entries.LastWebsocketRequestReason
|
||||
Settings.HostAccessSettings.Entries.Remove
|
||||
Settings.HostAccessSettings.DebugReset
|
||||
Settings.UserRestrictionsSettings.DebugReset
|
||||
Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
||||
|
|
@ -1277,97 +1292,6 @@ LocomotionArchetype.ThreeAxisFly
|
|||
LocomotionArchetype.ZeroG
|
||||
LocomotionSettings.MakePreferred
|
||||
LocomotionSettings.MakeLeastPreferred
|
||||
Settings.Height
|
||||
Settings.Metric
|
||||
Settings.Imperial
|
||||
Settings.OverrideLocale
|
||||
Settings.HideAllTutorials
|
||||
Settings.ShowInteractionHints
|
||||
Settings.PrimaryController
|
||||
Settings.Hotswitching
|
||||
Settings.AllowStrafing
|
||||
Settings.UseHeadDirectionForMovement
|
||||
Settings.SmoothTurn
|
||||
Settings.SmoothTurnExclusiveMode
|
||||
Settings.SmoothTurnSpeed
|
||||
Settings.SnapTurnAngle
|
||||
Settings.NoclipSpeed
|
||||
Settings.SpeedExponent
|
||||
Settings.MoveThreshold
|
||||
Settings.ControllerVibration
|
||||
Settings.Haptics
|
||||
Settings.DisablePhysicalInteractions
|
||||
Settings.EnableGestures
|
||||
Settings.DoubleClickInterval
|
||||
Settings.ResetAllTutorials
|
||||
Settings.PreferSteamNetworking
|
||||
Settings.DisableLAN
|
||||
Settings.LegacyGripEquip
|
||||
Settings.LegacyWorldSwitcher
|
||||
Settings.FetchIncompatibleSessions
|
||||
Settings.DoNotSendReadStatus
|
||||
Settings.MaxConcurrentAssetTransfers
|
||||
Settings.AutosaveScreenshotPath
|
||||
Settings.AutosaveAllScreenshots
|
||||
Settings.DebugInputBinding
|
||||
Settings.LaserSmoothing.Header
|
||||
Settings.LaserSmoothing.Speed
|
||||
Settings.LaserSmoothing.ModulateStartAngle
|
||||
Settings.LaserSmoothing.ModulateEndAngle
|
||||
Settings.LaserSmoothing.ModulateExponent
|
||||
Settings.LaserSmoothing.ModulateSpeedMultiplier
|
||||
Settings.LaserSmoothing.StickThreshold
|
||||
Settings.Laser.ShowInDesktop
|
||||
Settings.LaserSmoothing.Reset
|
||||
Settings.Audio.Header
|
||||
Settings.Audio.Input.Title
|
||||
Settings.Audio.Master
|
||||
Settings.Audio.SoundEffects
|
||||
Settings.Audio.Multimedia
|
||||
Settings.Audio.Voice
|
||||
Settings.Audio.UI
|
||||
Settings.Audio.NoiseGateThreshold
|
||||
Settings.Audio.NoiseSupression
|
||||
Settings.Audio.WhisperVoiceVolume
|
||||
Settings.Audio.InputDevice
|
||||
Settings.Audio.OutputDevice
|
||||
Settings.Audio.SelectInputDevice
|
||||
Settings.Audio.SelectOutputDevice
|
||||
Settings.Audio.TestInput
|
||||
Settings.Audio.TestDescription
|
||||
Settings.Audio.StartTest
|
||||
Settings.Audio.StopTest
|
||||
Settings.Audio.Monitoring
|
||||
Settings.Audio.SystemDefaultOutput
|
||||
Settings.Graphics.DesktopFOV
|
||||
Settings.Locale.Title
|
||||
Settings.Locale.ChangeLanguage
|
||||
Settings.Locale.SelectLanguageHeader
|
||||
Settings.Locale.DefaultLanguage
|
||||
Settings.Save
|
||||
Settings.FullBody.Header
|
||||
Settings.FullBody.FeetPositionSmoothing
|
||||
Settings.FullBody.FeetRotationSmoothing
|
||||
Settings.FullBody.HipsPositionSmoothing
|
||||
Settings.FullBody.HipsRotationSmoothing
|
||||
Settings.Dash.Header
|
||||
Settings.Dash.Curvature
|
||||
Settings.Dash.OpenCloseSpeed
|
||||
Settings.LeapMotion.Name
|
||||
Settings.LeapMotion.Enabled
|
||||
Settings.LeapMotion.HorizontalOffset
|
||||
Settings.LeapMotion.VerticalOffset
|
||||
Settings.LeapMotion.ForwardOffset
|
||||
Settings.LeapMotion.SnapDistance
|
||||
Settings.LeapMotion.UseFingersWhenSnapped
|
||||
Settings.ViveHandTracking.Name
|
||||
Settings.ViveHandTracking.Enabled
|
||||
Settings.ViveHandTracking.SnapDistance
|
||||
Settings.ViveHandTracking.UseFingersWhenSnapped
|
||||
Settings.WindowsIntegration
|
||||
Settings.LinuxIntegration
|
||||
Settings.System.KeepOriginalScreenshotFormat
|
||||
Settings.System.KeepOriginalScreenshotFormat.Description
|
||||
Security.Hyperlink.Title
|
||||
Security.Hyperlink.Warning
|
||||
Security.Hyperlink.Open
|
||||
|
|
@ -1690,14 +1614,27 @@ Tutorial.Welcome.SettingsHeader
|
|||
Tutorial.Welcome.SettingsDescription
|
||||
Tutorial.Welcome.SettingsTurning
|
||||
Tutorial.Welcome.SettingsSnapTurn
|
||||
Tutorial.Welcome.SettingsSnapTurnDescription
|
||||
Tutorial.Welcome.SettingsSnapTurn.Description
|
||||
Tutorial.Welcome.SettingsSmoothTurn
|
||||
Tutorial.Welcome.SettingsSmoothTurnDescription
|
||||
Tutorial.Welcome.SettingsSmoothTurn.Description
|
||||
Tutorial.Welcome.SettingsPrimaryController
|
||||
Tutorial.Welcome.SettingsPrimaryLeft
|
||||
Tutorial.Welcome.SettingsPrimaryLeftDescription
|
||||
Tutorial.Welcome.SettingsPrimaryLeft.Description
|
||||
Tutorial.Welcome.SettingsPrimaryRight
|
||||
Tutorial.Welcome.SettingsPrimaryRightDescription
|
||||
Tutorial.Welcome.SettingsPrimaryRight.Description
|
||||
Tutorial.Welcome.SettingsHeadDirectionMovement
|
||||
Tutorial.Welcome.SettingsUseHeadDirection
|
||||
Tutorial.Welcome.SettingsUseHeadDirection.Description
|
||||
Tutorial.Welcome.SettingsUseControllerDirection
|
||||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
Tutorial.Welcome.SettingsHeight
|
||||
Tutorial.Welcome.SettingsHeightExamples
|
||||
Tutorial.Welcome.StartTutorialHeader
|
||||
|
|
|
|||
|
|
@ -101,6 +101,18 @@ Settings.GeneralHapticsSettings.EnableHaptics
|
|||
Settings.GeneralHapticsSettings.EnableHaptics.Description
|
||||
Settings.GeneralVRSettings.UseVRHotswitching
|
||||
Settings.GeneralVRSettings.UseVRHotswitching.Description
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -166,9 +178,12 @@ Settings.AssetGatherSettings.MaxConcurrentDownloads.Description
|
|||
Settings.HostAccessSettings.Entries
|
||||
Settings.HostAccessSettings.Entries.Breadcrumb
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests.Description
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets.Description
|
||||
Settings.HostAccessSettings.Entries.LastHyperlinkRequestReason
|
||||
Settings.HostAccessSettings.Entries.LastWebsocketRequestReason
|
||||
Settings.HostAccessSettings.Entries.Remove
|
||||
Settings.HostAccessSettings.DebugReset
|
||||
Settings.UserRestrictionsSettings.DebugReset
|
||||
Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
||||
|
|
@ -314,6 +329,23 @@ Inspector.Texture3D.Size
|
|||
Inspector.Texture.ReplaceFromClipboard
|
||||
Tutorial.Welcome.Welcome
|
||||
Tutorial.Welcome.Begin
|
||||
Tutorial.Welcome.SettingsSnapTurn.Description
|
||||
Tutorial.Welcome.SettingsSmoothTurn.Description
|
||||
Tutorial.Welcome.SettingsPrimaryLeft.Description
|
||||
Tutorial.Welcome.SettingsPrimaryRight.Description
|
||||
Tutorial.Welcome.SettingsHeadDirectionMovement
|
||||
Tutorial.Welcome.SettingsUseHeadDirection
|
||||
Tutorial.Welcome.SettingsUseHeadDirection.Description
|
||||
Tutorial.Welcome.SettingsUseControllerDirection
|
||||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
Discord.RichPresence.InPrivateWorld
|
||||
Discord.RichPresence.InPrivateLargeText
|
||||
Discord.RichPresence.InPublicWorld
|
||||
|
|
|
|||
|
|
@ -160,6 +160,18 @@ Settings.GeneralHapticsSettings.EnableHaptics
|
|||
Settings.GeneralHapticsSettings.EnableHaptics.Description
|
||||
Settings.GeneralVRSettings.UseVRHotswitching
|
||||
Settings.GeneralVRSettings.UseVRHotswitching.Description
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -225,9 +237,12 @@ Settings.AssetGatherSettings.MaxConcurrentDownloads.Description
|
|||
Settings.HostAccessSettings.Entries
|
||||
Settings.HostAccessSettings.Entries.Breadcrumb
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests.Description
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets.Description
|
||||
Settings.HostAccessSettings.Entries.LastHyperlinkRequestReason
|
||||
Settings.HostAccessSettings.Entries.LastWebsocketRequestReason
|
||||
Settings.HostAccessSettings.Entries.Remove
|
||||
Settings.HostAccessSettings.DebugReset
|
||||
Settings.UserRestrictionsSettings.DebugReset
|
||||
Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
||||
|
|
@ -371,6 +386,23 @@ Inspector.SkinnedMesh.SortBlendshapes.Name
|
|||
Inspector.SkinnedMesh.SortBlendshapes.NameLength
|
||||
Inspector.Texture3D.Size
|
||||
Inspector.Texture.ReplaceFromClipboard
|
||||
Tutorial.Welcome.SettingsSnapTurn.Description
|
||||
Tutorial.Welcome.SettingsSmoothTurn.Description
|
||||
Tutorial.Welcome.SettingsPrimaryLeft.Description
|
||||
Tutorial.Welcome.SettingsPrimaryRight.Description
|
||||
Tutorial.Welcome.SettingsHeadDirectionMovement
|
||||
Tutorial.Welcome.SettingsUseHeadDirection
|
||||
Tutorial.Welcome.SettingsUseHeadDirection.Description
|
||||
Tutorial.Welcome.SettingsUseControllerDirection
|
||||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
Tutorial.Teleporter.Error
|
||||
UI.Camera.Automatic
|
||||
UI.Camera.Manual
|
||||
|
|
|
|||
|
|
@ -409,6 +409,18 @@ Settings.GeneralHapticsSettings.EnableHaptics
|
|||
Settings.GeneralHapticsSettings.EnableHaptics.Description
|
||||
Settings.GeneralVRSettings.UseVRHotswitching
|
||||
Settings.GeneralVRSettings.UseVRHotswitching.Description
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -474,9 +486,12 @@ Settings.AssetGatherSettings.MaxConcurrentDownloads.Description
|
|||
Settings.HostAccessSettings.Entries
|
||||
Settings.HostAccessSettings.Entries.Breadcrumb
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests.Description
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets.Description
|
||||
Settings.HostAccessSettings.Entries.LastHyperlinkRequestReason
|
||||
Settings.HostAccessSettings.Entries.LastWebsocketRequestReason
|
||||
Settings.HostAccessSettings.Entries.Remove
|
||||
Settings.HostAccessSettings.DebugReset
|
||||
Settings.UserRestrictionsSettings.DebugReset
|
||||
Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
||||
|
|
@ -606,13 +621,6 @@ LocomotionArchetype.ThreeAxisFly
|
|||
LocomotionArchetype.ZeroG
|
||||
LocomotionSettings.MakePreferred
|
||||
LocomotionSettings.MakeLeastPreferred
|
||||
Settings.Hotswitching
|
||||
Settings.DoNotSendReadStatus
|
||||
Settings.AutosaveAllScreenshots
|
||||
Settings.Audio.Input.Title
|
||||
Settings.Audio.WhisperVoiceVolume
|
||||
Settings.Locale.Title
|
||||
Settings.Locale.DefaultLanguage
|
||||
Security.Hyperlink.Title
|
||||
ComponentSelector.Back
|
||||
ComponentSelector.Title
|
||||
|
|
@ -842,6 +850,23 @@ VolumePlaneSlicer.Slicer
|
|||
Tutorial.Welcome.Welcome
|
||||
Tutorial.Welcome.Description
|
||||
Tutorial.Welcome.Begin
|
||||
Tutorial.Welcome.SettingsSnapTurn.Description
|
||||
Tutorial.Welcome.SettingsSmoothTurn.Description
|
||||
Tutorial.Welcome.SettingsPrimaryLeft.Description
|
||||
Tutorial.Welcome.SettingsPrimaryRight.Description
|
||||
Tutorial.Welcome.SettingsHeadDirectionMovement
|
||||
Tutorial.Welcome.SettingsUseHeadDirection
|
||||
Tutorial.Welcome.SettingsUseHeadDirection.Description
|
||||
Tutorial.Welcome.SettingsUseControllerDirection
|
||||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
Tutorial.Welcome.StartTutorial
|
||||
Tutorial.CommunityYouTube.Title
|
||||
Tutorial.UserResources.UserResourcesTitle
|
||||
|
|
|
|||
|
|
@ -140,6 +140,18 @@ Settings.GeneralHapticsSettings.EnableHaptics
|
|||
Settings.GeneralHapticsSettings.EnableHaptics.Description
|
||||
Settings.GeneralVRSettings.UseVRHotswitching
|
||||
Settings.GeneralVRSettings.UseVRHotswitching.Description
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -205,9 +217,12 @@ Settings.AssetGatherSettings.MaxConcurrentDownloads.Description
|
|||
Settings.HostAccessSettings.Entries
|
||||
Settings.HostAccessSettings.Entries.Breadcrumb
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests.Description
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets.Description
|
||||
Settings.HostAccessSettings.Entries.LastHyperlinkRequestReason
|
||||
Settings.HostAccessSettings.Entries.LastWebsocketRequestReason
|
||||
Settings.HostAccessSettings.Entries.Remove
|
||||
Settings.HostAccessSettings.DebugReset
|
||||
Settings.UserRestrictionsSettings.DebugReset
|
||||
Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
||||
|
|
@ -337,12 +352,6 @@ LocomotionArchetype.ThreeAxisFly
|
|||
LocomotionArchetype.ZeroG
|
||||
LocomotionSettings.MakePreferred
|
||||
LocomotionSettings.MakeLeastPreferred
|
||||
Settings.DebugInputBinding
|
||||
Settings.Audio.Header
|
||||
Settings.Audio.Multimedia
|
||||
Settings.LeapMotion.Name
|
||||
Settings.LeapMotion.UseFingersWhenSnapped
|
||||
Settings.ViveHandTracking.UseFingersWhenSnapped
|
||||
Inspector.Title
|
||||
Inspector.Slot.ParentUnder.Label
|
||||
Inspector.Slot.ParentUnder.WorldRoot
|
||||
|
|
@ -404,6 +413,23 @@ WorkerInspector.Title
|
|||
VolumePlaneSlicer.Highlight
|
||||
VolumePlaneSlicer.Slicer
|
||||
Tutorial.Welcome.Description
|
||||
Tutorial.Welcome.SettingsSnapTurn.Description
|
||||
Tutorial.Welcome.SettingsSmoothTurn.Description
|
||||
Tutorial.Welcome.SettingsPrimaryLeft.Description
|
||||
Tutorial.Welcome.SettingsPrimaryRight.Description
|
||||
Tutorial.Welcome.SettingsHeadDirectionMovement
|
||||
Tutorial.Welcome.SettingsUseHeadDirection
|
||||
Tutorial.Welcome.SettingsUseHeadDirection.Description
|
||||
Tutorial.Welcome.SettingsUseControllerDirection
|
||||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
Twitch.Panel.Title.Text
|
||||
Migration.LoginResetID.Description
|
||||
Migration.Dialog.Source
|
||||
|
|
|
|||
313
Missing/fr.md
313
Missing/fr.md
|
|
@ -2,294 +2,45 @@
|
|||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# French [fr]
|
||||
Settings.Category.Audio
|
||||
Settings.Category.Controls
|
||||
Settings.Category.Devices
|
||||
Settings.Category.Profile
|
||||
Settings.Category.Networking
|
||||
Settings.Category.Security
|
||||
Settings.Category.Misc
|
||||
Settings.Category.Privacy
|
||||
Settings.Category.UserInterface
|
||||
Settings.Category.Graphics
|
||||
Settings.Category.InteractiveCamera
|
||||
Settings.LegacyFeatureSettings.ConvertLegacySettings
|
||||
Settings.DebugSettings.DebugResetAllSimpleSettings
|
||||
Settings.GeneralControlsSettings
|
||||
Settings.LocomotionSettings
|
||||
Settings.MovementSettings
|
||||
Settings.MouseSettings
|
||||
Settings.GeneralHapticsSettings
|
||||
Settings.GeneralVRSettings
|
||||
Settings.LeapMotionSettings
|
||||
Settings.ViveHandTrackingSettings
|
||||
Settings.TrackingSmoothingSettings
|
||||
Settings.UserMetricsSettings
|
||||
Settings.AudioInputDeviceSettings
|
||||
Settings.AudioOutputDeviceSettings
|
||||
Settings.AudioVolumeSettings
|
||||
Settings.AudioAccessibilitySettings
|
||||
Settings.AudioInputFilteringSettings
|
||||
Settings.RealtimeNetworkingSettings
|
||||
Settings.AssetGatherSettings
|
||||
Settings.HostAccessSettings
|
||||
Settings.UserRestrictionsSettings
|
||||
Settings.WindowsSettings
|
||||
Settings.DebugSettings
|
||||
Settings.LegacyFeatureSettings
|
||||
Settings.MessagingPrivacySettings
|
||||
Settings.LocaleSettings
|
||||
Settings.DashSettings
|
||||
Settings.NamePlateSettings
|
||||
Settings.LaserSettings
|
||||
Settings.DesktopViewSettings
|
||||
Settings.PhotoCaptureSettings
|
||||
Settings.DesktopRenderSettings
|
||||
Settings.InteractiveCameraFramingSettings
|
||||
Settings.InteractiveCameraPositioningSettings
|
||||
Settings.InteractiveCameraRenderSettings
|
||||
Settings.InteractiveCameraGroupSettings
|
||||
Settings.InteractiveCameraSmoothingSettings
|
||||
Settings.InteractiveCameraAnchorSettings
|
||||
Settings.InteractiveCameraPhotoSettings
|
||||
Settings.InteractiveCameraPostProcessingSettings
|
||||
Settings.GeneralControlsSettings.PrimaryHand
|
||||
Settings.GeneralControlsSettings.PrimaryHand.Description
|
||||
Settings.GeneralControlsSettings.DoubleClickInterval
|
||||
Settings.GeneralControlsSettings.DoubleClickInterval.Description
|
||||
Settings.LocomotionSettings.LocomotionPreferences
|
||||
Settings.LocomotionSettings.LocomotionPreferences.Breadcrumb
|
||||
Settings.MovementSettings.LeftSidewaysMode
|
||||
Settings.MovementSettings.LeftSidewaysMode.Description
|
||||
Settings.MovementSettings.RightSidewaysMode
|
||||
Settings.MovementSettings.RightSidewaysMode.Description
|
||||
Settings.MovementSettings.UseHeadDirectionForMovement
|
||||
Settings.MovementSettings.UseHeadDirectionForMovement.Description
|
||||
Settings.MovementSettings.UseSmoothTurn
|
||||
Settings.MovementSettings.UseSmoothTurn.Description
|
||||
Settings.MovementSettings.SmoothTurnExclusiveMode
|
||||
Settings.MovementSettings.SmoothTurnExclusiveMode.Description
|
||||
Settings.MovementSettings.SmoothTurnSpeed
|
||||
Settings.MovementSettings.SmoothTurnSpeed.Description
|
||||
Settings.MovementSettings.SnapTurnAngle
|
||||
Settings.MovementSettings.SnapTurnAngle.Description
|
||||
Settings.MovementSettings.NoClipSpeed
|
||||
Settings.MovementSettings.NoClipSpeed.Description
|
||||
Settings.MovementSettings.MovementDeadzone
|
||||
Settings.MovementSettings.MovementDeadzone.Description
|
||||
Settings.MovementSettings.MovementExponent
|
||||
Settings.MovementSettings.MovementExponent.Description
|
||||
Settings.MouseSettings.MouseSensitivity
|
||||
Settings.MouseSettings.MouseSensitivity.Description
|
||||
Settings.MouseSettings.MouseLookSpeed
|
||||
Settings.MouseSettings.MouseLookSpeed.Description
|
||||
Settings.MouseSettings.MousePanSpeed
|
||||
Settings.MouseSettings.MousePanSpeed.Description
|
||||
Settings.MouseSettings.MouseRotateSpeed
|
||||
Settings.MouseSettings.MouseRotateSpeed.Description
|
||||
Settings.MouseSettings.MouseFreeformRotateSpeed
|
||||
Settings.MouseSettings.MouseFreeformRotateSpeed.Description
|
||||
Settings.GeneralHapticsSettings.EnableControllerVibration
|
||||
Settings.GeneralHapticsSettings.EnableControllerVibration.Description
|
||||
Settings.GeneralHapticsSettings.EnableHaptics
|
||||
Settings.GeneralHapticsSettings.EnableHaptics.Description
|
||||
Settings.GeneralVRSettings.UseVRHotswitching
|
||||
Settings.GeneralVRSettings.UseVRHotswitching.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
Settings.LeapMotionSettings.Offset.Description
|
||||
Settings.LeapMotionSettings.SnapDistance
|
||||
Settings.LeapMotionSettings.SnapDistance.Description
|
||||
Settings.LeapMotionSettings.UseFingersWhenSnapped
|
||||
Settings.LeapMotionSettings.UseFingersWhenSnapped.Description
|
||||
Settings.ViveHandTrackingSettings.ViveHandTrackingEnabled
|
||||
Settings.ViveHandTrackingSettings.ViveHandTrackingEnabled.Description
|
||||
Settings.ViveHandTrackingSettings.SnapDistance
|
||||
Settings.ViveHandTrackingSettings.SnapDistance.Description
|
||||
Settings.ViveHandTrackingSettings.UseFingersWhenSnapped
|
||||
Settings.ViveHandTrackingSettings.UseFingersWhenSnapped.Description
|
||||
Settings.UserMetricsSettings.UserHeight
|
||||
Settings.UserMetricsSettings.UserHeight.Description
|
||||
Settings.AudioInputDeviceSettings.UseSystemDefault
|
||||
Settings.AudioInputDeviceSettings.UseSystemDefault.Description
|
||||
Settings.AudioInputDeviceSettings.DevicePriorities
|
||||
Settings.AudioInputDeviceSettings.DevicePriorities.Breadcrumb
|
||||
Settings.AudioInputDeviceSettings.SetAsDefault
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing.Description
|
||||
Settings.AudioOutputDeviceSettings.UseSystemDefault
|
||||
Settings.AudioOutputDeviceSettings.UseSystemDefault.Description
|
||||
Settings.AudioOutputDeviceSettings.DevicePriorities
|
||||
Settings.AudioOutputDeviceSettings.DevicePriorities.Breadcrumb
|
||||
Settings.AudioOutputDeviceSettings.SetAsDefault
|
||||
Settings.AudioVolumeSettings.MasterVolume
|
||||
Settings.AudioVolumeSettings.MasterVolume.Description
|
||||
Settings.AudioVolumeSettings.SoundEffectVolume
|
||||
Settings.AudioVolumeSettings.SoundEffectVolume.Description
|
||||
Settings.AudioVolumeSettings.MultimediaVolume
|
||||
Settings.AudioVolumeSettings.MultimediaVolume.Description
|
||||
Settings.AudioVolumeSettings.VoiceVolume
|
||||
Settings.AudioVolumeSettings.VoiceVolume.Description
|
||||
Settings.AudioVolumeSettings.UserInterfaceVolume
|
||||
Settings.AudioVolumeSettings.UserInterfaceVolume.Description
|
||||
Settings.AudioAccessibilitySettings.WhisperVolume
|
||||
Settings.AudioAccessibilitySettings.WhisperVolume.Description
|
||||
Settings.AudioAccessibilitySettings.VoiceMessageVolume
|
||||
Settings.AudioAccessibilitySettings.VoiceMessageVolume.Description
|
||||
Settings.AudioInputFilteringSettings.UseVoiceNormalization
|
||||
Settings.AudioInputFilteringSettings.UseVoiceNormalization.Description
|
||||
Settings.AudioInputFilteringSettings.NoiseGateThreshold
|
||||
Settings.AudioInputFilteringSettings.NoiseGateThreshold.Description
|
||||
Settings.AudioInputFilteringSettings.NoiseGateAttack
|
||||
Settings.AudioInputFilteringSettings.NoiseGateAttack.Description
|
||||
Settings.AudioInputFilteringSettings.NoiseGateHold
|
||||
Settings.AudioInputFilteringSettings.NoiseGateHold.Description
|
||||
Settings.AudioInputFilteringSettings.NoiseGateRelease
|
||||
Settings.AudioInputFilteringSettings.NoiseGateRelease.Description
|
||||
Settings.AudioInputFilteringSettings.NormalizationThreshold
|
||||
Settings.AudioInputFilteringSettings.NormalizationThreshold.Description
|
||||
Settings.AudioInputFilteringSettings.UseNoiseSuppression
|
||||
Settings.AudioInputFilteringSettings.UseNoiseSuppression.Description
|
||||
Settings.RealtimeNetworkingSettings.DisableLAN
|
||||
Settings.RealtimeNetworkingSettings.DisableLAN.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentAssetTransfers
|
||||
Settings.AssetGatherSettings.MaxConcurrentAssetTransfers.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentDownloads
|
||||
Settings.AssetGatherSettings.MaxConcurrentDownloads.Description
|
||||
Settings.HostAccessSettings.Entries
|
||||
Settings.HostAccessSettings.Entries.Breadcrumb
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets
|
||||
Settings.HostAccessSettings.Entries.LastHyperlinkRequestReason
|
||||
Settings.HostAccessSettings.Entries.LastWebsocketRequestReason
|
||||
Settings.HostAccessSettings.DebugReset
|
||||
Settings.UserRestrictionsSettings.DebugReset
|
||||
Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
||||
Settings.WindowsSettings.KeepOriginalScreenshotFormat.Description
|
||||
Settings.DebugSettings.DebugInputBindings
|
||||
Settings.DebugSettings.DebugInputBindings.Description
|
||||
Settings.DebugSettings.FetchIncompatibleSessions
|
||||
Settings.DebugSettings.FetchIncompatibleSessions.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyWorldSwitcher
|
||||
Settings.LegacyFeatureSettings.UseLegacyWorldSwitcher.Description
|
||||
Settings.MessagingPrivacySettings.DoNotSendReadStatus
|
||||
Settings.MessagingPrivacySettings.DoNotSendReadStatus.Description
|
||||
Settings.LocaleSettings.CultureLocaleCode
|
||||
Settings.LocaleSettings.CultureLocaleCode.Description
|
||||
Settings.LocaleSettings.UseImperialUnits
|
||||
Settings.LocaleSettings.UseImperialUnits.Description
|
||||
Settings.LocaleSettings.AvailableLocales
|
||||
Settings.LocaleSettings.AvailableLocales.Breadcrumb
|
||||
Settings.DashSettings.DashCurvature
|
||||
Settings.DashSettings.DashCurvature.Description
|
||||
Settings.DashSettings.OpenCloseSpeed
|
||||
Settings.DashSettings.OpenCloseSpeed.Description
|
||||
Settings.NamePlateSettings.NameplateVisibility
|
||||
Settings.NamePlateSettings.NameplateVisibility.Description
|
||||
Settings.NamePlateSettings.UseCustomNameplates
|
||||
Settings.NamePlateSettings.UseCustomNameplates.Description
|
||||
Settings.LaserSettings.SmoothSpeed
|
||||
Settings.LaserSettings.SmoothSpeed.Description
|
||||
Settings.LaserSettings.ModulateStartAngle
|
||||
Settings.LaserSettings.ModulateStartAngle.Description
|
||||
Settings.LaserSettings.ModulateEndAngle
|
||||
Settings.LaserSettings.ModulateEndAngle.Description
|
||||
Settings.LaserSettings.ModulateExponent
|
||||
Settings.LaserSettings.ModulateExponent.Description
|
||||
Settings.LaserSettings.ModulateSpeedMultiplier
|
||||
Settings.LaserSettings.ModulateSpeedMultiplier.Description
|
||||
Settings.LaserSettings.StickThreshold
|
||||
Settings.LaserSettings.StickThreshold.Description
|
||||
Settings.LaserSettings.ShowInDesktop
|
||||
Settings.LaserSettings.ShowInDesktop.Description
|
||||
Settings.DesktopViewSettings.FollowCursor
|
||||
Settings.DesktopViewSettings.FollowCursor.Description
|
||||
Settings.DesktopViewSettings.Brightness
|
||||
Settings.DesktopViewSettings.Brightness.Description
|
||||
Settings.DesktopViewSettings.Opacity
|
||||
Settings.DesktopViewSettings.Opacity.Description
|
||||
Settings.PhotoCaptureSettings.FingerGestureEnabled
|
||||
Settings.PhotoCaptureSettings.FingerGestureEnabled.Description
|
||||
Settings.PhotoCaptureSettings.NormalCaptureResolution
|
||||
Settings.PhotoCaptureSettings.NormalCaptureResolution.Description
|
||||
Settings.PhotoCaptureSettings.TimerCaptureResolution
|
||||
Settings.PhotoCaptureSettings.TimerCaptureResolution.Description
|
||||
Settings.PhotoCaptureSettings.TimerSeconds
|
||||
Settings.PhotoCaptureSettings.TimerSeconds.Description
|
||||
Settings.PhotoCaptureSettings.CaptureStereo
|
||||
Settings.PhotoCaptureSettings.CaptureStereo.Description
|
||||
Settings.PhotoCaptureSettings.PhotoAutosavePath
|
||||
Settings.PhotoCaptureSettings.PhotoAutosavePath.Description
|
||||
Settings.DesktopRenderSettings.FieldOfView
|
||||
Settings.DesktopRenderSettings.FieldOfView.Description
|
||||
Settings.InteractiveCameraFramingSettings.PositioningMode
|
||||
Settings.InteractiveCameraFramingSettings.PositioningMode.Description
|
||||
Settings.InteractiveCameraFramingSettings.FieldOfView
|
||||
Settings.InteractiveCameraFramingSettings.FieldOfView.Description
|
||||
Settings.InteractiveCameraFramingSettings.AnglePosition
|
||||
Settings.InteractiveCameraFramingSettings.AnglePosition.Description
|
||||
Settings.InteractiveCameraFramingSettings.Distance
|
||||
Settings.InteractiveCameraFramingSettings.Distance.Description
|
||||
Settings.InteractiveCameraFramingSettings.HeightOffset
|
||||
Settings.InteractiveCameraFramingSettings.HeightOffset.Description
|
||||
Settings.InteractiveCameraFramingSettings.FirstPersonPitch
|
||||
Settings.InteractiveCameraFramingSettings.FirstPersonPitch.Description
|
||||
Settings.InteractiveCameraFramingSettings.FirstPersonRoll
|
||||
Settings.InteractiveCameraFramingSettings.FirstPersonRoll.Description
|
||||
Settings.InteractiveCameraFramingSettings.FirstPersonOffset
|
||||
Settings.InteractiveCameraFramingSettings.FirstPersonOffset.Description
|
||||
Settings.InteractiveCameraFramingSettings.FramingViewportPosition
|
||||
Settings.InteractiveCameraFramingSettings.FramingViewportPosition.Description
|
||||
Settings.InteractiveCameraFramingSettings.AimInFrontOfHead
|
||||
Settings.InteractiveCameraFramingSettings.AimInFrontOfHead.Description
|
||||
Settings.InteractiveCameraPositioningSettings.AvoidOcclusion
|
||||
Settings.InteractiveCameraPositioningSettings.AvoidOcclusion.Description
|
||||
Settings.InteractiveCameraPositioningSettings.KeepInWorldSpace
|
||||
Settings.InteractiveCameraPositioningSettings.KeepInWorldSpace.Description
|
||||
Settings.InteractiveCameraPositioningSettings.MovementWobble
|
||||
Settings.InteractiveCameraPositioningSettings.MovementWobble.Description
|
||||
Settings.InteractiveCameraRenderSettings.HideAllBadges
|
||||
Settings.InteractiveCameraRenderSettings.HideAllBadges.Description
|
||||
Settings.InteractiveCameraRenderSettings.HideAllLasers
|
||||
Settings.InteractiveCameraRenderSettings.HideAllLasers.Description
|
||||
Settings.InteractiveCameraRenderSettings.ForceEyesOnCamera
|
||||
Settings.InteractiveCameraRenderSettings.ForceEyesOnCamera.Description
|
||||
Settings.InteractiveCameraGroupSettings.GroupDetectionRadius
|
||||
Settings.InteractiveCameraGroupSettings.GroupDetectionRadius.Description
|
||||
Settings.InteractiveCameraGroupSettings.GroupLeaveBoundary
|
||||
Settings.InteractiveCameraGroupSettings.GroupLeaveBoundary.Description
|
||||
Settings.InteractiveCameraSmoothingSettings.PositionSmoothSpeed
|
||||
Settings.InteractiveCameraSmoothingSettings.PositionSmoothSpeed.Description
|
||||
Settings.InteractiveCameraSmoothingSettings.AngleSmoothSpeed
|
||||
Settings.InteractiveCameraSmoothingSettings.AngleSmoothSpeed.Description
|
||||
Settings.InteractiveCameraSmoothingSettings.FramingSmoothSpeed
|
||||
Settings.InteractiveCameraSmoothingSettings.FramingSmoothSpeed.Description
|
||||
Settings.InteractiveCameraAnchorSettings.InterpolateBetweenAnchors
|
||||
Settings.InteractiveCameraAnchorSettings.InterpolateBetweenAnchors.Description
|
||||
Settings.InteractiveCameraAnchorSettings.AnchorInterpolationSpeed
|
||||
Settings.InteractiveCameraAnchorSettings.AnchorInterpolationSpeed.Description
|
||||
Settings.InteractiveCameraAnchorSettings.UseLinearInterpolation
|
||||
Settings.InteractiveCameraAnchorSettings.UseLinearInterpolation.Description
|
||||
Settings.InteractiveCameraPhotoSettings.SpawnPhotoInWorld
|
||||
Settings.InteractiveCameraPhotoSettings.SpawnPhotoInWorld.Description
|
||||
Settings.InteractiveCameraPostProcessingSettings.MotionBlur
|
||||
Settings.InteractiveCameraPostProcessingSettings.MotionBlur.Description
|
||||
Settings.InteractiveCameraPostProcessingSettings.ScreenSpaceReflections
|
||||
Settings.InteractiveCameraPostProcessingSettings.ScreenSpaceReflections.Description
|
||||
Settings.DescriptionField.NoTextTitle
|
||||
Settings.DescriptionField.NoTextDescription
|
||||
LocomotionArchetype.Walk
|
||||
LocomotionArchetype.Fly
|
||||
LocomotionArchetype.NoClip
|
||||
LocomotionArchetype.Teleport
|
||||
LocomotionArchetype.GrabWorld
|
||||
LocomotionArchetype.NoLocomotion
|
||||
LocomotionArchetype.ThreeAxisNoClip
|
||||
LocomotionArchetype.ThreeAxisFly
|
||||
LocomotionArchetype.ZeroG
|
||||
LocomotionSettings.MakePreferred
|
||||
LocomotionSettings.MakeLeastPreferred
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests.Description
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets.Description
|
||||
Settings.HostAccessSettings.Entries.Remove
|
||||
Tutorial.Welcome.SettingsSnapTurn.Description
|
||||
Tutorial.Welcome.SettingsSmoothTurn.Description
|
||||
Tutorial.Welcome.SettingsPrimaryLeft.Description
|
||||
Tutorial.Welcome.SettingsPrimaryRight.Description
|
||||
Tutorial.Welcome.SettingsHeadDirectionMovement
|
||||
Tutorial.Welcome.SettingsUseHeadDirection
|
||||
Tutorial.Welcome.SettingsUseHeadDirection.Description
|
||||
Tutorial.Welcome.SettingsUseControllerDirection
|
||||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
|
||||
|
|
|
|||
|
|
@ -550,6 +550,18 @@ Settings.GeneralHapticsSettings.EnableHaptics
|
|||
Settings.GeneralHapticsSettings.EnableHaptics.Description
|
||||
Settings.GeneralVRSettings.UseVRHotswitching
|
||||
Settings.GeneralVRSettings.UseVRHotswitching.Description
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -615,9 +627,12 @@ Settings.AssetGatherSettings.MaxConcurrentDownloads.Description
|
|||
Settings.HostAccessSettings.Entries
|
||||
Settings.HostAccessSettings.Entries.Breadcrumb
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests.Description
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets.Description
|
||||
Settings.HostAccessSettings.Entries.LastHyperlinkRequestReason
|
||||
Settings.HostAccessSettings.Entries.LastWebsocketRequestReason
|
||||
Settings.HostAccessSettings.Entries.Remove
|
||||
Settings.HostAccessSettings.DebugReset
|
||||
Settings.UserRestrictionsSettings.DebugReset
|
||||
Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
||||
|
|
@ -747,43 +762,6 @@ LocomotionArchetype.ThreeAxisFly
|
|||
LocomotionArchetype.ZeroG
|
||||
LocomotionSettings.MakePreferred
|
||||
LocomotionSettings.MakeLeastPreferred
|
||||
Settings.Hotswitching
|
||||
Settings.SpeedExponent
|
||||
Settings.MoveThreshold
|
||||
Settings.Haptics
|
||||
Settings.DisableLAN
|
||||
Settings.DoNotSendReadStatus
|
||||
Settings.MaxConcurrentAssetTransfers
|
||||
Settings.AutosaveScreenshotPath
|
||||
Settings.AutosaveAllScreenshots
|
||||
Settings.DebugInputBinding
|
||||
Settings.LaserSmoothing.Header
|
||||
Settings.LaserSmoothing.Speed
|
||||
Settings.LaserSmoothing.ModulateStartAngle
|
||||
Settings.LaserSmoothing.ModulateEndAngle
|
||||
Settings.LaserSmoothing.ModulateExponent
|
||||
Settings.LaserSmoothing.ModulateSpeedMultiplier
|
||||
Settings.LaserSmoothing.StickThreshold
|
||||
Settings.Laser.ShowInDesktop
|
||||
Settings.LaserSmoothing.Reset
|
||||
Settings.Audio.Multimedia
|
||||
Settings.Audio.Voice
|
||||
Settings.Audio.UI
|
||||
Settings.Audio.NoiseGateThreshold
|
||||
Settings.Audio.NoiseSupression
|
||||
Settings.Audio.WhisperVoiceVolume
|
||||
Settings.Audio.TestDescription
|
||||
Settings.Audio.StartTest
|
||||
Settings.Audio.Monitoring
|
||||
Settings.Audio.SystemDefaultOutput
|
||||
Settings.Graphics.DesktopFOV
|
||||
Settings.LeapMotion.Name
|
||||
Settings.LeapMotion.Enabled
|
||||
Settings.LeapMotion.HorizontalOffset
|
||||
Settings.LeapMotion.VerticalOffset
|
||||
Settings.LeapMotion.ForwardOffset
|
||||
Settings.LeapMotion.SnapDistance
|
||||
Settings.LeapMotion.UseFingersWhenSnapped
|
||||
Security.Hyperlink.Title
|
||||
ComponentSelector.Back
|
||||
ComponentSelector.Title
|
||||
|
|
@ -1084,6 +1062,23 @@ Desktop.Opacity
|
|||
VolumePlaneSlicer.Highlight
|
||||
VolumePlaneSlicer.Slicer
|
||||
Tutorial.Welcome.Description
|
||||
Tutorial.Welcome.SettingsSnapTurn.Description
|
||||
Tutorial.Welcome.SettingsSmoothTurn.Description
|
||||
Tutorial.Welcome.SettingsPrimaryLeft.Description
|
||||
Tutorial.Welcome.SettingsPrimaryRight.Description
|
||||
Tutorial.Welcome.SettingsHeadDirectionMovement
|
||||
Tutorial.Welcome.SettingsUseHeadDirection
|
||||
Tutorial.Welcome.SettingsUseHeadDirection.Description
|
||||
Tutorial.Welcome.SettingsUseControllerDirection
|
||||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
Tutorial.CommunityYouTube.Title
|
||||
Tutorial.UserResources.UserResourcesTitle
|
||||
Tutorial.UserResources.SupportTitle
|
||||
|
|
|
|||
|
|
@ -22,6 +22,18 @@ Settings.MouseSettings.MouseFreeformRotateSpeed.Description
|
|||
Settings.GeneralHapticsSettings.EnableControllerVibration.Description
|
||||
Settings.GeneralHapticsSettings.EnableHaptics.Description
|
||||
Settings.GeneralVRSettings.UseVRHotswitching.Description
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset.Description
|
||||
Settings.LeapMotionSettings.SnapDistance.Description
|
||||
|
|
@ -50,6 +62,9 @@ Settings.RealtimeNetworkingSettings.DisableLAN.Description
|
|||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentAssetTransfers.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentDownloads.Description
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests.Description
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets.Description
|
||||
Settings.HostAccessSettings.Entries.Remove
|
||||
Settings.WindowsSettings.KeepOriginalScreenshotFormat.Description
|
||||
Settings.DebugSettings.DebugInputBindings.Description
|
||||
Settings.DebugSettings.FetchIncompatibleSessions.Description
|
||||
|
|
@ -106,4 +121,21 @@ Settings.InteractiveCameraAnchorSettings.UseLinearInterpolation.Description
|
|||
Settings.InteractiveCameraPhotoSettings.SpawnPhotoInWorld.Description
|
||||
Settings.InteractiveCameraPostProcessingSettings.MotionBlur.Description
|
||||
Settings.InteractiveCameraPostProcessingSettings.ScreenSpaceReflections.Description
|
||||
Tutorial.Welcome.SettingsSnapTurn.Description
|
||||
Tutorial.Welcome.SettingsSmoothTurn.Description
|
||||
Tutorial.Welcome.SettingsPrimaryLeft.Description
|
||||
Tutorial.Welcome.SettingsPrimaryRight.Description
|
||||
Tutorial.Welcome.SettingsHeadDirectionMovement
|
||||
Tutorial.Welcome.SettingsUseHeadDirection
|
||||
Tutorial.Welcome.SettingsUseHeadDirection.Description
|
||||
Tutorial.Welcome.SettingsUseControllerDirection
|
||||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
|
||||
|
|
|
|||
|
|
@ -22,6 +22,18 @@ Settings.MouseSettings.MouseFreeformRotateSpeed.Description
|
|||
Settings.GeneralHapticsSettings.EnableControllerVibration.Description
|
||||
Settings.GeneralHapticsSettings.EnableHaptics.Description
|
||||
Settings.GeneralVRSettings.UseVRHotswitching.Description
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset.Description
|
||||
Settings.LeapMotionSettings.SnapDistance.Description
|
||||
|
|
@ -50,6 +62,9 @@ Settings.RealtimeNetworkingSettings.DisableLAN.Description
|
|||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentAssetTransfers.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentDownloads.Description
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests.Description
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets.Description
|
||||
Settings.HostAccessSettings.Entries.Remove
|
||||
Settings.WindowsSettings.KeepOriginalScreenshotFormat.Description
|
||||
Settings.DebugSettings.DebugInputBindings.Description
|
||||
Settings.DebugSettings.FetchIncompatibleSessions.Description
|
||||
|
|
@ -106,4 +121,21 @@ Settings.InteractiveCameraAnchorSettings.UseLinearInterpolation.Description
|
|||
Settings.InteractiveCameraPhotoSettings.SpawnPhotoInWorld.Description
|
||||
Settings.InteractiveCameraPostProcessingSettings.MotionBlur.Description
|
||||
Settings.InteractiveCameraPostProcessingSettings.ScreenSpaceReflections.Description
|
||||
Tutorial.Welcome.SettingsSnapTurn.Description
|
||||
Tutorial.Welcome.SettingsSmoothTurn.Description
|
||||
Tutorial.Welcome.SettingsPrimaryLeft.Description
|
||||
Tutorial.Welcome.SettingsPrimaryRight.Description
|
||||
Tutorial.Welcome.SettingsHeadDirectionMovement
|
||||
Tutorial.Welcome.SettingsUseHeadDirection
|
||||
Tutorial.Welcome.SettingsUseHeadDirection.Description
|
||||
Tutorial.Welcome.SettingsUseControllerDirection
|
||||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
|
||||
|
|
|
|||
|
|
@ -373,6 +373,18 @@ Settings.GeneralHapticsSettings.EnableHaptics
|
|||
Settings.GeneralHapticsSettings.EnableHaptics.Description
|
||||
Settings.GeneralVRSettings.UseVRHotswitching
|
||||
Settings.GeneralVRSettings.UseVRHotswitching.Description
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -438,9 +450,12 @@ Settings.AssetGatherSettings.MaxConcurrentDownloads.Description
|
|||
Settings.HostAccessSettings.Entries
|
||||
Settings.HostAccessSettings.Entries.Breadcrumb
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests.Description
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets.Description
|
||||
Settings.HostAccessSettings.Entries.LastHyperlinkRequestReason
|
||||
Settings.HostAccessSettings.Entries.LastWebsocketRequestReason
|
||||
Settings.HostAccessSettings.Entries.Remove
|
||||
Settings.HostAccessSettings.DebugReset
|
||||
Settings.UserRestrictionsSettings.DebugReset
|
||||
Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
||||
|
|
@ -570,17 +585,6 @@ LocomotionArchetype.ThreeAxisFly
|
|||
LocomotionArchetype.ZeroG
|
||||
LocomotionSettings.MakePreferred
|
||||
LocomotionSettings.MakeLeastPreferred
|
||||
Settings.Hotswitching
|
||||
Settings.AutosaveAllScreenshots
|
||||
Settings.LaserSmoothing.Header
|
||||
Settings.Audio.Header
|
||||
Settings.Audio.Input.Title
|
||||
Settings.Audio.Multimedia
|
||||
Settings.Graphics.DesktopFOV
|
||||
Settings.Locale.Title
|
||||
Settings.FullBody.Header
|
||||
Settings.Dash.Header
|
||||
Settings.LeapMotion.Name
|
||||
Security.Hyperlink.Title
|
||||
Security.Hyperlink.Open
|
||||
ComponentSelector.Back
|
||||
|
|
@ -653,6 +657,23 @@ Tutorial.Welcome.Welcome
|
|||
Tutorial.Welcome.Description
|
||||
Tutorial.Welcome.Begin
|
||||
Tutorial.Welcome.AccountHeader
|
||||
Tutorial.Welcome.SettingsSnapTurn.Description
|
||||
Tutorial.Welcome.SettingsSmoothTurn.Description
|
||||
Tutorial.Welcome.SettingsPrimaryLeft.Description
|
||||
Tutorial.Welcome.SettingsPrimaryRight.Description
|
||||
Tutorial.Welcome.SettingsHeadDirectionMovement
|
||||
Tutorial.Welcome.SettingsUseHeadDirection
|
||||
Tutorial.Welcome.SettingsUseHeadDirection.Description
|
||||
Tutorial.Welcome.SettingsUseControllerDirection
|
||||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
Tutorial.Welcome.StartTutorialHeader
|
||||
Tutorial.Welcome.StartTutorial
|
||||
Tutorial.UserResources.MerchandiseTitle
|
||||
|
|
|
|||
|
|
@ -164,6 +164,18 @@ Settings.GeneralHapticsSettings.EnableHaptics
|
|||
Settings.GeneralHapticsSettings.EnableHaptics.Description
|
||||
Settings.GeneralVRSettings.UseVRHotswitching
|
||||
Settings.GeneralVRSettings.UseVRHotswitching.Description
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -229,9 +241,12 @@ Settings.AssetGatherSettings.MaxConcurrentDownloads.Description
|
|||
Settings.HostAccessSettings.Entries
|
||||
Settings.HostAccessSettings.Entries.Breadcrumb
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests.Description
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets.Description
|
||||
Settings.HostAccessSettings.Entries.LastHyperlinkRequestReason
|
||||
Settings.HostAccessSettings.Entries.LastWebsocketRequestReason
|
||||
Settings.HostAccessSettings.Entries.Remove
|
||||
Settings.HostAccessSettings.DebugReset
|
||||
Settings.UserRestrictionsSettings.DebugReset
|
||||
Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
||||
|
|
@ -375,6 +390,23 @@ Inspector.SkinnedMesh.SortBlendshapes.Name
|
|||
Inspector.SkinnedMesh.SortBlendshapes.NameLength
|
||||
Inspector.Texture3D.Size
|
||||
Inspector.Texture.ReplaceFromClipboard
|
||||
Tutorial.Welcome.SettingsSnapTurn.Description
|
||||
Tutorial.Welcome.SettingsSmoothTurn.Description
|
||||
Tutorial.Welcome.SettingsPrimaryLeft.Description
|
||||
Tutorial.Welcome.SettingsPrimaryRight.Description
|
||||
Tutorial.Welcome.SettingsHeadDirectionMovement
|
||||
Tutorial.Welcome.SettingsUseHeadDirection
|
||||
Tutorial.Welcome.SettingsUseHeadDirection.Description
|
||||
Tutorial.Welcome.SettingsUseControllerDirection
|
||||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
Tutorial.Teleporter.Error
|
||||
UI.VideoPlayer.AllUsersLoaded
|
||||
UI.Camera.Automatic
|
||||
|
|
|
|||
|
|
@ -98,6 +98,18 @@ Settings.GeneralHapticsSettings.EnableHaptics
|
|||
Settings.GeneralHapticsSettings.EnableHaptics.Description
|
||||
Settings.GeneralVRSettings.UseVRHotswitching
|
||||
Settings.GeneralVRSettings.UseVRHotswitching.Description
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -163,9 +175,12 @@ Settings.AssetGatherSettings.MaxConcurrentDownloads.Description
|
|||
Settings.HostAccessSettings.Entries
|
||||
Settings.HostAccessSettings.Entries.Breadcrumb
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests.Description
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets.Description
|
||||
Settings.HostAccessSettings.Entries.LastHyperlinkRequestReason
|
||||
Settings.HostAccessSettings.Entries.LastWebsocketRequestReason
|
||||
Settings.HostAccessSettings.Entries.Remove
|
||||
Settings.HostAccessSettings.DebugReset
|
||||
Settings.UserRestrictionsSettings.DebugReset
|
||||
Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
||||
|
|
@ -304,4 +319,21 @@ Inspector.SkinnedMesh.SortBlendshapes.Name
|
|||
Inspector.SkinnedMesh.SortBlendshapes.NameLength
|
||||
Inspector.Texture3D.Size
|
||||
Inspector.Texture.ReplaceFromClipboard
|
||||
Tutorial.Welcome.SettingsSnapTurn.Description
|
||||
Tutorial.Welcome.SettingsSmoothTurn.Description
|
||||
Tutorial.Welcome.SettingsPrimaryLeft.Description
|
||||
Tutorial.Welcome.SettingsPrimaryRight.Description
|
||||
Tutorial.Welcome.SettingsHeadDirectionMovement
|
||||
Tutorial.Welcome.SettingsUseHeadDirection
|
||||
Tutorial.Welcome.SettingsUseHeadDirection.Description
|
||||
Tutorial.Welcome.SettingsUseControllerDirection
|
||||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
|
||||
|
|
|
|||
|
|
@ -165,6 +165,18 @@ Settings.GeneralHapticsSettings.EnableHaptics
|
|||
Settings.GeneralHapticsSettings.EnableHaptics.Description
|
||||
Settings.GeneralVRSettings.UseVRHotswitching
|
||||
Settings.GeneralVRSettings.UseVRHotswitching.Description
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -230,9 +242,12 @@ Settings.AssetGatherSettings.MaxConcurrentDownloads.Description
|
|||
Settings.HostAccessSettings.Entries
|
||||
Settings.HostAccessSettings.Entries.Breadcrumb
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests.Description
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets.Description
|
||||
Settings.HostAccessSettings.Entries.LastHyperlinkRequestReason
|
||||
Settings.HostAccessSettings.Entries.LastWebsocketRequestReason
|
||||
Settings.HostAccessSettings.Entries.Remove
|
||||
Settings.HostAccessSettings.DebugReset
|
||||
Settings.UserRestrictionsSettings.DebugReset
|
||||
Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
||||
|
|
@ -376,6 +391,23 @@ Inspector.SkinnedMesh.SortBlendshapes.Name
|
|||
Inspector.SkinnedMesh.SortBlendshapes.NameLength
|
||||
Inspector.Texture3D.Size
|
||||
Inspector.Texture.ReplaceFromClipboard
|
||||
Tutorial.Welcome.SettingsSnapTurn.Description
|
||||
Tutorial.Welcome.SettingsSmoothTurn.Description
|
||||
Tutorial.Welcome.SettingsPrimaryLeft.Description
|
||||
Tutorial.Welcome.SettingsPrimaryRight.Description
|
||||
Tutorial.Welcome.SettingsHeadDirectionMovement
|
||||
Tutorial.Welcome.SettingsUseHeadDirection
|
||||
Tutorial.Welcome.SettingsUseHeadDirection.Description
|
||||
Tutorial.Welcome.SettingsUseControllerDirection
|
||||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
Tutorial.Teleporter.Error
|
||||
UI.VideoPlayer.AllUsersLoaded
|
||||
UI.Camera.Automatic
|
||||
|
|
|
|||
|
|
@ -22,6 +22,18 @@ Settings.MouseSettings.MouseFreeformRotateSpeed.Description
|
|||
Settings.GeneralHapticsSettings.EnableControllerVibration.Description
|
||||
Settings.GeneralHapticsSettings.EnableHaptics.Description
|
||||
Settings.GeneralVRSettings.UseVRHotswitching.Description
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset.Description
|
||||
Settings.LeapMotionSettings.SnapDistance.Description
|
||||
|
|
@ -50,6 +62,9 @@ Settings.RealtimeNetworkingSettings.DisableLAN.Description
|
|||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentAssetTransfers.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentDownloads.Description
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests.Description
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets.Description
|
||||
Settings.HostAccessSettings.Entries.Remove
|
||||
Settings.WindowsSettings.KeepOriginalScreenshotFormat.Description
|
||||
Settings.DebugSettings.DebugInputBindings.Description
|
||||
Settings.DebugSettings.FetchIncompatibleSessions.Description
|
||||
|
|
@ -106,4 +121,21 @@ Settings.InteractiveCameraAnchorSettings.UseLinearInterpolation.Description
|
|||
Settings.InteractiveCameraPhotoSettings.SpawnPhotoInWorld.Description
|
||||
Settings.InteractiveCameraPostProcessingSettings.MotionBlur.Description
|
||||
Settings.InteractiveCameraPostProcessingSettings.ScreenSpaceReflections.Description
|
||||
Tutorial.Welcome.SettingsSnapTurn.Description
|
||||
Tutorial.Welcome.SettingsSmoothTurn.Description
|
||||
Tutorial.Welcome.SettingsPrimaryLeft.Description
|
||||
Tutorial.Welcome.SettingsPrimaryRight.Description
|
||||
Tutorial.Welcome.SettingsHeadDirectionMovement
|
||||
Tutorial.Welcome.SettingsUseHeadDirection
|
||||
Tutorial.Welcome.SettingsUseHeadDirection.Description
|
||||
Tutorial.Welcome.SettingsUseControllerDirection
|
||||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
|
||||
|
|
|
|||
129
Missing/sv.md
129
Missing/sv.md
|
|
@ -861,6 +861,18 @@ Settings.GeneralHapticsSettings.EnableHaptics
|
|||
Settings.GeneralHapticsSettings.EnableHaptics.Description
|
||||
Settings.GeneralVRSettings.UseVRHotswitching
|
||||
Settings.GeneralVRSettings.UseVRHotswitching.Description
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -926,9 +938,12 @@ Settings.AssetGatherSettings.MaxConcurrentDownloads.Description
|
|||
Settings.HostAccessSettings.Entries
|
||||
Settings.HostAccessSettings.Entries.Breadcrumb
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests.Description
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets.Description
|
||||
Settings.HostAccessSettings.Entries.LastHyperlinkRequestReason
|
||||
Settings.HostAccessSettings.Entries.LastWebsocketRequestReason
|
||||
Settings.HostAccessSettings.Entries.Remove
|
||||
Settings.HostAccessSettings.DebugReset
|
||||
Settings.UserRestrictionsSettings.DebugReset
|
||||
Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
||||
|
|
@ -1058,99 +1073,6 @@ LocomotionArchetype.ThreeAxisFly
|
|||
LocomotionArchetype.ZeroG
|
||||
LocomotionSettings.MakePreferred
|
||||
LocomotionSettings.MakeLeastPreferred
|
||||
Settings.Height
|
||||
Settings.Metric
|
||||
Settings.Imperial
|
||||
Settings.OverrideLocale
|
||||
Settings.HideAllTutorials
|
||||
Settings.ShowInteractionHints
|
||||
Settings.PrimaryController
|
||||
Settings.Hotswitching
|
||||
Settings.AllowStrafing
|
||||
Settings.UseHeadDirectionForMovement
|
||||
Settings.SmoothTurn
|
||||
Settings.SmoothTurnExclusiveMode
|
||||
Settings.SmoothTurnSpeed
|
||||
Settings.SnapTurnAngle
|
||||
Settings.NoclipSpeed
|
||||
Settings.SpeedExponent
|
||||
Settings.MoveThreshold
|
||||
Settings.ControllerVibration
|
||||
Settings.Haptics
|
||||
Settings.DisablePhysicalInteractions
|
||||
Settings.EnableGestures
|
||||
Settings.DoubleClickInterval
|
||||
Settings.ResetAllTutorials
|
||||
Settings.PreferSteamNetworking
|
||||
Settings.DisableLAN
|
||||
Settings.LegacyGripEquip
|
||||
Settings.LegacyWorldSwitcher
|
||||
Settings.FetchIncompatibleSessions
|
||||
Settings.DoNotSendReadStatus
|
||||
Settings.MaxConcurrentAssetTransfers
|
||||
Settings.AutosaveScreenshotPath
|
||||
Settings.AutosaveAllScreenshots
|
||||
Settings.DebugInputBinding
|
||||
Settings.LaserSmoothing.Header
|
||||
Settings.LaserSmoothing.Speed
|
||||
Settings.LaserSmoothing.ModulateStartAngle
|
||||
Settings.LaserSmoothing.ModulateEndAngle
|
||||
Settings.LaserSmoothing.ModulateExponent
|
||||
Settings.LaserSmoothing.ModulateSpeedMultiplier
|
||||
Settings.LaserSmoothing.StickThreshold
|
||||
Settings.Laser.ShowInDesktop
|
||||
Settings.LaserSmoothing.Reset
|
||||
Settings.Audio.Header
|
||||
Settings.Audio.Input.Title
|
||||
Settings.Audio.Master
|
||||
Settings.Audio.SoundEffects
|
||||
Settings.Audio.Multimedia
|
||||
Settings.Audio.Voice
|
||||
Settings.Audio.UI
|
||||
Settings.Audio.DisableVoiceNormalization
|
||||
Settings.Audio.NoiseGateThreshold
|
||||
Settings.Audio.NormzliationThreshold
|
||||
Settings.Audio.NoiseSupression
|
||||
Settings.Audio.WhisperVoiceVolume
|
||||
Settings.Audio.InputDevice
|
||||
Settings.Audio.OutputDevice
|
||||
Settings.Audio.SelectInputDevice
|
||||
Settings.Audio.SelectOutputDevice
|
||||
Settings.Audio.TestInput
|
||||
Settings.Audio.TestDescription
|
||||
Settings.Audio.StartTest
|
||||
Settings.Audio.StopTest
|
||||
Settings.Audio.Monitoring
|
||||
Settings.Audio.SystemDefaultOutput
|
||||
Settings.Graphics.DesktopFOV
|
||||
Settings.Locale.Title
|
||||
Settings.Locale.ChangeLanguage
|
||||
Settings.Locale.SelectLanguageHeader
|
||||
Settings.Locale.DefaultLanguage
|
||||
Settings.Save
|
||||
Settings.FullBody.Header
|
||||
Settings.FullBody.FeetPositionSmoothing
|
||||
Settings.FullBody.FeetRotationSmoothing
|
||||
Settings.FullBody.HipsPositionSmoothing
|
||||
Settings.FullBody.HipsRotationSmoothing
|
||||
Settings.Dash.Header
|
||||
Settings.Dash.Curvature
|
||||
Settings.Dash.OpenCloseSpeed
|
||||
Settings.LeapMotion.Name
|
||||
Settings.LeapMotion.Enabled
|
||||
Settings.LeapMotion.HorizontalOffset
|
||||
Settings.LeapMotion.VerticalOffset
|
||||
Settings.LeapMotion.ForwardOffset
|
||||
Settings.LeapMotion.SnapDistance
|
||||
Settings.LeapMotion.UseFingersWhenSnapped
|
||||
Settings.ViveHandTracking.Name
|
||||
Settings.ViveHandTracking.Enabled
|
||||
Settings.ViveHandTracking.SnapDistance
|
||||
Settings.ViveHandTracking.UseFingersWhenSnapped
|
||||
Settings.WindowsIntegration
|
||||
Settings.LinuxIntegration
|
||||
Settings.System.KeepOriginalScreenshotFormat
|
||||
Settings.System.KeepOriginalScreenshotFormat.Description
|
||||
Security.Hyperlink.Title
|
||||
Security.Hyperlink.Warning
|
||||
Security.Hyperlink.Open
|
||||
|
|
@ -1488,14 +1410,27 @@ Tutorial.Welcome.SettingsHeader
|
|||
Tutorial.Welcome.SettingsDescription
|
||||
Tutorial.Welcome.SettingsTurning
|
||||
Tutorial.Welcome.SettingsSnapTurn
|
||||
Tutorial.Welcome.SettingsSnapTurnDescription
|
||||
Tutorial.Welcome.SettingsSnapTurn.Description
|
||||
Tutorial.Welcome.SettingsSmoothTurn
|
||||
Tutorial.Welcome.SettingsSmoothTurnDescription
|
||||
Tutorial.Welcome.SettingsSmoothTurn.Description
|
||||
Tutorial.Welcome.SettingsPrimaryController
|
||||
Tutorial.Welcome.SettingsPrimaryLeft
|
||||
Tutorial.Welcome.SettingsPrimaryLeftDescription
|
||||
Tutorial.Welcome.SettingsPrimaryLeft.Description
|
||||
Tutorial.Welcome.SettingsPrimaryRight
|
||||
Tutorial.Welcome.SettingsPrimaryRightDescription
|
||||
Tutorial.Welcome.SettingsPrimaryRight.Description
|
||||
Tutorial.Welcome.SettingsHeadDirectionMovement
|
||||
Tutorial.Welcome.SettingsUseHeadDirection
|
||||
Tutorial.Welcome.SettingsUseHeadDirection.Description
|
||||
Tutorial.Welcome.SettingsUseControllerDirection
|
||||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
Tutorial.Welcome.SettingsHeight
|
||||
Tutorial.Welcome.SettingsHeightExamples
|
||||
Tutorial.Welcome.StartTutorialHeader
|
||||
|
|
|
|||
|
|
@ -443,6 +443,18 @@ Settings.GeneralHapticsSettings.EnableHaptics
|
|||
Settings.GeneralHapticsSettings.EnableHaptics.Description
|
||||
Settings.GeneralVRSettings.UseVRHotswitching
|
||||
Settings.GeneralVRSettings.UseVRHotswitching.Description
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -508,9 +520,12 @@ Settings.AssetGatherSettings.MaxConcurrentDownloads.Description
|
|||
Settings.HostAccessSettings.Entries
|
||||
Settings.HostAccessSettings.Entries.Breadcrumb
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests.Description
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets.Description
|
||||
Settings.HostAccessSettings.Entries.LastHyperlinkRequestReason
|
||||
Settings.HostAccessSettings.Entries.LastWebsocketRequestReason
|
||||
Settings.HostAccessSettings.Entries.Remove
|
||||
Settings.HostAccessSettings.DebugReset
|
||||
Settings.UserRestrictionsSettings.DebugReset
|
||||
Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
||||
|
|
@ -640,25 +655,6 @@ LocomotionArchetype.ThreeAxisFly
|
|||
LocomotionArchetype.ZeroG
|
||||
LocomotionSettings.MakePreferred
|
||||
LocomotionSettings.MakeLeastPreferred
|
||||
Settings.Hotswitching
|
||||
Settings.Haptics
|
||||
Settings.DisableLAN
|
||||
Settings.DoNotSendReadStatus
|
||||
Settings.MaxConcurrentAssetTransfers
|
||||
Settings.AutosaveScreenshotPath
|
||||
Settings.AutosaveAllScreenshots
|
||||
Settings.DebugInputBinding
|
||||
Settings.Laser.ShowInDesktop
|
||||
Settings.Audio.Input.Title
|
||||
Settings.Audio.Master
|
||||
Settings.Audio.NoiseSupression
|
||||
Settings.Audio.WhisperVoiceVolume
|
||||
Settings.Audio.OutputDevice
|
||||
Settings.Audio.SelectOutputDevice
|
||||
Settings.Audio.SystemDefaultOutput
|
||||
Settings.Graphics.DesktopFOV
|
||||
Settings.Locale.Title
|
||||
Settings.Locale.DefaultLanguage
|
||||
Security.Hyperlink.Title
|
||||
ComponentSelector.Back
|
||||
ComponentSelector.Title
|
||||
|
|
@ -858,14 +854,27 @@ Tutorial.Welcome.SettingsHeader
|
|||
Tutorial.Welcome.SettingsDescription
|
||||
Tutorial.Welcome.SettingsTurning
|
||||
Tutorial.Welcome.SettingsSnapTurn
|
||||
Tutorial.Welcome.SettingsSnapTurnDescription
|
||||
Tutorial.Welcome.SettingsSnapTurn.Description
|
||||
Tutorial.Welcome.SettingsSmoothTurn
|
||||
Tutorial.Welcome.SettingsSmoothTurnDescription
|
||||
Tutorial.Welcome.SettingsSmoothTurn.Description
|
||||
Tutorial.Welcome.SettingsPrimaryController
|
||||
Tutorial.Welcome.SettingsPrimaryLeft
|
||||
Tutorial.Welcome.SettingsPrimaryLeftDescription
|
||||
Tutorial.Welcome.SettingsPrimaryLeft.Description
|
||||
Tutorial.Welcome.SettingsPrimaryRight
|
||||
Tutorial.Welcome.SettingsPrimaryRightDescription
|
||||
Tutorial.Welcome.SettingsPrimaryRight.Description
|
||||
Tutorial.Welcome.SettingsHeadDirectionMovement
|
||||
Tutorial.Welcome.SettingsUseHeadDirection
|
||||
Tutorial.Welcome.SettingsUseHeadDirection.Description
|
||||
Tutorial.Welcome.SettingsUseControllerDirection
|
||||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
Tutorial.Welcome.SettingsHeight
|
||||
Tutorial.Welcome.SettingsHeightExamples
|
||||
Tutorial.Welcome.StartTutorial
|
||||
|
|
|
|||
|
|
@ -160,6 +160,18 @@ Settings.GeneralHapticsSettings.EnableHaptics
|
|||
Settings.GeneralHapticsSettings.EnableHaptics.Description
|
||||
Settings.GeneralVRSettings.UseVRHotswitching
|
||||
Settings.GeneralVRSettings.UseVRHotswitching.Description
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -225,9 +237,12 @@ Settings.AssetGatherSettings.MaxConcurrentDownloads.Description
|
|||
Settings.HostAccessSettings.Entries
|
||||
Settings.HostAccessSettings.Entries.Breadcrumb
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests.Description
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets.Description
|
||||
Settings.HostAccessSettings.Entries.LastHyperlinkRequestReason
|
||||
Settings.HostAccessSettings.Entries.LastWebsocketRequestReason
|
||||
Settings.HostAccessSettings.Entries.Remove
|
||||
Settings.HostAccessSettings.DebugReset
|
||||
Settings.UserRestrictionsSettings.DebugReset
|
||||
Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
||||
|
|
@ -371,6 +386,23 @@ Inspector.SkinnedMesh.SortBlendshapes.Name
|
|||
Inspector.SkinnedMesh.SortBlendshapes.NameLength
|
||||
Inspector.Texture3D.Size
|
||||
Inspector.Texture.ReplaceFromClipboard
|
||||
Tutorial.Welcome.SettingsSnapTurn.Description
|
||||
Tutorial.Welcome.SettingsSmoothTurn.Description
|
||||
Tutorial.Welcome.SettingsPrimaryLeft.Description
|
||||
Tutorial.Welcome.SettingsPrimaryRight.Description
|
||||
Tutorial.Welcome.SettingsHeadDirectionMovement
|
||||
Tutorial.Welcome.SettingsUseHeadDirection
|
||||
Tutorial.Welcome.SettingsUseHeadDirection.Description
|
||||
Tutorial.Welcome.SettingsUseControllerDirection
|
||||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
Tutorial.Teleporter.Error
|
||||
UI.Camera.Automatic
|
||||
UI.Camera.Manual
|
||||
|
|
|
|||
|
|
@ -160,6 +160,18 @@ Settings.GeneralHapticsSettings.EnableHaptics
|
|||
Settings.GeneralHapticsSettings.EnableHaptics.Description
|
||||
Settings.GeneralVRSettings.UseVRHotswitching
|
||||
Settings.GeneralVRSettings.UseVRHotswitching.Description
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HandPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HandRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.FeetPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.FeetRotationSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing
|
||||
Settings.TrackingSmoothingSettings.HipsPositionSmoothing.Description
|
||||
Settings.TrackingSmoothingSettings.HipsRotationSmoothing.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -225,9 +237,12 @@ Settings.AssetGatherSettings.MaxConcurrentDownloads.Description
|
|||
Settings.HostAccessSettings.Entries
|
||||
Settings.HostAccessSettings.Entries.Breadcrumb
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests
|
||||
Settings.HostAccessSettings.Entries.AllowHTTP_Requests.Description
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets
|
||||
Settings.HostAccessSettings.Entries.AllowWebsockets.Description
|
||||
Settings.HostAccessSettings.Entries.LastHyperlinkRequestReason
|
||||
Settings.HostAccessSettings.Entries.LastWebsocketRequestReason
|
||||
Settings.HostAccessSettings.Entries.Remove
|
||||
Settings.HostAccessSettings.DebugReset
|
||||
Settings.UserRestrictionsSettings.DebugReset
|
||||
Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
||||
|
|
@ -371,6 +386,23 @@ Inspector.SkinnedMesh.SortBlendshapes.Name
|
|||
Inspector.SkinnedMesh.SortBlendshapes.NameLength
|
||||
Inspector.Texture3D.Size
|
||||
Inspector.Texture.ReplaceFromClipboard
|
||||
Tutorial.Welcome.SettingsSnapTurn.Description
|
||||
Tutorial.Welcome.SettingsSmoothTurn.Description
|
||||
Tutorial.Welcome.SettingsPrimaryLeft.Description
|
||||
Tutorial.Welcome.SettingsPrimaryRight.Description
|
||||
Tutorial.Welcome.SettingsHeadDirectionMovement
|
||||
Tutorial.Welcome.SettingsUseHeadDirection
|
||||
Tutorial.Welcome.SettingsUseHeadDirection.Description
|
||||
Tutorial.Welcome.SettingsUseControllerDirection
|
||||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
Tutorial.Welcome.SidewaysOff.Description
|
||||
Tutorial.Teleporter.Error
|
||||
UI.Camera.Automatic
|
||||
UI.Camera.Manual
|
||||
|
|
|
|||
42
README.md
42
README.md
|
|
@ -2,29 +2,29 @@
|
|||
This repository contains the locale assets for the core UI of [Resonite](https://resonite.com) and allows anyone to contribute translations. The contents of this repository will be periodically merged with the public build released on Steam (STEAM) and other platforms.
|
||||
|
||||
## Localization Status
|
||||
Czech [cs] - 83.0% - Missing keys: 348
|
||||
German [de] - 94.9% - Missing keys: 104
|
||||
English (United Kingdom) [en-gb] - 2.1% - Missing keys: 2003
|
||||
Czech [cs] - 80.8% - Missing keys: 380
|
||||
German [de] - 93.1% - Missing keys: 136
|
||||
English (United Kingdom) [en-gb] - 2.1% - Missing keys: 1940
|
||||
English [en] - 100.0% - Missing keys: 0
|
||||
Esperanto [eo] - 84.5% - Missing keys: 317
|
||||
Spanish [es] - 81.6% - Missing keys: 377
|
||||
Estonian [et] - 44.5% - Missing keys: 1135
|
||||
Finnish [fi] - 75.7% - Missing keys: 497
|
||||
French [fr] - 85.8% - Missing keys: 290
|
||||
Icelandic [is] - 34.0% - Missing keys: 1350
|
||||
Japanese [ja] - 94.9% - Missing keys: 104
|
||||
Korean [ko] - 94.9% - Missing keys: 104
|
||||
Dutch [nl] - 54.6% - Missing keys: 929
|
||||
Norwegian [no] - 81.3% - Missing keys: 382
|
||||
Polish [pl] - 85.2% - Missing keys: 302
|
||||
Portuguese (Brazil) [pt-br] - 81.3% - Missing keys: 383
|
||||
Russian [ru] - 94.9% - Missing keys: 104
|
||||
Swedish [sv] - 11.7% - Missing keys: 1807
|
||||
Turkish [tr] - 43.3% - Missing keys: 1161
|
||||
Chinese (China) [zh-cn] - 81.6% - Missing keys: 377
|
||||
Chinese (Taiwan) [zh-tw] - 81.6% - Missing keys: 377
|
||||
Esperanto [eo] - 82.4% - Missing keys: 349
|
||||
Spanish [es] - 79.4% - Missing keys: 409
|
||||
Estonian [et] - 41.4% - Missing keys: 1160
|
||||
Finnish [fi] - 73.6% - Missing keys: 523
|
||||
French [fr] - 97.9% - Missing keys: 41
|
||||
Icelandic [is] - 32.1% - Missing keys: 1345
|
||||
Japanese [ja] - 93.1% - Missing keys: 136
|
||||
Korean [ko] - 93.1% - Missing keys: 136
|
||||
Dutch [nl] - 52.0% - Missing keys: 950
|
||||
Norwegian [no] - 79.1% - Missing keys: 414
|
||||
Polish [pl] - 83.1% - Missing keys: 334
|
||||
Portuguese (Brazil) [pt-br] - 79.1% - Missing keys: 415
|
||||
Russian [ru] - 93.1% - Missing keys: 136
|
||||
Swedish [sv] - 12.1% - Missing keys: 1742
|
||||
Turkish [tr] - 40.9% - Missing keys: 1170
|
||||
Chinese (China) [zh-cn] - 79.4% - Missing keys: 409
|
||||
Chinese (Taiwan) [zh-tw] - 79.4% - Missing keys: 409
|
||||
|
||||
Total keys: 2046
|
||||
Total keys: 1981
|
||||
|
||||
## How To Contribute
|
||||
If you'd like to contribute translations, create a fork of the repository, make the changes and **once they are ready** to be merged create a Pull Request, so the contributions can be checked and merged. You don't need to translate everything at once, if you cover part of the UI, the changes can be merged, with more translations coming later.
|
||||
|
|
|
|||
160
en.json
160
en.json
|
|
@ -1283,6 +1283,22 @@
|
|||
"Settings.GeneralVRSettings.UseVRHotswitching": "VR Hotswitching",
|
||||
"Settings.GeneralVRSettings.UseVRHotswitching.Description": "When enabled, you will automatically be switched between VR and desktop mode when you take your VR headset on or off",
|
||||
|
||||
"Settings.TrackingSmoothingSettings.HandPositionSmoothing" : "Hand Position Smoothing",
|
||||
"Settings.TrackingSmoothingSettings.HandRotationSmoothing" : "Hand Rotation Smoothing",
|
||||
"Settings.TrackingSmoothingSettings.HandPositionSmoothing.Description" : "When enabled, this controls how much is the hand position smoothed out. Typically this is helpful for users with tremors and other accessibility issues that cause jitter.",
|
||||
"Settings.TrackingSmoothingSettings.HandRotationSmoothing.Description" : "When enabled, this controls how much is the hand rotation smoothed out. Typically this is helpful for users with tremors and other accessibility issues jitter.",
|
||||
|
||||
"Settings.TrackingSmoothingSettings.FeetPositionSmoothing" : "Feet Position Smoothing",
|
||||
"Settings.TrackingSmoothingSettings.FeetRotationSmoothing" : "Feet Rotation Smoothing",
|
||||
|
||||
"Settings.TrackingSmoothingSettings.FeetPositionSmoothing.Description" : "When enabled, this controls how much is the position of feet smoothed out when using full body tracking. This can be useful to eliminate vibrations and jitter, but it also makes the trackers lag behind more and not respond to rapid motions as well.",
|
||||
"Settings.TrackingSmoothingSettings.FeetRotationSmoothing.Description" : "When enabled, this controls how much is the rotation of feet smoothed out when using full body tracking. This can be useful to eliminate vibrations and jitter, but it also makes the trackers lag behind more and not respond to rapid motions as well.",
|
||||
|
||||
"Settings.TrackingSmoothingSettings.HipsPositionSmoothing" : "Hips Position Smoothing",
|
||||
"Settings.TrackingSmoothingSettings.HipsRotationSmoothing" : "Hips Rotation Smoothing",
|
||||
"Settings.TrackingSmoothingSettings.HipsPositionSmoothing.Description" : "When enabled, this controls how much is the position of hips smoothed out when using full body tracking. This can be useful to eliminate vibrations and jitter, but it also makes the trackers lag behind more and not respond to rapid motions as well.",
|
||||
"Settings.TrackingSmoothingSettings.HipsRotationSmoothing.Description" : "When enabled, this controls how much is the rotation of hips smoothed out when using full body tracking. This can be useful to eliminate vibrations and jitter, but it also makes the trackers lag behind more and not respond to rapid motions as well.",
|
||||
|
||||
"Settings.LeapMotionSettings.LeapMotionEnabled": "Leap motion hand tracking",
|
||||
"Settings.LeapMotionSettings.LeapMotionEnabled.Description": "When enabled, Leap Motion device will be used to track your hands and fingers when present.",
|
||||
"Settings.LeapMotionSettings.Offset": "Hand tracking offset",
|
||||
|
|
@ -1300,7 +1316,7 @@
|
|||
"Settings.ViveHandTrackingSettings.UseFingersWhenSnapped.Description": "When hands are snapped to controllers, this will still pose the fingers using data coming from the VR headset cameras",
|
||||
|
||||
"Settings.UserMetricsSettings.UserHeight": "Height",
|
||||
"Settings.UserMetricsSettings.UserHeight.Description": "This is your real world height, which is used to properly scale your avatar so it fits you well. It is also the height you will be placed at when you enable seated mode.\n\nYou can enter your height by using appropriate units, for example by typing <color=hero.yellow>175 cm</color> or <color=hero.yellow>1.75 m</color> for metric or <color=hero.yellow>5'11\"</color> for imperial.",
|
||||
"Settings.UserMetricsSettings.UserHeight.Description": "This is your real world height, which is used to properly scale your avatar so it fits you well. It is also the height you will be placed at when you enable seated mode.\n\nYou can enter your height by using appropriate units, for example by typing <nobr><color=hero.yellow>175 cm</color></nobr> or <nobr><color=hero.yellow>1.75 m</color></nobr> for metric or <color=hero.yellow>5'11\"</color> for imperial.",
|
||||
|
||||
"Settings.AudioInputDeviceSettings.UseSystemDefault": "Use System Default Input Device",
|
||||
"Settings.AudioInputDeviceSettings.UseSystemDefault.Description": "Enable this to automatically use the input device you have set as default input in your system. If you'd like to override this and use a specific device instead, disable this option and configure the preferred devices below.",
|
||||
|
|
@ -1357,12 +1373,15 @@
|
|||
"Settings.AssetGatherSettings.MaxConcurrentDownloads": "Maximum number of concurrent downloads",
|
||||
"Settings.AssetGatherSettings.MaxConcurrentDownloads.Description": "Use this to control how many assets can be downloaded at the same time. Using bigger value can speed up loading of worlds, but can also overload your network, so use caution when tweaking this value.",
|
||||
|
||||
"Settings.HostAccessSettings.Entries": "Host Access Entries",
|
||||
"Settings.HostAccessSettings.Entries.Breadcrumb": "Host Access Entries",
|
||||
"Settings.HostAccessSettings.Entries": "Manage Host Access Permissions",
|
||||
"Settings.HostAccessSettings.Entries.Breadcrumb": "Host Access Permissions",
|
||||
"Settings.HostAccessSettings.Entries.AllowHTTP_Requests": "Allow HTTP requests",
|
||||
"Settings.HostAccessSettings.Entries.AllowHTTP_Requests.Description": "This indicates if HTTP(s) requests are allowed for this host. These are typically REST API requests to communicate with a third party services.",
|
||||
"Settings.HostAccessSettings.Entries.AllowWebsockets": "Allow websockets",
|
||||
"Settings.HostAccessSettings.Entries.AllowWebsockets.Description": "This indicates of realtime Websocket connections are allowed for this host. These are often used for more realtime bi-directional communications and data streams.",
|
||||
"Settings.HostAccessSettings.Entries.LastHyperlinkRequestReason": "Last hyperlink request reason",
|
||||
"Settings.HostAccessSettings.Entries.LastWebsocketRequestReason": "Last websocket request reason",
|
||||
"Settings.HostAccessSettings.Entries.Remove": "Remove entry (you will be asked again next time)",
|
||||
"Settings.HostAccessSettings.DebugReset": "Reset Host Access Entries",
|
||||
|
||||
"Settings.UserRestrictionsSettings.DebugReset": "Reset User Restrictions",
|
||||
|
|
@ -1515,113 +1534,7 @@
|
|||
|
||||
"LocomotionSettings.MakePreferred": "Make Preferred",
|
||||
"LocomotionSettings.MakeLeastPreferred": "Make Least Preferred",
|
||||
|
||||
"Settings.Height": "My Height:",
|
||||
"Settings.Metric": "Metric (cm)",
|
||||
"Settings.Imperial": "Imperial (ft)",
|
||||
|
||||
"Settings.OverrideLocale": "Override Locale:",
|
||||
"Settings.HideAllTutorials": "Hide All Tutorials",
|
||||
"Settings.ShowInteractionHints": "Show Interaction Hints",
|
||||
"Settings.PrimaryController": "Primary Controller",
|
||||
"Settings.Hotswitching": "VR Hotswitching",
|
||||
"Settings.AllowStrafing": "Allow Strafing",
|
||||
"Settings.UseHeadDirectionForMovement": "Use Head Direction for movement",
|
||||
"Settings.SmoothTurn": "Smooth Turn",
|
||||
"Settings.SmoothTurnExclusiveMode": "Smooth Turn Exclusive Mode",
|
||||
"Settings.SmoothTurnSpeed": "Smooth Turn Speed",
|
||||
"Settings.SnapTurnAngle": "Snap Turn Angle",
|
||||
"Settings.NoclipSpeed": "No-clip Speed",
|
||||
"Settings.SpeedExponent": "Speed Exponent",
|
||||
"Settings.MoveThreshold": "Movement Deadzone",
|
||||
"Settings.ControllerVibration": "Controller Vibration",
|
||||
"Settings.Haptics": "Haptics Feedback",
|
||||
"Settings.DisablePhysicalInteractions": "Disable Physical Interactions",
|
||||
"Settings.EnableGestures": "Enable Gestures",
|
||||
"Settings.DoubleClickInterval": "Double Click Interval",
|
||||
"Settings.ResetAllTutorials": "Reset All Tutorials",
|
||||
"Settings.PreferSteamNetworking": "Prefer Steam Networking Sockets",
|
||||
"Settings.DisableLAN": "Disable LAN",
|
||||
"Settings.LegacyGripEquip": "Enable Legacy Double Grip Equip",
|
||||
"Settings.LegacyWorldSwitcher": "Enable Legacy World Switcher",
|
||||
"Settings.FetchIncompatibleSessions": "Show Incompatible Sessions",
|
||||
"Settings.DoNotSendReadStatus": "Don't send realtime message read status",
|
||||
"Settings.MaxConcurrentAssetTransfers": "Max Concurrent Asset Transfers",
|
||||
"Settings.AutosaveScreenshotPath": "Auto-save screenshot path",
|
||||
"Settings.AutosaveAllScreenshots": "Auto-save ALL screenshots in world",
|
||||
"Settings.DebugInputBinding": "Debug Input Bindings",
|
||||
|
||||
"Settings.LaserSmoothing.Header": "Laser Smoothing",
|
||||
"Settings.LaserSmoothing.Speed": "Smooth Speed",
|
||||
"Settings.LaserSmoothing.ModulateStartAngle": "Modulate Start Angle",
|
||||
"Settings.LaserSmoothing.ModulateEndAngle": "Modulate End Angle",
|
||||
"Settings.LaserSmoothing.ModulateExponent": "Modulate Exponent",
|
||||
"Settings.LaserSmoothing.ModulateSpeedMultiplier": "Modulate Speed Multiplier",
|
||||
"Settings.LaserSmoothing.StickThreshold": "Stick Threshold",
|
||||
"Settings.Laser.ShowInDesktop": "Show Laser in Desktop Mode",
|
||||
"Settings.LaserSmoothing.Reset": "Reset Laser Settings",
|
||||
|
||||
"Settings.Audio.Header": "Audio",
|
||||
"Settings.Audio.Input.Title": "Audio Input Devices",
|
||||
"Settings.Audio.Master": "Master Volume: {n,number,percent}",
|
||||
"Settings.Audio.SoundEffects": "Sound Effects: {n,number,percent}",
|
||||
"Settings.Audio.Multimedia": "Multimedia: {n,number,percent}",
|
||||
"Settings.Audio.Voice": "Voice: {n,number,percent}",
|
||||
"Settings.Audio.UI": "User Interface: {n,number,percent}",
|
||||
"Settings.Audio.DisableVoiceNormalization": "Disable Voice Normalization",
|
||||
"Settings.Audio.NoiseGateThreshold": "Noise Gate Threshold: {n}",
|
||||
"Settings.Audio.NormzliationThreshold": "Normalization Threshold: {n}",
|
||||
"Settings.Audio.NoiseSupression": "Noise Suppression Filter (RNNoise)",
|
||||
"Settings.Audio.WhisperVoiceVolume": "Whisper Voice Volume (outside bubble): {n,number,percent}",
|
||||
"Settings.Audio.InputDevice": "Audio Input Device:",
|
||||
"Settings.Audio.OutputDevice": "Audio Output Device:",
|
||||
"Settings.Audio.SelectInputDevice": "Select Audio Input Device",
|
||||
"Settings.Audio.SelectOutputDevice": "Select Audio Output Device",
|
||||
"Settings.Audio.TestInput": "Test your audio input:",
|
||||
"Settings.Audio.TestDescription": "We'll play the sound from the selected audio device back at you, so you can verify it's correct.",
|
||||
"Settings.Audio.StartTest": "Listen to device\n<size=50%>(check microphone / audio in)</size>",
|
||||
"Settings.Audio.StopTest": "Stop Testing",
|
||||
"Settings.Audio.Monitoring": "Audio Input Monitoring:",
|
||||
"Settings.Audio.SystemDefaultOutput": "Use System Default",
|
||||
|
||||
"Settings.Graphics.DesktopFOV": "Desktop FOV",
|
||||
|
||||
"Settings.Locale.Title": "UI Language",
|
||||
"Settings.Locale.ChangeLanguage": "Change Language",
|
||||
"Settings.Locale.SelectLanguageHeader": "Select your language:",
|
||||
"Settings.Locale.DefaultLanguage": "System Default",
|
||||
|
||||
"Settings.Save": "Save Settings",
|
||||
|
||||
"Settings.FullBody.Header": "Full Body Tracking:",
|
||||
"Settings.FullBody.FeetPositionSmoothing": "Feet Position Smoothing",
|
||||
"Settings.FullBody.FeetRotationSmoothing": "Feet Rotation Smoothing",
|
||||
"Settings.FullBody.HipsPositionSmoothing": "Hips Position Smoothing",
|
||||
"Settings.FullBody.HipsRotationSmoothing": "Hips Rotation Smoothing",
|
||||
|
||||
"Settings.Dash.Header": "Dash",
|
||||
"Settings.Dash.Curvature": "Curvature",
|
||||
"Settings.Dash.OpenCloseSpeed": "Open/Close Speed",
|
||||
|
||||
"Settings.LeapMotion.Name": "Leap Motion",
|
||||
"Settings.LeapMotion.Enabled": "Leap Tracking Enabled",
|
||||
"Settings.LeapMotion.HorizontalOffset": "Horizontal Offset",
|
||||
"Settings.LeapMotion.VerticalOffset": "Vertical Offset",
|
||||
"Settings.LeapMotion.ForwardOffset": "Forward Offset",
|
||||
"Settings.LeapMotion.SnapDistance": "Controller Hand Snap Distance",
|
||||
"Settings.LeapMotion.UseFingersWhenSnapped": "Use Fingers When Snapped",
|
||||
|
||||
"Settings.ViveHandTracking.Name": "Vive Finger Tracking",
|
||||
"Settings.ViveHandTracking.Enabled": "Vive Hand Tracking Enabled",
|
||||
"Settings.ViveHandTracking.SnapDistance": "Vive Hand Tracking Snap Distance",
|
||||
"Settings.ViveHandTracking.UseFingersWhenSnapped": "Use Vive Fingers When Snapped",
|
||||
|
||||
"Settings.WindowsIntegration": "Windows Integration",
|
||||
"Settings.LinuxIntegration": "Linux Integration",
|
||||
|
||||
"Settings.System.KeepOriginalScreenshotFormat": "Keep original screenshot format",
|
||||
"Settings.System.KeepOriginalScreenshotFormat.Description": "When enabled, screenshots won't be converted to JPG when saved into the Documents folder",
|
||||
|
||||
|
||||
"Security.Hyperlink.Title": "External Link",
|
||||
"Security.Hyperlink.Warning": "<b><size=125%>Warning: Outgoing hyperlink</size></b>\nYou've clicked a link in a world. Do you want to open it? This will open in your desktop web browser.",
|
||||
"Security.Hyperlink.Open": "Open",
|
||||
|
|
@ -2016,14 +1929,31 @@
|
|||
"Tutorial.Welcome.SettingsDescription": "You can configure basic motion and user preferences. All of these can be changed at later point.",
|
||||
"Tutorial.Welcome.SettingsTurning": "Turning Style",
|
||||
"Tutorial.Welcome.SettingsSnapTurn": "Snap",
|
||||
"Tutorial.Welcome.SettingsSnapTurnDescription": "Instantly snaps to new angle, ideal for new users",
|
||||
"Tutorial.Welcome.SettingsSnapTurn.Description": "Instantly snaps to new angle, ideal for new users",
|
||||
"Tutorial.Welcome.SettingsSmoothTurn": "Smooth",
|
||||
"Tutorial.Welcome.SettingsSmoothTurnDescription": "Gradually turns, but can cause nausea.",
|
||||
"Tutorial.Welcome.SettingsPrimaryController": "Primary Controller",
|
||||
"Tutorial.Welcome.SettingsSmoothTurn.Description": "Gradually turns, but can cause nausea.",
|
||||
"Tutorial.Welcome.SettingsPrimaryController": "Primary Hand",
|
||||
"Tutorial.Welcome.SettingsPrimaryLeft": "Left",
|
||||
"Tutorial.Welcome.SettingsPrimaryLeftDescription": "<b>Left:</b> Turn, <b>Right:</b> Strafe",
|
||||
"Tutorial.Welcome.SettingsPrimaryLeft.Description": "Left handed",
|
||||
"Tutorial.Welcome.SettingsPrimaryRight": "Right",
|
||||
"Tutorial.Welcome.SettingsPrimaryRightDescription": "<b>Left:</b> Strafe, <b>Right:</b> Turn",
|
||||
"Tutorial.Welcome.SettingsPrimaryRight.Description": "Right handed",
|
||||
|
||||
"Tutorial.Welcome.SettingsHeadDirectionMovement": "Movement Direction",
|
||||
"Tutorial.Welcome.SettingsUseHeadDirection": "Head Direction",
|
||||
"Tutorial.Welcome.SettingsUseHeadDirection.Description": "You will move in the direction you're looking",
|
||||
"Tutorial.Welcome.SettingsUseControllerDirection": "Controller Direction",
|
||||
"Tutorial.Welcome.SettingsUseControllerDirection.Description": "You will move in the direction of your controller",
|
||||
|
||||
"Tutorial.Welcome.LeftControllerMode": "Left Controller Mode",
|
||||
"Tutorial.Welcome.RightControllerMode": "Right Controller Mode",
|
||||
|
||||
"Tutorial.Welcome.SidewaysTurn": "Turning",
|
||||
"Tutorial.Welcome.SidewaysTurn.Description": "Use this controller for turning",
|
||||
"Tutorial.Welcome.SidewaysStrafe": "Strafing",
|
||||
"Tutorial.Welcome.SidewaysStrafe.Description": "Use this controller for strafing",
|
||||
"Tutorial.Welcome.SidewaysOff": "Off",
|
||||
"Tutorial.Welcome.SidewaysOff.Description": "Only forward/backward movement",
|
||||
|
||||
"Tutorial.Welcome.SettingsHeight": "Your height",
|
||||
"Tutorial.Welcome.SettingsHeightExamples": "Examples: 1.85 m, 185 cm, 6' 1\", 6 feet 1 inch",
|
||||
|
||||
|
|
|
|||
335
fr.json
335
fr.json
|
|
@ -1171,6 +1171,341 @@
|
|||
"CameraControl.OBS.Recording.Stop": "Arrêter l'enregistrement",
|
||||
"CameraControl.OBS.Recording.Stopping": "Arrêt de l'enregistrement",
|
||||
|
||||
"Settings.Category.Audio": "Audio",
|
||||
"Settings.Category.Controls": "Contrôles",
|
||||
"Settings.Category.Devices": "Appareils",
|
||||
"Settings.Category.Profile": "Profil",
|
||||
"Settings.Category.Networking": "Réseau",
|
||||
"Settings.Category.Security": "Sécurité",
|
||||
"Settings.Category.Misc": "Divers",
|
||||
"Settings.Category.Privacy": "Confidentialité",
|
||||
"Settings.Category.UserInterface": "Interface utilisateur",
|
||||
"Settings.Category.Graphics": "Graphismes",
|
||||
"Settings.Category.InteractiveCamera": "Caméra",
|
||||
|
||||
"Settings.GeneralControlsSettings": "Contrôles généraux",
|
||||
"Settings.LocomotionSettings": "Locomotion",
|
||||
"Settings.MovementSettings": "Mouvement",
|
||||
"Settings.MouseSettings": "Souris",
|
||||
|
||||
"Settings.GeneralHapticsSettings": "Retours haptiques",
|
||||
"Settings.GeneralVRSettings": "VR",
|
||||
"Settings.LeapMotionSettings": "Leap Motion",
|
||||
"Settings.ViveHandTrackingSettings": "Traquage des mains Vive",
|
||||
"Settings.TrackingSmoothingSettings": "Lissage du traquage",
|
||||
|
||||
"Settings.UserMetricsSettings": "Statistiques utilisateur",
|
||||
|
||||
"Settings.AudioInputDeviceSettings": "Entrée audio",
|
||||
"Settings.AudioOutputDeviceSettings": "Sortie audio",
|
||||
"Settings.AudioVolumeSettings": "Volume",
|
||||
"Settings.AudioAccessibilitySettings": "Accessibilité audio",
|
||||
"Settings.AudioInputFilteringSettings": "Filtre d'entrée",
|
||||
|
||||
"Settings.RealtimeNetworkingSettings": "Réseau au temps réel",
|
||||
"Settings.AssetGatherSettings": "Récolte des assets",
|
||||
|
||||
"Settings.HostAccessSettings": "Accès d'hôtes",
|
||||
"Settings.UserRestrictionsSettings": "Restrictions utilisateur",
|
||||
|
||||
"Settings.WindowsSettings": "Paramètres Windows",
|
||||
"Settings.DebugSettings": "Débug",
|
||||
"Settings.LegacyFeatureSettings": "Fonctionnalités dépréciés",
|
||||
|
||||
"Settings.MessagingPrivacySettings": "Confidentialité de la messagerie",
|
||||
|
||||
"Settings.LocaleSettings": "Langue",
|
||||
"Settings.DashSettings": "Tableau de bord",
|
||||
"Settings.NamePlateSettings": "Noms",
|
||||
"Settings.LaserSettings": "Interaction des lasers",
|
||||
"Settings.DesktopViewSettings": "Vue bureau",
|
||||
"Settings.PhotoCaptureSettings": "Capture de photo",
|
||||
|
||||
"Settings.DesktopRenderSettings": "Options de rendu de bureau",
|
||||
|
||||
"Settings.InteractiveCameraFramingSettings": "Encadrement",
|
||||
"Settings.InteractiveCameraPositioningSettings": "Positionnement",
|
||||
"Settings.InteractiveCameraRenderSettings": "Rendu",
|
||||
"Settings.InteractiveCameraGroupSettings": "Regroupement",
|
||||
"Settings.InteractiveCameraSmoothingSettings": "Lissage",
|
||||
"Settings.InteractiveCameraAnchorSettings": "Ancres",
|
||||
"Settings.InteractiveCameraPhotoSettings": "Photos",
|
||||
"Settings.InteractiveCameraPostProcessingSettings": "Post-traitement",
|
||||
|
||||
"Settings.GeneralControlsSettings.PrimaryHand": "Main dominante",
|
||||
"Settings.GeneralControlsSettings.PrimaryHand.Description": "Votre main dominante. Plusieurs systèmes utilisent cela pour les interactions, par exemple équiper un outil.",
|
||||
"Settings.GeneralControlsSettings.DoubleClickInterval": "Intervalle de double clic",
|
||||
"Settings.GeneralControlsSettings.DoubleClickInterval.Description": "Pour les interactions qui demandent un double clic, cela vous permet de régler le temps entre les deux clics. Si vous avez du mal a double cliquer, essayez d'augmenter cette valeur. Si les doubles clics sont détectés trop facilement, essayez de diminuer cette valeur.",
|
||||
|
||||
"Settings.LocomotionSettings.LocomotionPreferences": "Préférences de locomotion",
|
||||
"Settings.LocomotionSettings.LocomotionPreferences.Breadcrumb": "Préférences de locomotion",
|
||||
|
||||
"Settings.MovementSettings.LeftSidewaysMode": "Manette gauche en mode de mouvement",
|
||||
"Settings.MovementSettings.LeftSidewaysMode.Description": "Utilisé pour déterminer ce que le joystick/pavé tactile sur votre manette gauche fait.",
|
||||
"Settings.MovementSettings.RightSidewaysMode": "Manette droite en mode de mouvement",
|
||||
"Settings.MovementSettings.RightSidewaysMode.Description": "Utilisé pour déterminer ce que le joystick/pavé tactile sur votre manette droite fait.",
|
||||
"Settings.MovementSettings.UseHeadDirectionForMovement": "Utiliser la direction de la tête pour le mouvement",
|
||||
"Settings.MovementSettings.UseHeadDirectionForMovement.Description": "Quand activé, aller en avant va aller dans la direction dans laquelle vous regardez. Si désactivé, la direction de votre main sera dans laquelle vous allez aller.",
|
||||
"Settings.MovementSettings.UseSmoothTurn": "Rotation fluide",
|
||||
"Settings.MovementSettings.UseSmoothTurn.Description": "Vous fait tourner de manière plus fluide. Cela est plus immersif mais peut causer de la nausée. Désactivez pour utiliser le mode de rotation instantané.",
|
||||
"Settings.MovementSettings.SmoothTurnExclusiveMode": "Mode exclusif de rotation fluide",
|
||||
"Settings.MovementSettings.SmoothTurnExclusiveMode.Description": "Quand activé, un joystick ne pourra que vous faire tourner ou vous faire bouger a la fois, pas les deux. Activez ceci si vous tournez accidentellement au lieu de bouger.",
|
||||
"Settings.MovementSettings.SmoothTurnSpeed": "Vitesse de rotation fluide",
|
||||
"Settings.MovementSettings.SmoothTurnSpeed.Description": "Cette option règle la vitesse a laquelle vous allez tourner. Cette valeur est en degrés par seconde, donc une valeur de 360 vous fera faire un tour complet par seconde.",
|
||||
"Settings.MovementSettings.SnapTurnAngle": "Angle de rotation instantanée",
|
||||
"Settings.MovementSettings.SnapTurnAngle.Description": "Un angle (en degrés) qui sera votre angle de rotation instantanée.",
|
||||
"Settings.MovementSettings.NoClipSpeed": "Vitesse de déplacement sans collisions",
|
||||
"Settings.MovementSettings.NoClipSpeed.Description": "Cela contrôle la vitesse de mouvement en utilisant le mode sans collisions. Ce mode de locomotion est généralement utilisé pour construire et tester des mondes.",
|
||||
"Settings.MovementSettings.MovementDeadzone": "Zone morte de mouvement",
|
||||
"Settings.MovementSettings.MovementDeadzone.Description": "Cette option peut être utilisée pour corriger le drift des manettes. Augmenter cette valeur va faire en sorte que vous devez bouger votre joystick plus loin pour bouger.",
|
||||
"Settings.MovementSettings.MovementExponent": "Exposant de mouvement",
|
||||
"Settings.MovementSettings.MovementExponent.Description": "Cette option règle la vitesse a laquelle vous allez accélérer quand vous bougez. Vous pouvez soit commencer doucement et graduellement aller plus vite ou commencer directement a la vitesse maximale.",
|
||||
|
||||
"Settings.MouseSettings.MouseSensitivity": "Sensibilité de la souris",
|
||||
"Settings.MouseSettings.MouseSensitivity.Description": "Sensibilité de la souris pour le mode bureau.",
|
||||
"Settings.MouseSettings.MouseLookSpeed": "Vitesse de regard",
|
||||
"Settings.MouseSettings.MouseLookSpeed.Description": "Ajuste la vitesse des caméras en première ou troisième personne.",
|
||||
"Settings.MouseSettings.MousePanSpeed": "Vitesse de mouvement du monde aligné",
|
||||
"Settings.MouseSettings.MousePanSpeed.Description": "Règle la vitesse de mouvement en mode aligné avec des interfaces.",
|
||||
"Settings.MouseSettings.MouseRotateSpeed": "Vitesse de rotation",
|
||||
"Settings.MouseSettings.MouseRotateSpeed.Description": "Règle la vitesse de rotation d'objets en mode bureau.",
|
||||
"Settings.MouseSettings.MouseFreeformRotateSpeed": "Vitesse de rotation libre",
|
||||
"Settings.MouseSettings.MouseFreeformRotateSpeed.Description": "Règle la vitesse de rotation libre d'objets en mode bureau.",
|
||||
|
||||
"Settings.GeneralHapticsSettings.EnableControllerVibration": "Vibration des manettes",
|
||||
"Settings.GeneralHapticsSettings.EnableControllerVibration.Description": "Active ou désactive la vibration des manettes.",
|
||||
"Settings.GeneralHapticsSettings.EnableHaptics": "Retours haptiques",
|
||||
"Settings.GeneralHapticsSettings.EnableHaptics.Description": "Quand activé, vous pourrez recevoir des retours haptiques d'avatars et d'objets dans le monde.",
|
||||
|
||||
"Settings.GeneralVRSettings.UseVRHotswitching": "Commutation VR automatique",
|
||||
"Settings.GeneralVRSettings.UseVRHotswitching.Description": "Quand activé, vous passerez automatiquement en mode bureau quand vous retirez votre casque VR.",
|
||||
|
||||
"Settings.LeapMotionSettings.LeapMotionEnabled": "Traquage des mains Leap Motion",
|
||||
"Settings.LeapMotionSettings.LeapMotionEnabled.Description": "Quand activé, Leap Motion sera utilisé pour traquer vos mains et doigts.",
|
||||
"Settings.LeapMotionSettings.Offset": "Compensation du traquage des mains",
|
||||
"Settings.LeapMotionSettings.Offset.Description": "Cela est la compensation en mètres du capteur Leap Motion sur votre casque. Changez ces valeurs pour avoir que la position de vos mains soit correcte.",
|
||||
"Settings.LeapMotionSettings.SnapDistance": "Distance d'attachement de la manette",
|
||||
"Settings.LeapMotionSettings.SnapDistance.Description": "Quand vos mains sont dans une certaine distance de vos manettes, elles vont s'attacher a elles et utiliser le traquage de celles-ci. Cette option contrôle a quelle distance cela arrive.",
|
||||
"Settings.LeapMotionSettings.UseFingersWhenSnapped": "Traquer les mains en utilisant les manettes",
|
||||
"Settings.LeapMotionSettings.UseFingersWhenSnapped.Description": "Quand les mains sont attachées a la manette, cela va poser les doigts en suivant les données envoyées par le Leap Motion.",
|
||||
|
||||
"Settings.ViveHandTrackingSettings.ViveHandTrackingEnabled": "Traquage de main Vive",
|
||||
"Settings.ViveHandTrackingSettings.ViveHandTrackingEnabled.Description": "Quand activé, vos mains et doigts seront traqués par le traquage de main Vive. Cela utilise typiquement les caméras sur le casque VR. Il se peut que vous ayez à activer le traquage des mains dans SteamVR.",
|
||||
"Settings.ViveHandTrackingSettings.SnapDistance": "Distance d'attachement de la manette",
|
||||
"Settings.ViveHandTrackingSettings.SnapDistance.Description": "Quand vos mains sont dans une certaine distance de vos manettes, elles vont s'attacher a elles et utiliser le traquage de celles-ci. Cette option contrôle a quelle distance cela arrive.",
|
||||
"Settings.ViveHandTrackingSettings.UseFingersWhenSnapped": "Traquer les mains en utilisant les manettes",
|
||||
"Settings.ViveHandTrackingSettings.UseFingersWhenSnapped.Description": "Quand les mains sont attachées a la manette, cela va poser les doigts en suivant les données envoyées par Vive.",
|
||||
|
||||
"Settings.UserMetricsSettings.UserHeight": "Taille",
|
||||
"Settings.UserMetricsSettings.UserHeight.Description": "Votre taille dans la vraie vie qui est utilisée pour mettre a l'échelle correctement votre avatar. Cela est aussi la taille a laquelle vous serez en mode assis.\n\nVous pouvez entrer votre taille avec différentes unités, par exemple <color=hero.yellow>175 cm</color> ou <color=hero.yellow>1.75m</color> pour le système métrique, ou <color=hero.yellow>5'11\"</color> pour le système impérial.",
|
||||
|
||||
"Settings.AudioInputDeviceSettings.UseSystemDefault": "Utiliser le périphérique audio par défaut",
|
||||
"Settings.AudioInputDeviceSettings.UseSystemDefault.Description": "Activez cette option pour utiliser automatiquement le périphérique audio par défaut de votre système. Si vous voulez en utiliser un customisé, désactivez cette option et utilisez les réglages ci-dessous.",
|
||||
"Settings.AudioInputDeviceSettings.DevicePriorities": "Périphériques d'entrée audio",
|
||||
"Settings.AudioInputDeviceSettings.DevicePriorities.Breadcrumb": "Périphériques d'entrée audio",
|
||||
"Settings.AudioInputDeviceSettings.SetAsDefault": "Définir comme défaut",
|
||||
|
||||
"Settings.AudioVolumeSettings.MasterVolume": "Volume principal",
|
||||
"Settings.AudioVolumeSettings.MasterVolume.Description": "Règle le volume de tout. Réglez cette option si tout est trop fort ou faible.",
|
||||
"Settings.AudioVolumeSettings.SoundEffectVolume": "Volume des effets sonores",
|
||||
"Settings.AudioVolumeSettings.SoundEffectVolume.Description": "Ajuste le volume des effets sonores. Généralement cela concerne les objets.",
|
||||
"Settings.AudioVolumeSettings.MultimediaVolume": "Volume multimédia",
|
||||
"Settings.AudioVolumeSettings.MultimediaVolume.Description": "Ajuste le module des multimédias comme la musique et lecteurs vidéos.",
|
||||
"Settings.AudioVolumeSettings.VoiceVolume": "Volume de voix",
|
||||
"Settings.AudioVolumeSettings.VoiceVolume.Description": "Ajuste le volume des voix des autres utilisateurs.",
|
||||
"Settings.AudioVolumeSettings.UserInterfaceVolume": "Volume de l'interface",
|
||||
"Settings.AudioVolumeSettings.UserInterfaceVolume.Description": "Ajuste le volume des effets sonores de l'interface.",
|
||||
|
||||
"Settings.AudioAccessibilitySettings.WhisperVolume": "Volume du mode chuchotement",
|
||||
"Settings.AudioAccessibilitySettings.WhisperVolume.Description": "Ajuste le volume des sons a l’extérieur de la sphère de chuchotement.",
|
||||
"Settings.AudioAccessibilitySettings.VoiceMessageVolume": "Volume des messages vocaux",
|
||||
"Settings.AudioAccessibilitySettings.VoiceMessageVolume.Description": "Ajuste le volume des sons ambiants quand vous enregistrez un message vocal.",
|
||||
|
||||
"Settings.AudioInputFilteringSettings.UseVoiceNormalization": "Normalisation de la voix",
|
||||
"Settings.AudioInputFilteringSettings.UseVoiceNormalization.Description": "Cette fonctionnalité va faire en sorte que votre voix soit a un niveau uniforme. Cela fait en sorte que votre volume soit le même que les autres utilisateurs, quelque soit vos options de microphone. Il est vivement recommandé de garder cette option activée pour que vous soyez entendu correctement par les autres utilisateurs.",
|
||||
"Settings.AudioInputFilteringSettings.NoiseGateThreshold": "Seuil de la noise gate",
|
||||
"Settings.AudioInputFilteringSettings.NoiseGateThreshold.Description": "Le noise gate évite que des bruits de fond soient transmis aux autres utilisateurs. Cette option définis quand de l'audio doit être transmis. Si vous avez trop de bruit, augmentez la valeur, si votre voix ne peut pas être entendue, réduisez la valeur.",
|
||||
"Settings.AudioInputFilteringSettings.NoiseGateAttack": "Attaque de la noise gate",
|
||||
"Settings.AudioInputFilteringSettings.NoiseGateAttack.Description": "Cette option règle la vitesse a laquelle la noise gate va réagir a de l'audio trop faible.",
|
||||
"Settings.AudioInputFilteringSettings.NoiseGateHold": "Maintien de la noise gate",
|
||||
"Settings.AudioInputFilteringSettings.NoiseGateHold.Description": "Cette option contrôle pour combien de temps le volume ajusté reste après avoir été détecté.",
|
||||
"Settings.AudioInputFilteringSettings.NoiseGateRelease": "Libération de la noise gate",
|
||||
"Settings.AudioInputFilteringSettings.NoiseGateRelease.Description": "Cette option contrôle quand la noise gate se referme après que l'audio soit faible.",
|
||||
|
||||
"Settings.AudioInputFilteringSettings.NormalizationThreshold": "Seuil de normalisation",
|
||||
"Settings.AudioInputFilteringSettings.NormalizationThreshold.Description": "Utiliser cette option va définir a quel point l'audio entrant sera amplifié. Si votre voix est trop faible et non amplifiée, réduisez la valeur. Si du bruit est amplifié, augmentez la valeur.",
|
||||
|
||||
"Settings.AudioInputFilteringSettings.UseNoiseSuppression": "Supression de bruit (RNNoise)",
|
||||
"Settings.AudioInputFilteringSettings.UseNoiseSuppression.Description": "Cette fonctionnalité retire les bruits et autres sons indésirables de votre audio. Nous recommandons vivement de laisser option activée.",
|
||||
|
||||
"Settings.RealtimeNetworkingSettings.DisableLAN": "Désactiver LAN",
|
||||
"Settings.RealtimeNetworkingSettings.DisableLAN.Description": "Désactive les fonctionnalités de réseau spécifique aux réseaux locaux comme annoncer vos sessions sur le réseau local ou écouter pour ces mêmes sessions sur le réseau local.",
|
||||
"Settings.RealtimeNetworkingSettings.PreferSteamNetworking": "Préférer steam networking sockets",
|
||||
"Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description": "Quand activé, vous vous connecterez aux sessions via le protocole Steam Networking Sockets si possible. Cela peut aider dans les cas ou le protocole LNL est problématique. Malheureusement ce protocole manque certaines fonctionnalités ce qui peut amener quelques problèmes en amont, nous recommandons donc de ne l'activer que si vous avez des problèmes avec les autres protocoles.",
|
||||
|
||||
"Settings.AssetGatherSettings.MaxConcurrentAssetTransfers": "Nombre maximum de transferts d'assets concurrents",
|
||||
|
||||
"Settings.AssetGatherSettings.MaxConcurrentDownloads": "Nombre maximum de téléchargements concurrents",
|
||||
|
||||
"Settings.HostAccessSettings.Entries": "Entrées d'accès d'hôte",
|
||||
"Settings.HostAccessSettings.Entries.Breadcrumb": "Entrées d'accès d'hôte",
|
||||
"Settings.HostAccessSettings.Entries.AllowHTTP_Requests": "Autoriser les requêtes HTTP",
|
||||
"Settings.HostAccessSettings.Entries.AllowWebsockets": "Autoriser les websockets",
|
||||
"Settings.HostAccessSettings.Entries.LastHyperlinkRequestReason": "Raison de la dernière requête HTTP",
|
||||
"Settings.HostAccessSettings.Entries.LastWebsocketRequestReason": "Raison de la dernière requête websocket",
|
||||
"Settings.HostAccessSettings.DebugReset": "Réinitialiser les accès d'hôtes",
|
||||
|
||||
"Settings.UserRestrictionsSettings.DebugReset": "Réinitialiser les restrictions utilisateur",
|
||||
|
||||
"Settings.WindowsSettings.KeepOriginalScreenshotFormat": "Garder le format original des captures d'écran",
|
||||
"Settings.WindowsSettings.KeepOriginalScreenshotFormat.Description": "Utilisez cette option pour éviter de convertir les captures d'écran au format PNG ou JPEG quand vous les sauvegardez dans le dossier Images de Windows. Cela peut les rendre difficile a utiliser car certaines applications ne peuvent pas ouvrir le format.",
|
||||
|
||||
"Settings.DebugSettings.DebugInputBindings": "Déboguer les entrées",
|
||||
"Settings.DebugSettings.DebugInputBindings.Description": "Quand activé, vous allez voir des informations concernant le système d'entrées. Cela est utile pour les développeurs.",
|
||||
"Settings.DebugSettings.FetchIncompatibleSessions": "Montrer les sessions incompatibles",
|
||||
"Settings.DebugSettings.FetchIncompatibleSessions.Description": "Quand activé, vous verrez les sessions qui ne sont pas compatible avec votre version de client. Notez que vous ne pourrez pas rejoindre ces sessions.",
|
||||
|
||||
"Settings.LegacyFeatureSettings.UseLegacyGripEquip": "Double-presser grip pour équiper un objet",
|
||||
"Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description": "Quand activé, vous pourrez équiper des objets et gadgets en pressant grip en rapide succession. Cette option va probablement être retirée a un certain point.",
|
||||
"Settings.LegacyFeatureSettings.UseLegacyWorldSwitcher": "Utiliser l'ancien commutateur de mondes",
|
||||
"Settings.LegacyFeatureSettings.UseLegacyWorldSwitcher.Description": "Quand activé, le bouton d'application sur votre manette non primaire ouvrira un ancien commutateur de mondes. Cette option sera remplacée par une plus flexible dans le futur.",
|
||||
|
||||
"Settings.MessagingPrivacySettings.DoNotSendReadStatus": "Ne pas envoyer les accusés de lecture",
|
||||
"Settings.MessagingPrivacySettings.DoNotSendReadStatus.Description": "Quand activé, les autres ne pourront pas voir quand vous avez lu leurs messages. Vous ne pourrez pas non plus voir quand ils auront lu les votres.",
|
||||
|
||||
"Settings.LocaleSettings.CultureLocaleCode": "Code de langue de culture",
|
||||
"Settings.LocaleSettings.CultureLocaleCode.Description": "Quand défini, cela utilise une culture différente, ce qui affecte le formatage des nombres et autres quantités. Généralement votre culture par défaut sera cette de votre langue mais vous pouvez mélanger et assortir les langues et cultures. Par exemple, utiliser le Français avec une culture nord-américaine.",
|
||||
"Settings.LocaleSettings.UseImperialUnits": "Utiliser les unités impériales",
|
||||
"Settings.LocaleSettings.UseImperialUnits.Description": "Quand activé, les quantités seront en unités impériales. Utile si vous venez des USA, Royaume-Uni, Liberia ou Myanmar.",
|
||||
"Settings.LocaleSettings.AvailableLocales": "Langues disponibles",
|
||||
"Settings.LocaleSettings.AvailableLocales.Breadcrumb": "Langues",
|
||||
|
||||
"Settings.DashSettings.DashCurvature": "Curvature",
|
||||
"Settings.DashSettings.DashCurvature.Description": "Cette option contrôle la curvature du panneau de contrôle en VR. 0 le rend plat.",
|
||||
"Settings.DashSettings.OpenCloseSpeed": "Vitesse d'ouverture/de fermeture",
|
||||
"Settings.DashSettings.OpenCloseSpeed.Description": "Cette option règle la vitesse d'ouverture et de fermeture du panneau de contrôle. Si vous n'aimez pas l'animation, définissez la valeur très haute pour rendre l'animation instantanée.",
|
||||
|
||||
"Settings.NamePlateSettings.NameplateVisibility": "Visibilité des noms",
|
||||
"Settings.NamePlateSettings.NameplateVisibility.Description": "Cette option permet de régler quels noms sont visibles pour vous.",
|
||||
"Settings.NamePlateSettings.UseCustomNameplates": "Montrer les noms customisés",
|
||||
"Settings.NamePlateSettings.UseCustomNameplates.Description": "Certains noms sont difficiles a lire ou cachés. Si vous avez besoin de voir le nom de quelqu'un ou ses badges, utilisez cette option pour montrer les noms par défaut.",
|
||||
|
||||
"Settings.LaserSettings.SmoothSpeed": "Vitesse de lissage de laser",
|
||||
"Settings.LaserSettings.SmoothSpeed.Description": "Définis la vitesse a laquelle les lasers répondent a vos mouvements. Une valeur faible sera plus lente mais filtrera mieux le bruit alors qu'une valeur plus élevée sera plus rapide mais est sujet à des tremblements.",
|
||||
"Settings.LaserSettings.ModulateStartAngle": "Moduler l'angle de départ",
|
||||
"Settings.LaserSettings.ModulateStartAngle.Description": "L'angle auquel le lissage de laser démarre.",
|
||||
"Settings.LaserSettings.ModulateEndAngle": "Moduler l'angle d'arrivée",
|
||||
"Settings.LaserSettings.ModulateEndAngle.Description": "L'angle auquel le lissage de laser s'arrête.",
|
||||
"Settings.LaserSettings.ModulateExponent": "Moduler l'exponentiel",
|
||||
"Settings.LaserSettings.ModulateExponent.Description": "Contrôle la courbe de modulation de l'angle de départ et d'arrêt.",
|
||||
"Settings.LaserSettings.ModulateSpeedMultiplier": "Moduler le multiplicateur de vitesse",
|
||||
"Settings.LaserSettings.ModulateSpeedMultiplier.Description": "La vitesse du lissage de laser est multipliée par cette valeur une fois que vous avez atteint l'angle d'arrivée. Augmenter cette valeur fera en sorte que votre laser soit plus rapide a bouger avec votre main. La baisser fera bouger le laser plus doucement.",
|
||||
"Settings.LaserSettings.StickThreshold": "Adhérence du laser",
|
||||
"Settings.LaserSettings.StickThreshold.Description": "Contrôle l'adhérence du laser aux objets. 0 retire l'adhérence.",
|
||||
"Settings.LaserSettings.ShowInDesktop": "Montrer les lasers en mode bureau",
|
||||
"Settings.LaserSettings.ShowInDesktop.Description": "Quand activé, les lasers seront visibles en mode bureau a la première personne.",
|
||||
|
||||
"Settings.DesktopViewSettings.FollowCursor": "Suivre le curseur",
|
||||
"Settings.DesktopViewSettings.FollowCursor.Description": "Quand activé, la vue bureau montrera l'écran sur lequel votre curseur est automatiquement.",
|
||||
"Settings.DesktopViewSettings.Brightness": "Luminosité",
|
||||
"Settings.DesktopViewSettings.Brightness.Description": "Règle la luminosité de la vue bureau.",
|
||||
"Settings.DesktopViewSettings.Opacity": "Opacité",
|
||||
"Settings.DesktopViewSettings.Opacity.Description": "Diminuez cette valeur pour rendre la vue bureau transparente.",
|
||||
|
||||
"Settings.PhotoCaptureSettings.FingerGestureEnabled": "Geste de photo avec les doigts",
|
||||
"Settings.PhotoCaptureSettings.FingerGestureEnabled.Description": "Quand activé, vous pouvez prendre une photo rapidement dans un monde en faisant un geste de photo.",
|
||||
"Settings.PhotoCaptureSettings.NormalCaptureResolution": "Résolution de la photo",
|
||||
"Settings.PhotoCaptureSettings.NormalCaptureResolution.Description": "Définis la résolution des photos prises normalement avec le geste.",
|
||||
"Settings.PhotoCaptureSettings.TimerCaptureResolution": "Résolution de la photo avec délais",
|
||||
"Settings.PhotoCaptureSettings.TimerCaptureResolution.Description": "Définis la résolution des photos avec le délais, prises avec le geste.",
|
||||
"Settings.PhotoCaptureSettings.TimerSeconds": "Durée de délais",
|
||||
"Settings.PhotoCaptureSettings.TimerSeconds.Description": "Durée du délais en secondes.",
|
||||
"Settings.PhotoCaptureSettings.CaptureStereo": "Capturer des photo stéréoscopiques",
|
||||
"Settings.PhotoCaptureSettings.CaptureStereo.Description": "Capture les photos en mode stéréoscopique. Cela est utile pour les voir en VR.",
|
||||
"Settings.PhotoCaptureSettings.PhotoAutosavePath": "Chemin de sauvegarde automatique",
|
||||
"Settings.PhotoCaptureSettings.PhotoAutosavePath.Description": "Quand vous prenez ou sauvegardez une photo, cela va la sauvegarder dans ce chemin dans votre inventaire. Par exemple: <color=hero.yellow>Photos/%year%/%month_name%</color>.\n\nLes variables suivantes sont disponibles: \n\n<size=75%>%second%, %minute%, %hour%, %day%, %month%, %year%, %day_name%, %day_name_en%, %month_name%, %month_name_en%, %session_second%, %session_minute%, %session_hour%, %session_day%, %session_month%, %session_year%, %session_day_name%, %session_day_name_en%, %session_month_name%, %session_month_name_en%, %location_name%, %app_version%</size>",
|
||||
|
||||
"Settings.DesktopRenderSettings.FieldOfView": "Champ de vision",
|
||||
"Settings.DesktopRenderSettings.FieldOfView.Description": "Définis le champ de vision en mode bureau.",
|
||||
|
||||
"Settings.InteractiveCameraFramingSettings.PositioningMode": "Mode de positionnement",
|
||||
"Settings.InteractiveCameraFramingSettings.PositioningMode.Description": "Définis comme la caméra interactive est positionnée dans le monde.",
|
||||
"Settings.InteractiveCameraFramingSettings.FieldOfView": "Champ de vision",
|
||||
"Settings.InteractiveCameraFramingSettings.FieldOfView.Description": "Définis le champ de vision de la caméra interactive.",
|
||||
"Settings.InteractiveCameraFramingSettings.AnglePosition": "Angle",
|
||||
"Settings.InteractiveCameraFramingSettings.AnglePosition.Description": "Dans le mode groupe ou troisième personne, cela contrôle l'angle de rotation autours du sujet.",
|
||||
"Settings.InteractiveCameraFramingSettings.Distance": "Distance",
|
||||
"Settings.InteractiveCameraFramingSettings.Distance.Description": "Dans le mode groupe ou troisième personne, cela définis la distance à laquelle la caméra se situe.",
|
||||
"Settings.InteractiveCameraFramingSettings.HeightOffset": "Compensation de taille",
|
||||
"Settings.InteractiveCameraFramingSettings.HeightOffset.Description": "Dans le mode groupe ou troisième personne, vous laisse ajuster la taille relative au groupe ou sujet.",
|
||||
"Settings.InteractiveCameraFramingSettings.FirstPersonPitch": "Angle de pitch à la première personne",
|
||||
"Settings.InteractiveCameraFramingSettings.FirstPersonPitch.Description": "Dans le mode première personne, vous permet de faire regarder la caméra en haut et en bas.",
|
||||
"Settings.InteractiveCameraFramingSettings.FirstPersonRoll": "Angle de roulis à la première personne",
|
||||
"Settings.InteractiveCameraFramingSettings.FirstPersonRoll.Description": "Dans le mode première personne, vous permet de faire tourner la caméra a droite et gauche.",
|
||||
"Settings.InteractiveCameraFramingSettings.FirstPersonOffset": "Compensation de la première personne",
|
||||
"Settings.InteractiveCameraFramingSettings.FirstPersonOffset.Description": "Dans le mode première personne, vous laisse ajuster la position de la caméra relative a vos yeux. Cela peut être utile si la géométrie de votre avatar est visible sur la caméra.",
|
||||
"Settings.InteractiveCameraFramingSettings.FramingViewportPosition": "Position de la fenêtre de cadrage",
|
||||
"Settings.InteractiveCameraFramingSettings.FramingViewportPosition.Description": "Va tenter de garder la tête du sujet dans les coordonnées données.",
|
||||
"Settings.InteractiveCameraFramingSettings.AimInFrontOfHead": "Viser devant la tête",
|
||||
"Settings.InteractiveCameraFramingSettings.AimInFrontOfHead.Description": "Quand activé, la caméra va viser devant les yeux du sujet.",
|
||||
|
||||
"Settings.InteractiveCameraPositioningSettings.AvoidOcclusion": "Éviter l'occlusion",
|
||||
"Settings.InteractiveCameraPositioningSettings.AvoidOcclusion.Description": "Activer cette option fera bouger la caméra pour éviter qu'elle soit cachée par de la géométrie du monde.",
|
||||
"Settings.InteractiveCameraPositioningSettings.KeepInWorldSpace": "Garder dans le monde",
|
||||
"Settings.InteractiveCameraPositioningSettings.KeepInWorldSpace.Description": "Montre la caméra a tout le monde dans le monde.",
|
||||
"Settings.InteractiveCameraPositioningSettings.MovementWobble": "Oscillation",
|
||||
"Settings.InteractiveCameraPositioningSettings.MovementWobble.Description": "Ajoute un mouvement au hasard de la caméra. Cela rend l'image moins statique.",
|
||||
|
||||
"Settings.InteractiveCameraRenderSettings.HideAllBadges": "Cacher les badges",
|
||||
"Settings.InteractiveCameraRenderSettings.HideAllBadges.Description": "Cache tous les badges a la caméra.",
|
||||
"Settings.InteractiveCameraRenderSettings.HideAllLasers": "Cacher les lasers",
|
||||
"Settings.InteractiveCameraRenderSettings.HideAllLasers.Description": "Cache tous les lasers a la caméra.",
|
||||
"Settings.InteractiveCameraRenderSettings.ForceEyesOnCamera": "Yeux toujours sur la caméra",
|
||||
"Settings.InteractiveCameraRenderSettings.ForceEyesOnCamera.Description": "Fait en sorte que les yeux regardent la caméra plus souvent.",
|
||||
|
||||
"Settings.InteractiveCameraGroupSettings.GroupDetectionRadius": "Rayon de détection de groupe",
|
||||
"Settings.InteractiveCameraGroupSettings.GroupDetectionRadius.Description": "Tous les utilisateurs dans ce rayon seront dans le groupe de la caméra.",
|
||||
"Settings.InteractiveCameraGroupSettings.GroupLeaveBoundary": "Limite du groupe",
|
||||
"Settings.InteractiveCameraGroupSettings.GroupLeaveBoundary.Description": "La distance a laquelle un utilisateur est exclus du groupe.",
|
||||
|
||||
"Settings.InteractiveCameraSmoothingSettings.PositionSmoothSpeed": "Vitesse de lissage de la position",
|
||||
"Settings.InteractiveCameraSmoothingSettings.PositionSmoothSpeed.Description": "Définis la vitesse a laquelle la caméra bougera vers la position cible.",
|
||||
"Settings.InteractiveCameraSmoothingSettings.AngleSmoothSpeed": "Vitesse de lissage de l'angle",
|
||||
"Settings.InteractiveCameraSmoothingSettings.AngleSmoothSpeed.Description": "Définis la vitesse a laquelle la caméra réponds aux changements d'angles.",
|
||||
"Settings.InteractiveCameraSmoothingSettings.FramingSmoothSpeed": "Vitesse de lissage de l'encadrement",
|
||||
"Settings.InteractiveCameraSmoothingSettings.FramingSmoothSpeed.Description": "Contrôle la vitesse d'ajustement du sujet dans le cadre.",
|
||||
|
||||
"Settings.InteractiveCameraAnchorSettings.InterpolateBetweenAnchors": "Interpoler entre les ancrages",
|
||||
"Settings.InteractiveCameraAnchorSettings.InterpolateBetweenAnchors.Description": "Quand activé, la caméra aura une interpolation entre les ancrages.",
|
||||
"Settings.InteractiveCameraAnchorSettings.AnchorInterpolationSpeed": "Vitesse d'interpolation",
|
||||
"Settings.InteractiveCameraAnchorSettings.AnchorInterpolationSpeed.Description": "Définis la vitesse d'interpolation entre les ancrages.",
|
||||
"Settings.InteractiveCameraAnchorSettings.UseLinearInterpolation": "Utiliser l'interpolation linéaire",
|
||||
"Settings.InteractiveCameraAnchorSettings.UseLinearInterpolation.Description": "Activez cette option pour avoir une interpolation linéaire a la place du mouvement lisse. L'interpolation a une vitesse constante.",
|
||||
|
||||
"Settings.InteractiveCameraPhotoSettings.SpawnPhotoInWorld": "Matérialiser les photos dans le monde",
|
||||
"Settings.InteractiveCameraPhotoSettings.SpawnPhotoInWorld.Description": "Activez cette option pour que les photos que vous prenez apparaissent dans le monde. Si désactivé, les photos seront sauvegardées dans votre dossier Images et dans votre inventaire (si activé).",
|
||||
|
||||
"Settings.InteractiveCameraPostProcessingSettings.MotionBlur": "Flou de motion",
|
||||
"Settings.InteractiveCameraPostProcessingSettings.MotionBlur.Description": "Active ou désactive le flou de motion à la caméra.",
|
||||
"Settings.InteractiveCameraPostProcessingSettings.ScreenSpaceReflections": "Réflexions dans l'espace",
|
||||
"Settings.InteractiveCameraPostProcessingSettings.ScreenSpaceReflections.Description": "Est-ce que la caméra doit utiliser les réflexions dans l'espace. Cela peut rendre les réflexions plus jolies dans certains contextes.",
|
||||
|
||||
"Settings.DescriptionField.NoTextTitle": "Plus d'informations",
|
||||
"Settings.DescriptionField.NoTextDescription": "<i><alpha=#77>Survolez le paramètre pour voir sa description.</closeall>",
|
||||
|
||||
"LocomotionArchetype.Walk": "Marche",
|
||||
"LocomotionArchetype.Fly": "Vol",
|
||||
"LocomotionArchetype.NoClip": "Sans collisions",
|
||||
"LocomotionArchetype.Teleport": "Téléportation",
|
||||
"LocomotionArchetype.GrabWorld": "Attrapper le monde",
|
||||
"LocomotionArchetype.NoLocomotion": "Pas de locomotion",
|
||||
"LocomotionArchetype.ThreeAxisNoClip": "Sans collisions trois axes",
|
||||
"LocomotionArchetype.ThreeAxisFly": "Vol trois axes",
|
||||
"LocomotionArchetype.ZeroG": "Zéro gravité",
|
||||
|
||||
"LocomotionSettings.MakePreferred": "Définir en tant que défaut",
|
||||
"LocomotionSettings.MakeLeastPreferred": "Mettre en dernier",
|
||||
|
||||
"Settings.Height": "Ma taille:",
|
||||
"Settings.Metric": "Métrique (cm)",
|
||||
"Settings.Imperial": "Impérial (ft)",
|
||||
|
|
|
|||
94
ja.json
94
ja.json
|
|
@ -1203,7 +1203,7 @@
|
|||
"Settings.AudioInputFilteringSettings": "入力フィルター",
|
||||
|
||||
"Settings.RealtimeNetworkingSettings": "リアルタイムネットワーキング",
|
||||
"Settings.AssetGatherSettings": "アセットギャザー",
|
||||
"Settings.AssetGatherSettings": "アセットの読み込み",
|
||||
|
||||
"Settings.HostAccessSettings": "ホストアクセス",
|
||||
"Settings.UserRestrictionsSettings": "ユーザー制限",
|
||||
|
|
@ -1218,10 +1218,10 @@
|
|||
"Settings.DashSettings": "ダッシュボード",
|
||||
"Settings.NamePlateSettings": "ネームプレート",
|
||||
"Settings.LaserSettings": "レーザー",
|
||||
"Settings.DesktopViewSettings": "デスクトップの表示",
|
||||
"Settings.DesktopViewSettings": "デスクトップ画面の表示",
|
||||
"Settings.PhotoCaptureSettings": "スクリーンショット",
|
||||
|
||||
"Settings.DesktopRenderSettings": "デスクトップのレンダリング設定",
|
||||
"Settings.DesktopRenderSettings": "デスクトップモード",
|
||||
|
||||
"Settings.InteractiveCameraFramingSettings": "フレーム",
|
||||
"Settings.InteractiveCameraPositioningSettings": "ポジション",
|
||||
|
|
@ -1235,32 +1235,32 @@
|
|||
"Settings.GeneralControlsSettings.PrimaryHand": "利き手",
|
||||
"Settings.GeneralControlsSettings.DoubleClickInterval": "ダブルクリックの間隔",
|
||||
|
||||
"Settings.LocomotionSettings.LocomotionPreferences": "ロコモーション設定",
|
||||
"Settings.LocomotionSettings.LocomotionPreferences.Breadcrumb": "ロコモーションの優先度",
|
||||
"Settings.LocomotionSettings.LocomotionPreferences": "ロコモーション優先度の設定",
|
||||
"Settings.LocomotionSettings.LocomotionPreferences.Breadcrumb": "ロコモーション優先度の設定",
|
||||
|
||||
"Settings.MovementSettings.LeftSidewaysMode": "左コントローラーで移動",
|
||||
"Settings.MovementSettings.RightSidewaysMode": "右コントローラーで移動",
|
||||
"Settings.MovementSettings.UseHeadDirectionForMovement": "頭の向きに移動",
|
||||
"Settings.MovementSettings.UseSmoothTurn": "スムーズターン",
|
||||
"Settings.MovementSettings.LeftSidewaysMode": "左コントローラーでの移動方法",
|
||||
"Settings.MovementSettings.RightSidewaysMode": "右コントローラーでの移動方法",
|
||||
"Settings.MovementSettings.UseHeadDirectionForMovement": "頭の向きに移動する",
|
||||
"Settings.MovementSettings.UseSmoothTurn": "スムーズターンを使用する",
|
||||
"Settings.MovementSettings.SmoothTurnExclusiveMode": "スムーズターン専用モード",
|
||||
"Settings.MovementSettings.SmoothTurnSpeed": "スムーズターンの速度",
|
||||
"Settings.MovementSettings.SnapTurnAngle": "スナップターンの角度",
|
||||
"Settings.MovementSettings.NoClipSpeed": "ノークリップの速度",
|
||||
"Settings.MovementSettings.SmoothTurnSpeed": "スムーズターンの回転速度",
|
||||
"Settings.MovementSettings.SnapTurnAngle": "スナップターンの回転角度",
|
||||
"Settings.MovementSettings.NoClipSpeed": "ノークリップの移動速度",
|
||||
"Settings.MovementSettings.MovementDeadzone": "移動のデッドゾーン",
|
||||
"Settings.MovementSettings.MovementExponent": "移動指数",
|
||||
|
||||
"Settings.MouseSettings.MouseSensitivity": "感度",
|
||||
"Settings.MouseSettings.MouseLookSpeed": "視点速度",
|
||||
"Settings.MouseSettings.MousePanSpeed": "パン速度",
|
||||
"Settings.MouseSettings.MouseRotateSpeed": "回転速度",
|
||||
"Settings.MouseSettings.MouseFreeformRotateSpeed": "フリーフォームの回転速度",
|
||||
"Settings.MouseSettings.MouseSensitivity": "マウス感度倍率",
|
||||
"Settings.MouseSettings.MouseLookSpeed": "視点移動速度",
|
||||
"Settings.MouseSettings.MousePanSpeed": "UIフォーカスモードの移動速度",
|
||||
"Settings.MouseSettings.MouseRotateSpeed": "オブジェクトの水平回転速度",
|
||||
"Settings.MouseSettings.MouseFreeformRotateSpeed": "オブジェクトの回転速度",
|
||||
|
||||
"Settings.GeneralHapticsSettings.EnableControllerVibration": "コントローラーの振動",
|
||||
"Settings.GeneralHapticsSettings.EnableHaptics": "触覚フィードバック",
|
||||
"Settings.GeneralHapticsSettings.EnableControllerVibration": "コントローラーの振動機能を使う",
|
||||
"Settings.GeneralHapticsSettings.EnableHaptics": "ハプティクスデバイスを使う",
|
||||
|
||||
"Settings.GeneralVRSettings.UseVRHotswitching": "VRホットスイッチ",
|
||||
|
||||
"Settings.LeapMotionSettings.LeapMotionEnabled": "Leap motion ハンドトラッキング",
|
||||
"Settings.LeapMotionSettings.LeapMotionEnabled": "Leap Motion ハンドトラッキング",
|
||||
"Settings.LeapMotionSettings.Offset": "ハンドトラッキングのオフセット",
|
||||
"Settings.LeapMotionSettings.SnapDistance": "コントローラースナップ距離",
|
||||
"Settings.LeapMotionSettings.UseFingersWhenSnapped": "コントローラー使用中にハンドトラッキングする",
|
||||
|
|
@ -1271,21 +1271,21 @@
|
|||
|
||||
"Settings.UserMetricsSettings.UserHeight": "身長",
|
||||
|
||||
"Settings.AudioInputDeviceSettings.UseSystemDefault": "システムのデフォルト入力デバイスを使用",
|
||||
"Settings.AudioInputDeviceSettings.DevicePriorities": "音声入力デバイス",
|
||||
"Settings.AudioInputDeviceSettings.DevicePriorities.Breadcrumb": "音声入力デバイスを選択",
|
||||
"Settings.AudioInputDeviceSettings.UseSystemDefault": "PCのデフォルト入力デバイスを使用する",
|
||||
"Settings.AudioInputDeviceSettings.DevicePriorities": "音声入力デバイスの選択",
|
||||
"Settings.AudioInputDeviceSettings.DevicePriorities.Breadcrumb": "音声入力デバイスの選択",
|
||||
"Settings.AudioInputDeviceSettings.SetAsDefault": "既定に設定",
|
||||
|
||||
"Settings.AudioOutputDeviceSettings.UseSystemDefault": "システムのデフォルト出力デバイスを使用",
|
||||
"Settings.AudioOutputDeviceSettings.DevicePriorities": "音声出力デバイス",
|
||||
"Settings.AudioOutputDeviceSettings.DevicePriorities.Breadcrumb": "音声出力デバイスを選択",
|
||||
"Settings.AudioOutputDeviceSettings.UseSystemDefault": "PCのデフォルト出力デバイスを使用する",
|
||||
"Settings.AudioOutputDeviceSettings.DevicePriorities": "音声出力デバイスの選択",
|
||||
"Settings.AudioOutputDeviceSettings.DevicePriorities.Breadcrumb": "音声出力デバイスの選択",
|
||||
"Settings.AudioOutputDeviceSettings.SetAsDefault": "既定に設定",
|
||||
|
||||
"Settings.AudioVolumeSettings.MasterVolume": "マスター",
|
||||
"Settings.AudioVolumeSettings.MasterVolume": "マスターボリューム",
|
||||
"Settings.AudioVolumeSettings.SoundEffectVolume": "サウンドエフェクト",
|
||||
"Settings.AudioVolumeSettings.MultimediaVolume": "マルチメディア",
|
||||
"Settings.AudioVolumeSettings.VoiceVolume": "ユーザーの声",
|
||||
"Settings.AudioVolumeSettings.UserInterfaceVolume": "UI",
|
||||
"Settings.AudioVolumeSettings.VoiceVolume": "ユーザーのボイス",
|
||||
"Settings.AudioVolumeSettings.UserInterfaceVolume": "UIサウンド",
|
||||
|
||||
"Settings.AudioAccessibilitySettings.WhisperVolume": "ウイスパーモードの音量",
|
||||
"Settings.AudioAccessibilitySettings.VoiceMessageVolume": "ボイスメッセージの音量",
|
||||
|
|
@ -1299,10 +1299,10 @@
|
|||
"Settings.AudioInputFilteringSettings.UseNoiseSuppression": "ノイズフィルター",
|
||||
|
||||
"Settings.RealtimeNetworkingSettings.DisableLAN": "LANを無効化",
|
||||
"Settings.RealtimeNetworkingSettings.PreferSteamNetworking": "steam networking socketsを優先",
|
||||
"Settings.RealtimeNetworkingSettings.PreferSteamNetworking": "Steam Networking Socketsを優先",
|
||||
|
||||
"Settings.AssetGatherSettings.MaxConcurrentAssetTransfers": "最大同時アセット転送数",
|
||||
"Settings.AssetGatherSettings.MaxConcurrentDownloads": "最大同時ダウンロード数",
|
||||
"Settings.AssetGatherSettings.MaxConcurrentAssetTransfers": "アセットを同時に転送する上限数",
|
||||
"Settings.AssetGatherSettings.MaxConcurrentDownloads": "ダウンロードを同時に行う上限数",
|
||||
|
||||
"Settings.HostAccessSettings.Entries": "ホストアクセス一覧",
|
||||
"Settings.HostAccessSettings.Entries.Breadcrumb": "ホストアクセス一覧",
|
||||
|
|
@ -1327,18 +1327,18 @@
|
|||
"Settings.MessagingPrivacySettings.DoNotSendReadStatus": "メッセージの既読状態を送信しない",
|
||||
|
||||
"Settings.LocaleSettings.PrimaryInterfaceLocaleCode": "標準の言語表示コード",
|
||||
"Settings.LocaleSettings.CultureLocaleCode": "カルチャ-ロケールコード",
|
||||
"Settings.LocaleSettings.UseImperialUnits": "ヤード・ポンド単位を使用",
|
||||
"Settings.LocaleSettings.AvailableLocales": "表示言語を設定",
|
||||
"Settings.LocaleSettings.AvailableLocales.Breadcrumb": "表示言語を選択",
|
||||
"Settings.LocaleSettings.CultureLocaleCode": "言語コード",
|
||||
"Settings.LocaleSettings.UseImperialUnits": "ヤード・ポンド法で表示する",
|
||||
"Settings.LocaleSettings.AvailableLocales": "使用する言語の設定",
|
||||
"Settings.LocaleSettings.AvailableLocales.Breadcrumb": "使用する言語の設定",
|
||||
|
||||
|
||||
"Settings.DashSettings.FreeformDash": "ダッシュボードを傾ける",
|
||||
"Settings.DashSettings.DashCurvature": "湾曲率",
|
||||
"Settings.DashSettings.FreeformDash": "ダッシュメニューを傾ける",
|
||||
"Settings.DashSettings.DashCurvature": "ダッシュメニューの曲がり具合",
|
||||
"Settings.DashSettings.OpenCloseSpeed": "開閉スピード",
|
||||
|
||||
"Settings.NamePlateSettings.NameplateVisibility": "ネームプレートの表示",
|
||||
"Settings.NamePlateSettings.UseCustomNameplates": "カスタムネームプレートを表示",
|
||||
"Settings.NamePlateSettings.NameplateVisibility": "ネームプレートを表示するユーザーの種類",
|
||||
"Settings.NamePlateSettings.UseCustomNameplates": "カスタムネームプレートを表示する",
|
||||
|
||||
"Settings.LaserSettings.SmoothSpeed": "スムーズスピード",
|
||||
"Settings.LaserSettings.ModulateStartAngle": "始点の角度",
|
||||
|
|
@ -1348,16 +1348,16 @@
|
|||
"Settings.LaserSettings.StickThreshold": "くっ付きやすさ",
|
||||
"Settings.LaserSettings.ShowInDesktop": "デスクトップモードでレーザーを表示",
|
||||
|
||||
"Settings.DesktopViewSettings.FollowCursor": "カーソルに追従",
|
||||
"Settings.DesktopViewSettings.FollowCursor": "カーソルを追従させる",
|
||||
"Settings.DesktopViewSettings.Brightness": "明るさ",
|
||||
"Settings.DesktopViewSettings.Opacity": "不透明度",
|
||||
|
||||
"Settings.PhotoCaptureSettings.FingerGestureEnabled": "フィンガーフォト",
|
||||
"Settings.PhotoCaptureSettings.NormalCaptureResolution": "解像度",
|
||||
"Settings.PhotoCaptureSettings.TimerCaptureResolution": "タイマーモードの解像度",
|
||||
"Settings.PhotoCaptureSettings.TimerSeconds": "タイマーの長さ",
|
||||
"Settings.PhotoCaptureSettings.CaptureStereo": "立体写真で撮影",
|
||||
"Settings.PhotoCaptureSettings.PhotoAutosavePath": "自動保存パス",
|
||||
"Settings.PhotoCaptureSettings.NormalCaptureResolution": "ノーマル撮影の解像度",
|
||||
"Settings.PhotoCaptureSettings.TimerCaptureResolution": "タイマー撮影の解像度",
|
||||
"Settings.PhotoCaptureSettings.TimerSeconds": "タイマーの時間(秒)",
|
||||
"Settings.PhotoCaptureSettings.CaptureStereo": "立体写真モード",
|
||||
"Settings.PhotoCaptureSettings.PhotoAutosavePath": "写真の保存先ディレクトリ",
|
||||
|
||||
"Settings.DesktopRenderSettings.FieldOfView": "視野角",
|
||||
|
||||
|
|
@ -1409,7 +1409,7 @@
|
|||
"LocomotionArchetype.ThreeAxisFly": "3軸フライ",
|
||||
"LocomotionArchetype.ZeroG": "ゼロ・グラビティ",
|
||||
|
||||
"LocomotionSettings.MakePreferred": "優先にする",
|
||||
"LocomotionSettings.MakePreferred": "最優先にする",
|
||||
"LocomotionSettings.MakeLeastPreferred": "最下位にする",
|
||||
|
||||
"Settings.Height": "身長:",
|
||||
|
|
|
|||
Loading…
Reference in a new issue