mirror of
https://github.com/Mrdabup/LocaleSpanish.git
synced 2025-12-06 14:23:00 -06:00
Merge branch 'Yellow-Dog-Man:main' into nl-rework
This commit is contained in:
commit
bf09517c65
31 changed files with 205 additions and 25 deletions
|
|
@ -8,7 +8,10 @@ Interaction.CopyImage
|
|||
Inventory.Favorite.Document
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.TCP
|
||||
World.Error.Handshake
|
||||
World.Error.FailedToCreateBanAccessKey
|
||||
World.Filter.IncompatibleSessions
|
||||
World.Edit.ReadOnly
|
||||
Login.MissingSecretMachineId
|
||||
Login.MissingSecretMachineId.Description
|
||||
Login.MalformedSecretMachineId
|
||||
|
|
@ -32,6 +35,8 @@ Notifications.IsSociable
|
|||
Notifications.SessionStarted
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
Notifications.PermissionChanged
|
||||
Notifications.PermissionChangedDetail
|
||||
Tooltips.Dev.Selection.Single
|
||||
Tooltips.Dev.Selection.Multi
|
||||
Tooltips.Dev.Interaction.Tip
|
||||
|
|
@ -463,6 +468,8 @@ Settings.NotificationSettings.PublicSessionStarted
|
|||
Settings.NotificationSettings.PublicSessionStarted.Description
|
||||
Settings.NotificationSettings.UserJoinAndLeave
|
||||
Settings.NotificationSettings.UserJoinAndLeave.Description
|
||||
Settings.NotificationSettings.PermissionChanged
|
||||
Settings.NotificationSettings.PermissionChanged.Description
|
||||
Settings.NamePlateSettings.NameplateVisibility
|
||||
Settings.NamePlateSettings.NameplateVisibility.Description
|
||||
Settings.NamePlateSettings.UseCustomNameplates
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
# Missing Keys
|
||||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# German [de]
|
||||
Notifications.PermissionChanged
|
||||
Notifications.PermissionChangedDetail
|
||||
Settings.NotificationSettings.PermissionChanged
|
||||
Settings.NotificationSettings.PermissionChanged.Description
|
||||
|
||||
|
|
|
|||
|
|
@ -185,7 +185,9 @@ World.Error.HostBlocked
|
|||
World.Error.HostBlockedDetail
|
||||
World.Error.WorldCrash
|
||||
World.Error.WorldCrashDetail
|
||||
World.Error.Handshake
|
||||
World.Error.Unknown
|
||||
World.Error.FailedToCreateBanAccessKey
|
||||
World.Config.Name
|
||||
World.Config.Description
|
||||
World.Config.MaxUsers
|
||||
|
|
@ -320,6 +322,7 @@ World.Edit.AccessLevelHeader
|
|||
World.Edit.AccessPrivate
|
||||
World.Edit.AccessPatreon
|
||||
World.Edit.AccessPublic
|
||||
World.Edit.ReadOnly
|
||||
Tools.AvatarCreator
|
||||
Tools.FullBodyCalibrator
|
||||
Tools.CameraStreaming
|
||||
|
|
@ -579,6 +582,8 @@ Notifications.VoiceMessage
|
|||
Notifications.SessionStarted
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
Notifications.PermissionChanged
|
||||
Notifications.PermissionChangedDetail
|
||||
Undo.SetField
|
||||
Undo.SetReference
|
||||
Undo.Spawn
|
||||
|
|
@ -1411,6 +1416,8 @@ Settings.NotificationSettings.PublicSessionStarted
|
|||
Settings.NotificationSettings.PublicSessionStarted.Description
|
||||
Settings.NotificationSettings.UserJoinAndLeave
|
||||
Settings.NotificationSettings.UserJoinAndLeave.Description
|
||||
Settings.NotificationSettings.PermissionChanged
|
||||
Settings.NotificationSettings.PermissionChanged.Description
|
||||
Settings.NamePlateSettings.NameplateVisibility
|
||||
Settings.NamePlateSettings.NameplateVisibility.Description
|
||||
Settings.NamePlateSettings.UseCustomNameplates
|
||||
|
|
|
|||
|
|
@ -8,7 +8,10 @@ Interaction.CopyImage
|
|||
Inventory.Favorite.Document
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.TCP
|
||||
World.Error.Handshake
|
||||
World.Error.FailedToCreateBanAccessKey
|
||||
World.Filter.IncompatibleSessions
|
||||
World.Edit.ReadOnly
|
||||
Login.MissingSecretMachineId
|
||||
Login.MissingSecretMachineId.Description
|
||||
Login.MalformedSecretMachineId
|
||||
|
|
@ -22,6 +25,8 @@ Notifications.IsSociable
|
|||
Notifications.SessionStarted
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
Notifications.PermissionChanged
|
||||
Notifications.PermissionChangedDetail
|
||||
AvatarCreator.ProtectionUnavailable
|
||||
Importer.Image.Sprite
|
||||
Importer.Image.Failure.Heading
|
||||
|
|
@ -432,6 +437,8 @@ Settings.NotificationSettings.PublicSessionStarted
|
|||
Settings.NotificationSettings.PublicSessionStarted.Description
|
||||
Settings.NotificationSettings.UserJoinAndLeave
|
||||
Settings.NotificationSettings.UserJoinAndLeave.Description
|
||||
Settings.NotificationSettings.PermissionChanged
|
||||
Settings.NotificationSettings.PermissionChanged.Description
|
||||
Settings.NamePlateSettings.NameplateVisibility
|
||||
Settings.NamePlateSettings.NameplateVisibility.Description
|
||||
Settings.NamePlateSettings.UseCustomNameplates
|
||||
|
|
|
|||
|
|
@ -2,11 +2,18 @@
|
|||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Spanish [es]
|
||||
World.Error.Handshake
|
||||
World.Error.FailedToCreateBanAccessKey
|
||||
World.Edit.ReadOnly
|
||||
Notifications.PermissionChanged
|
||||
Notifications.PermissionChangedDetail
|
||||
Settings.FullBodyTrackingSettings
|
||||
Settings.FullBodyTrackingSettings.BodyHorizontalAngle
|
||||
Settings.FullBodyTrackingSettings.BodyHorizontalAngle.Description
|
||||
Settings.LegacyFeatureSettings.SuppressFeetSimulation
|
||||
Settings.LegacyFeatureSettings.SuppressFeetSimulation.Description
|
||||
Settings.NotificationSettings.PermissionChanged
|
||||
Settings.NotificationSettings.PermissionChanged.Description
|
||||
Settings.DesktopRenderSettings.SprintFieldOfViewZoom
|
||||
Settings.DesktopRenderSettings.SprintFieldOfViewZoom.Description
|
||||
Inspector.Member.Normalize
|
||||
|
|
|
|||
|
|
@ -81,6 +81,8 @@ World.Error.HostBlocked
|
|||
World.Error.HostBlockedDetail
|
||||
World.Error.WorldCrash
|
||||
World.Error.WorldCrashDetail
|
||||
World.Error.Handshake
|
||||
World.Error.FailedToCreateBanAccessKey
|
||||
World.Indicator.Visited
|
||||
World.Category.ContactsSessions
|
||||
World.Category.Random
|
||||
|
|
@ -91,6 +93,7 @@ World.SortParameter.LastVisit
|
|||
World.SortParameter.Random
|
||||
World.Filter.MinimumContacts
|
||||
World.Filter.IncompatibleSessions
|
||||
World.Edit.ReadOnly
|
||||
Tools.Setup2FA
|
||||
Tools.StreamAudio.Dialog.Title
|
||||
Options.Nameplates.DefaultStyle
|
||||
|
|
@ -243,6 +246,8 @@ Notifications.IsSociable
|
|||
Notifications.SessionStarted
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
Notifications.PermissionChanged
|
||||
Notifications.PermissionChangedDetail
|
||||
Undo.ExtractMaterialsFromHierarchy
|
||||
Undo.BatchConvertMaterials
|
||||
Tooltips.Brush.ChangeColor
|
||||
|
|
@ -740,6 +745,8 @@ Settings.NotificationSettings.PublicSessionStarted
|
|||
Settings.NotificationSettings.PublicSessionStarted.Description
|
||||
Settings.NotificationSettings.UserJoinAndLeave
|
||||
Settings.NotificationSettings.UserJoinAndLeave.Description
|
||||
Settings.NotificationSettings.PermissionChanged
|
||||
Settings.NotificationSettings.PermissionChanged.Description
|
||||
Settings.NamePlateSettings.NameplateVisibility
|
||||
Settings.NamePlateSettings.NameplateVisibility.Description
|
||||
Settings.NamePlateSettings.UseCustomNameplates
|
||||
|
|
|
|||
|
|
@ -3,8 +3,13 @@ Note that this file updates only during build processes and doesn't necessarily
|
|||
|
||||
# Finnish [fi]
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Error.Handshake
|
||||
World.Error.FailedToCreateBanAccessKey
|
||||
World.Actions.GuestWarning
|
||||
World.Edit.ReadOnly
|
||||
Contacts.Unblocked
|
||||
Notifications.PermissionChanged
|
||||
Notifications.PermissionChangedDetail
|
||||
Tooltip.ProtoFlux.Drive
|
||||
Tooltip.ProtoFlux.Source
|
||||
Tooltip.ProtoFlux.Reference
|
||||
|
|
@ -88,6 +93,8 @@ Settings.NotificationSettings.ContactRequest.Description
|
|||
Settings.NotificationSettings.ContactSessionStarted.Description
|
||||
Settings.NotificationSettings.PublicSessionStarted.Description
|
||||
Settings.NotificationSettings.UserJoinAndLeave.Description
|
||||
Settings.NotificationSettings.PermissionChanged
|
||||
Settings.NotificationSettings.PermissionChanged.Description
|
||||
Settings.NamePlateSettings.NameplateVisibility.Description
|
||||
Settings.NamePlateSettings.UseCustomNameplates.Description
|
||||
Settings.CustomizationSettings.UserInterfaceEditMode.Description
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
# Missing Keys
|
||||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# French [fr]
|
||||
Notifications.PermissionChanged
|
||||
Notifications.PermissionChangedDetail
|
||||
Settings.NotificationSettings.PermissionChanged
|
||||
Settings.NotificationSettings.PermissionChanged.Description
|
||||
|
||||
|
|
|
|||
|
|
@ -27,6 +27,8 @@ World.Connection.LNL.NATPunchthrough
|
|||
World.Connection.LNL.Relay
|
||||
World.Connection.TCP
|
||||
World.Error.SecurityViolation
|
||||
World.Error.Handshake
|
||||
World.Error.FailedToCreateBanAccessKey
|
||||
World.Actions.CopyRecordURL
|
||||
World.Indicator.Sessions
|
||||
World.Detail.Users.Count
|
||||
|
|
@ -38,6 +40,7 @@ World.Filter.SubmittedToGroup
|
|||
World.Filter.OnlyHeadless
|
||||
World.Filter.IncompatibleSessions
|
||||
World.Filter.MaxAccessLevel
|
||||
World.Edit.ReadOnly
|
||||
Options.FreeformDash.On
|
||||
Options.FreeformDash.Off
|
||||
Indicator.OnlineUsers
|
||||
|
|
@ -73,6 +76,8 @@ Permissions.NotAllowedToSwapAvatar
|
|||
Contacts.NoSession
|
||||
Contacts.Migrated
|
||||
Contacts.IncompatibleSession
|
||||
Notifications.PermissionChanged
|
||||
Notifications.PermissionChangedDetail
|
||||
Undo.SpawnComponent
|
||||
Undo.DestroyComponent
|
||||
Undo.Transform
|
||||
|
|
@ -780,6 +785,8 @@ Settings.NotificationSettings.PublicSessionStarted
|
|||
Settings.NotificationSettings.PublicSessionStarted.Description
|
||||
Settings.NotificationSettings.UserJoinAndLeave
|
||||
Settings.NotificationSettings.UserJoinAndLeave.Description
|
||||
Settings.NotificationSettings.PermissionChanged
|
||||
Settings.NotificationSettings.PermissionChanged.Description
|
||||
Settings.NamePlateSettings.NameplateVisibility
|
||||
Settings.NamePlateSettings.NameplateVisibility.Description
|
||||
Settings.NamePlateSettings.UseCustomNameplates
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@ World.Error.HostBlocked
|
|||
World.Error.HostBlockedDetail
|
||||
World.Error.WorldCrash
|
||||
World.Error.WorldCrashDetail
|
||||
World.Error.Handshake
|
||||
World.Error.FailedToCreateBanAccessKey
|
||||
World.Indicator.Visited
|
||||
World.Category.Random
|
||||
World.Category.GroupWorlds
|
||||
|
|
@ -35,6 +37,7 @@ World.SortParameter.LastVisit
|
|||
World.SortParameter.Random
|
||||
World.Filter.MinimumContacts
|
||||
World.Filter.IncompatibleSessions
|
||||
World.Edit.ReadOnly
|
||||
Tools.Setup2FA
|
||||
Tools.StreamAudio.Dialog.Title
|
||||
Tools.StreamAudio.Spatialized
|
||||
|
|
@ -121,6 +124,8 @@ Notifications.IsSociable
|
|||
Notifications.SessionStarted
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
Notifications.PermissionChanged
|
||||
Notifications.PermissionChangedDetail
|
||||
Tooltips.Brush.ChangeColor
|
||||
Tooltips.Brush.IncrementSize
|
||||
Tooltips.Brush.DecrementSize
|
||||
|
|
@ -881,6 +886,8 @@ Settings.NotificationSettings.PublicSessionStarted
|
|||
Settings.NotificationSettings.PublicSessionStarted.Description
|
||||
Settings.NotificationSettings.UserJoinAndLeave
|
||||
Settings.NotificationSettings.UserJoinAndLeave.Description
|
||||
Settings.NotificationSettings.PermissionChanged
|
||||
Settings.NotificationSettings.PermissionChanged.Description
|
||||
Settings.NamePlateSettings.NameplateVisibility
|
||||
Settings.NamePlateSettings.NameplateVisibility.Description
|
||||
Settings.NamePlateSettings.UseCustomNameplates
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
# Missing Keys
|
||||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Japanese [ja]
|
||||
World.Error.FailedToCreateBanAccessKey
|
||||
World.Edit.ReadOnly
|
||||
Notifications.PermissionChanged
|
||||
Notifications.PermissionChangedDetail
|
||||
Settings.NotificationSettings.PermissionChanged
|
||||
Settings.NotificationSettings.PermissionChanged.Description
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
# Missing Keys
|
||||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Korean [ko]
|
||||
World.Error.FailedToCreateBanAccessKey
|
||||
World.Edit.ReadOnly
|
||||
Notifications.PermissionChanged
|
||||
Notifications.PermissionChangedDetail
|
||||
Settings.NotificationSettings.PermissionChanged
|
||||
Settings.NotificationSettings.PermissionChanged.Description
|
||||
|
||||
|
|
|
|||
|
|
@ -55,12 +55,15 @@ World.Error.HostBlocked
|
|||
World.Error.HostBlockedDetail
|
||||
World.Error.WorldCrash
|
||||
World.Error.WorldCrashDetail
|
||||
World.Error.Handshake
|
||||
World.Error.FailedToCreateBanAccessKey
|
||||
World.Category.ContactsSessions
|
||||
World.Category.GroupWorlds
|
||||
World.AccessLevel.Contacts
|
||||
World.AccessLevel.ContactsPlus
|
||||
World.Filter.MinimumContacts
|
||||
World.Filter.IncompatibleSessions
|
||||
World.Edit.ReadOnly
|
||||
Tools.AvatarCreator
|
||||
Tools.Debug
|
||||
Tools.StreamAudio.Dialog.Title
|
||||
|
|
@ -191,6 +194,8 @@ Notifications.IsSociable
|
|||
Notifications.SessionStarted
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
Notifications.PermissionChanged
|
||||
Notifications.PermissionChangedDetail
|
||||
Tooltips.Brush.ChangeColor
|
||||
Tooltips.Brush.IncrementSize
|
||||
Tooltips.Brush.DecrementSize
|
||||
|
|
@ -704,6 +709,8 @@ Settings.NotificationSettings.PublicSessionStarted
|
|||
Settings.NotificationSettings.PublicSessionStarted.Description
|
||||
Settings.NotificationSettings.UserJoinAndLeave
|
||||
Settings.NotificationSettings.UserJoinAndLeave.Description
|
||||
Settings.NotificationSettings.PermissionChanged
|
||||
Settings.NotificationSettings.PermissionChanged.Description
|
||||
Settings.NamePlateSettings.NameplateVisibility
|
||||
Settings.NamePlateSettings.NameplateVisibility.Description
|
||||
Settings.NamePlateSettings.UseCustomNameplates
|
||||
|
|
|
|||
|
|
@ -9,7 +9,10 @@ Inventory.Favorite.Document
|
|||
World.Loaded
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.TCP
|
||||
World.Error.Handshake
|
||||
World.Error.FailedToCreateBanAccessKey
|
||||
World.Filter.IncompatibleSessions
|
||||
World.Edit.ReadOnly
|
||||
Login.InvalidCredentials.Description
|
||||
Login.InvalidLogin.Description
|
||||
Login.MalformedUID.Description
|
||||
|
|
@ -61,6 +64,8 @@ Notifications.IsSociable
|
|||
Notifications.SessionStarted
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
Notifications.PermissionChanged
|
||||
Notifications.PermissionChangedDetail
|
||||
Tooltips.Dev.Selection.Single
|
||||
Tooltips.Dev.Selection.Multi
|
||||
Tooltips.Dev.Interaction.Tip
|
||||
|
|
@ -495,6 +500,8 @@ Settings.NotificationSettings.PublicSessionStarted
|
|||
Settings.NotificationSettings.PublicSessionStarted.Description
|
||||
Settings.NotificationSettings.UserJoinAndLeave
|
||||
Settings.NotificationSettings.UserJoinAndLeave.Description
|
||||
Settings.NotificationSettings.PermissionChanged
|
||||
Settings.NotificationSettings.PermissionChanged.Description
|
||||
Settings.NamePlateSettings.NameplateVisibility
|
||||
Settings.NamePlateSettings.NameplateVisibility.Description
|
||||
Settings.NamePlateSettings.UseCustomNameplates
|
||||
|
|
|
|||
|
|
@ -2,6 +2,11 @@
|
|||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Polish [pl]
|
||||
World.Error.Handshake
|
||||
World.Error.FailedToCreateBanAccessKey
|
||||
World.Edit.ReadOnly
|
||||
Notifications.PermissionChanged
|
||||
Notifications.PermissionChangedDetail
|
||||
Importer.Image.Failure.Heading
|
||||
Importer.Image.Failure.Description
|
||||
Settings.FullBodyTrackingSettings
|
||||
|
|
@ -9,6 +14,8 @@ Settings.FullBodyTrackingSettings.BodyHorizontalAngle
|
|||
Settings.FullBodyTrackingSettings.BodyHorizontalAngle.Description
|
||||
Settings.LegacyFeatureSettings.SuppressFeetSimulation
|
||||
Settings.LegacyFeatureSettings.SuppressFeetSimulation.Description
|
||||
Settings.NotificationSettings.PermissionChanged
|
||||
Settings.NotificationSettings.PermissionChanged.Description
|
||||
Settings.DesktopRenderSettings.SprintFieldOfViewZoom
|
||||
Settings.DesktopRenderSettings.SprintFieldOfViewZoom.Description
|
||||
Settings.InteractiveCameraFramingSettings.PositioningMode
|
||||
|
|
|
|||
|
|
@ -10,7 +10,10 @@ Inventory.GetURL
|
|||
Inventory.Favorite.Document
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.TCP
|
||||
World.Error.Handshake
|
||||
World.Error.FailedToCreateBanAccessKey
|
||||
World.Filter.IncompatibleSessions
|
||||
World.Edit.ReadOnly
|
||||
Login.InvalidCredentials.Description
|
||||
Login.InvalidLogin.Description
|
||||
Login.MalformedUID.Description
|
||||
|
|
@ -62,6 +65,8 @@ Notifications.IsSociable
|
|||
Notifications.SessionStarted
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
Notifications.PermissionChanged
|
||||
Notifications.PermissionChangedDetail
|
||||
Tooltips.Dev.Selection.Single
|
||||
Tooltips.Dev.Selection.Multi
|
||||
Tooltips.Dev.Interaction.Tip
|
||||
|
|
@ -496,6 +501,8 @@ Settings.NotificationSettings.PublicSessionStarted
|
|||
Settings.NotificationSettings.PublicSessionStarted.Description
|
||||
Settings.NotificationSettings.UserJoinAndLeave
|
||||
Settings.NotificationSettings.UserJoinAndLeave.Description
|
||||
Settings.NotificationSettings.PermissionChanged
|
||||
Settings.NotificationSettings.PermissionChanged.Description
|
||||
Settings.NamePlateSettings.NameplateVisibility
|
||||
Settings.NamePlateSettings.NameplateVisibility.Description
|
||||
Settings.NamePlateSettings.UseCustomNameplates
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
# Missing Keys
|
||||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Russian [ru]
|
||||
World.Error.FailedToCreateBanAccessKey
|
||||
World.Edit.ReadOnly
|
||||
Notifications.PermissionChanged
|
||||
Notifications.PermissionChangedDetail
|
||||
Settings.NotificationSettings.PermissionChanged
|
||||
Settings.NotificationSettings.PermissionChanged.Description
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,10 @@ Interaction.SaveToInventory.NotLoggedIn
|
|||
Interaction.SaveToInventory.NoWritePermission
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.TCP
|
||||
World.Error.Handshake
|
||||
World.Error.FailedToCreateBanAccessKey
|
||||
World.Filter.IncompatibleSessions
|
||||
World.Edit.ReadOnly
|
||||
Profile.Status.Sociable
|
||||
Profile.Status.Bot
|
||||
Profile.Status.ChatClient
|
||||
|
|
@ -18,6 +21,8 @@ Notifications.IsSociable
|
|||
Notifications.SessionStarted
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
Notifications.PermissionChanged
|
||||
Notifications.PermissionChangedDetail
|
||||
Undo.SetField
|
||||
Undo.SetReference
|
||||
Undo.Spawn
|
||||
|
|
@ -848,6 +853,8 @@ Settings.NotificationSettings.PublicSessionStarted
|
|||
Settings.NotificationSettings.PublicSessionStarted.Description
|
||||
Settings.NotificationSettings.UserJoinAndLeave
|
||||
Settings.NotificationSettings.UserJoinAndLeave.Description
|
||||
Settings.NotificationSettings.PermissionChanged
|
||||
Settings.NotificationSettings.PermissionChanged.Description
|
||||
Settings.NamePlateSettings.NameplateVisibility
|
||||
Settings.NamePlateSettings.NameplateVisibility.Description
|
||||
Settings.NamePlateSettings.UseCustomNameplates
|
||||
|
|
|
|||
|
|
@ -123,7 +123,9 @@ World.Error.HostBlocked
|
|||
World.Error.HostBlockedDetail
|
||||
World.Error.WorldCrash
|
||||
World.Error.WorldCrashDetail
|
||||
World.Error.Handshake
|
||||
World.Error.Unknown
|
||||
World.Error.FailedToCreateBanAccessKey
|
||||
World.Config.Name
|
||||
World.Config.Description
|
||||
World.Config.MaxUsers
|
||||
|
|
@ -258,6 +260,7 @@ World.Edit.AccessLevelHeader
|
|||
World.Edit.AccessPrivate
|
||||
World.Edit.AccessPatreon
|
||||
World.Edit.AccessPublic
|
||||
World.Edit.ReadOnly
|
||||
Tools.AvatarCreator
|
||||
Tools.FullBodyCalibrator
|
||||
Tools.CameraStreaming
|
||||
|
|
@ -518,6 +521,8 @@ Notifications.VoiceMessage
|
|||
Notifications.SessionStarted
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
Notifications.PermissionChanged
|
||||
Notifications.PermissionChangedDetail
|
||||
Undo.SetField
|
||||
Undo.SetReference
|
||||
Undo.Spawn
|
||||
|
|
@ -1369,6 +1374,8 @@ Settings.NotificationSettings.PublicSessionStarted
|
|||
Settings.NotificationSettings.PublicSessionStarted.Description
|
||||
Settings.NotificationSettings.UserJoinAndLeave
|
||||
Settings.NotificationSettings.UserJoinAndLeave.Description
|
||||
Settings.NotificationSettings.PermissionChanged
|
||||
Settings.NotificationSettings.PermissionChanged.Description
|
||||
Settings.NamePlateSettings.NameplateVisibility
|
||||
Settings.NamePlateSettings.NameplateVisibility.Description
|
||||
Settings.NamePlateSettings.UseCustomNameplates
|
||||
|
|
|
|||
|
|
@ -88,6 +88,8 @@ World.Error.HostBlocked
|
|||
World.Error.HostBlockedDetail
|
||||
World.Error.WorldCrash
|
||||
World.Error.WorldCrashDetail
|
||||
World.Error.Handshake
|
||||
World.Error.FailedToCreateBanAccessKey
|
||||
World.Indicator.Visited
|
||||
World.Category.ContactsSessions
|
||||
World.Category.Random
|
||||
|
|
@ -107,6 +109,7 @@ World.Edit.AccessLevelHeader
|
|||
World.Edit.AccessPrivate
|
||||
World.Edit.AccessPatreon
|
||||
World.Edit.AccessPublic
|
||||
World.Edit.ReadOnly
|
||||
Tools.StreamAudio
|
||||
Tools.Setup2FA
|
||||
Tools.StreamAudio.Dialog.Title
|
||||
|
|
@ -274,6 +277,8 @@ Notifications.IsSociable
|
|||
Notifications.SessionStarted
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
Notifications.PermissionChanged
|
||||
Notifications.PermissionChangedDetail
|
||||
Undo.ExtractMaterialsFromHierarchy
|
||||
Undo.BatchConvertMaterials
|
||||
Tooltips.Brush.ChangeColor
|
||||
|
|
@ -774,6 +779,8 @@ Settings.NotificationSettings.PublicSessionStarted
|
|||
Settings.NotificationSettings.PublicSessionStarted.Description
|
||||
Settings.NotificationSettings.UserJoinAndLeave
|
||||
Settings.NotificationSettings.UserJoinAndLeave.Description
|
||||
Settings.NotificationSettings.PermissionChanged
|
||||
Settings.NotificationSettings.PermissionChanged.Description
|
||||
Settings.NamePlateSettings.NameplateVisibility
|
||||
Settings.NamePlateSettings.NameplateVisibility.Description
|
||||
Settings.NamePlateSettings.UseCustomNameplates
|
||||
|
|
|
|||
|
|
@ -2,6 +2,11 @@
|
|||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Ukrainian [uk]
|
||||
World.Error.Handshake
|
||||
World.Error.FailedToCreateBanAccessKey
|
||||
World.Edit.ReadOnly
|
||||
Notifications.PermissionChanged
|
||||
Notifications.PermissionChangedDetail
|
||||
Importer.Image.Failure.Heading
|
||||
Importer.Image.Failure.Description
|
||||
Settings.FullBodyTrackingSettings
|
||||
|
|
@ -121,6 +126,8 @@ Settings.NotificationSettings.PublicSessionStarted
|
|||
Settings.NotificationSettings.PublicSessionStarted.Description
|
||||
Settings.NotificationSettings.UserJoinAndLeave
|
||||
Settings.NotificationSettings.UserJoinAndLeave.Description
|
||||
Settings.NotificationSettings.PermissionChanged
|
||||
Settings.NotificationSettings.PermissionChanged.Description
|
||||
Settings.NamePlateSettings.NameplateVisibility
|
||||
Settings.NamePlateSettings.NameplateVisibility.Description
|
||||
Settings.NamePlateSettings.UseCustomNameplates
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
# Missing Keys
|
||||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Chinese (Simplified, Mainland China) [zh-cn]
|
||||
Notifications.PermissionChanged
|
||||
Notifications.PermissionChangedDetail
|
||||
Settings.NotificationSettings.PermissionChanged
|
||||
Settings.NotificationSettings.PermissionChanged.Description
|
||||
|
||||
|
|
|
|||
|
|
@ -1,14 +1,17 @@
|
|||
# Missing Keys
|
||||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Chinese (Taiwan) [zh-tw]
|
||||
# Chinese (Traditional, Taiwan) [zh-tw]
|
||||
Interaction.SaveToInventory.NotLoggedIn
|
||||
Interaction.SaveToInventory.NoWritePermission
|
||||
Interaction.CopyImage
|
||||
Inventory.Favorite.Document
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.TCP
|
||||
World.Error.Handshake
|
||||
World.Error.FailedToCreateBanAccessKey
|
||||
World.Filter.IncompatibleSessions
|
||||
World.Edit.ReadOnly
|
||||
Login.InvalidCredentials.Description
|
||||
Login.InvalidLogin.Description
|
||||
Login.MalformedUID.Description
|
||||
|
|
@ -60,6 +63,8 @@ Notifications.IsSociable
|
|||
Notifications.SessionStarted
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
Notifications.PermissionChanged
|
||||
Notifications.PermissionChangedDetail
|
||||
Tooltips.Dev.Selection.Single
|
||||
Tooltips.Dev.Selection.Multi
|
||||
Tooltips.Dev.Interaction.Tip
|
||||
|
|
@ -491,6 +496,8 @@ Settings.NotificationSettings.PublicSessionStarted
|
|||
Settings.NotificationSettings.PublicSessionStarted.Description
|
||||
Settings.NotificationSettings.UserJoinAndLeave
|
||||
Settings.NotificationSettings.UserJoinAndLeave.Description
|
||||
Settings.NotificationSettings.PermissionChanged
|
||||
Settings.NotificationSettings.PermissionChanged.Description
|
||||
Settings.NamePlateSettings.NameplateVisibility
|
||||
Settings.NamePlateSettings.NameplateVisibility.Description
|
||||
Settings.NamePlateSettings.UseCustomNameplates
|
||||
|
|
|
|||
48
README.md
48
README.md
|
|
@ -2,32 +2,32 @@
|
|||
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] - 69.6% - Missing keys: 700
|
||||
German [de] - 100.0% - Missing keys: 0
|
||||
English (United Kingdom) [en-gb] - 2.0% - Missing keys: 2259
|
||||
Czech [cs] - 69.4% - Missing keys: 707
|
||||
German [de] - 99.8% - Missing keys: 4
|
||||
English (United Kingdom) [en-gb] - 2.0% - Missing keys: 2266
|
||||
English [en] - 100.0% - Missing keys: 0
|
||||
Esperanto [eo] - 71.0% - Missing keys: 669
|
||||
Spanish [es] - 99.7% - Missing keys: 8
|
||||
Estonian [et] - 35.8% - Missing keys: 1480
|
||||
Finnish [fi] - 88.9% - Missing keys: 256
|
||||
French [fr] - 100.0% - Missing keys: 0
|
||||
Hungarian [hu] - 28.7% - Missing keys: 1644
|
||||
Icelandic [is] - 27.8% - Missing keys: 1665
|
||||
Japanese [ja] - 100.0% - Missing keys: 0
|
||||
Korean [ko] - 100.0% - Missing keys: 0
|
||||
Dutch [nl] - 44.9% - Missing keys: 1270
|
||||
Norwegian [no] - 68.2% - Missing keys: 734
|
||||
Polish [pl] - 97.2% - Missing keys: 64
|
||||
Portuguese (Brazil) [pt-br] - 68.1% - Missing keys: 735
|
||||
Russian [ru] - 100.0% - Missing keys: 0
|
||||
Swedish [sv] - 27.6% - Missing keys: 1668
|
||||
Thai [th] - 3.0% - Missing keys: 2236
|
||||
Turkish [tr] - 35.3% - Missing keys: 1492
|
||||
Ukrainian [uk] - 56.9% - Missing keys: 993
|
||||
Chinese (China) [zh-cn] - 100.0% - Missing keys: 0
|
||||
Chinese (Taiwan) [zh-tw] - 68.4% - Missing keys: 729
|
||||
Esperanto [eo] - 70.8% - Missing keys: 676
|
||||
Spanish [es] - 99.4% - Missing keys: 15
|
||||
Estonian [et] - 35.7% - Missing keys: 1487
|
||||
Finnish [fi] - 88.6% - Missing keys: 263
|
||||
French [fr] - 99.8% - Missing keys: 4
|
||||
Hungarian [hu] - 28.6% - Missing keys: 1651
|
||||
Icelandic [is] - 27.7% - Missing keys: 1672
|
||||
Japanese [ja] - 99.7% - Missing keys: 6
|
||||
Korean [ko] - 99.7% - Missing keys: 6
|
||||
Dutch [nl] - 44.8% - Missing keys: 1277
|
||||
Norwegian [no] - 67.9% - Missing keys: 741
|
||||
Polish [pl] - 96.9% - Missing keys: 71
|
||||
Portuguese (Brazil) [pt-br] - 67.9% - Missing keys: 742
|
||||
Russian [ru] - 99.7% - Missing keys: 6
|
||||
Swedish [sv] - 27.6% - Missing keys: 1675
|
||||
Thai [th] - 3.0% - Missing keys: 2243
|
||||
Turkish [tr] - 35.2% - Missing keys: 1499
|
||||
Ukrainian [uk] - 56.7% - Missing keys: 1000
|
||||
Chinese (Simplified, Mainland China) [zh-cn] - 99.8% - Missing keys: 4
|
||||
Chinese (Traditional, Taiwan) [zh-tw] - 68.2% - Missing keys: 736
|
||||
|
||||
Total keys: 2305
|
||||
Total keys: 2312
|
||||
|
||||
## 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.
|
||||
|
|
|
|||
3
de.json
3
de.json
|
|
@ -210,7 +210,9 @@
|
|||
"World.Error.HostBlockedDetail": "Sie haben den Host blockiert",
|
||||
"World.Error.WorldCrash": "Welt Abgestürzt",
|
||||
"World.Error.WorldCrashDetail": "Fataler Fehler beim Updaten der Welt",
|
||||
"World.Error.Handshake": "Handshake-Fehler",
|
||||
"World.Error.Unknown": "Unbekannter Fehler",
|
||||
"World.Error.FailedToCreateBanAccessKey": "Fehler beim Erstellen des Bann-Zugriffsschlüssels",
|
||||
|
||||
"World.Config.Name": "Name:",
|
||||
"World.Config.Description": "Beschreibung:",
|
||||
|
|
@ -358,6 +360,7 @@
|
|||
"World.Edit.AccessPrivate": "Nur ich",
|
||||
"World.Edit.AccessPatreon": "Patreon-Unterstützer",
|
||||
"World.Edit.AccessPublic": "Jeder (öffentlich)",
|
||||
"World.Edit.ReadOnly": "Schreibgeschützt",
|
||||
|
||||
"Tools.AvatarCreator": "Avatar-Assistent",
|
||||
"Tools.FullBodyCalibrator": "Ganzkörper- / Avatar-Kalibrator",
|
||||
|
|
|
|||
7
en.json
7
en.json
|
|
@ -210,7 +210,9 @@
|
|||
"World.Error.HostBlockedDetail": "You have blocked the host",
|
||||
"World.Error.WorldCrash": "World Crashed",
|
||||
"World.Error.WorldCrashDetail": "Fatal error when updating the world",
|
||||
"World.Error.Handshake" : "Handshake Error",
|
||||
"World.Error.Unknown": "Unknown Error",
|
||||
"World.Error.FailedToCreateBanAccessKey" : "Failed to create ban access key",
|
||||
|
||||
"World.Config.Name": "World Name:",
|
||||
"World.Config.Description": "Description:",
|
||||
|
|
@ -358,6 +360,7 @@
|
|||
"World.Edit.AccessPrivate": "Only Me",
|
||||
"World.Edit.AccessPatreon": "Patreon Supporters",
|
||||
"World.Edit.AccessPublic": "Anyone (public)",
|
||||
"World.Edit.ReadOnly": "ReadOnly",
|
||||
|
||||
"Tools.AvatarCreator": "Avatar Creator",
|
||||
"Tools.FullBodyCalibrator": "Full Body / Avatar Calibrator",
|
||||
|
|
@ -676,6 +679,8 @@
|
|||
"Notifications.SessionStarted": "Started session:",
|
||||
"Notifications.UserJoined": "User joined",
|
||||
"Notifications.UserLeft": "User left",
|
||||
"Notifications.PermissionChanged": "Role changed to {new}",
|
||||
"Notifications.PermissionChangedDetail": "In {world}. Previous role: {old}",
|
||||
|
||||
"Undo.SetField": "Set field {field_name} to {value}",
|
||||
"Undo.SetReference": "Set reference {ref_name} to {ref_target}",
|
||||
|
|
@ -1675,6 +1680,8 @@
|
|||
"Settings.NotificationSettings.PublicSessionStarted.Description": "This controls what notifications you get when a new public session is started by a person that's not your contact.",
|
||||
"Settings.NotificationSettings.UserJoinAndLeave": "Users joining & leaving",
|
||||
"Settings.NotificationSettings.UserJoinAndLeave.Description": "When enabled, you will receive notifications when users join and leave the world you're currently in.",
|
||||
"Settings.NotificationSettings.PermissionChanged": "Permission Role Changed",
|
||||
"Settings.NotificationSettings.PermissionChanged.Description": "When enabled, you will be notified when your permission role is changed in a world. E.g. when you are changed from Guest to Builder.",
|
||||
|
||||
"Settings.NamePlateSettings.NameplateVisibility": "Nameplate visibility",
|
||||
"Settings.NamePlateSettings.NameplateVisibility.Description": "Use this to control whose nameplates will be visible to you.",
|
||||
|
|
|
|||
3
fr.json
3
fr.json
|
|
@ -210,7 +210,9 @@
|
|||
"World.Error.HostBlockedDetail": "Vous avez bloqué l'hôte",
|
||||
"World.Error.WorldCrash": "Le monde a crashé",
|
||||
"World.Error.WorldCrashDetail": "Erreur fatale en tentant de mettre a jour le monde",
|
||||
"World.Error.Handshake": "Erreur de handshake",
|
||||
"World.Error.Unknown": "Erreur inconnue",
|
||||
"World.Error.FailedToCreateBanAccessKey": "Erreur lors de la création de la clé d'accès",
|
||||
|
||||
"World.Config.Name": "Nom du monde:",
|
||||
"World.Config.Description": "Description:",
|
||||
|
|
@ -358,6 +360,7 @@
|
|||
"World.Edit.AccessPrivate": "Seulement Moi",
|
||||
"World.Edit.AccessPatreon": "Patron sur Patreon",
|
||||
"World.Edit.AccessPublic": "N'importe qui (public)",
|
||||
"World.Edit.ReadOnly": "Lecture seule",
|
||||
|
||||
"Tools.AvatarCreator": "Créateur d'avatar",
|
||||
"Tools.FullBodyCalibrator": "Calibreur de corps / avatar",
|
||||
|
|
|
|||
1
ja.json
1
ja.json
|
|
@ -210,6 +210,7 @@
|
|||
"World.Error.HostBlockedDetail": "あなたはセッションのホストにブロックされています",
|
||||
"World.Error.WorldCrash": "ワールドがクラッシュしました",
|
||||
"World.Error.WorldCrashDetail": "ワールドに致命的なエラーが発生しました",
|
||||
"World.Error.Handshake" : "ハンドシェイクエラーが発生しました",
|
||||
"World.Error.Unknown": "未知のエラー",
|
||||
|
||||
"World.Config.Name": "セッション名:",
|
||||
|
|
|
|||
1
ko.json
1
ko.json
|
|
@ -210,6 +210,7 @@
|
|||
"World.Error.HostBlockedDetail": "당신이 차단한 호스트입니다.",
|
||||
"World.Error.WorldCrash": "월드가 파괴됨",
|
||||
"World.Error.WorldCrashDetail" : "월드에 치명적인 문제가 발생하였습니다.",
|
||||
"World.Error.Handshake" : "핸드셰이크 오류가 발생하였습니다.",
|
||||
"World.Error.Unknown": "알 수 없는 오류가 발생하였습니다.",
|
||||
|
||||
"World.Config.Name": "월드명:",
|
||||
|
|
|
|||
1
ru.json
1
ru.json
|
|
@ -210,6 +210,7 @@
|
|||
"World.Error.HostBlockedDetail": "Вы заблокировали хоста",
|
||||
"World.Error.WorldCrash": "Мир крашнулся",
|
||||
"World.Error.WorldCrashDetail": "Фатальная ошибка при обновлении мира",
|
||||
"World.Error.Handshake" : "Ошибка рукопожатия",
|
||||
"World.Error.Unknown": "Неизвестная Ошибка",
|
||||
|
||||
"World.Config.Name": "Название мира:",
|
||||
|
|
|
|||
|
|
@ -210,7 +210,9 @@
|
|||
"World.Error.HostBlockedDetail": "你已屏蔽该房主",
|
||||
"World.Error.WorldCrash": "世界崩溃了",
|
||||
"World.Error.WorldCrashDetail" : "在尝试更新该世界时遭遇了致命错误",
|
||||
"World.Error.Handshake" : "握手错误",
|
||||
"World.Error.Unknown": "未知错误",
|
||||
"World.Error.FailedToCreateBanAccessKey" : "创建封禁秘钥失败",
|
||||
|
||||
"World.Config.Name": "世界名:",
|
||||
"World.Config.Description": "描述:",
|
||||
|
|
@ -358,6 +360,7 @@
|
|||
"World.Edit.AccessPrivate": "只有我",
|
||||
"World.Edit.AccessPatreon": "Patreon的支持者",
|
||||
"World.Edit.AccessPublic": "任何人(公开)",
|
||||
"World.Edit.ReadOnly": "只读",
|
||||
|
||||
"Tools.AvatarCreator": "虚拟形象创建工具",
|
||||
"Tools.FullBodyCalibrator": "全身/虚拟形象校准器",
|
||||
|
|
|
|||
Loading…
Reference in a new issue