mirror of
https://github.com/Mrdabup/LocaleSpanish.git
synced 2025-12-06 14:23:00 -06:00
New setting strings
This commit is contained in:
parent
f82fc322f7
commit
ceb5494ae3
22 changed files with 178 additions and 49 deletions
|
|
@ -18,6 +18,7 @@ Recovery.NoPasswordSetup
|
|||
Recovery.NoPasswordSetup.Description
|
||||
Register.UnknownError
|
||||
Register.UnknownError.Description
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
|
|
@ -118,6 +119,8 @@ Settings.MovementSettings.NoClipSpeed
|
|||
Settings.MovementSettings.NoClipSpeed.Description
|
||||
Settings.MovementSettings.MovementDeadzone
|
||||
Settings.MovementSettings.MovementDeadzone.Description
|
||||
Settings.MovementSettings.TurningDeadzone
|
||||
Settings.MovementSettings.TurningDeadzone.Description
|
||||
Settings.MovementSettings.MovementExponent
|
||||
Settings.MovementSettings.MovementExponent.Description
|
||||
Settings.GrabbingSettings
|
||||
|
|
@ -614,8 +617,10 @@ Tutorial.Welcome.SettingsUseControllerDirection
|
|||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysTurnOnly
|
||||
Tutorial.Welcome.SidewaysTurnOnly.Description
|
||||
Tutorial.Welcome.SidewaysTurnAndMove
|
||||
Tutorial.Welcome.SidewaysTurnAndMove.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@
|
|||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# German [de]
|
||||
Notifications.IsSociable
|
||||
Settings.MovementSettings.TurningDeadzone
|
||||
Settings.MovementSettings.TurningDeadzone.Description
|
||||
Settings.FacetAnchorsSettings.FacetAnchorToggle
|
||||
Settings.FacetAnchorsSettings.FacetAnchorToggle.Description
|
||||
Settings.FacetAnchorsSettings.ShowContainerBackground
|
||||
|
|
@ -11,4 +14,8 @@ Inspector.Member.RemoveBlendshape
|
|||
Inspector.Member.SplitBlendshape.X
|
||||
Inspector.Member.SplitBlendshape.Y
|
||||
Inspector.Member.SplitBlendshape.Z
|
||||
Tutorial.Welcome.SidewaysTurnOnly
|
||||
Tutorial.Welcome.SidewaysTurnOnly.Description
|
||||
Tutorial.Welcome.SidewaysTurnAndMove
|
||||
Tutorial.Welcome.SidewaysTurnAndMove.Description
|
||||
|
||||
|
|
|
|||
|
|
@ -559,6 +559,7 @@ Contacts.Bot
|
|||
Contacts.Migrated
|
||||
Notifications.IsOnline
|
||||
Notifications.IsOnlineOnDifferentVersion
|
||||
Notifications.IsSociable
|
||||
Notifications.ReceivedContactRequest
|
||||
Notifications.ReceivedInvite
|
||||
Notifications.ReceivedItem
|
||||
|
|
@ -1066,6 +1067,8 @@ Settings.MovementSettings.NoClipSpeed
|
|||
Settings.MovementSettings.NoClipSpeed.Description
|
||||
Settings.MovementSettings.MovementDeadzone
|
||||
Settings.MovementSettings.MovementDeadzone.Description
|
||||
Settings.MovementSettings.TurningDeadzone
|
||||
Settings.MovementSettings.TurningDeadzone.Description
|
||||
Settings.MovementSettings.MovementExponent
|
||||
Settings.MovementSettings.MovementExponent.Description
|
||||
Settings.GrabbingSettings
|
||||
|
|
@ -1876,8 +1879,10 @@ Tutorial.Welcome.SettingsUseControllerDirection
|
|||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysTurnOnly
|
||||
Tutorial.Welcome.SidewaysTurnOnly.Description
|
||||
Tutorial.Welcome.SidewaysTurnAndMove
|
||||
Tutorial.Welcome.SidewaysTurnAndMove.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ Login.MissingSecretMachineId
|
|||
Login.MissingSecretMachineId.Description
|
||||
Login.MalformedSecretMachineId
|
||||
Login.MalformedSecretMachineId.Description
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
|
|
@ -87,6 +88,8 @@ Settings.MovementSettings.NoClipSpeed
|
|||
Settings.MovementSettings.NoClipSpeed.Description
|
||||
Settings.MovementSettings.MovementDeadzone
|
||||
Settings.MovementSettings.MovementDeadzone.Description
|
||||
Settings.MovementSettings.TurningDeadzone
|
||||
Settings.MovementSettings.TurningDeadzone.Description
|
||||
Settings.MovementSettings.MovementExponent
|
||||
Settings.MovementSettings.MovementExponent.Description
|
||||
Settings.GrabbingSettings
|
||||
|
|
@ -585,8 +588,10 @@ Tutorial.Welcome.SettingsUseControllerDirection
|
|||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysTurnOnly
|
||||
Tutorial.Welcome.SidewaysTurnOnly.Description
|
||||
Tutorial.Welcome.SidewaysTurnAndMove
|
||||
Tutorial.Welcome.SidewaysTurnAndMove.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Spanish [es]
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
|
|
@ -81,6 +82,8 @@ Settings.MovementSettings.NoClipSpeed
|
|||
Settings.MovementSettings.NoClipSpeed.Description
|
||||
Settings.MovementSettings.MovementDeadzone
|
||||
Settings.MovementSettings.MovementDeadzone.Description
|
||||
Settings.MovementSettings.TurningDeadzone
|
||||
Settings.MovementSettings.TurningDeadzone.Description
|
||||
Settings.MovementSettings.MovementExponent
|
||||
Settings.MovementSettings.MovementExponent.Description
|
||||
Settings.GrabbingSettings
|
||||
|
|
@ -563,8 +566,10 @@ Tutorial.Welcome.SettingsUseControllerDirection
|
|||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysTurnOnly
|
||||
Tutorial.Welcome.SidewaysTurnOnly.Description
|
||||
Tutorial.Welcome.SidewaysTurnAndMove
|
||||
Tutorial.Welcome.SidewaysTurnAndMove.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
|
|
|
|||
|
|
@ -229,6 +229,7 @@ Contacts.InContactsOnly
|
|||
Contacts.InHiddenContactsOnly
|
||||
Contacts.InHiddenContactsPlus
|
||||
Contacts.Migrated
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
|
|
@ -395,6 +396,8 @@ Settings.MovementSettings.NoClipSpeed
|
|||
Settings.MovementSettings.NoClipSpeed.Description
|
||||
Settings.MovementSettings.MovementDeadzone
|
||||
Settings.MovementSettings.MovementDeadzone.Description
|
||||
Settings.MovementSettings.TurningDeadzone
|
||||
Settings.MovementSettings.TurningDeadzone.Description
|
||||
Settings.MovementSettings.MovementExponent
|
||||
Settings.MovementSettings.MovementExponent.Description
|
||||
Settings.GrabbingSettings
|
||||
|
|
@ -1106,8 +1109,10 @@ Tutorial.Welcome.SettingsUseControllerDirection
|
|||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysTurnOnly
|
||||
Tutorial.Welcome.SidewaysTurnOnly.Description
|
||||
Tutorial.Welcome.SidewaysTurnAndMove
|
||||
Tutorial.Welcome.SidewaysTurnAndMove.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ Session.JoinVerifier.Label
|
|||
Session.JoinVerifier.ComponentWarning
|
||||
Session.JoinVerifier.SetCustomVerifier
|
||||
Contacts.Unblocked
|
||||
Notifications.IsSociable
|
||||
Tooltip.Cartridge.Eject
|
||||
Tooltip.Microphone.Format.WAV
|
||||
Tooltip.Microphone.Format.Vorbis
|
||||
|
|
@ -60,6 +61,8 @@ Settings.MovementSettings.SmoothTurnSpeed.Description
|
|||
Settings.MovementSettings.SnapTurnAngle.Description
|
||||
Settings.MovementSettings.NoClipSpeed.Description
|
||||
Settings.MovementSettings.MovementDeadzone.Description
|
||||
Settings.MovementSettings.TurningDeadzone
|
||||
Settings.MovementSettings.TurningDeadzone.Description
|
||||
Settings.MovementSettings.MovementExponent.Description
|
||||
Settings.GrabbingSettings.DefaultHandGrabType.Description
|
||||
Settings.GamepadSettings.ThumbstickLookSpeed
|
||||
|
|
@ -361,6 +364,10 @@ Inspector.Fields.Drive
|
|||
Inspector.Fields.DriveWriteBack
|
||||
WorkerInspector.Title
|
||||
Tutorial.Welcome.Description
|
||||
Tutorial.Welcome.SidewaysTurnOnly
|
||||
Tutorial.Welcome.SidewaysTurnOnly.Description
|
||||
Tutorial.Welcome.SidewaysTurnAndMove
|
||||
Tutorial.Welcome.SidewaysTurnAndMove.Description
|
||||
Twitch.Panel.Title.Text
|
||||
Migration.LoginResetID.Description
|
||||
Migration.Dialog.Source
|
||||
|
|
|
|||
|
|
@ -1,3 +1,12 @@
|
|||
# Missing Keys
|
||||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# French [fr]
|
||||
Notifications.IsSociable
|
||||
Settings.MovementSettings.TurningDeadzone
|
||||
Settings.MovementSettings.TurningDeadzone.Description
|
||||
Tutorial.Welcome.SidewaysTurnOnly
|
||||
Tutorial.Welcome.SidewaysTurnOnly.Description
|
||||
Tutorial.Welcome.SidewaysTurnAndMove
|
||||
Tutorial.Welcome.SidewaysTurnAndMove.Description
|
||||
|
||||
|
|
|
|||
|
|
@ -107,6 +107,7 @@ Contacts.InContactsOnly
|
|||
Contacts.InHiddenContactsOnly
|
||||
Contacts.InHiddenContactsPlus
|
||||
Contacts.Migrated
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
|
|
@ -536,6 +537,8 @@ Settings.MovementSettings.NoClipSpeed
|
|||
Settings.MovementSettings.NoClipSpeed.Description
|
||||
Settings.MovementSettings.MovementDeadzone
|
||||
Settings.MovementSettings.MovementDeadzone.Description
|
||||
Settings.MovementSettings.TurningDeadzone
|
||||
Settings.MovementSettings.TurningDeadzone.Description
|
||||
Settings.MovementSettings.MovementExponent
|
||||
Settings.MovementSettings.MovementExponent.Description
|
||||
Settings.GrabbingSettings
|
||||
|
|
@ -1318,8 +1321,10 @@ Tutorial.Welcome.SettingsUseControllerDirection
|
|||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysTurnOnly
|
||||
Tutorial.Welcome.SidewaysTurnOnly.Description
|
||||
Tutorial.Welcome.SidewaysTurnAndMove
|
||||
Tutorial.Welcome.SidewaysTurnAndMove.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
|
|
|
|||
|
|
@ -1,3 +1,12 @@
|
|||
# Missing Keys
|
||||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Japanese [ja]
|
||||
Notifications.IsSociable
|
||||
Settings.MovementSettings.TurningDeadzone
|
||||
Settings.MovementSettings.TurningDeadzone.Description
|
||||
Tutorial.Welcome.SidewaysTurnOnly
|
||||
Tutorial.Welcome.SidewaysTurnOnly.Description
|
||||
Tutorial.Welcome.SidewaysTurnAndMove
|
||||
Tutorial.Welcome.SidewaysTurnAndMove.Description
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,12 @@
|
|||
# Missing Keys
|
||||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Korean [ko]
|
||||
Notifications.IsSociable
|
||||
Settings.MovementSettings.TurningDeadzone
|
||||
Settings.MovementSettings.TurningDeadzone.Description
|
||||
Tutorial.Welcome.SidewaysTurnOnly
|
||||
Tutorial.Welcome.SidewaysTurnOnly.Description
|
||||
Tutorial.Welcome.SidewaysTurnAndMove
|
||||
Tutorial.Welcome.SidewaysTurnAndMove.Description
|
||||
|
||||
|
|
|
|||
|
|
@ -177,6 +177,7 @@ Contacts.InContactsOnly
|
|||
Contacts.InHiddenContactsOnly
|
||||
Contacts.InHiddenContactsPlus
|
||||
Contacts.Migrated
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
|
|
@ -359,6 +360,8 @@ Settings.MovementSettings.NoClipSpeed
|
|||
Settings.MovementSettings.NoClipSpeed.Description
|
||||
Settings.MovementSettings.MovementDeadzone
|
||||
Settings.MovementSettings.MovementDeadzone.Description
|
||||
Settings.MovementSettings.TurningDeadzone
|
||||
Settings.MovementSettings.TurningDeadzone.Description
|
||||
Settings.MovementSettings.MovementExponent
|
||||
Settings.MovementSettings.MovementExponent.Description
|
||||
Settings.GrabbingSettings
|
||||
|
|
@ -913,8 +916,10 @@ Tutorial.Welcome.SettingsUseControllerDirection
|
|||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysTurnOnly
|
||||
Tutorial.Welcome.SidewaysTurnOnly.Description
|
||||
Tutorial.Welcome.SidewaysTurnAndMove
|
||||
Tutorial.Welcome.SidewaysTurnAndMove.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@ Recovery.NoPasswordSetup
|
|||
Recovery.NoPasswordSetup.Description
|
||||
Register.UnknownError
|
||||
Register.UnknownError.Description
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
|
|
@ -150,6 +151,8 @@ Settings.MovementSettings.NoClipSpeed
|
|||
Settings.MovementSettings.NoClipSpeed.Description
|
||||
Settings.MovementSettings.MovementDeadzone
|
||||
Settings.MovementSettings.MovementDeadzone.Description
|
||||
Settings.MovementSettings.TurningDeadzone
|
||||
Settings.MovementSettings.TurningDeadzone.Description
|
||||
Settings.MovementSettings.MovementExponent
|
||||
Settings.MovementSettings.MovementExponent.Description
|
||||
Settings.GrabbingSettings
|
||||
|
|
@ -646,8 +649,10 @@ Tutorial.Welcome.SettingsUseControllerDirection
|
|||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysTurnOnly
|
||||
Tutorial.Welcome.SidewaysTurnOnly.Description
|
||||
Tutorial.Welcome.SidewaysTurnAndMove
|
||||
Tutorial.Welcome.SidewaysTurnAndMove.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
|
|
|
|||
|
|
@ -2,9 +2,12 @@
|
|||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Polish [pl]
|
||||
Notifications.IsSociable
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
Tooltip.Glue.Mode.BakeSkinnedMeshes
|
||||
Settings.MovementSettings.TurningDeadzone
|
||||
Settings.MovementSettings.TurningDeadzone.Description
|
||||
Settings.MovementSettings.MovementExponent.Description
|
||||
Settings.GrabbingSettings
|
||||
Settings.GrabbingSettings.DefaultHandGrabType
|
||||
|
|
@ -495,8 +498,10 @@ Tutorial.Welcome.SettingsUseControllerDirection
|
|||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysTurnOnly
|
||||
Tutorial.Welcome.SidewaysTurnOnly.Description
|
||||
Tutorial.Welcome.SidewaysTurnAndMove
|
||||
Tutorial.Welcome.SidewaysTurnAndMove.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ Recovery.NoPasswordSetup
|
|||
Recovery.NoPasswordSetup.Description
|
||||
Register.UnknownError
|
||||
Register.UnknownError.Description
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
|
|
@ -151,6 +152,8 @@ Settings.MovementSettings.NoClipSpeed
|
|||
Settings.MovementSettings.NoClipSpeed.Description
|
||||
Settings.MovementSettings.MovementDeadzone
|
||||
Settings.MovementSettings.MovementDeadzone.Description
|
||||
Settings.MovementSettings.TurningDeadzone
|
||||
Settings.MovementSettings.TurningDeadzone.Description
|
||||
Settings.MovementSettings.MovementExponent
|
||||
Settings.MovementSettings.MovementExponent.Description
|
||||
Settings.GrabbingSettings
|
||||
|
|
@ -647,8 +650,10 @@ Tutorial.Welcome.SettingsUseControllerDirection
|
|||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysTurnOnly
|
||||
Tutorial.Welcome.SidewaysTurnOnly.Description
|
||||
Tutorial.Welcome.SidewaysTurnAndMove
|
||||
Tutorial.Welcome.SidewaysTurnAndMove.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@
|
|||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Russian [ru]
|
||||
Notifications.IsSociable
|
||||
Settings.MovementSettings.TurningDeadzone
|
||||
Settings.MovementSettings.TurningDeadzone.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyInventorySessionShortcuts
|
||||
Settings.LegacyFeatureSettings.UseLegacyInventorySessionShortcuts.Description
|
||||
Settings.DashSettings.AllowReplacingSettings
|
||||
|
|
@ -26,4 +29,8 @@ Inspector.Member.SplitBlendshape.Z
|
|||
Inspector.DataPreset.SetActive
|
||||
Inspector.DataPreset.SetValues
|
||||
Inspector.DataPreset.AddAllChildren
|
||||
Tutorial.Welcome.SidewaysTurnOnly
|
||||
Tutorial.Welcome.SidewaysTurnOnly.Description
|
||||
Tutorial.Welcome.SidewaysTurnAndMove
|
||||
Tutorial.Welcome.SidewaysTurnAndMove.Description
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Swedish [sv]
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
|
|
@ -501,6 +502,8 @@ Settings.MovementSettings.NoClipSpeed
|
|||
Settings.MovementSettings.NoClipSpeed.Description
|
||||
Settings.MovementSettings.MovementDeadzone
|
||||
Settings.MovementSettings.MovementDeadzone.Description
|
||||
Settings.MovementSettings.TurningDeadzone
|
||||
Settings.MovementSettings.TurningDeadzone.Description
|
||||
Settings.MovementSettings.MovementExponent
|
||||
Settings.MovementSettings.MovementExponent.Description
|
||||
Settings.GrabbingSettings
|
||||
|
|
@ -1301,8 +1304,10 @@ Tutorial.Welcome.SettingsUseControllerDirection
|
|||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysTurnOnly
|
||||
Tutorial.Welcome.SidewaysTurnOnly.Description
|
||||
Tutorial.Welcome.SidewaysTurnAndMove
|
||||
Tutorial.Welcome.SidewaysTurnAndMove.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
|
|
|
|||
|
|
@ -260,6 +260,7 @@ Contacts.InHiddenContactsOnly
|
|||
Contacts.InHiddenContactsPlus
|
||||
Contacts.Bot
|
||||
Contacts.Migrated
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
|
|
@ -429,6 +430,8 @@ Settings.MovementSettings.NoClipSpeed
|
|||
Settings.MovementSettings.NoClipSpeed.Description
|
||||
Settings.MovementSettings.MovementDeadzone
|
||||
Settings.MovementSettings.MovementDeadzone.Description
|
||||
Settings.MovementSettings.TurningDeadzone
|
||||
Settings.MovementSettings.TurningDeadzone.Description
|
||||
Settings.MovementSettings.MovementExponent
|
||||
Settings.MovementSettings.MovementExponent.Description
|
||||
Settings.GrabbingSettings
|
||||
|
|
@ -1116,8 +1119,10 @@ Tutorial.Welcome.SettingsUseControllerDirection
|
|||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysTurnOnly
|
||||
Tutorial.Welcome.SidewaysTurnOnly.Description
|
||||
Tutorial.Welcome.SidewaysTurnAndMove
|
||||
Tutorial.Welcome.SidewaysTurnAndMove.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
|
|
|
|||
|
|
@ -1,3 +1,12 @@
|
|||
# Missing Keys
|
||||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Chinese (China) [zh-cn]
|
||||
Notifications.IsSociable
|
||||
Settings.MovementSettings.TurningDeadzone
|
||||
Settings.MovementSettings.TurningDeadzone.Description
|
||||
Tutorial.Welcome.SidewaysTurnOnly
|
||||
Tutorial.Welcome.SidewaysTurnOnly.Description
|
||||
Tutorial.Welcome.SidewaysTurnAndMove
|
||||
Tutorial.Welcome.SidewaysTurnAndMove.Description
|
||||
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ Recovery.NoPasswordSetup
|
|||
Recovery.NoPasswordSetup.Description
|
||||
Register.UnknownError
|
||||
Register.UnknownError.Description
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
|
|
@ -146,6 +147,8 @@ Settings.MovementSettings.NoClipSpeed
|
|||
Settings.MovementSettings.NoClipSpeed.Description
|
||||
Settings.MovementSettings.MovementDeadzone
|
||||
Settings.MovementSettings.MovementDeadzone.Description
|
||||
Settings.MovementSettings.TurningDeadzone
|
||||
Settings.MovementSettings.TurningDeadzone.Description
|
||||
Settings.MovementSettings.MovementExponent
|
||||
Settings.MovementSettings.MovementExponent.Description
|
||||
Settings.GrabbingSettings
|
||||
|
|
@ -642,8 +645,10 @@ Tutorial.Welcome.SettingsUseControllerDirection
|
|||
Tutorial.Welcome.SettingsUseControllerDirection.Description
|
||||
Tutorial.Welcome.LeftControllerMode
|
||||
Tutorial.Welcome.RightControllerMode
|
||||
Tutorial.Welcome.SidewaysTurn
|
||||
Tutorial.Welcome.SidewaysTurn.Description
|
||||
Tutorial.Welcome.SidewaysTurnOnly
|
||||
Tutorial.Welcome.SidewaysTurnOnly.Description
|
||||
Tutorial.Welcome.SidewaysTurnAndMove
|
||||
Tutorial.Welcome.SidewaysTurnAndMove.Description
|
||||
Tutorial.Welcome.SidewaysStrafe
|
||||
Tutorial.Welcome.SidewaysStrafe.Description
|
||||
Tutorial.Welcome.SidewaysOff
|
||||
|
|
|
|||
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] - 71.7% - Missing keys: 632
|
||||
German [de] - 99.6% - Missing keys: 9
|
||||
English (United Kingdom) [en-gb] - 1.8% - Missing keys: 2194
|
||||
Czech [cs] - 71.6% - Missing keys: 637
|
||||
German [de] - 99.3% - Missing keys: 16
|
||||
English (United Kingdom) [en-gb] - 1.8% - Missing keys: 2199
|
||||
English [en] - 100.0% - Missing keys: 0
|
||||
Esperanto [eo] - 73.1% - Missing keys: 601
|
||||
Spanish [es] - 74.6% - Missing keys: 567
|
||||
Estonian [et] - 36.8% - Missing keys: 1412
|
||||
Finnish [fi] - 79.7% - Missing keys: 454
|
||||
French [fr] - 100.0% - Missing keys: 0
|
||||
Icelandic [is] - 28.5% - Missing keys: 1597
|
||||
Japanese [ja] - 100.0% - Missing keys: 0
|
||||
Korean [ko] - 100.0% - Missing keys: 0
|
||||
Dutch [nl] - 46.2% - Missing keys: 1202
|
||||
Norwegian [no] - 70.2% - Missing keys: 666
|
||||
Polish [pl] - 77.4% - Missing keys: 506
|
||||
Portuguese (Brazil) [pt-br] - 70.2% - Missing keys: 667
|
||||
Russian [ru] - 98.9% - Missing keys: 24
|
||||
Swedish [sv] - 28.5% - Missing keys: 1598
|
||||
Turkish [tr] - 36.3% - Missing keys: 1424
|
||||
Chinese (China) [zh-cn] - 100.0% - Missing keys: 0
|
||||
Chinese (Taiwan) [zh-tw] - 70.4% - Missing keys: 661
|
||||
Esperanto [eo] - 72.9% - Missing keys: 606
|
||||
Spanish [es] - 74.5% - Missing keys: 572
|
||||
Estonian [et] - 36.7% - Missing keys: 1417
|
||||
Finnish [fi] - 79.4% - Missing keys: 461
|
||||
French [fr] - 99.7% - Missing keys: 7
|
||||
Icelandic [is] - 28.5% - Missing keys: 1602
|
||||
Japanese [ja] - 99.7% - Missing keys: 7
|
||||
Korean [ko] - 99.7% - Missing keys: 7
|
||||
Dutch [nl] - 46.1% - Missing keys: 1207
|
||||
Norwegian [no] - 70.0% - Missing keys: 671
|
||||
Polish [pl] - 77.2% - Missing keys: 511
|
||||
Portuguese (Brazil) [pt-br] - 70.0% - Missing keys: 672
|
||||
Russian [ru] - 98.6% - Missing keys: 31
|
||||
Swedish [sv] - 28.4% - Missing keys: 1603
|
||||
Turkish [tr] - 36.2% - Missing keys: 1429
|
||||
Chinese (China) [zh-cn] - 99.7% - Missing keys: 7
|
||||
Chinese (Taiwan) [zh-tw] - 70.3% - Missing keys: 666
|
||||
|
||||
Total keys: 2235
|
||||
Total keys: 2240
|
||||
|
||||
## 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.
|
||||
|
|
|
|||
11
en.json
11
en.json
|
|
@ -55,6 +55,9 @@
|
|||
"General.Sort.Ascending": "Ascending",
|
||||
"General.Sort.Descending": "Descending",
|
||||
|
||||
"General.Units.Metric" : "Metric",
|
||||
"General.Units.Imperial" : "Imperial",
|
||||
|
||||
"Worlds.Home": "Home",
|
||||
"Worlds.Tutorial": "Tutorial",
|
||||
|
||||
|
|
@ -1265,6 +1268,8 @@
|
|||
"Settings.MovementSettings.NoClipSpeed.Description": "This controls how fast you'll move when you're using the Noclip locomotion specifically. This type of locomotion is often used for building and testing and as such is not controlled by the world you're in, while others typically are.",
|
||||
"Settings.MovementSettings.MovementDeadzone": "Movement deadzone",
|
||||
"Settings.MovementSettings.MovementDeadzone.Description": "This setting can be used to correct drift. Increasing this value will require you to tilt your joystick further to start moving.",
|
||||
"Settings.MovementSettings.TurningDeadzone": "Turning deadzone",
|
||||
"Settings.MovementSettings.TurningDeadzone.Description": "This setting can be used to correct drift and prevent accidental turning when moving and turning on the same joystick. Increasing this value will require you to tilt your joystick further to start turning.",
|
||||
"Settings.MovementSettings.MovementExponent": "Movement exponent",
|
||||
"Settings.MovementSettings.MovementExponent.Description": "Use this to control the curve response when moving. You can use this to either start moving slow at first and then quickly ramp up or start moving faster immediatelly, depending whether the value is above or below 1.0",
|
||||
|
||||
|
|
@ -2228,8 +2233,10 @@
|
|||
"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.SidewaysTurnOnly": "Turning Only",
|
||||
"Tutorial.Welcome.SidewaysTurnOnly.Description": "Use this controller only for turning",
|
||||
"Tutorial.Welcome.SidewaysTurnAndMove": "Turning & Moving",
|
||||
"Tutorial.Welcome.SidewaysTurnAndMove.Description": "Use this controller for turning and moving",
|
||||
"Tutorial.Welcome.SidewaysStrafe": "Strafing",
|
||||
"Tutorial.Welcome.SidewaysStrafe.Description": "Use this controller for strafing",
|
||||
"Tutorial.Welcome.SidewaysOff": "Off",
|
||||
|
|
|
|||
Loading…
Reference in a new issue