mirror of
https://github.com/Mrdabup/LocaleSpanish.git
synced 2025-12-06 14:23:00 -06:00
Invite request strings
This commit is contained in:
parent
c68d283a9d
commit
ab58ccac9f
25 changed files with 395 additions and 24 deletions
|
|
@ -31,10 +31,25 @@ Account.Type.Stripe
|
|||
Profile.Status.Sociable
|
||||
Profile.Status.Bot
|
||||
Profile.Status.ChatClient
|
||||
Contacts.RequestInvite
|
||||
Contacts.NoSession
|
||||
Contacts.IncompatibleSession
|
||||
Contacts.AskToJoin
|
||||
Contacts.InviteRequest.UserWantsToJoin
|
||||
Contacts.InviteRequest.UserWantsToInviteAnother
|
||||
Contacts.InviteRequest.GrantInvite
|
||||
Contacts.InviteRequest.AddAsContact
|
||||
Contacts.InviteRequest.AddAsContactOfHeadless
|
||||
Contacts.InviteRequest.AddHostAsContact
|
||||
Contacts.InviteRequest.HostIsUnregistered
|
||||
Contacts.InviteRequest.ForwardToHost
|
||||
Contacts.InviteRequest.SentRequest
|
||||
Contacts.InviteRequest.ForwardedRequest
|
||||
Contacts.InviteRequest.GrantedRequest
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
Notifications.ReceivedInviteRequestDirect
|
||||
Notifications.ReceivedInviteRequestForwarded
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
Notifications.PermissionChanged
|
||||
|
|
|
|||
|
|
@ -1,3 +1,20 @@
|
|||
# Missing Keys
|
||||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# German [de]
|
||||
Contacts.RequestInvite
|
||||
Contacts.AskToJoin
|
||||
Contacts.InviteRequest.UserWantsToJoin
|
||||
Contacts.InviteRequest.UserWantsToInviteAnother
|
||||
Contacts.InviteRequest.GrantInvite
|
||||
Contacts.InviteRequest.AddAsContact
|
||||
Contacts.InviteRequest.AddAsContactOfHeadless
|
||||
Contacts.InviteRequest.AddHostAsContact
|
||||
Contacts.InviteRequest.HostIsUnregistered
|
||||
Contacts.InviteRequest.ForwardToHost
|
||||
Contacts.InviteRequest.SentRequest
|
||||
Contacts.InviteRequest.ForwardedRequest
|
||||
Contacts.InviteRequest.GrantedRequest
|
||||
Notifications.ReceivedInviteRequestDirect
|
||||
Notifications.ReceivedInviteRequestForwarded
|
||||
|
||||
|
|
|
|||
|
|
@ -534,6 +534,7 @@ Contacts.AcceptRequest
|
|||
Contacts.IgnoreRequest
|
||||
Contacts.Invite
|
||||
Contacts.RevokeInvite
|
||||
Contacts.RequestInvite
|
||||
Contacts.BanFromAllSessions
|
||||
Contacts.UnbanFromAllSessions
|
||||
Contacts.BanFromCurrentWorld
|
||||
|
|
@ -562,6 +563,18 @@ Contacts.SearchResult
|
|||
Contacts.Bot
|
||||
Contacts.Migrated
|
||||
Contacts.IncompatibleSession
|
||||
Contacts.AskToJoin
|
||||
Contacts.InviteRequest.UserWantsToJoin
|
||||
Contacts.InviteRequest.UserWantsToInviteAnother
|
||||
Contacts.InviteRequest.GrantInvite
|
||||
Contacts.InviteRequest.AddAsContact
|
||||
Contacts.InviteRequest.AddAsContactOfHeadless
|
||||
Contacts.InviteRequest.AddHostAsContact
|
||||
Contacts.InviteRequest.HostIsUnregistered
|
||||
Contacts.InviteRequest.ForwardToHost
|
||||
Contacts.InviteRequest.SentRequest
|
||||
Contacts.InviteRequest.ForwardedRequest
|
||||
Contacts.InviteRequest.GrantedRequest
|
||||
Notifications.IsSociable
|
||||
Notifications.IsOnline
|
||||
Notifications.IsOnlineOnDifferentVersion
|
||||
|
|
@ -570,6 +583,8 @@ Notifications.ReceivedInvite
|
|||
Notifications.ReceivedItem
|
||||
Notifications.VoiceMessage
|
||||
Notifications.SessionStarted
|
||||
Notifications.ReceivedInviteRequestDirect
|
||||
Notifications.ReceivedInviteRequestForwarded
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
Notifications.PermissionChanged
|
||||
|
|
|
|||
|
|
@ -18,10 +18,25 @@ Account.Type.Stripe
|
|||
Profile.Status.Sociable
|
||||
Profile.Status.Bot
|
||||
Profile.Status.ChatClient
|
||||
Contacts.RequestInvite
|
||||
Contacts.NoSession
|
||||
Contacts.IncompatibleSession
|
||||
Contacts.AskToJoin
|
||||
Contacts.InviteRequest.UserWantsToJoin
|
||||
Contacts.InviteRequest.UserWantsToInviteAnother
|
||||
Contacts.InviteRequest.GrantInvite
|
||||
Contacts.InviteRequest.AddAsContact
|
||||
Contacts.InviteRequest.AddAsContactOfHeadless
|
||||
Contacts.InviteRequest.AddHostAsContact
|
||||
Contacts.InviteRequest.HostIsUnregistered
|
||||
Contacts.InviteRequest.ForwardToHost
|
||||
Contacts.InviteRequest.SentRequest
|
||||
Contacts.InviteRequest.ForwardedRequest
|
||||
Contacts.InviteRequest.GrantedRequest
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
Notifications.ReceivedInviteRequestDirect
|
||||
Notifications.ReceivedInviteRequestForwarded
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
Notifications.PermissionChanged
|
||||
|
|
|
|||
|
|
@ -6,6 +6,21 @@ World.Error.Handshake
|
|||
World.Error.FailedToCreateBanAccessKey
|
||||
World.Error.UnhandledError
|
||||
Account.Type.Stripe
|
||||
Contacts.RequestInvite
|
||||
Contacts.AskToJoin
|
||||
Contacts.InviteRequest.UserWantsToJoin
|
||||
Contacts.InviteRequest.UserWantsToInviteAnother
|
||||
Contacts.InviteRequest.GrantInvite
|
||||
Contacts.InviteRequest.AddAsContact
|
||||
Contacts.InviteRequest.AddAsContactOfHeadless
|
||||
Contacts.InviteRequest.AddHostAsContact
|
||||
Contacts.InviteRequest.HostIsUnregistered
|
||||
Contacts.InviteRequest.ForwardToHost
|
||||
Contacts.InviteRequest.SentRequest
|
||||
Contacts.InviteRequest.ForwardedRequest
|
||||
Contacts.InviteRequest.GrantedRequest
|
||||
Notifications.ReceivedInviteRequestDirect
|
||||
Notifications.ReceivedInviteRequestForwarded
|
||||
Tools.GrabbableSetter.Name
|
||||
Tools.CharacterCollider.Name
|
||||
Tools.MeshVisibility.Name
|
||||
|
|
|
|||
|
|
@ -232,6 +232,7 @@ Session.JoinVerifier.Label
|
|||
Session.JoinVerifier.ComponentWarning
|
||||
Session.JoinVerifier.SetCustomVerifier
|
||||
Contacts.RevokeInvite
|
||||
Contacts.RequestInvite
|
||||
Contacts.Unblocked
|
||||
Contacts.AvatarBlock
|
||||
Contacts.MutualBlock
|
||||
|
|
@ -244,8 +245,22 @@ Contacts.InHiddenContactsOnly
|
|||
Contacts.InHiddenContactsPlus
|
||||
Contacts.Migrated
|
||||
Contacts.IncompatibleSession
|
||||
Contacts.AskToJoin
|
||||
Contacts.InviteRequest.UserWantsToJoin
|
||||
Contacts.InviteRequest.UserWantsToInviteAnother
|
||||
Contacts.InviteRequest.GrantInvite
|
||||
Contacts.InviteRequest.AddAsContact
|
||||
Contacts.InviteRequest.AddAsContactOfHeadless
|
||||
Contacts.InviteRequest.AddHostAsContact
|
||||
Contacts.InviteRequest.HostIsUnregistered
|
||||
Contacts.InviteRequest.ForwardToHost
|
||||
Contacts.InviteRequest.SentRequest
|
||||
Contacts.InviteRequest.ForwardedRequest
|
||||
Contacts.InviteRequest.GrantedRequest
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
Notifications.ReceivedInviteRequestDirect
|
||||
Notifications.ReceivedInviteRequestForwarded
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
Notifications.PermissionChanged
|
||||
|
|
|
|||
|
|
@ -6,7 +6,22 @@ World.Connection.LNL.LNLPoke
|
|||
World.Error.UnhandledError
|
||||
World.Actions.GuestWarning
|
||||
Account.Type.Stripe
|
||||
Contacts.RequestInvite
|
||||
Contacts.Unblocked
|
||||
Contacts.AskToJoin
|
||||
Contacts.InviteRequest.UserWantsToJoin
|
||||
Contacts.InviteRequest.UserWantsToInviteAnother
|
||||
Contacts.InviteRequest.GrantInvite
|
||||
Contacts.InviteRequest.AddAsContact
|
||||
Contacts.InviteRequest.AddAsContactOfHeadless
|
||||
Contacts.InviteRequest.AddHostAsContact
|
||||
Contacts.InviteRequest.HostIsUnregistered
|
||||
Contacts.InviteRequest.ForwardToHost
|
||||
Contacts.InviteRequest.SentRequest
|
||||
Contacts.InviteRequest.ForwardedRequest
|
||||
Contacts.InviteRequest.GrantedRequest
|
||||
Notifications.ReceivedInviteRequestDirect
|
||||
Notifications.ReceivedInviteRequestForwarded
|
||||
Tools.ProtoFlux.Drive
|
||||
Tools.ProtoFlux.Source
|
||||
Tools.ProtoFlux.Reference
|
||||
|
|
|
|||
|
|
@ -1,3 +1,20 @@
|
|||
# Missing Keys
|
||||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# French [fr]
|
||||
Contacts.RequestInvite
|
||||
Contacts.AskToJoin
|
||||
Contacts.InviteRequest.UserWantsToJoin
|
||||
Contacts.InviteRequest.UserWantsToInviteAnother
|
||||
Contacts.InviteRequest.GrantInvite
|
||||
Contacts.InviteRequest.AddAsContact
|
||||
Contacts.InviteRequest.AddAsContactOfHeadless
|
||||
Contacts.InviteRequest.AddHostAsContact
|
||||
Contacts.InviteRequest.HostIsUnregistered
|
||||
Contacts.InviteRequest.ForwardToHost
|
||||
Contacts.InviteRequest.SentRequest
|
||||
Contacts.InviteRequest.ForwardedRequest
|
||||
Contacts.InviteRequest.GrantedRequest
|
||||
Notifications.ReceivedInviteRequestDirect
|
||||
Notifications.ReceivedInviteRequestForwarded
|
||||
|
||||
|
|
|
|||
|
|
@ -75,9 +75,24 @@ Session.JoinVerifier.SetCustomVerifier
|
|||
Permissions.NotAllowedToSpawn
|
||||
Permissions.NotAllowedToSave
|
||||
Permissions.NotAllowedToSwapAvatar
|
||||
Contacts.RequestInvite
|
||||
Contacts.NoSession
|
||||
Contacts.Migrated
|
||||
Contacts.IncompatibleSession
|
||||
Contacts.AskToJoin
|
||||
Contacts.InviteRequest.UserWantsToJoin
|
||||
Contacts.InviteRequest.UserWantsToInviteAnother
|
||||
Contacts.InviteRequest.GrantInvite
|
||||
Contacts.InviteRequest.AddAsContact
|
||||
Contacts.InviteRequest.AddAsContactOfHeadless
|
||||
Contacts.InviteRequest.AddHostAsContact
|
||||
Contacts.InviteRequest.HostIsUnregistered
|
||||
Contacts.InviteRequest.ForwardToHost
|
||||
Contacts.InviteRequest.SentRequest
|
||||
Contacts.InviteRequest.ForwardedRequest
|
||||
Contacts.InviteRequest.GrantedRequest
|
||||
Notifications.ReceivedInviteRequestDirect
|
||||
Notifications.ReceivedInviteRequestForwarded
|
||||
Notifications.PermissionChanged
|
||||
Notifications.PermissionChangedDetail
|
||||
Undo.SpawnComponent
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ Session.JoinVerifier.Label
|
|||
Session.JoinVerifier.ComponentWarning
|
||||
Session.JoinVerifier.SetCustomVerifier
|
||||
Contacts.RevokeInvite
|
||||
Contacts.RequestInvite
|
||||
Contacts.RecordingVoiceMessage
|
||||
Contacts.Unblocked
|
||||
Contacts.AvatarBlock
|
||||
|
|
@ -122,8 +123,22 @@ Contacts.InHiddenContactsOnly
|
|||
Contacts.InHiddenContactsPlus
|
||||
Contacts.Migrated
|
||||
Contacts.IncompatibleSession
|
||||
Contacts.AskToJoin
|
||||
Contacts.InviteRequest.UserWantsToJoin
|
||||
Contacts.InviteRequest.UserWantsToInviteAnother
|
||||
Contacts.InviteRequest.GrantInvite
|
||||
Contacts.InviteRequest.AddAsContact
|
||||
Contacts.InviteRequest.AddAsContactOfHeadless
|
||||
Contacts.InviteRequest.AddHostAsContact
|
||||
Contacts.InviteRequest.HostIsUnregistered
|
||||
Contacts.InviteRequest.ForwardToHost
|
||||
Contacts.InviteRequest.SentRequest
|
||||
Contacts.InviteRequest.ForwardedRequest
|
||||
Contacts.InviteRequest.GrantedRequest
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
Notifications.ReceivedInviteRequestDirect
|
||||
Notifications.ReceivedInviteRequestForwarded
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
Notifications.PermissionChanged
|
||||
|
|
|
|||
|
|
@ -1,3 +1,20 @@
|
|||
# Missing Keys
|
||||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Japanese [ja]
|
||||
Contacts.RequestInvite
|
||||
Contacts.AskToJoin
|
||||
Contacts.InviteRequest.UserWantsToJoin
|
||||
Contacts.InviteRequest.UserWantsToInviteAnother
|
||||
Contacts.InviteRequest.GrantInvite
|
||||
Contacts.InviteRequest.AddAsContact
|
||||
Contacts.InviteRequest.AddAsContactOfHeadless
|
||||
Contacts.InviteRequest.AddHostAsContact
|
||||
Contacts.InviteRequest.HostIsUnregistered
|
||||
Contacts.InviteRequest.ForwardToHost
|
||||
Contacts.InviteRequest.SentRequest
|
||||
Contacts.InviteRequest.ForwardedRequest
|
||||
Contacts.InviteRequest.GrantedRequest
|
||||
Notifications.ReceivedInviteRequestDirect
|
||||
Notifications.ReceivedInviteRequestForwarded
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,20 @@
|
|||
# Missing Keys
|
||||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Korean [ko]
|
||||
Contacts.RequestInvite
|
||||
Contacts.AskToJoin
|
||||
Contacts.InviteRequest.UserWantsToJoin
|
||||
Contacts.InviteRequest.UserWantsToInviteAnother
|
||||
Contacts.InviteRequest.GrantInvite
|
||||
Contacts.InviteRequest.AddAsContact
|
||||
Contacts.InviteRequest.AddAsContactOfHeadless
|
||||
Contacts.InviteRequest.AddHostAsContact
|
||||
Contacts.InviteRequest.HostIsUnregistered
|
||||
Contacts.InviteRequest.ForwardToHost
|
||||
Contacts.InviteRequest.SentRequest
|
||||
Contacts.InviteRequest.ForwardedRequest
|
||||
Contacts.InviteRequest.GrantedRequest
|
||||
Notifications.ReceivedInviteRequestDirect
|
||||
Notifications.ReceivedInviteRequestForwarded
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,21 @@ Note that this file updates only during build processes and doesn't necessarily
|
|||
|
||||
# Dutch [nl]
|
||||
Account.Type.Stripe
|
||||
Contacts.RequestInvite
|
||||
Contacts.AskToJoin
|
||||
Contacts.InviteRequest.UserWantsToJoin
|
||||
Contacts.InviteRequest.UserWantsToInviteAnother
|
||||
Contacts.InviteRequest.GrantInvite
|
||||
Contacts.InviteRequest.AddAsContact
|
||||
Contacts.InviteRequest.AddAsContactOfHeadless
|
||||
Contacts.InviteRequest.AddHostAsContact
|
||||
Contacts.InviteRequest.HostIsUnregistered
|
||||
Contacts.InviteRequest.ForwardToHost
|
||||
Contacts.InviteRequest.SentRequest
|
||||
Contacts.InviteRequest.ForwardedRequest
|
||||
Contacts.InviteRequest.GrantedRequest
|
||||
Notifications.ReceivedInviteRequestDirect
|
||||
Notifications.ReceivedInviteRequestForwarded
|
||||
Importer.UnsupportedRecordType.Heading
|
||||
Importer.UnsupportedRecordType.Description
|
||||
Importer.Link.Invalid.Heading
|
||||
|
|
|
|||
|
|
@ -60,10 +60,25 @@ Account.Type.Stripe
|
|||
Profile.Status.Sociable
|
||||
Profile.Status.Bot
|
||||
Profile.Status.ChatClient
|
||||
Contacts.RequestInvite
|
||||
Contacts.NoSession
|
||||
Contacts.IncompatibleSession
|
||||
Contacts.AskToJoin
|
||||
Contacts.InviteRequest.UserWantsToJoin
|
||||
Contacts.InviteRequest.UserWantsToInviteAnother
|
||||
Contacts.InviteRequest.GrantInvite
|
||||
Contacts.InviteRequest.AddAsContact
|
||||
Contacts.InviteRequest.AddAsContactOfHeadless
|
||||
Contacts.InviteRequest.AddHostAsContact
|
||||
Contacts.InviteRequest.HostIsUnregistered
|
||||
Contacts.InviteRequest.ForwardToHost
|
||||
Contacts.InviteRequest.SentRequest
|
||||
Contacts.InviteRequest.ForwardedRequest
|
||||
Contacts.InviteRequest.GrantedRequest
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
Notifications.ReceivedInviteRequestDirect
|
||||
Notifications.ReceivedInviteRequestForwarded
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
Notifications.PermissionChanged
|
||||
|
|
|
|||
|
|
@ -3,6 +3,21 @@ Note that this file updates only during build processes and doesn't necessarily
|
|||
|
||||
# Polish [pl]
|
||||
Account.Type.Stripe
|
||||
Contacts.RequestInvite
|
||||
Contacts.AskToJoin
|
||||
Contacts.InviteRequest.UserWantsToJoin
|
||||
Contacts.InviteRequest.UserWantsToInviteAnother
|
||||
Contacts.InviteRequest.GrantInvite
|
||||
Contacts.InviteRequest.AddAsContact
|
||||
Contacts.InviteRequest.AddAsContactOfHeadless
|
||||
Contacts.InviteRequest.AddHostAsContact
|
||||
Contacts.InviteRequest.HostIsUnregistered
|
||||
Contacts.InviteRequest.ForwardToHost
|
||||
Contacts.InviteRequest.SentRequest
|
||||
Contacts.InviteRequest.ForwardedRequest
|
||||
Contacts.InviteRequest.GrantedRequest
|
||||
Notifications.ReceivedInviteRequestDirect
|
||||
Notifications.ReceivedInviteRequestForwarded
|
||||
Importer.UnsupportedRecordType.Heading
|
||||
Importer.UnsupportedRecordType.Description
|
||||
Importer.Link.Invalid.Heading
|
||||
|
|
|
|||
|
|
@ -61,10 +61,25 @@ Account.Type.Stripe
|
|||
Profile.Status.Sociable
|
||||
Profile.Status.Bot
|
||||
Profile.Status.ChatClient
|
||||
Contacts.RequestInvite
|
||||
Contacts.NoSession
|
||||
Contacts.IncompatibleSession
|
||||
Contacts.AskToJoin
|
||||
Contacts.InviteRequest.UserWantsToJoin
|
||||
Contacts.InviteRequest.UserWantsToInviteAnother
|
||||
Contacts.InviteRequest.GrantInvite
|
||||
Contacts.InviteRequest.AddAsContact
|
||||
Contacts.InviteRequest.AddAsContactOfHeadless
|
||||
Contacts.InviteRequest.AddHostAsContact
|
||||
Contacts.InviteRequest.HostIsUnregistered
|
||||
Contacts.InviteRequest.ForwardToHost
|
||||
Contacts.InviteRequest.SentRequest
|
||||
Contacts.InviteRequest.ForwardedRequest
|
||||
Contacts.InviteRequest.GrantedRequest
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
Notifications.ReceivedInviteRequestDirect
|
||||
Notifications.ReceivedInviteRequestForwarded
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
Notifications.PermissionChanged
|
||||
|
|
|
|||
|
|
@ -3,6 +3,21 @@ Note that this file updates only during build processes and doesn't necessarily
|
|||
|
||||
# Russian [ru]
|
||||
Account.Type.Stripe
|
||||
Contacts.RequestInvite
|
||||
Contacts.AskToJoin
|
||||
Contacts.InviteRequest.UserWantsToJoin
|
||||
Contacts.InviteRequest.UserWantsToInviteAnother
|
||||
Contacts.InviteRequest.GrantInvite
|
||||
Contacts.InviteRequest.AddAsContact
|
||||
Contacts.InviteRequest.AddAsContactOfHeadless
|
||||
Contacts.InviteRequest.AddHostAsContact
|
||||
Contacts.InviteRequest.HostIsUnregistered
|
||||
Contacts.InviteRequest.ForwardToHost
|
||||
Contacts.InviteRequest.SentRequest
|
||||
Contacts.InviteRequest.ForwardedRequest
|
||||
Contacts.InviteRequest.GrantedRequest
|
||||
Notifications.ReceivedInviteRequestDirect
|
||||
Notifications.ReceivedInviteRequestForwarded
|
||||
Importer.UnsupportedRecordType.Heading
|
||||
Importer.UnsupportedRecordType.Description
|
||||
Importer.Link.Invalid.Heading
|
||||
|
|
|
|||
|
|
@ -17,10 +17,25 @@ Account.Type.Stripe
|
|||
Profile.Status.Sociable
|
||||
Profile.Status.Bot
|
||||
Profile.Status.ChatClient
|
||||
Contacts.RequestInvite
|
||||
Contacts.NoSession
|
||||
Contacts.IncompatibleSession
|
||||
Contacts.AskToJoin
|
||||
Contacts.InviteRequest.UserWantsToJoin
|
||||
Contacts.InviteRequest.UserWantsToInviteAnother
|
||||
Contacts.InviteRequest.GrantInvite
|
||||
Contacts.InviteRequest.AddAsContact
|
||||
Contacts.InviteRequest.AddAsContactOfHeadless
|
||||
Contacts.InviteRequest.AddHostAsContact
|
||||
Contacts.InviteRequest.HostIsUnregistered
|
||||
Contacts.InviteRequest.ForwardToHost
|
||||
Contacts.InviteRequest.SentRequest
|
||||
Contacts.InviteRequest.ForwardedRequest
|
||||
Contacts.InviteRequest.GrantedRequest
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
Notifications.ReceivedInviteRequestDirect
|
||||
Notifications.ReceivedInviteRequestForwarded
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
Notifications.PermissionChanged
|
||||
|
|
|
|||
|
|
@ -485,6 +485,7 @@ Contacts.AcceptRequest
|
|||
Contacts.IgnoreRequest
|
||||
Contacts.Invite
|
||||
Contacts.RevokeInvite
|
||||
Contacts.RequestInvite
|
||||
Contacts.BanFromAllSessions
|
||||
Contacts.UnbanFromAllSessions
|
||||
Contacts.BanFromCurrentWorld
|
||||
|
|
@ -513,6 +514,18 @@ Contacts.SearchResult
|
|||
Contacts.Bot
|
||||
Contacts.Migrated
|
||||
Contacts.IncompatibleSession
|
||||
Contacts.AskToJoin
|
||||
Contacts.InviteRequest.UserWantsToJoin
|
||||
Contacts.InviteRequest.UserWantsToInviteAnother
|
||||
Contacts.InviteRequest.GrantInvite
|
||||
Contacts.InviteRequest.AddAsContact
|
||||
Contacts.InviteRequest.AddAsContactOfHeadless
|
||||
Contacts.InviteRequest.AddHostAsContact
|
||||
Contacts.InviteRequest.HostIsUnregistered
|
||||
Contacts.InviteRequest.ForwardToHost
|
||||
Contacts.InviteRequest.SentRequest
|
||||
Contacts.InviteRequest.ForwardedRequest
|
||||
Contacts.InviteRequest.GrantedRequest
|
||||
Notifications.IsSociable
|
||||
Notifications.IsOnline
|
||||
Notifications.IsOnlineOnDifferentVersion
|
||||
|
|
@ -521,6 +534,8 @@ Notifications.ReceivedInvite
|
|||
Notifications.ReceivedItem
|
||||
Notifications.VoiceMessage
|
||||
Notifications.SessionStarted
|
||||
Notifications.ReceivedInviteRequestDirect
|
||||
Notifications.ReceivedInviteRequestForwarded
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
Notifications.PermissionChanged
|
||||
|
|
|
|||
|
|
@ -262,6 +262,7 @@ Permissions.NotAllowedToSpawn
|
|||
Permissions.NotAllowedToSave
|
||||
Permissions.NotAllowedToSwapAvatar
|
||||
Contacts.RevokeInvite
|
||||
Contacts.RequestInvite
|
||||
Contacts.Unblocked
|
||||
Contacts.AvatarBlock
|
||||
Contacts.MutualBlock
|
||||
|
|
@ -275,8 +276,22 @@ Contacts.InHiddenContactsPlus
|
|||
Contacts.Bot
|
||||
Contacts.Migrated
|
||||
Contacts.IncompatibleSession
|
||||
Contacts.AskToJoin
|
||||
Contacts.InviteRequest.UserWantsToJoin
|
||||
Contacts.InviteRequest.UserWantsToInviteAnother
|
||||
Contacts.InviteRequest.GrantInvite
|
||||
Contacts.InviteRequest.AddAsContact
|
||||
Contacts.InviteRequest.AddAsContactOfHeadless
|
||||
Contacts.InviteRequest.AddHostAsContact
|
||||
Contacts.InviteRequest.HostIsUnregistered
|
||||
Contacts.InviteRequest.ForwardToHost
|
||||
Contacts.InviteRequest.SentRequest
|
||||
Contacts.InviteRequest.ForwardedRequest
|
||||
Contacts.InviteRequest.GrantedRequest
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
Notifications.ReceivedInviteRequestDirect
|
||||
Notifications.ReceivedInviteRequestForwarded
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
Notifications.PermissionChanged
|
||||
|
|
|
|||
|
|
@ -7,6 +7,21 @@ World.Error.FailedToCreateBanAccessKey
|
|||
World.Error.UnhandledError
|
||||
World.Edit.ReadOnly
|
||||
Account.Type.Stripe
|
||||
Contacts.RequestInvite
|
||||
Contacts.AskToJoin
|
||||
Contacts.InviteRequest.UserWantsToJoin
|
||||
Contacts.InviteRequest.UserWantsToInviteAnother
|
||||
Contacts.InviteRequest.GrantInvite
|
||||
Contacts.InviteRequest.AddAsContact
|
||||
Contacts.InviteRequest.AddAsContactOfHeadless
|
||||
Contacts.InviteRequest.AddHostAsContact
|
||||
Contacts.InviteRequest.HostIsUnregistered
|
||||
Contacts.InviteRequest.ForwardToHost
|
||||
Contacts.InviteRequest.SentRequest
|
||||
Contacts.InviteRequest.ForwardedRequest
|
||||
Contacts.InviteRequest.GrantedRequest
|
||||
Notifications.ReceivedInviteRequestDirect
|
||||
Notifications.ReceivedInviteRequestForwarded
|
||||
Notifications.PermissionChanged
|
||||
Notifications.PermissionChangedDetail
|
||||
Tools.GeometryLineBrush.Name
|
||||
|
|
|
|||
|
|
@ -1,3 +1,20 @@
|
|||
# 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]
|
||||
Contacts.RequestInvite
|
||||
Contacts.AskToJoin
|
||||
Contacts.InviteRequest.UserWantsToJoin
|
||||
Contacts.InviteRequest.UserWantsToInviteAnother
|
||||
Contacts.InviteRequest.GrantInvite
|
||||
Contacts.InviteRequest.AddAsContact
|
||||
Contacts.InviteRequest.AddAsContactOfHeadless
|
||||
Contacts.InviteRequest.AddHostAsContact
|
||||
Contacts.InviteRequest.HostIsUnregistered
|
||||
Contacts.InviteRequest.ForwardToHost
|
||||
Contacts.InviteRequest.SentRequest
|
||||
Contacts.InviteRequest.ForwardedRequest
|
||||
Contacts.InviteRequest.GrantedRequest
|
||||
Notifications.ReceivedInviteRequestDirect
|
||||
Notifications.ReceivedInviteRequestForwarded
|
||||
|
||||
|
|
|
|||
|
|
@ -59,10 +59,25 @@ Account.Type.Stripe
|
|||
Profile.Status.Sociable
|
||||
Profile.Status.Bot
|
||||
Profile.Status.ChatClient
|
||||
Contacts.RequestInvite
|
||||
Contacts.NoSession
|
||||
Contacts.IncompatibleSession
|
||||
Contacts.AskToJoin
|
||||
Contacts.InviteRequest.UserWantsToJoin
|
||||
Contacts.InviteRequest.UserWantsToInviteAnother
|
||||
Contacts.InviteRequest.GrantInvite
|
||||
Contacts.InviteRequest.AddAsContact
|
||||
Contacts.InviteRequest.AddAsContactOfHeadless
|
||||
Contacts.InviteRequest.AddHostAsContact
|
||||
Contacts.InviteRequest.HostIsUnregistered
|
||||
Contacts.InviteRequest.ForwardToHost
|
||||
Contacts.InviteRequest.SentRequest
|
||||
Contacts.InviteRequest.ForwardedRequest
|
||||
Contacts.InviteRequest.GrantedRequest
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
Notifications.ReceivedInviteRequestDirect
|
||||
Notifications.ReceivedInviteRequestForwarded
|
||||
Notifications.UserJoined
|
||||
Notifications.UserLeft
|
||||
Notifications.PermissionChanged
|
||||
|
|
|
|||
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] - 67.2% - Missing keys: 774
|
||||
German [de] - 100.0% - Missing keys: 0
|
||||
English (United Kingdom) [en-gb] - 2.7% - Missing keys: 2296
|
||||
Czech [cs] - 66.8% - Missing keys: 789
|
||||
German [de] - 99.4% - Missing keys: 15
|
||||
English (United Kingdom) [en-gb] - 2.7% - Missing keys: 2311
|
||||
English [en] - 100.0% - Missing keys: 0
|
||||
Esperanto [eo] - 68.6% - Missing keys: 740
|
||||
Spanish [es] - 97.4% - Missing keys: 62
|
||||
Estonian [et] - 35.0% - Missing keys: 1534
|
||||
Finnish [fi] - 87.4% - Missing keys: 297
|
||||
French [fr] - 100.0% - Missing keys: 0
|
||||
Hungarian [hu] - 28.0% - Missing keys: 1698
|
||||
Icelandic [is] - 26.3% - Missing keys: 1739
|
||||
Japanese [ja] - 100.0% - Missing keys: 0
|
||||
Korean [ko] - 100.0% - Missing keys: 0
|
||||
Dutch [nl] - 98.7% - Missing keys: 31
|
||||
Norwegian [no] - 65.7% - Missing keys: 808
|
||||
Polish [pl] - 99.2% - Missing keys: 20
|
||||
Portuguese (Brazil) [pt-br] - 65.7% - Missing keys: 809
|
||||
Russian [ru] - 99.2% - Missing keys: 20
|
||||
Swedish [sv] - 27.0% - Missing keys: 1722
|
||||
Thai [th] - 2.9% - Missing keys: 2290
|
||||
Turkish [tr] - 34.5% - Missing keys: 1546
|
||||
Ukrainian [uk] - 55.6% - Missing keys: 1047
|
||||
Chinese (Simplified, Mainland China) [zh-cn] - 100.0% - Missing keys: 0
|
||||
Chinese (Traditional, Taiwan) [zh-tw] - 66.0% - Missing keys: 803
|
||||
Esperanto [eo] - 68.2% - Missing keys: 755
|
||||
Spanish [es] - 96.8% - Missing keys: 77
|
||||
Estonian [et] - 34.8% - Missing keys: 1549
|
||||
Finnish [fi] - 86.9% - Missing keys: 312
|
||||
French [fr] - 99.4% - Missing keys: 15
|
||||
Hungarian [hu] - 27.8% - Missing keys: 1713
|
||||
Icelandic [is] - 26.1% - Missing keys: 1754
|
||||
Japanese [ja] - 99.4% - Missing keys: 15
|
||||
Korean [ko] - 99.4% - Missing keys: 15
|
||||
Dutch [nl] - 98.1% - Missing keys: 46
|
||||
Norwegian [no] - 65.3% - Missing keys: 823
|
||||
Polish [pl] - 98.5% - Missing keys: 35
|
||||
Portuguese (Brazil) [pt-br] - 65.3% - Missing keys: 824
|
||||
Russian [ru] - 98.5% - Missing keys: 35
|
||||
Swedish [sv] - 26.8% - Missing keys: 1737
|
||||
Thai [th] - 2.9% - Missing keys: 2305
|
||||
Turkish [tr] - 34.2% - Missing keys: 1561
|
||||
Ukrainian [uk] - 55.3% - Missing keys: 1062
|
||||
Chinese (Simplified, Mainland China) [zh-cn] - 99.4% - Missing keys: 15
|
||||
Chinese (Traditional, Taiwan) [zh-tw] - 65.5% - Missing keys: 818
|
||||
|
||||
Total keys: 2359
|
||||
Total keys: 2374
|
||||
|
||||
## 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.
|
||||
|
|
|
|||
16
en.json
16
en.json
|
|
@ -641,6 +641,7 @@
|
|||
"Contacts.IgnoreRequest": "Ignore Request",
|
||||
"Contacts.Invite": "Invite Here",
|
||||
"Contacts.RevokeInvite": "Revoke Invite",
|
||||
"Contacts.RequestInvite": "Request Invite",
|
||||
"Contacts.BanFromAllSessions": "Ban from my hosted sessions",
|
||||
"Contacts.UnbanFromAllSessions": "Unban from my hosted sessions",
|
||||
"Contacts.BanFromCurrentWorld": "Ban from current world",
|
||||
|
|
@ -670,6 +671,19 @@
|
|||
"Contacts.Bot": "Bot account",
|
||||
"Contacts.Migrated": "Contact hasn't Migrated",
|
||||
"Contacts.IncompatibleSession" : "Incompatible session",
|
||||
"Contacts.AskToJoin" : "<color=hero.yellow>Ask</color> to Join",
|
||||
|
||||
"Contacts.InviteRequest.UserWantsToJoin" : "{username} would like to join you",
|
||||
"Contacts.InviteRequest.UserWantsToInviteAnother" : "\"{requestingUser}\" wants to invite \"{userToInvite}\" to \"{sessionName}\"",
|
||||
"Contacts.InviteRequest.GrantInvite" : "Grant Invite (one time)",
|
||||
"Contacts.InviteRequest.AddAsContact" : "Add \"{username}\" as contact",
|
||||
"Contacts.InviteRequest.AddAsContactOfHeadless" : "Add \"{username}\" as contact of the headless",
|
||||
"Contacts.InviteRequest.AddHostAsContact" : "Add \"{username}\" (host) as contact",
|
||||
"Contacts.InviteRequest.HostIsUnregistered" : "Host is unregistered user",
|
||||
"Contacts.InviteRequest.ForwardToHost" : "Forward to host: {username}",
|
||||
"Contacts.InviteRequest.SentRequest" : "Requested invite",
|
||||
"Contacts.InviteRequest.ForwardedRequest" : "Forwarded invite request from \"{username}\" to session \"{sessionName}\"",
|
||||
"Contacts.InviteRequest.GrantedRequest" : "Granted \"{username}\" invite to session \"{sessionName}\"",
|
||||
|
||||
"Notifications.IsSociable": "Is sociable, poke or invite them!",
|
||||
"Notifications.IsOnline": "Is now Online",
|
||||
|
|
@ -679,6 +693,8 @@
|
|||
"Notifications.ReceivedItem": "Sent you an item:",
|
||||
"Notifications.VoiceMessage": "Sent a voice message",
|
||||
"Notifications.SessionStarted": "Started session:",
|
||||
"Notifications.ReceivedInviteRequestDirect": "Wants to be invited",
|
||||
"Notifications.ReceivedInviteRequestForwarded": "Wants to invite:",
|
||||
"Notifications.UserJoined": "User joined",
|
||||
"Notifications.UserLeft": "User left",
|
||||
"Notifications.PermissionChanged": "Role changed to {new}",
|
||||
|
|
|
|||
Loading…
Reference in a new issue