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
48a19ceae8
40 changed files with 4744 additions and 502 deletions
11
.github/ISSUE_TEMPLATE/badge.yml
vendored
Normal file
11
.github/ISSUE_TEMPLATE/badge.yml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
name: Request Translator badge
|
||||
description: Request a Translator badge if you've contributed the locale.
|
||||
body:
|
||||
- type: input
|
||||
id: userid
|
||||
attributes:
|
||||
label: User ID
|
||||
description: Your User ID. You can see how to find it on the [wiki](https://wiki.resonite.com/User_ID#Finding_a_user_ID).
|
||||
placeholder: U-fX3pKe7AYYQ
|
||||
validations:
|
||||
required: true
|
||||
17
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
17
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Official Discord
|
||||
url: https://discord.gg/resonite
|
||||
about: The place to discuss all things Resonite
|
||||
- name: Resonite Moderation
|
||||
url: https://moderation.resonite.com
|
||||
about: Please report any guidelines breaches here
|
||||
- name: Resonite Support
|
||||
url: https://support.resonite.com
|
||||
about: Please report any account issues here
|
||||
- name: Security
|
||||
url: https://support.resonite.com
|
||||
about: Please report any security issues here
|
||||
- name: Bugs and Feature Requests
|
||||
url: https://github.com/Yellow-Dog-Man/Resonite-Issues
|
||||
about: Submit Resonite Bugs and Feature requests here.
|
||||
|
|
@ -6,6 +6,9 @@ Interaction.SaveToInventory.NotLoggedIn
|
|||
Interaction.SaveToInventory.NoWritePermission
|
||||
Interaction.CopyImage
|
||||
Inventory.Favorite.Document
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.TCP
|
||||
World.Filter.IncompatibleSessions
|
||||
Login.MissingSecretMachineId
|
||||
Login.MissingSecretMachineId.Description
|
||||
Login.MalformedSecretMachineId
|
||||
|
|
@ -21,6 +24,8 @@ Recovery.NoPasswordSetup.Description
|
|||
Register.UnknownError
|
||||
Register.UnknownError.Description
|
||||
Profile.Status.Sociable
|
||||
Profile.Status.Bot
|
||||
Profile.Status.ChatClient
|
||||
Contacts.IncompatibleSession
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
|
|
@ -209,6 +214,8 @@ Settings.SteamIntegrationSettings.RichPresence
|
|||
Settings.SteamIntegrationSettings.RichPresence.Description
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots.Description
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -372,6 +379,8 @@ Settings.RealtimeNetworkingSettings.DisableLAN
|
|||
Settings.RealtimeNetworkingSettings.DisableLAN.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP.Description
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentAssetTransfers
|
||||
|
|
@ -399,8 +408,6 @@ Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
|||
Settings.WindowsSettings.KeepOriginalScreenshotFormat.Description
|
||||
Settings.DebugSettings.DebugInputBindings
|
||||
Settings.DebugSettings.DebugInputBindings.Description
|
||||
Settings.DebugSettings.FetchIncompatibleSessions
|
||||
Settings.DebugSettings.FetchIncompatibleSessions.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyWorldSwitcher
|
||||
|
|
|
|||
|
|
@ -159,9 +159,11 @@ World.Connection.Authenticating
|
|||
World.Connection.Connected
|
||||
World.Connection.SyncingInitialState
|
||||
World.Connection.LNL.DirectIP
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.LNL.NATPunchthrough
|
||||
World.Connection.LNL.Relay
|
||||
World.Connection.SteamNetworkingSockets
|
||||
World.Connection.TCP
|
||||
World.Error.AccessDenied
|
||||
World.Error.SecurityViolation
|
||||
World.Error.OnlyRegisteredUsers
|
||||
|
|
@ -305,6 +307,7 @@ World.Filter.SessionFiltering
|
|||
World.Filter.MinimumUsers
|
||||
World.Filter.MinimumContacts
|
||||
World.Filter.OnlyHeadless
|
||||
World.Filter.IncompatibleSessions
|
||||
World.Filter.MaxAccessLevel
|
||||
World.Filter.MinimumUptime
|
||||
World.Filter.Sorting
|
||||
|
|
@ -506,6 +509,8 @@ Profile.Status.Busy
|
|||
Profile.Status.Invisible
|
||||
Profile.Status.Offline
|
||||
Profile.Status.Headless
|
||||
Profile.Status.Bot
|
||||
Profile.Status.ChatClient
|
||||
Session.Tab.Settings
|
||||
Session.Tab.Users
|
||||
Session.Tab.Permissions
|
||||
|
|
@ -1159,6 +1164,8 @@ Settings.SteamIntegrationSettings.RichPresence
|
|||
Settings.SteamIntegrationSettings.RichPresence.Description
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots.Description
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -1320,6 +1327,8 @@ Settings.RealtimeNetworkingSettings.DisableLAN
|
|||
Settings.RealtimeNetworkingSettings.DisableLAN.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP.Description
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentAssetTransfers
|
||||
|
|
@ -1347,8 +1356,6 @@ Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
|||
Settings.WindowsSettings.KeepOriginalScreenshotFormat.Description
|
||||
Settings.DebugSettings.DebugInputBindings
|
||||
Settings.DebugSettings.DebugInputBindings.Description
|
||||
Settings.DebugSettings.FetchIncompatibleSessions
|
||||
Settings.DebugSettings.FetchIncompatibleSessions.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyWorldSwitcher
|
||||
|
|
@ -2122,8 +2129,6 @@ CloudHome.Panel.ReadingLounge
|
|||
CloudHome.Panel.Lounge
|
||||
CloudHome.Panel.Center
|
||||
CloudHome.Panel.Balcony
|
||||
CloudHome.Panel.Theater
|
||||
CloudHome.Panel.TheaterControl
|
||||
CloudHome.Panel.FanControl
|
||||
CloudHome.Panel.WindowControl
|
||||
CloudHome.Panel.FanSpeed
|
||||
|
|
@ -2194,7 +2199,6 @@ UI.VideoPlayer.SpatialAudio
|
|||
UI.VideoPlayer.AreaBroadcast
|
||||
UI.VideoPlayer.BroadcastAudio
|
||||
UI.VideoPlayer.EnterURL
|
||||
UI.VideoPlayer.AudioZoneTheater
|
||||
UI.VideoPlayer.AudioZoneGlobal
|
||||
UI.VideoPlayer.UsersLoaded
|
||||
UI.VideoPlayer.AllUsersLoaded
|
||||
|
|
|
|||
|
|
@ -6,11 +6,16 @@ Interaction.SaveToInventory.NotLoggedIn
|
|||
Interaction.SaveToInventory.NoWritePermission
|
||||
Interaction.CopyImage
|
||||
Inventory.Favorite.Document
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.TCP
|
||||
World.Filter.IncompatibleSessions
|
||||
Login.MissingSecretMachineId
|
||||
Login.MissingSecretMachineId.Description
|
||||
Login.MalformedSecretMachineId
|
||||
Login.MalformedSecretMachineId.Description
|
||||
Profile.Status.Sociable
|
||||
Profile.Status.Bot
|
||||
Profile.Status.ChatClient
|
||||
Contacts.IncompatibleSession
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
|
|
@ -178,6 +183,8 @@ Settings.SteamIntegrationSettings.RichPresence
|
|||
Settings.SteamIntegrationSettings.RichPresence.Description
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots.Description
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -341,6 +348,8 @@ Settings.RealtimeNetworkingSettings.DisableLAN
|
|||
Settings.RealtimeNetworkingSettings.DisableLAN.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP.Description
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentAssetTransfers
|
||||
|
|
@ -368,8 +377,6 @@ Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
|||
Settings.WindowsSettings.KeepOriginalScreenshotFormat.Description
|
||||
Settings.DebugSettings.DebugInputBindings
|
||||
Settings.DebugSettings.DebugInputBindings.Description
|
||||
Settings.DebugSettings.FetchIncompatibleSessions
|
||||
Settings.DebugSettings.FetchIncompatibleSessions.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyWorldSwitcher
|
||||
|
|
|
|||
|
|
@ -4,7 +4,12 @@ Note that this file updates only during build processes and doesn't necessarily
|
|||
# Spanish [es]
|
||||
Interaction.SaveToInventory.NotLoggedIn
|
||||
Interaction.SaveToInventory.NoWritePermission
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.TCP
|
||||
World.Filter.IncompatibleSessions
|
||||
Profile.Status.Sociable
|
||||
Profile.Status.Bot
|
||||
Profile.Status.ChatClient
|
||||
Contacts.IncompatibleSession
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
|
|
@ -172,6 +177,8 @@ Settings.SteamIntegrationSettings.RichPresence
|
|||
Settings.SteamIntegrationSettings.RichPresence.Description
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots.Description
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -335,6 +342,8 @@ Settings.RealtimeNetworkingSettings.DisableLAN
|
|||
Settings.RealtimeNetworkingSettings.DisableLAN.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP.Description
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentAssetTransfers
|
||||
|
|
@ -362,8 +371,6 @@ Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
|||
Settings.WindowsSettings.KeepOriginalScreenshotFormat.Description
|
||||
Settings.DebugSettings.DebugInputBindings
|
||||
Settings.DebugSettings.DebugInputBindings.Description
|
||||
Settings.DebugSettings.FetchIncompatibleSessions
|
||||
Settings.DebugSettings.FetchIncompatibleSessions.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyWorldSwitcher
|
||||
|
|
|
|||
|
|
@ -70,9 +70,11 @@ Dash.Exit.Shoutouts.You
|
|||
Facets.FPS
|
||||
World.Loaded
|
||||
World.Connection.LNL.DirectIP
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.LNL.NATPunchthrough
|
||||
World.Connection.LNL.Relay
|
||||
World.Connection.SteamNetworkingSockets
|
||||
World.Connection.TCP
|
||||
World.Error.FailedToConnect
|
||||
World.Error.InvalidAddress
|
||||
World.Error.HostBlocked
|
||||
|
|
@ -88,6 +90,7 @@ World.AccessLevel.ContactsPlus
|
|||
World.SortParameter.LastVisit
|
||||
World.SortParameter.Random
|
||||
World.Filter.MinimumContacts
|
||||
World.Filter.IncompatibleSessions
|
||||
Tools.Setup2FA
|
||||
Tools.StreamAudio.Dialog.Title
|
||||
Options.Nameplates.DefaultStyle
|
||||
|
|
@ -216,6 +219,8 @@ Avatar.Badge.Live
|
|||
2FA.Token
|
||||
Profile.Status.Sociable
|
||||
Profile.Status.Headless
|
||||
Profile.Status.Bot
|
||||
Profile.Status.ChatClient
|
||||
Session.JoinVerifier.EnableHeader
|
||||
Session.JoinVerifier.EnableText
|
||||
Session.JoinVerifier.Label
|
||||
|
|
@ -486,6 +491,8 @@ Settings.SteamIntegrationSettings.RichPresence
|
|||
Settings.SteamIntegrationSettings.RichPresence.Description
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots.Description
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -649,6 +656,8 @@ Settings.RealtimeNetworkingSettings.DisableLAN
|
|||
Settings.RealtimeNetworkingSettings.DisableLAN.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP.Description
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentAssetTransfers
|
||||
|
|
@ -676,8 +685,6 @@ Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
|||
Settings.WindowsSettings.KeepOriginalScreenshotFormat.Description
|
||||
Settings.DebugSettings.DebugInputBindings
|
||||
Settings.DebugSettings.DebugInputBindings.Description
|
||||
Settings.DebugSettings.FetchIncompatibleSessions
|
||||
Settings.DebugSettings.FetchIncompatibleSessions.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyWorldSwitcher
|
||||
|
|
|
|||
|
|
@ -2,7 +2,12 @@
|
|||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Finnish [fi]
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.TCP
|
||||
World.Actions.GuestWarning
|
||||
World.Filter.IncompatibleSessions
|
||||
Profile.Status.Bot
|
||||
Profile.Status.ChatClient
|
||||
Contacts.Unblocked
|
||||
Contacts.IncompatibleSession
|
||||
Tooltip.ProtoFlux.Drive
|
||||
|
|
@ -36,6 +41,8 @@ Importer.Package.Progress.ImportingAssets
|
|||
Importer.Package.Progress.LoadingObject
|
||||
Importer.Package.Progress.Imported
|
||||
Importer.Package.Progress.Fail
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description
|
||||
Settings.LeapMotionSettings.Offset.Description
|
||||
Settings.LeapMotionSettings.SnapDistance.Description
|
||||
Settings.LeapMotionSettings.UseFingersWhenSnapped.Description
|
||||
|
|
@ -105,6 +112,8 @@ Settings.EarmuffSettings.TransitionLength.Description
|
|||
Settings.EarmuffSettings.VolumeAttenuation.Description
|
||||
Settings.RealtimeNetworkingSettings.DisableLAN.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP.Description
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentAssetTransfers.Description
|
||||
|
|
@ -116,7 +125,6 @@ Settings.HostAccessSettings.Entries.AllowOSC_Sending.Description
|
|||
Settings.WindowsSettings.KeepOriginalScreenshotFormat.Description
|
||||
Settings.DebugSettings.DebugInputBindings
|
||||
Settings.DebugSettings.DebugInputBindings.Description
|
||||
Settings.DebugSettings.FetchIncompatibleSessions.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyWorldSwitcher.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyInventorySessionShortcuts.Description
|
||||
|
|
|
|||
|
|
@ -22,8 +22,10 @@ Inventory.Favorite.AudioStreamController
|
|||
Inventory.Favorite.TextDisplay
|
||||
Inventory.SpawnFacet
|
||||
Dash.Exit.SubmittedBy
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.LNL.NATPunchthrough
|
||||
World.Connection.LNL.Relay
|
||||
World.Connection.TCP
|
||||
World.Error.SecurityViolation
|
||||
World.Actions.CopyRecordURL
|
||||
World.Indicator.Sessions
|
||||
|
|
@ -34,6 +36,7 @@ World.Filter.DataSources
|
|||
World.Filter.BaseSearch
|
||||
World.Filter.SubmittedToGroup
|
||||
World.Filter.OnlyHeadless
|
||||
World.Filter.IncompatibleSessions
|
||||
World.Filter.MaxAccessLevel
|
||||
Options.FreeformDash.On
|
||||
Options.FreeformDash.Off
|
||||
|
|
@ -56,6 +59,8 @@ Account.RecoveryCode
|
|||
Account.Requesting
|
||||
Account.Saml2.Select
|
||||
Profile.Status.Headless
|
||||
Profile.Status.Bot
|
||||
Profile.Status.ChatClient
|
||||
Session.Permission.ClearOverrides
|
||||
Session.JoinVerifier.EnableHeader
|
||||
Session.JoinVerifier.EnableText
|
||||
|
|
@ -649,6 +654,8 @@ Settings.SteamIntegrationSettings.RichPresence
|
|||
Settings.SteamIntegrationSettings.RichPresence.Description
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots.Description
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -812,6 +819,8 @@ Settings.RealtimeNetworkingSettings.DisableLAN
|
|||
Settings.RealtimeNetworkingSettings.DisableLAN.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP.Description
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentAssetTransfers
|
||||
|
|
@ -839,8 +848,6 @@ Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
|||
Settings.WindowsSettings.KeepOriginalScreenshotFormat.Description
|
||||
Settings.DebugSettings.DebugInputBindings
|
||||
Settings.DebugSettings.DebugInputBindings.Description
|
||||
Settings.DebugSettings.FetchIncompatibleSessions
|
||||
Settings.DebugSettings.FetchIncompatibleSessions.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyWorldSwitcher
|
||||
|
|
|
|||
|
|
@ -15,9 +15,11 @@ Inventory.SpawnFacet
|
|||
Dash.Actions.TurnOffUIEdit
|
||||
Facets.FPS
|
||||
World.Connection.LNL.DirectIP
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.LNL.NATPunchthrough
|
||||
World.Connection.LNL.Relay
|
||||
World.Connection.SteamNetworkingSockets
|
||||
World.Connection.TCP
|
||||
World.Error.FailedToConnect
|
||||
World.Error.InvalidAddress
|
||||
World.Error.HostBlocked
|
||||
|
|
@ -32,6 +34,7 @@ World.AccessLevel.ContactsPlus
|
|||
World.SortParameter.LastVisit
|
||||
World.SortParameter.Random
|
||||
World.Filter.MinimumContacts
|
||||
World.Filter.IncompatibleSessions
|
||||
Tools.Setup2FA
|
||||
Tools.StreamAudio.Dialog.Title
|
||||
Tools.StreamAudio.Spatialized
|
||||
|
|
@ -93,6 +96,8 @@ Account.TOTP.Message.DeactivationComplete
|
|||
2FA.Header
|
||||
2FA.Token
|
||||
Profile.Status.Sociable
|
||||
Profile.Status.Bot
|
||||
Profile.Status.ChatClient
|
||||
Session.JoinVerifier.EnableHeader
|
||||
Session.JoinVerifier.EnableText
|
||||
Session.JoinVerifier.Label
|
||||
|
|
@ -627,6 +632,8 @@ Settings.SteamIntegrationSettings.RichPresence
|
|||
Settings.SteamIntegrationSettings.RichPresence.Description
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots.Description
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -790,6 +797,8 @@ Settings.RealtimeNetworkingSettings.DisableLAN
|
|||
Settings.RealtimeNetworkingSettings.DisableLAN.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP.Description
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentAssetTransfers
|
||||
|
|
@ -817,8 +826,6 @@ Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
|||
Settings.WindowsSettings.KeepOriginalScreenshotFormat.Description
|
||||
Settings.DebugSettings.DebugInputBindings
|
||||
Settings.DebugSettings.DebugInputBindings.Description
|
||||
Settings.DebugSettings.FetchIncompatibleSessions
|
||||
Settings.DebugSettings.FetchIncompatibleSessions.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyWorldSwitcher
|
||||
|
|
|
|||
|
|
@ -49,6 +49,8 @@ Dash.Exit.Shoutouts.AndMore
|
|||
Dash.Exit.Shoutouts.You
|
||||
Facets.FPS
|
||||
World.Loaded
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.TCP
|
||||
World.Error.HostBlocked
|
||||
World.Error.HostBlockedDetail
|
||||
World.Error.WorldCrash
|
||||
|
|
@ -58,6 +60,7 @@ World.Category.GroupWorlds
|
|||
World.AccessLevel.Contacts
|
||||
World.AccessLevel.ContactsPlus
|
||||
World.Filter.MinimumContacts
|
||||
World.Filter.IncompatibleSessions
|
||||
Tools.AvatarCreator
|
||||
Tools.Debug
|
||||
Tools.StreamAudio.Dialog.Title
|
||||
|
|
@ -164,6 +167,8 @@ Account.Type.Team
|
|||
Avatar.Badge.Live
|
||||
Profile.Status.Sociable
|
||||
Profile.Status.Headless
|
||||
Profile.Status.Bot
|
||||
Profile.Status.ChatClient
|
||||
Session.JoinVerifier.EnableHeader
|
||||
Session.JoinVerifier.EnableText
|
||||
Session.JoinVerifier.Label
|
||||
|
|
@ -450,6 +455,8 @@ Settings.SteamIntegrationSettings.RichPresence
|
|||
Settings.SteamIntegrationSettings.RichPresence.Description
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots.Description
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -613,6 +620,8 @@ Settings.RealtimeNetworkingSettings.DisableLAN
|
|||
Settings.RealtimeNetworkingSettings.DisableLAN.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP.Description
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentAssetTransfers
|
||||
|
|
@ -640,8 +649,6 @@ Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
|||
Settings.WindowsSettings.KeepOriginalScreenshotFormat.Description
|
||||
Settings.DebugSettings.DebugInputBindings
|
||||
Settings.DebugSettings.DebugInputBindings.Description
|
||||
Settings.DebugSettings.FetchIncompatibleSessions
|
||||
Settings.DebugSettings.FetchIncompatibleSessions.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyWorldSwitcher
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@ Interaction.SaveToInventory.NoWritePermission
|
|||
Interaction.CopyImage
|
||||
Inventory.Favorite.Document
|
||||
World.Loaded
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.TCP
|
||||
World.Filter.IncompatibleSessions
|
||||
Login.InvalidCredentials.Description
|
||||
Login.InvalidLogin.Description
|
||||
Login.MalformedUID.Description
|
||||
|
|
@ -50,6 +53,8 @@ Recovery.NoPasswordSetup.Description
|
|||
Register.UnknownError
|
||||
Register.UnknownError.Description
|
||||
Profile.Status.Sociable
|
||||
Profile.Status.Bot
|
||||
Profile.Status.ChatClient
|
||||
Contacts.IncompatibleSession
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
|
|
@ -241,6 +246,8 @@ Settings.SteamIntegrationSettings.RichPresence
|
|||
Settings.SteamIntegrationSettings.RichPresence.Description
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots.Description
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -404,6 +411,8 @@ Settings.RealtimeNetworkingSettings.DisableLAN
|
|||
Settings.RealtimeNetworkingSettings.DisableLAN.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP.Description
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentAssetTransfers
|
||||
|
|
@ -431,8 +440,6 @@ Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
|||
Settings.WindowsSettings.KeepOriginalScreenshotFormat.Description
|
||||
Settings.DebugSettings.DebugInputBindings
|
||||
Settings.DebugSettings.DebugInputBindings.Description
|
||||
Settings.DebugSettings.FetchIncompatibleSessions
|
||||
Settings.DebugSettings.FetchIncompatibleSessions.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyWorldSwitcher
|
||||
|
|
|
|||
|
|
@ -2,6 +2,11 @@
|
|||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Polish [pl]
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.TCP
|
||||
World.Filter.IncompatibleSessions
|
||||
Profile.Status.Bot
|
||||
Profile.Status.ChatClient
|
||||
Contacts.IncompatibleSession
|
||||
Importer.LUT.Failure.Heading
|
||||
Importer.LUT.Failure.Description
|
||||
|
|
@ -76,6 +81,8 @@ Settings.SteamIntegrationSettings.RichPresence
|
|||
Settings.SteamIntegrationSettings.RichPresence.Description
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots.Description
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -239,6 +246,8 @@ Settings.RealtimeNetworkingSettings.DisableLAN
|
|||
Settings.RealtimeNetworkingSettings.DisableLAN.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP.Description
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentAssetTransfers
|
||||
|
|
@ -266,8 +275,6 @@ Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
|||
Settings.WindowsSettings.KeepOriginalScreenshotFormat.Description
|
||||
Settings.DebugSettings.DebugInputBindings
|
||||
Settings.DebugSettings.DebugInputBindings.Description
|
||||
Settings.DebugSettings.FetchIncompatibleSessions
|
||||
Settings.DebugSettings.FetchIncompatibleSessions.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyWorldSwitcher
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@ Interaction.CopyImage
|
|||
Inventory.CreateDirectory
|
||||
Inventory.GetURL
|
||||
Inventory.Favorite.Document
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.TCP
|
||||
World.Filter.IncompatibleSessions
|
||||
Login.InvalidCredentials.Description
|
||||
Login.InvalidLogin.Description
|
||||
Login.MalformedUID.Description
|
||||
|
|
@ -51,6 +54,8 @@ Recovery.NoPasswordSetup.Description
|
|||
Register.UnknownError
|
||||
Register.UnknownError.Description
|
||||
Profile.Status.Sociable
|
||||
Profile.Status.Bot
|
||||
Profile.Status.ChatClient
|
||||
Contacts.IncompatibleSession
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
|
|
@ -242,6 +247,8 @@ Settings.SteamIntegrationSettings.RichPresence
|
|||
Settings.SteamIntegrationSettings.RichPresence.Description
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots.Description
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -405,6 +412,8 @@ Settings.RealtimeNetworkingSettings.DisableLAN
|
|||
Settings.RealtimeNetworkingSettings.DisableLAN.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP.Description
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentAssetTransfers
|
||||
|
|
@ -432,8 +441,6 @@ Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
|||
Settings.WindowsSettings.KeepOriginalScreenshotFormat.Description
|
||||
Settings.DebugSettings.DebugInputBindings
|
||||
Settings.DebugSettings.DebugInputBindings.Description
|
||||
Settings.DebugSettings.FetchIncompatibleSessions
|
||||
Settings.DebugSettings.FetchIncompatibleSessions.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyWorldSwitcher
|
||||
|
|
|
|||
|
|
@ -1,11 +1,3 @@
|
|||
# Missing Keys
|
||||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Russian [ru]
|
||||
Contacts.IncompatibleSession
|
||||
Importer.LUT.Failure.Heading
|
||||
Importer.LUT.Failure.Description
|
||||
Exporter.InvalidFileName
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,12 @@ General.Units.Metric
|
|||
General.Units.Imperial
|
||||
Interaction.SaveToInventory.NotLoggedIn
|
||||
Interaction.SaveToInventory.NoWritePermission
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.TCP
|
||||
World.Filter.IncompatibleSessions
|
||||
Profile.Status.Sociable
|
||||
Profile.Status.Bot
|
||||
Profile.Status.ChatClient
|
||||
Contacts.IncompatibleSession
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
|
|
@ -594,6 +599,8 @@ Settings.SteamIntegrationSettings.RichPresence
|
|||
Settings.SteamIntegrationSettings.RichPresence.Description
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots.Description
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -757,6 +764,8 @@ Settings.RealtimeNetworkingSettings.DisableLAN
|
|||
Settings.RealtimeNetworkingSettings.DisableLAN.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP.Description
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentAssetTransfers
|
||||
|
|
@ -784,8 +793,6 @@ Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
|||
Settings.WindowsSettings.KeepOriginalScreenshotFormat.Description
|
||||
Settings.DebugSettings.DebugInputBindings
|
||||
Settings.DebugSettings.DebugInputBindings.Description
|
||||
Settings.DebugSettings.FetchIncompatibleSessions
|
||||
Settings.DebugSettings.FetchIncompatibleSessions.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyWorldSwitcher
|
||||
|
|
|
|||
|
|
@ -126,9 +126,11 @@ World.Connection.Authenticating
|
|||
World.Connection.Connected
|
||||
World.Connection.SyncingInitialState
|
||||
World.Connection.LNL.DirectIP
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.LNL.NATPunchthrough
|
||||
World.Connection.LNL.Relay
|
||||
World.Connection.SteamNetworkingSockets
|
||||
World.Connection.TCP
|
||||
World.Error.AccessDenied
|
||||
World.Error.SecurityViolation
|
||||
World.Error.OnlyRegisteredUsers
|
||||
|
|
@ -272,6 +274,7 @@ World.Filter.SessionFiltering
|
|||
World.Filter.MinimumUsers
|
||||
World.Filter.MinimumContacts
|
||||
World.Filter.OnlyHeadless
|
||||
World.Filter.IncompatibleSessions
|
||||
World.Filter.MaxAccessLevel
|
||||
World.Filter.MinimumUptime
|
||||
World.Filter.Sorting
|
||||
|
|
@ -474,6 +477,8 @@ Profile.Status.Busy
|
|||
Profile.Status.Invisible
|
||||
Profile.Status.Offline
|
||||
Profile.Status.Headless
|
||||
Profile.Status.Bot
|
||||
Profile.Status.ChatClient
|
||||
Session.Tab.Settings
|
||||
Session.Tab.Users
|
||||
Session.Tab.Permissions
|
||||
|
|
@ -1144,6 +1149,8 @@ Settings.SteamIntegrationSettings.RichPresence
|
|||
Settings.SteamIntegrationSettings.RichPresence.Description
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots.Description
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -1307,6 +1314,8 @@ Settings.RealtimeNetworkingSettings.DisableLAN
|
|||
Settings.RealtimeNetworkingSettings.DisableLAN.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP.Description
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentAssetTransfers
|
||||
|
|
@ -1334,8 +1343,6 @@ Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
|||
Settings.WindowsSettings.KeepOriginalScreenshotFormat.Description
|
||||
Settings.DebugSettings.DebugInputBindings
|
||||
Settings.DebugSettings.DebugInputBindings.Description
|
||||
Settings.DebugSettings.FetchIncompatibleSessions
|
||||
Settings.DebugSettings.FetchIncompatibleSessions.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyWorldSwitcher
|
||||
|
|
|
|||
|
|
@ -76,9 +76,11 @@ Dash.Exit.Shoutouts.You
|
|||
Facets.FPS
|
||||
World.Loaded
|
||||
World.Connection.LNL.DirectIP
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.LNL.NATPunchthrough
|
||||
World.Connection.LNL.Relay
|
||||
World.Connection.SteamNetworkingSockets
|
||||
World.Connection.TCP
|
||||
World.Error.OnlyContactsOfContacts
|
||||
World.Error.FailedToConnect
|
||||
World.Error.InvalidAddress
|
||||
|
|
@ -95,6 +97,7 @@ World.AccessLevel.ContactsPlus
|
|||
World.SortParameter.LastVisit
|
||||
World.SortParameter.Random
|
||||
World.Filter.MinimumContacts
|
||||
World.Filter.IncompatibleSessions
|
||||
World.Edit.Title
|
||||
World.Edit.Name
|
||||
World.Edit.Description
|
||||
|
|
@ -243,6 +246,8 @@ Avatar.Badge.Live
|
|||
2FA.Token
|
||||
Profile.Status.Sociable
|
||||
Profile.Status.Headless
|
||||
Profile.Status.Bot
|
||||
Profile.Status.ChatClient
|
||||
Session.JoinVerifier.EnableHeader
|
||||
Session.JoinVerifier.EnableText
|
||||
Session.JoinVerifier.Label
|
||||
|
|
@ -520,6 +525,8 @@ Settings.SteamIntegrationSettings.RichPresence
|
|||
Settings.SteamIntegrationSettings.RichPresence.Description
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots.Description
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -683,6 +690,8 @@ Settings.RealtimeNetworkingSettings.DisableLAN
|
|||
Settings.RealtimeNetworkingSettings.DisableLAN.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP.Description
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentAssetTransfers
|
||||
|
|
@ -710,8 +719,6 @@ Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
|||
Settings.WindowsSettings.KeepOriginalScreenshotFormat.Description
|
||||
Settings.DebugSettings.DebugInputBindings
|
||||
Settings.DebugSettings.DebugInputBindings.Description
|
||||
Settings.DebugSettings.FetchIncompatibleSessions
|
||||
Settings.DebugSettings.FetchIncompatibleSessions.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyWorldSwitcher
|
||||
|
|
|
|||
1517
Missing/ua.md
Normal file
1517
Missing/ua.md
Normal file
File diff suppressed because it is too large
Load diff
1517
Missing/uk.md
Normal file
1517
Missing/uk.md
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -6,6 +6,9 @@ Interaction.SaveToInventory.NotLoggedIn
|
|||
Interaction.SaveToInventory.NoWritePermission
|
||||
Interaction.CopyImage
|
||||
Inventory.Favorite.Document
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.TCP
|
||||
World.Filter.IncompatibleSessions
|
||||
Login.InvalidCredentials.Description
|
||||
Login.InvalidLogin.Description
|
||||
Login.MalformedUID.Description
|
||||
|
|
@ -49,6 +52,8 @@ Recovery.NoPasswordSetup.Description
|
|||
Register.UnknownError
|
||||
Register.UnknownError.Description
|
||||
Profile.Status.Sociable
|
||||
Profile.Status.Bot
|
||||
Profile.Status.ChatClient
|
||||
Contacts.IncompatibleSession
|
||||
Notifications.IsSociable
|
||||
Notifications.SessionStarted
|
||||
|
|
@ -237,6 +242,8 @@ Settings.SteamIntegrationSettings.RichPresence
|
|||
Settings.SteamIntegrationSettings.RichPresence.Description
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots
|
||||
Settings.SteamIntegrationSettings.SaveScreenshots.Description
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled
|
||||
Settings.LeapMotionSettings.LeapMotionEnabled.Description
|
||||
Settings.LeapMotionSettings.Offset
|
||||
|
|
@ -400,6 +407,8 @@ Settings.RealtimeNetworkingSettings.DisableLAN
|
|||
Settings.RealtimeNetworkingSettings.DisableLAN.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking
|
||||
Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP.Description
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize
|
||||
Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description
|
||||
Settings.AssetGatherSettings.MaxConcurrentAssetTransfers
|
||||
|
|
@ -427,8 +436,6 @@ Settings.WindowsSettings.KeepOriginalScreenshotFormat
|
|||
Settings.WindowsSettings.KeepOriginalScreenshotFormat.Description
|
||||
Settings.DebugSettings.DebugInputBindings
|
||||
Settings.DebugSettings.DebugInputBindings.Description
|
||||
Settings.DebugSettings.FetchIncompatibleSessions
|
||||
Settings.DebugSettings.FetchIncompatibleSessions.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip
|
||||
Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description
|
||||
Settings.LegacyFeatureSettings.UseLegacyWorldSwitcher
|
||||
|
|
|
|||
37
README.md
37
README.md
|
|
@ -2,31 +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] - 70.4% - Missing keys: 676
|
||||
Czech [cs] - 70.1% - Missing keys: 683
|
||||
German [de] - 100.0% - Missing keys: 0
|
||||
English (United Kingdom) [en-gb] - 1.9% - Missing keys: 2238
|
||||
English (United Kingdom) [en-gb] - 2.0% - Missing keys: 2242
|
||||
English [en] - 100.0% - Missing keys: 0
|
||||
Esperanto [eo] - 71.7% - Missing keys: 645
|
||||
Spanish [es] - 73.2% - Missing keys: 611
|
||||
Estonian [et] - 36.2% - Missing keys: 1456
|
||||
Finnish [fi] - 84.0% - Missing keys: 365
|
||||
Esperanto [eo] - 71.5% - Missing keys: 652
|
||||
Spanish [es] - 73.0% - Missing keys: 618
|
||||
Estonian [et] - 36.1% - Missing keys: 1463
|
||||
Finnish [fi] - 83.7% - Missing keys: 373
|
||||
French [fr] - 100.0% - Missing keys: 0
|
||||
Hungarian [hu] - 23.2% - Missing keys: 1752
|
||||
Icelandic [is] - 28.1% - Missing keys: 1641
|
||||
Hungarian [hu] - 23.1% - Missing keys: 1759
|
||||
Icelandic [is] - 28.0% - Missing keys: 1648
|
||||
Japanese [ja] - 100.0% - Missing keys: 0
|
||||
Korean [ko] - 100.0% - Missing keys: 0
|
||||
Dutch [nl] - 45.4% - Missing keys: 1246
|
||||
Norwegian [no] - 68.9% - Missing keys: 710
|
||||
Polish [pl] - 79.1% - Missing keys: 476
|
||||
Portuguese (Brazil) [pt-br] - 68.8% - Missing keys: 711
|
||||
Russian [ru] - 99.7% - Missing keys: 6
|
||||
Swedish [sv] - 27.9% - Missing keys: 1644
|
||||
Thai [th] - 1.8% - Missing keys: 2241
|
||||
Turkish [tr] - 35.6% - Missing keys: 1468
|
||||
Dutch [nl] - 45.2% - Missing keys: 1253
|
||||
Norwegian [no] - 68.7% - Missing keys: 717
|
||||
Polish [pl] - 78.9% - Missing keys: 483
|
||||
Portuguese (Brazil) [pt-br] - 68.6% - Missing keys: 718
|
||||
Russian [ru] - 100.0% - Missing keys: 0
|
||||
Swedish [sv] - 27.8% - Missing keys: 1651
|
||||
Thai [th] - 1.7% - Missing keys: 2248
|
||||
Turkish [tr] - 35.5% - Missing keys: 1475
|
||||
Ukrainian [uk] - 33.9% - Missing keys: 1512
|
||||
Chinese (China) [zh-cn] - 100.0% - Missing keys: 0
|
||||
Chinese (Taiwan) [zh-tw] - 69.1% - Missing keys: 705
|
||||
Chinese (Taiwan) [zh-tw] - 68.9% - Missing keys: 712
|
||||
|
||||
Total keys: 2281
|
||||
Total keys: 2288
|
||||
|
||||
## 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
Store/fr/current_state_early_access.txt
Normal file
3
Store/fr/current_state_early_access.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Le projet est jouable, utilisable et stable pour l'utilisation journalière avec toutes les fonctionnalités listées dans la section "À propos de ce jeu" déjà implémentées.
|
||||
|
||||
Cependant, certains bords sont plus difficiles et certaines fonctionnalités sont à implémenter. Quelques interactions ne sont pas encore très intuitives, entrainant une courbe d'apprentissage plus difficile avec quelques outils qui pourraient rendre certaines choses plus simples manquants et quelques optimisations pour une expérience plus lisse.
|
||||
67
Store/fr/description.txt
Normal file
67
Store/fr/description.txt
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
Plongez dans un nouvel univers digital de possibilités infinies. Que vous veniez ici pour socialiser et passer du temps avec des gens du monde entier ou pour construire, créer et déveloper n'importe quoi depuis des œuvres d'art, des avatars et des gadgets interactifs jusqu'à des mondes et jeux interactifs complexes, Resonite est un lieu personnalisable à l'infini dans lequel vous serez le bienvenu, et où vous trouverez forcément un groupe avec lequel résonner.
|
||||
|
||||
Grâce à notre moteur avancé, nous garantissons que les expériences multijoueurs restent parfaitement synchronisées entre les joueurs, sans besoin d'aucun effort de la part des créateurs de notre communauté. Que vous passiez simplement du temps avec des gens ou que vous construisiez des mondes et des objets complexes avec d'autres créateurs, Resonite veillera à ce que chaque détail reste parfaitement synchronisé et vous donne le contrôle de votre expérience.
|
||||
|
||||
[h2]Socialisez avec le monde entier[/h2]
|
||||
La socialisation en ligne et la communication en temps réel, que vous soyez sur ordinateur ou en réalité virtuelle, constituent la couche fondamentale de tout dans Resonite. Être capable de communiquer et d’être soi-même est une partie importante de la plateforme. Pour rendre cela possible, nous proposons un certain nombre de fonctionnalités clés :
|
||||
|
||||
|
||||
[list]
|
||||
[*] [b]Voix à faible latence[/b] - communiquez en temps réel avec d'autres utilisateurs en session avec une latence rivalisant avec celle des autres applications de messagerie
|
||||
[*] [b]Avatars entièrement personnalisés[/b] - importez, créez et personnalisez n'importe quel avatar dans le jeu et en temps réel pour ressembler à la meilleure version de vous-même
|
||||
[*] [b]Suivi complet du corps, suivi des yeux et du visage[/b] - pour maximiser l'expressivité de votre avatar, nous prenons en charge 8 trackers (pieds, genoux, hanches, poitrine et coudes) ainsi que le suivi des yeux et du visage
|
||||
[*] [b]Retours haptiques[/b] - avec la prise en charge de vestes haptiques telles que bHaptics, vous pouvez augmenter votre immersion et faire partie du monde virtuel
|
||||
[*] [b]Messagerie instantanée[/b] - discutez par texte, envoyez des invitations, des messages vocaux ou même des objets à vos contacts
|
||||
[*] [b]Visibilité et sécurité flexibles des sessions[/b] - vous contrôlez la visibilité et l'accessibilité de vos sessions, qu'elles soient publiques ou entièrement privées, avec une liste d'accès que vous contrôlez. Toutes les validations et vérifications pour que quelqu'un vous rejoigne sont effectuées sur votre client - si vous définissez votre session sur Privée, vous pouvez être sûr qu'elle est privée.
|
||||
[*] [b]UI personnalisable[/b] - l'interface utilisateur est votre passerelle vers l'utilisation de la plateforme et, comme tout le reste dans Resonite, elle peut être personnalisée et étendue pour mieux répondre à vos besoins et rendre votre expérience quotidienne plus confortable.
|
||||
[*] [b]Outils d'auto-modération[/b] - nous comprenons que toutes les interactions sur la plateforme ne seront pas bonnes et c'est pourquoi nous souhaitons vous doter d'un certain nombre d'outils d'auto-modération - modérez votre propre monde avec le silence , kick et bannissement ou bloquez facilement les avatars d'utilisateurs individuels ou leur présence. Notre objectif est de vous donner autant de contrôle que possible sur votre expérience virtuelle.
|
||||
[*] [b]Présence dans plusieurs mondes[/b] - tout comme les onglets d'un navigateur Web, vous pouvez être présent dans plusieurs mondes et basculer entre eux en une fraction de seconde
|
||||
[/list]
|
||||
|
||||
[h2]Jouez, explorez et partagez[/h2]
|
||||
La socialisation ne doit pas nécessairement se limiter à discuter avec d'autres utilisateurs. Resonite est un univers rempli de gadgets amusants, d'avatars et de jeux à explorer, avec des fonctionnalités pour rendre n'importe quelle session amusante et excitante.
|
||||
|
||||
|
||||
[list]
|
||||
[*] [b]Partage multimédia facile[/b] - glissez et déposez des images, de l'audio/de la musique ou des vidéos dans n'importe quel monde pour les partager avec d'autres utilisateurs avec une lecture synchronisée - c'est aussi simple que ça !
|
||||
[*] [b]Système d'inventaire[/b] - avez-vous trouvé ou créé quelque chose de sympa ? Enregistrez-le dans votre inventaire ! Vous pouvez matérialiser n'importe quel objet, gadget et outil dans n'importe quel monde (à condition que vous disposiez des permissions pour le faire) - tout est également entièrement synchronisé !
|
||||
[*] [b]Taille dynamique de l'avatar[/b] - explorer le monde ou interagir avec des utilisateurs à différentes échelles peut vous offrir une expérience tout à fait différente - vous pouvez modifier la taille de votre avatar n'importe où, à tout moment (sauf si cela est limité par l'hôte de la session) !
|
||||
[*] [b]Diffusion audio de haute qualité[/b] - Vous voulez organiser une fête et être le DJ ? Diffusez l'audio de votre système en stéréo et en haute qualité en quelques clics
|
||||
[*] [b]Recherche de mondes et de découverte de sessions[/b] - vous cherchez un monde sympa à visiter ou voulez savoir ce que font vos amis ? Rechercher des mondes par leurs noms et tags ainsi que voir dans quels mondes se trouvent vos contacts vous y aidera
|
||||
[*] [b]Diffusez à votre public[/b] : nos outils d'enregistrement et de diffusion dans le jeu facilitent la production de prises de vue captivantes et dynamiques, que vous diffusiez ou filmiez des vidéos pour les réseaux sociaux.
|
||||
[*] [b]Locomotion personnalisée[/b] - nous ne vous limitons pas à juste marcher - vous pouvez voler, être sans collisions, passer en zéro-g ou construire votre propre système de locomotion personnalisé - avez déjà essayé de marcher sur une bande de Möbius ?
|
||||
[/list]
|
||||
|
||||
[h2]Construction et création[/h2]
|
||||
Si vous avez une envie créative, vous apprécierez le puissant ensemble d'outils que Resonite vous propose. Non seulement vous pouvez créer et modifier absolument n'importe quoi - de votre avatar, vos objets, aux mondes entiers ou même créer vos propres outils. Vous pouvez aussi collaborer avec d'autres en temps réel et atteindre une véritable résonance créative !
|
||||
|
||||
|
||||
[list]
|
||||
[*] [b]Collaboration en temps réel[/b] - la collaboration sur notre plateforme est si transparente que vous l'oublierez souvent - notre puissant moteur garantit que le monde et tout ce qu'il contient démarre en parfaite synchronisation, peu importe ce que vous faites - vous auriez du mal à trouver une fonctionnalité qui ne serait visible que par vous (à moins qu'il ne s'agisse de votre interface utilisateur privée bien sûr !)
|
||||
[*] [b]Modifiez n'importe quoi[/b] - tout ce que vous voyez dans le monde peut être modifié et personnalisé avec les outils du jeu - en fait, nous avons créé une grande partie des fonctionnalités officielles du jeu avec les mêmes outils qui sont accessibles à vous - du monde d'origine, des avatars par défaut, aux lecteurs vidéo, à l'interface utilisateur du sélecteur de couleurs ou à la barre de progression - vous pouvez les démonter ou créer les vôtres à partir de zéro et les mettre en favoris
|
||||
[*] [b]Enregistrez n'importe quoi[/b] - vous pouvez littéralement tout enregistrer sur la plateforme ! Que vous ayez construit un nouvel objet, un avatar ou un monde, ou apporté des modifications à un objet existant, tout peut être conservé d'un simple clic sur un bouton. Vous pouvez également stocker efficacement plusieurs copies : notre système de déduplication garantira que tous les assets partagés ne seront comptés qu'une seule fois.
|
||||
[*] [b]Outils de développement[/b] - nos outils de développement vont des simples pinceaux et modèles procéduraux à des outils plus avancés et puissants, similaires à ceux que vous trouvez dans les outils de développement de jeux classiques - sauf que vous pouvez les utiliser en VR avec collaboration en temps réel !
|
||||
[*] [b]Synchronisation et persistance entre les mondes[/b] - avec nos outils cloud intégrés, vous pouvez facilement conserver les données utilisateur entre les sessions ou synchroniser l'état sur plusieurs mondes différents.
|
||||
[*] [b]Importez des modèles 3D[/b] - grâce aux bibliothèques open source, il est extrêmement facile d'importer une grande variété de formats de modèles 3D - faites simplement glisser et déposez vos fichiers FBX, OBJ, GLB ou autres et importez-les
|
||||
[*] [b]Traitement de texture/audio/modèle[/b] - besoin de modifier rapidement une texture, un fichier audio ou un modèle 3D ? Les fonctions d'édition de base sont entièrement accessibles dans le jeu : depuis le changement de teinte de textures, le découpage de l'audio jusqu'au re-calcul des normales et des tangentes sur les modèles ou leur pré-calculation.
|
||||
[*] [b]Exportez du contenu vers des outils externes[/b] - aussi simple qu'il soit d'importer du contenu, il est tout aussi simple de l'exporter ! Avec cela, vous pouvez apporter des modifications à l'aide d'outils externes ou intégrer Resonite à votre flux de travail.
|
||||
[/list]
|
||||
|
||||
[h2]Codez et développez[/h2]
|
||||
[img]{STEAM_APP_IMAGE}/extras/ProtoFlux.png[/img]
|
||||
|
||||
[list]
|
||||
[*] [b]ProtoFlux[/b] - ProtoFlux est le joyau de nos outils créatifs - le langage de programmation visuel le plus puissant que notre équipe expérimentée ait conçu à ce jour, qui vous permet de prototyper et de construire rapidement n'importe quoi, des interactions simples aux interactions complexes comme pour des jeux et systèmes - avec une prise en charge complète de la collaboration en temps réel et un retour immédiat
|
||||
[*] [b]Scriptez n'importe quoi[/b] - ProtoFlux peut interagir avec n'importe quoi : le monde, les objets, votre avatar et toutes les combinaisons de ceux-ci !
|
||||
[*] [b]Websockets[/b] - grâce à la prise en charge intégrée des websockets, vous pouvez facilement communiquer avec des applications et des scripts externes et créer des fonctionnalités étendues, telles que vos propres serveurs de jeux, en récupérant des données externes pour intégrer du matériel, sans avoir à dépendre d'intégrations officielles
|
||||
[*] [b]Flux asynchrones[/b] - la création de code qui doit céder ou attendre sur différentes images est une fonctionnalité native de ProtoFlux, avec une préservation complète de la portée d'exécution - vous pouvez même avoir plusieurs flux asynchrones s'exécutant à partir du même code, chacun avec son propre contexte unique, ce qui constitue un outil très puissant et flexible pour simplifier votre logique
|
||||
[*] [b]Système de stockage flexible[/b] - variables locales, publiques et modèles de données - choisissez l'emplacement où stocker vos variables en fonction de la portée et du contexte souhaité, pour créer des systèmes hautement efficaces
|
||||
[/list]
|
||||
|
||||
[h2]Résonnez avec n'importe quoi, n'importe qui, n'importe où...[/h2]
|
||||
Nous sommes une équipe de développeurs passionnés, qui développent plus qu'un simple logiciel, mais quelque chose que nous appelons une seconde maison. Nous nous engageons à un développement continu, avec des mises à jour fréquentes et une orientation communautaire. Ce projet est une combinaison de nos rêves et de nos visions de ce que des espaces numériques comme celui-ci devraient offrir et des besoins, désirs et aspirations collectifs de notre communauté.
|
||||
|
||||
|
||||
Une grande partie de notre objectif et de notre vision consiste à vous donner, à vous, utilisateurs et habitants de cet univers virtuel, autant de pouvoir et d'action que possible, qu'il s'agisse de contrôler votre expérience sur la plateforme ou de pouvoir (re)construire tout ce que nous faisons.
|
||||
|
||||
Ce serait notre honneur si vous décidiez de rejoindre notre univers et de nous aider à le construire ensemble. Quels que soient votre parcours ou vos intérêts, nous voulons construire un lieu où tout le monde peut résonner ensemble.
|
||||
7
Store/fr/early_access_community.txt
Normal file
7
Store/fr/early_access_community.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
La communauté joue une part énorme dans nos projets. Nous prévoyons de collecter les commentaires et les rapports de bugs de nos joueurs et de les intégrer à notre cycle de développement quotidien. Que ce soit de faire des corrections rapides, modifications et additions sur le long terms et pour l'architecture de large fonctionnalités.
|
||||
|
||||
Notre mode primaire de collecter des retours et directement depuis notre GitHub. Nous regardons aussi les retours de Steam, Discord, Twitter, Reddit et autres réseaux sociaux.
|
||||
|
||||
Notre but est aussi d'intégrer directement un formulaire de retours directement en jeu, ce qui rendra les demandes de fonctionnalités et autres reports de bugs plus simples, sans avoir à quitter le jeu.
|
||||
|
||||
Nous voulons faire en sorte que notre communauté soit entendue et fasse partie du processus de développement au plus possible.
|
||||
9
Store/fr/early_access_full_version_differences.txt
Normal file
9
Store/fr/early_access_full_version_differences.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Il y a un bon nombre de fonctionnalités majeures que nous voulons implémenter avant la sortie complète. L'une d'entre elles est un marché de la communauté - un espace pour que les créateurs de la plateforme puissent partager leurs créations avec le reste de la communauté.
|
||||
|
||||
Nous devons aussi polir l'expérience utilisateur, que ce soit de l'interface aux outils, pour créer une éxperience plus lisse que ce soit pour les utilisateurs professionnels ou occasionnels.
|
||||
|
||||
Nous prévoyons de passer sur un moteur de rendu complètement customisé et moderne, qui non seulement amènera son lot d'optimisations, mais aussi des fonctionnalités comme de l'édition de shaders en temps réel.
|
||||
|
||||
Nous voulons aussi implémenter WebAssembly pour étendre les possibilités de création de contenu.
|
||||
|
||||
Ce ne sont que quelques fonctionnalités majeures que nous voulons introduire avant de considérer la plateforme comme prête - cette liste est non-exhaustive et n'est pas finale.
|
||||
1
Store/fr/early_access_pricing.txt
Normal file
1
Store/fr/early_access_pricing.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Non, le projet restera gratuit. Le prix des bénéfices additionnels de la plateforme sont sujets à changement dans le futur (par exemple, certaines choses peuvent devenir plus ou moins chères de notre côté), mais nous tenterons de garder les coûts le plus stable possible.
|
||||
3
Store/fr/how_long_early_access.txt
Normal file
3
Store/fr/how_long_early_access.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Nous nous attendons a à peu près 2-3 ans de dévelopment actif pour implémenter des fonctionnalités, optimisations et ajustements avant que le projet soit dans un état assez poli pour être sorti d'accès anticipé.
|
||||
|
||||
Nous ne planifions pas de modifier notre cycle de développement après la sortie et nous continuerons d'ajouter des fonctionnalités majeures et optimisations dans le futur étant donné l'ouverture de ce projet.
|
||||
1
Store/fr/short.txt
Normal file
1
Store/fr/short.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Plongez dans un nouvel univers digital de possibilités infinies. Que vous vouliez résonner avec des gens du monde entier dans une conversation, jouer à des jeux et socialiser, ou collaborer avec les autres en créant de l'art aux jeux complexes, vous trouverez votre place ici.
|
||||
3
Store/fr/why_early_access.txt
Normal file
3
Store/fr/why_early_access.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Resonite est un projet avec une large portée et qui, malgré le fait d'avoir déjà beaucoup de fonctionnalités, en manque toujours d'importantes qui ne sont pas encore implémentées.
|
||||
|
||||
Notre but est de continuer à développer ce projet même après la sortie. Nous sommes en accès anticipé étant donné que nous ne sentons pas que tout est prêt.
|
||||
14
de.json
14
de.json
|
|
@ -182,10 +182,12 @@
|
|||
"World.Connection.Connected": "Verbunden",
|
||||
"World.Connection.SyncingInitialState": "Synchronisiere initialen Weltzustand",
|
||||
|
||||
"World.Connection.LNL.DirectIP": "LNL Direkt IP",
|
||||
"World.Connection.LNL.DirectIP": "LNL Direkt IP<br><size=75%>{address}</size>",
|
||||
"World.Connection.LNL.LNLPoke": "Fordere LNL Poke an",
|
||||
"World.Connection.LNL.NATPunchthrough": "LNL NAT Punchthrough {n}",
|
||||
"World.Connection.LNL.Relay": "LNL Relay",
|
||||
"World.Connection.SteamNetworkingSockets": "Steam Netzwerk Socket",
|
||||
"World.Connection.TCP": "TCP<br><size=75%>{address}</size>",
|
||||
|
||||
"World.Error.AccessDenied": "Beitritt verweigert",
|
||||
"World.Error.SecurityViolation": "Sicherheitsverletzung",
|
||||
|
|
@ -342,6 +344,7 @@
|
|||
"World.Filter.MinimumUsers": "Minimale Anzahl Benutzer: <b>{n}</b>",
|
||||
"World.Filter.MinimumContacts": "Minimale Anzahl Kontakte: <b>{n}</b>",
|
||||
"World.Filter.OnlyHeadless": "Nur dedizierte Hosts",
|
||||
"World.Filter.IncompatibleSessions": "Inkompatible Sitzung",
|
||||
"World.Filter.MaxAccessLevel": "Maximale Beitrittsberechtigung:",
|
||||
"World.Filter.MinimumUptime": "Minimale Laufzeit:",
|
||||
"World.Filter.Sorting": "Sortierung:",
|
||||
|
|
@ -595,6 +598,8 @@
|
|||
"Profile.Status.Invisible": "Unsichtbar",
|
||||
"Profile.Status.Offline": "Offline",
|
||||
"Profile.Status.Headless": "Headless Host",
|
||||
"Profile.Status.Bot": "<b>Bot:</b> {version}",
|
||||
"Profile.Status.ChatClient": "<b>Chat Client:</b> {version}",
|
||||
|
||||
"Session.Tab.Settings": "Einstellungen",
|
||||
"Session.Tab.Users": "Benutzer",
|
||||
|
|
@ -1381,6 +1386,9 @@
|
|||
"Settings.SteamIntegrationSettings.SaveScreenshots": "Screenshots speichern",
|
||||
"Settings.SteamIntegrationSettings.SaveScreenshots.Description": "Wenn diese Einstellung aktiviert ist, wird bei der Aufnahme eines Bildes eine Kopie in Steam Screenshots gespeichert.",
|
||||
|
||||
"Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay": "Steam Voice erzwingen, wenn Remote Play aktiv ist",
|
||||
"Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description": "Wenn diese Option aktiviert ist, wird das Audio-Aufnahmegerät automatisch auf Steam Voice umgeschaltet, wenn Sie über Steam Remote Play spielen. Auf diese Weise müssen Sie nicht selbst auf den weitergeleiteten Mikrofoneingang umschalten.<br><br>Das Abschalten dieser Funktion kann nützlich sein, wenn Sie ein anderes Aufnahmegerät verwenden möchten - z. B. ein externes Mikrofon.",
|
||||
|
||||
"Settings.LeapMotionSettings.LeapMotionEnabled": "Leap Motion Hand Tracking",
|
||||
"Settings.LeapMotionSettings.LeapMotionEnabled.Description": "Wenn dies aktiviert ist, wird ein Leap Motion Gerät zum Verfolgen Ihrer Hände verwendet, sofern es vorhanden ist.",
|
||||
"Settings.LeapMotionSettings.Offset": "Hand Tracking Versatz",
|
||||
|
|
@ -1569,6 +1577,8 @@
|
|||
"Settings.RealtimeNetworkingSettings.DisableLAN.Description": "Dies deaktiviert Netzwerkfunktionen in ihrem lokalen Netzwerk, zum Beispiel das Übertragen ihrer Sitzungen oder suchen nach anderen lokalen Sitzungen.",
|
||||
"Settings.RealtimeNetworkingSettings.PreferSteamNetworking": "Bevorzuge Steam Networking Sockets",
|
||||
"Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description": "Wenn dies aktiviert ist, werden sofern möglich Steam Networking Sockets für Verbindungen verwendet. Dies kann Ihnen helfen, wenn das LNL-Protokoll erhebliche Paketverzögerungen verursacht. Da diesem Protokoll allerdings einige Funktionalitäten fehlen, kann es zu mehr Stabilitätsproblemen führen, daher empfehlen wir es nur zu aktivieren, wenn Sie Probleme bemerken.",
|
||||
"Settings.RealtimeNetworkingSettings.PreferTCP": "Bevorzuge TCP",
|
||||
"Settings.RealtimeNetworkingSettings.PreferTCP.Description": "Wenn dies aktiviert ist, werden Verbindungen über TCP gegenüber allen anderen Protokollen bevorzugt. Dies betrifft vor allem Verbindungen im LAN, da TCP standardmäßig nicht für Verbindungen über das Internet verwendet wird.\n\nTCP kann in lokalen LAN-Netzwerken eine bessere Leistung bringen und auch in bestimmten Netzwerken funktionieren, in denen UDP-basierte Protokolle nicht funktionieren.\n\nEs kann jedoch unter einer \"Head-of-Line\" Blockierung leiden, wodurch Stimmen und Posen erheblich verzögert werden können.",
|
||||
"Settings.RealtimeNetworkingSettings.LNL_WindowSize": "LNL Fenstergröße",
|
||||
"Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description": "Dies stellt die Fenstergröße für das LNL-Protokoll für Echtzeit-Netzwerke ein. Eine Änderung wirkt sich sofort auf alle Sitzungen aus, an denen Sie teilnehmen.\n\nSollten Sie feststellen, dass es zu Paketstaus kommt, können Sie diesen Wert erhöhen, wodurch sich der Durchsatz der Verbindung verbessern kann. Allerdings können größere Werte die Verbindung auch instabiler machen, seien Sie also vorsichtig.\n\n<color=hero.yellow>Standardwert:</color> 64\n\n<color=hero.red>WICHTIG:</color> Beachten Sie, dass es sich bei dieser Einstellung um eine vorübergehende Behelfslösung handelt, die auch der Diagnose dient. Dieser Wert wird in Zukunft automatisch angepasst.",
|
||||
|
||||
|
|
@ -1601,8 +1611,6 @@
|
|||
|
||||
"Settings.DebugSettings.DebugInputBindings": "Debug Eingabebindungen",
|
||||
"Settings.DebugSettings.DebugInputBindings.Description": "Wenn Sie dies aktivieren, sehen Sie Debugging-Informationen für das Eingabebindungs-System. Dies ist hauptsächlich für Entwickler nützlich.",
|
||||
"Settings.DebugSettings.FetchIncompatibleSessions": "Zeige inkompatible Sitzungen",
|
||||
"Settings.DebugSettings.FetchIncompatibleSessions.Description": "Wenn dies aktiviert ist, sehen Sie aktive Sitzungen, die nicht mit ihrer aktuellen Client-Version kompatibel sind und denen Sie nicht beitreten können.",
|
||||
|
||||
"Settings.LegacyFeatureSettings.UseLegacyGripEquip": "Doppel-Druck auf Griff, um Gegenstände auszurüsten",
|
||||
"Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description": "Wenn dies aktiviert ist, können Sie Tools und andere ausrüstbare Objekte ausrüsten, indem Sie ihren Griff zweimal schnell nacheinander drücken. Diese Einstellung wird wahrscheinlich irgendwann entfernt werden.",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"localeCode": "en-gb",
|
||||
"authors": ["Nammi", "Enverex", "atomicwave", "CyberZott"],
|
||||
"authors": ["Nammi", "Enverex", "atomicwave", "CyberZott", "Nytra"],
|
||||
"messages": {
|
||||
|
||||
"Undo.ChangeColor": "Change Colour",
|
||||
|
|
@ -49,6 +49,10 @@
|
|||
|
||||
"CloudHome.Panel.LightColor": "Light Colour",
|
||||
"CloudHome.Panel.LightColorTemperature": "Light Colour Temperature",
|
||||
"CloudHome.Panel.Theater": "Theatre",
|
||||
"CloudHome.Panel.TheaterControl": "Theatre Control",
|
||||
|
||||
"UI.VideoPlayer.AudioZoneTheater": "Local to<br>Theatre",
|
||||
|
||||
"UI.ColorPicker.ColorPicker": "Colour Picker",
|
||||
|
||||
|
|
|
|||
22
en.json
22
en.json
|
|
@ -182,10 +182,12 @@
|
|||
"World.Connection.Connected": "Connected",
|
||||
"World.Connection.SyncingInitialState": "Syncing initial world state",
|
||||
|
||||
"World.Connection.LNL.DirectIP": "LNL Direct IP",
|
||||
"World.Connection.LNL.DirectIP": "LNL Direct IP<br><size=75%>{address}</size>",
|
||||
"World.Connection.LNL.LNLPoke": "Requesting LNL Poke",
|
||||
"World.Connection.LNL.NATPunchthrough": "LNL NAT Punchthrough {n}",
|
||||
"World.Connection.LNL.Relay": "LNL Relay",
|
||||
"World.Connection.SteamNetworkingSockets": "Steam Networking Sockets",
|
||||
"World.Connection.TCP": "TCP<br><size=75%>{address}</size>",
|
||||
|
||||
"World.Error.AccessDenied": "Access Denied",
|
||||
"World.Error.SecurityViolation": "Security Violation",
|
||||
|
|
@ -342,6 +344,7 @@
|
|||
"World.Filter.MinimumUsers": "Minimum Users: <b>{n}</b>",
|
||||
"World.Filter.MinimumContacts": "Minimum Contacts: <b>{n}</b>",
|
||||
"World.Filter.OnlyHeadless": "Only Headless Hosts",
|
||||
"World.Filter.IncompatibleSessions": "Incompatible sessions",
|
||||
"World.Filter.MaxAccessLevel": "Maximum Access Level:",
|
||||
"World.Filter.MinimumUptime": "Minimum Uptime:",
|
||||
"World.Filter.Sorting": "Sorting:",
|
||||
|
|
@ -595,6 +598,8 @@
|
|||
"Profile.Status.Invisible": "Invisible",
|
||||
"Profile.Status.Offline": "Offline",
|
||||
"Profile.Status.Headless": "Headless Host",
|
||||
"Profile.Status.Bot": "<b>Bot:</b> {version}",
|
||||
"Profile.Status.ChatClient": "<b>Chat client:</b> {version}",
|
||||
|
||||
"Session.Tab.Settings": "Settings",
|
||||
"Session.Tab.Users": "Users",
|
||||
|
|
@ -1284,7 +1289,7 @@
|
|||
"Settings.GeneralControlsSettings.PrimaryHand": "Primary hand",
|
||||
"Settings.GeneralControlsSettings.PrimaryHand.Description": "Which hand is considered your primary. Various systems use this for interactions, e.g. when equipping tools.",
|
||||
"Settings.GeneralControlsSettings.DoubleClickInterval": "Double click interval",
|
||||
"Settings.GeneralControlsSettings.DoubleClickInterval.Description": "For any interactions that require a double click, this controls the maximum time between the click that will be considered a double click. If you're having trouble triggering double click, increase the value. If single clicks are detected too easily, lower the value.",
|
||||
"Settings.GeneralControlsSettings.DoubleClickInterval.Description": "For any interactions that require a double click, this controls the maximum time between the click that will be considered a double click. If you're having trouble triggering double click, decrease the value. If single clicks are detected too easily, raise the value.",
|
||||
|
||||
"Settings.LocomotionSettings.LocomotionPreferences": "Locomotion Preferences",
|
||||
"Settings.LocomotionSettings.LocomotionPreferences.Breadcrumb": "Locomotion Preferences",
|
||||
|
|
@ -1381,6 +1386,9 @@
|
|||
"Settings.SteamIntegrationSettings.SaveScreenshots": "Save Screenshots",
|
||||
"Settings.SteamIntegrationSettings.SaveScreenshots.Description": "When you take a picture with this setting enabled, a copy will be saved to Steam screenshots.",
|
||||
|
||||
"Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay": "Force Steam Voice when Remote Play is active",
|
||||
"Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description": "When enabled, this automatically forces the audio input to use Steam Voice when you play through Steam Remote Play. This helps so you don't need to switch automatically to use the forwarded microphone input.<br><br>Disabling this can be useful if you want to use your own audio device - e.g. external microphone.",
|
||||
|
||||
"Settings.LeapMotionSettings.LeapMotionEnabled": "Leap Motion hand tracking",
|
||||
"Settings.LeapMotionSettings.LeapMotionEnabled.Description": "When enabled, Leap Motion device will be used to track your hands and fingers when present.",
|
||||
"Settings.LeapMotionSettings.Offset": "Hand tracking offset",
|
||||
|
|
@ -1569,6 +1577,8 @@
|
|||
"Settings.RealtimeNetworkingSettings.DisableLAN.Description": "This disables networking features specific to local networks, such as broadcasting your session on the local network or listening to other sessions broadcasted on this network.",
|
||||
"Settings.RealtimeNetworkingSettings.PreferSteamNetworking": "Prefer Steam Networking Sockets",
|
||||
"Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description": "When enabled, you will connect via Steam Networking Sockets protocol if possible. This can help in some cases when LNL protocol results in significant queuing. However as this protocol is missing some features, you can run into more networking instability, so we recommend only enabling this once you ran into issues.",
|
||||
"Settings.RealtimeNetworkingSettings.PreferTCP": "Prefer TCP",
|
||||
"Settings.RealtimeNetworkingSettings.PreferTCP.Description": "When enabled, connections over TCP are preferred over all other protocols. This mostly affects connections on LAN, as TCP is not used for connections over the internet by default.\n\nTCP can have better performance on LAN networks and work on certain networks where UDP based protocols won't work.\n\nHowever they can also suffer from \"head of line\" blocking, causing voices and poses to be significantly delayed.",
|
||||
"Settings.RealtimeNetworkingSettings.LNL_WindowSize": "LNL Window Size",
|
||||
"Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description": "This controls the LNL protocol window size for real time networking. Changing this setting will have an immediate effect in all active sessions.\n\nIf you experience any packet queuing, you can increase this value to improve the connection throughput. However, higher values can also destabilize the connection further, so be careful.\n\n<color=hero.yellow>Default Value:</color> 64\n\n<color=hero.red>IMPORTANT:</color> This setting is for diagnostics and a temporary workaround; this value will automatically adjust itself in the future.",
|
||||
|
||||
|
|
@ -1582,7 +1592,7 @@
|
|||
"Settings.HostAccessSettings.Entries.AllowHTTP_Requests": "Allow HTTP requests",
|
||||
"Settings.HostAccessSettings.Entries.AllowHTTP_Requests.Description": "This indicates if HTTP(s) requests are allowed for this host. These are typically REST API requests to communicate with a third party services.",
|
||||
"Settings.HostAccessSettings.Entries.AllowWebsockets": "Allow websockets",
|
||||
"Settings.HostAccessSettings.Entries.AllowWebsockets.Description": "This indicates of realtime Websocket connections are allowed for this host. These are often used for more realtime bi-directional communications and data streams.",
|
||||
"Settings.HostAccessSettings.Entries.AllowWebsockets.Description": "This indicates if realtime Websocket connections are allowed for this host. These are often used for more realtime bi-directional communications and data streams.",
|
||||
"Settings.HostAccessSettings.Entries.AllowOSC_Receiving": "Allow OSC receiving",
|
||||
"Settings.HostAccessSettings.Entries.AllowOSC_Receiving.Description": "This indicates if Resonite can receive and process OSC data",
|
||||
"Settings.HostAccessSettings.Entries.AllowOSC_Sending": "Allow OSC sending",
|
||||
|
|
@ -1601,8 +1611,6 @@
|
|||
|
||||
"Settings.DebugSettings.DebugInputBindings": "Debug input bindings",
|
||||
"Settings.DebugSettings.DebugInputBindings.Description": "When enabled, you will see a debugging information for the input binding system. This is mostly useful for developers.",
|
||||
"Settings.DebugSettings.FetchIncompatibleSessions": "Fetch incompatible sessions",
|
||||
"Settings.DebugSettings.FetchIncompatibleSessions.Description": "When enabled, you will see active sessions that are not compatible with your current client and that you are unable to join.",
|
||||
|
||||
"Settings.LegacyFeatureSettings.UseLegacyGripEquip": "Double press grip to equip items",
|
||||
"Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description": "When enabled, you can equip tools and gadgets by pressing grip twice in rapid succession. This setting will likely get removed at some point.",
|
||||
|
|
@ -1695,7 +1703,7 @@
|
|||
"Settings.PhotoCaptureSettings.FingerGestureEnabled": "Finger photo gesture",
|
||||
"Settings.PhotoCaptureSettings.FingerGestureEnabled.Description": "When enabled, you can quickly take pictures in world by posing your fingers to make a picture frame and then curling one of your index fingers.",
|
||||
"Settings.PhotoCaptureSettings.NormalCaptureResolution": "Photo resolution",
|
||||
"Settings.PhotoCaptureSettings.NormalCaptureResolution.Description": "This sets what resolution will normal photos captures by the finger gesture or the desktop key shortcut be. Higher resolutions will take more time and storage to process, but give better detail.",
|
||||
"Settings.PhotoCaptureSettings.NormalCaptureResolution.Description": "This sets what resolution normal photos captured by the finger gesture or the desktop key shortcut will be. Higher resolutions will take more time and storage to process, but give better detail.",
|
||||
"Settings.PhotoCaptureSettings.TimerCaptureResolution": "Timed photo resolution",
|
||||
"Settings.PhotoCaptureSettings.TimerCaptureResolution.Description": "Similar to normal resolution, you can set a separate resolution for photos captured with the timer feature. This can be useful if you use timer to capture group photos, which can benefit from higher resolution.",
|
||||
"Settings.PhotoCaptureSettings.TimerSeconds": "Timer duration",
|
||||
|
|
@ -1707,7 +1715,7 @@
|
|||
"Settings.PhotoCaptureSettings.PhotoAutosavePath": "Photo inventory autosave path",
|
||||
"Settings.PhotoCaptureSettings.PhotoAutosavePath.Description": "When set, any photos you capture (or save with context menu) will be automatically saved to your in-game inventory. For example <color=hero.yellow>Photos/%year%/%month_name%</color>\n\nFollowing variables are available:\n\n<size=75%>%second%, %minute%, %hour%, %day%, %month%, %year%, %day_name%, %day_name_en%, %month_name%, %month_name_en%, %session_second%, %session_minute%, %session_hour%, %session_day%, %session_month%, %session_year%, %session_day_name%, %session_day_name_en%, %session_month_name%, %session_month_name_en%, %location_name%, %app_version%</size>",
|
||||
"Settings.PhotoCaptureSettings.CapturePrivateUI": "Capture Private UI",
|
||||
"Settings.PhotoCaptureSettings.CapturePrivateUI.Description": "When enabled, the quick photo capture will render your private UI such as the dash. This can be useful in case you want to show information show there.\n\nWe recommend turning this setting off once you're done, as leaving it on can lead to accidentally capturing and leaking your private information.",
|
||||
"Settings.PhotoCaptureSettings.CapturePrivateUI.Description": "When enabled, the quick photo capture will render your private UI such as the dash. This can be useful in case you want to show information there.\n\nWe recommend turning this setting off once you're done, as leaving it on can lead to accidentally capturing and leaking your private information.",
|
||||
"Settings.PhotoCaptureSettings.EncodeFormat": "Encode Format",
|
||||
"Settings.PhotoCaptureSettings.EncodeFormat.Description": "The image file format which captured photos will be encoded into. If you need the photos to be in particular format, you can use this setting to select which one they'll be encoded in.\n\nPlease note that certain formats might lack some features (like alpha support), might encode significantly slower, have lower image quality or result in bigger files.",
|
||||
"Settings.PhotoCaptureSettings.AlwaysHideNameplates": "Always Hide Nameplates",
|
||||
|
|
|
|||
2
fi.json
2
fi.json
|
|
@ -1583,8 +1583,6 @@
|
|||
|
||||
|
||||
|
||||
"Settings.DebugSettings.FetchIncompatibleSessions": "Nouda yhteensopimattomat sessiot",
|
||||
|
||||
|
||||
"Settings.LegacyFeatureSettings.UseLegacyGripEquip": "Tuplatartu pitääksesi esineitä kädessä",
|
||||
|
||||
|
|
|
|||
18
ja.json
18
ja.json
|
|
@ -182,10 +182,12 @@
|
|||
"World.Connection.Connected": "接続完了",
|
||||
"World.Connection.SyncingInitialState": "ワールドの初期状態を同期中",
|
||||
|
||||
"World.Connection.LNL.DirectIP": "LNL Direct IP",
|
||||
"World.Connection.LNL.DirectIP": "LNL Direct IP<br><size=75%>{address}</size>",
|
||||
"World.Connection.LNL.LNLPoke": "Requesting LNL Poke",
|
||||
"World.Connection.LNL.NATPunchthrough": "LNL NAT Punchthrough {n}",
|
||||
"World.Connection.LNL.Relay": "LNL Relay",
|
||||
"World.Connection.SteamNetworkingSockets": "Steam Networking Sockets",
|
||||
"World.Connection.TCP": "TCP<br><size=75%>{address}</size>",
|
||||
|
||||
"World.Error.AccessDenied": "アクセスが拒否されました",
|
||||
"World.Error.SecurityViolation": "セキュリティ違反",
|
||||
|
|
@ -342,6 +344,7 @@
|
|||
"World.Filter.MinimumUsers": "ユーザーが「<b>{n}</b>」人以上いるセッション",
|
||||
"World.Filter.MinimumContacts": "フレンドが「<b>{n}</b>」人以上いるセッション",
|
||||
"World.Filter.OnlyHeadless": "ヘッドレスのみ",
|
||||
"World.Filter.IncompatibleSessions": "互換性のないセッション",
|
||||
"World.Filter.MaxAccessLevel": "最大アクセスレベル:",
|
||||
"World.Filter.MinimumUptime": "最小経過時間:",
|
||||
"World.Filter.Sorting": "並べ替え:",
|
||||
|
|
@ -595,6 +598,8 @@
|
|||
"Profile.Status.Invisible": "非表示",
|
||||
"Profile.Status.Offline": "オフライン",
|
||||
"Profile.Status.Headless": "ヘッドレス",
|
||||
"Profile.Status.Bot": "<b>ボット:</b> {version}",
|
||||
"Profile.Status.ChatClient": "<b>チャットクライアント:</b> {version}",
|
||||
|
||||
"Session.Tab.Settings": "設定",
|
||||
"Session.Tab.Users": "ユーザー",
|
||||
|
|
@ -1232,7 +1237,7 @@
|
|||
|
||||
"Settings.OnlineStatusSettings" : "オンライン状態",
|
||||
"Settings.OnlineStatusSettings.DefaultStatus" : "標準の状態",
|
||||
"Settings.OnlineStatusSettings.DefaultStatus.Description" : "これはログイン時点で設定される、オンライン状態です",
|
||||
"Settings.OnlineStatusSettings.DefaultStatus.Description" : "これはログイン時点で設定される、オンライン状態です。",
|
||||
"Settings.OnlineStatusSettings.RememberMode" : "終了時のオンライン状態を保存する",
|
||||
"Settings.OnlineStatusSettings.RememberMode.Description" : "終了時のオンライン状態を、次回ログイン時まで保持するかどうかを設定できます。これには別の設定で制御される「非表示」以外の状態を含みます。",
|
||||
"Settings.OnlineStatusSettings.RememberTimespan" : "次の時間オンライン状態を保持する",
|
||||
|
|
@ -1381,6 +1386,9 @@
|
|||
"Settings.SteamIntegrationSettings.SaveScreenshots": "スクリーンショットを保存",
|
||||
"Settings.SteamIntegrationSettings.SaveScreenshots.Description": "この設定を有効にしておくと、写真を撮った際にSteamのスクリーンショットとしても保存されます。",
|
||||
|
||||
"Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay": "Steamリモートプレイ時、Steam Voiceに切り替える",
|
||||
"Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description": "有効にすると、Steamリモートプレイを使用する際に、音声入力が自動的にSteam Voiceを使用するようになります。これにより、音声が転送されるマイク入力を使用するように自動的に切り替える必要がなくなります。<br><br>外部マイクなど、独自のオーディオデバイスを使用する場合は、無効にしてください。",
|
||||
|
||||
"Settings.LeapMotionSettings.LeapMotionEnabled": "Leap Motion ハンドトラッキング",
|
||||
"Settings.LeapMotionSettings.LeapMotionEnabled.Description": "設定を有効にした場合、Leap Motionデバイスがあれば、それにより手や指のトラッキングを行います。",
|
||||
"Settings.LeapMotionSettings.Offset": "ハンドトラッキングのオフセット",
|
||||
|
|
@ -1568,6 +1576,8 @@
|
|||
"Settings.RealtimeNetworkingSettings.DisableLAN.Description": "LANを利用した機能が無効化されます。例えば、同じLAN内で動くセッションを表示したり、逆に同じLAN内にいる人が自分のセッションを見れるようにする機能などが含まれます。",
|
||||
"Settings.RealtimeNetworkingSettings.PreferSteamNetworking": "Steam Networking Socketsを優先",
|
||||
"Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description": "設定を有効にした場合、 Steam Networking Sockets プロトコルを利用してセッションに接続するようになります。これは、LNLプロトコル利用時に著しく遅延が発生する場合に役立ちます。ただし、このプロトコルにはいくつかの機能がないため、接続が不安定になる可能性があります",
|
||||
"Settings.RealtimeNetworkingSettings.PreferTCP": "TCPを優先",
|
||||
"Settings.RealtimeNetworkingSettings.PreferTCP.Description": "有効にすると、TCP経由の接続が他のすべてのプロトコルよりも優先されます。TCPは通常インターネット経由の接続には使用されないため、これは主にLAN内での接続に影響します。\n\nTCPはUDPベースのプロトコルが動作しない特定のLANネットワークで、より良いパフォーマンスを発揮します。\n\nしかし、\"Head Of Line Blocking\"の影響を受ける可能性があり、音声や動きが大幅に遅延する原因となります。",
|
||||
"Settings.RealtimeNetworkingSettings.LNL_WindowSize": "LNLウィンドウサイズ",
|
||||
"Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description": "リアルタイムネットワーキング用のLNLプロトコルで一度に送信できるデータ量を制御できます。この設定を変更すると、すべてのアクティブなセッションに即座に反映されます。\n\nパケット詰まりが発生する場合は、この値を大きくして通信のデータ量を増やすことができます。値を大きくすると接続がさらに不安定になることがあるので、注意が必要です。\n\n<color=hero.yellow>既定値:</color>64\n\n<color=hero.red>注意:</color>この設定は診断と一時的な回避を目的としています、この値は将来的に自動的に調整されます。",
|
||||
|
||||
|
|
@ -1600,14 +1610,12 @@
|
|||
|
||||
"Settings.DebugSettings.DebugInputBindings": "インプットバインディングのデバッグ",
|
||||
"Settings.DebugSettings.DebugInputBindings.Description": "設定を有効にした場合、インプットバインディングシステムのデバッグ情報が表示されます。主に開発者向けの機能です。",
|
||||
"Settings.DebugSettings.FetchIncompatibleSessions": "互換性のないセッションを表示",
|
||||
"Settings.DebugSettings.FetchIncompatibleSessions.Description": "設定を有効にした場合、現在のバージョンと互換性がないため参加できないアクティブセッションも表示されます。",
|
||||
|
||||
"Settings.LegacyFeatureSettings.UseLegacyGripEquip": "ダブルグリップでアイテムを装備",
|
||||
"Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description": "有効にすると、グリップを2回連続で押すことでツールやアイテムを装備できます。この設定は将来削除されます。",
|
||||
"Settings.LegacyFeatureSettings.UseLegacyWorldSwitcher": "レガシーワールドスイッチャーを使用",
|
||||
"Settings.LegacyFeatureSettings.UseLegacyWorldSwitcher.Description": "設定を有効にした場合、利き手ではない方のアプリボタンを押すことでレガシーワールドスイッチャーが開き、セッションを切り替えることができます。この機能は将来、より柔軟なソリューションに置き換えられる予定です",
|
||||
"Settings.LegacyFeatureSettings.UseLegacyInventorySessionShortcuts" : "インベントリとセッションジェスチャーのショートカットを使用する",
|
||||
"Settings.LegacyFeatureSettings.UseLegacyInventorySessionShortcuts" : "インベントリとセッションジェスチャーのショートカットを使用する",
|
||||
"Settings.LegacyFeatureSettings.UseLegacyInventorySessionShortcuts.Description" : "有効にすると、グリップを握ったままAppボタン(ダッシュメニューを開閉するボタン)を押すと、レガシーのインベントリーまたはセッションメニューが開きます。",
|
||||
|
||||
"Settings.TwitchInterfaceSettings.ChannelName": "Twitchチャンネル名",
|
||||
|
|
|
|||
12
ko.json
12
ko.json
|
|
@ -183,9 +183,11 @@
|
|||
"World.Connection.SyncingInitialState": "동기화가 진행중입니다.",
|
||||
|
||||
"World.Connection.LNL.DirectIP": "LNL Direct IP",
|
||||
"World.Connection.LNL.LNLPoke": "Requesting LNL Poke",
|
||||
"World.Connection.LNL.NATPunchthrough": "LNL NAT Punchthrough {n}",
|
||||
"World.Connection.LNL.Relay": "LNL Relay",
|
||||
"World.Connection.SteamNetworkingSockets": "스팀 네트워크 소켓",
|
||||
"World.Connection.TCP": "TCP<br><size=75%>{address}</size>",
|
||||
|
||||
"World.Error.AccessDenied": "접근이 거부되었습니다.",
|
||||
"World.Error.SecurityViolation": "보안 위반이 발생하였습니다.",
|
||||
|
|
@ -342,6 +344,7 @@
|
|||
"World.Filter.MinimumUsers": "최소 사용자 수: <b>{n}</b>",
|
||||
"World.Filter.MinimumContacts": "최소 친구 수: <b>{n}</b>",
|
||||
"World.Filter.OnlyHeadless": "헤드리스(Headless) 호스트만",
|
||||
"World.Filter.IncompatibleSessions": "비호환 세션만",
|
||||
"World.Filter.MaxAccessLevel": "최고 접근 권한:",
|
||||
"World.Filter.MinimumUptime": "최소 세션 시간:",
|
||||
"World.Filter.Sorting": "정렬형식",
|
||||
|
|
@ -595,6 +598,8 @@
|
|||
"Profile.Status.Invisible": "오프라인으로 표시",
|
||||
"Profile.Status.Offline": "오프라인",
|
||||
"Profile.Status.Headless": "헤드리스",
|
||||
"Profile.Status.Bot": "<b>봇:</b> {version}",
|
||||
"Profile.Status.ChatClient": "<b>채팅 클라이언트:</b> {version}",
|
||||
|
||||
"Session.Tab.Settings": "세션설정",
|
||||
"Session.Tab.Users": "사용자",
|
||||
|
|
@ -1381,6 +1386,9 @@
|
|||
"Settings.SteamIntegrationSettings.SaveScreenshots": "스크린샷 저장",
|
||||
"Settings.SteamIntegrationSettings.SaveScreenshots.Description": "활성화 시, 게임내에서 촬영한 사진이 스팀 스크린샷에도 저장됩니다.",
|
||||
|
||||
"Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay": "원격 플레이시 스팀 보이스 강제 사용",
|
||||
"Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description": "활성화한 경우, 원격 플레이시 스팀 보이스가 음향입력 장치로 강제 설정됩니다. 이렇게 하면 원격 플레이 시 마이크 사용을 위해 직접 전환할 필요가 없어서 도움이 될것입니다.<br><br>이 기능을 비활성화 하여 원하는 장치를 선택할 수 있습니다.",
|
||||
|
||||
"Settings.LeapMotionSettings.LeapMotionEnabled": "립모션(Leap Motion) 손가락 추적",
|
||||
"Settings.LeapMotionSettings.LeapMotionEnabled.Description": "립모션 장치가 있는 상태에서 활성화하면 손가락 정보를 추적하는데 립모션을 이용합니다.",
|
||||
"Settings.LeapMotionSettings.Offset": "추적 보정치",
|
||||
|
|
@ -1569,6 +1577,8 @@
|
|||
"Settings.RealtimeNetworkingSettings.DisableLAN.Description": "활성화하면 지역망 내에서의 세션 브로드캐스팅이 양방향으로 모두 중단됩니다.",
|
||||
"Settings.RealtimeNetworkingSettings.PreferSteamNetworking": "스팀(Steam) 네트워킹 소켓을 우선적용",
|
||||
"Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description": "활성화되면 Steam 네트워킹 소켓 프로토콜을 우선하여 연결합니다. 이는 LNL 프로토콜로 인해 심각한 대기열이 발생하는 경우에 도움이 될 수 있습니다. 그러나 이 프로토콜에는 일부 기능이 누락되어있어 연결상태가 불안정해 질 수 있으므로, 문제가 있을 경우만 활성화 하는것을 추천드립니다.",
|
||||
"Settings.RealtimeNetworkingSettings.PreferTCP": "TCP 우선",
|
||||
"Settings.RealtimeNetworkingSettings.PreferTCP.Description": "활성화 한 경우, TCP를 다른 프로토콜보다 우선적으로 선택하게 됩니다. TCP는 기본적으로 인터넷을 통한 연결에 사용되지 않으므로, 이 설정은 LAN 연결에 영향을 미칩니다.\n\nTCP는 LAN 환경에서 더 좋은 성능을 발휘할 수 있으며, UDP 기반 프로토콜이 동작하지 않는 특정한 네트워크 환경에서도 동작할 수 있습니다.\n\n그러나 \"head of line\" 차단으로 인해 음성 및 아바타의 동작등이 크게 지연될 수 있습니다.",
|
||||
"Settings.RealtimeNetworkingSettings.LNL_WindowSize": "LNL 윈도우 사이즈",
|
||||
"Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description": "실시간 네트워킹을 위한 LNL 프토로콜의 통신 대역폭을 제어합니다. 모든 활성세션에 대해 즉시 반영됩니다.\n\n통신이 느릴경우 이 값을 늘려 처리량을 향상 시킬 수 있으나, 그만큼 연결이 불안정해 질 수도 있으니 주의하세요.\n\n<color=hero.yellow>기본값:</color> 64\n\n<color=hero.red>중요:</color> 이 설정은 문제진단 또는 일시적인 문제 해결을 위한 것입니다. 추후 자동으로 제어될 예정입니다.",
|
||||
|
||||
|
|
@ -1601,8 +1611,6 @@
|
|||
|
||||
"Settings.DebugSettings.DebugInputBindings": "입력 바인딩 디버그",
|
||||
"Settings.DebugSettings.DebugInputBindings.Description": "활성화 시, 입력 바인딩 시스템에 대한 디버깅 정보가 표시됩니다. 이는 개발자에게 도움이 됩니다.",
|
||||
"Settings.DebugSettings.FetchIncompatibleSessions": "호환되지 않는 세션 보이기",
|
||||
"Settings.DebugSettings.FetchIncompatibleSessions.Description": "활성화 시, 월드 탐색기에 버전이 다른 비호환 세션 목록도 표시됩니다. 비호환 세션은 참여가 불가합니다.",
|
||||
|
||||
"Settings.LegacyFeatureSettings.UseLegacyGripEquip": "더블 그립으로 장착하기",
|
||||
"Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description": "활성화 시, 잡기(Grab)를 빠르게 두번 수행하여 도구를 장착할 수 있습니다. 이 기능은 잠재적으로 삭제될 예정입니다.",
|
||||
|
|
|
|||
23
ru.json
23
ru.json
|
|
@ -182,10 +182,12 @@
|
|||
"World.Connection.Connected": "Соединено",
|
||||
"World.Connection.SyncingInitialState": "Синхронизация с текущим состоянием мира",
|
||||
|
||||
"World.Connection.LNL.DirectIP": "LNL напрямую по IP",
|
||||
"World.Connection.LNL.DirectIP": "LNL напрямую по IP<br><size=75%>{address}</size>",
|
||||
"World.Connection.LNL.LNLPoke": "Запрашиваем LNL Poke",
|
||||
"World.Connection.LNL.NATPunchthrough": "LNL через NAT {n}",
|
||||
"World.Connection.LNL.Relay": "LNL ретранслятор",
|
||||
"World.Connection.SteamNetworkingSockets": "Сетевые сокеты Steam",
|
||||
"World.Connection.TCP": "TCP<br><size=75%>{address}</size>",
|
||||
|
||||
"World.Error.AccessDenied": "Отказано в доступе",
|
||||
"World.Error.SecurityViolation": "Нарушение безопасности",
|
||||
|
|
@ -342,6 +344,7 @@
|
|||
"World.Filter.MinimumUsers": "Минимум пользователей: <b>{n}</b>",
|
||||
"World.Filter.MinimumContacts": "Минимум контактов: <b>{n}</b>",
|
||||
"World.Filter.OnlyHeadless": "Только серверные хосты",
|
||||
"World.Filter.IncompatibleSessions": "Несовместимые сессии",
|
||||
"World.Filter.MaxAccessLevel": "Максимальный уровень доступа:",
|
||||
"World.Filter.MinimumUptime": "Минимальное время работы:",
|
||||
"World.Filter.Sorting": "Сортировка:",
|
||||
|
|
@ -595,6 +598,8 @@
|
|||
"Profile.Status.Invisible": "Невидимый",
|
||||
"Profile.Status.Offline": "Оффлайн",
|
||||
"Profile.Status.Headless": "Сервер",
|
||||
"Profile.Status.Bot": "<b>Бот:</b> {version}",
|
||||
"Profile.Status.ChatClient": "<b>Мессенджер:</b> {version}",
|
||||
|
||||
"Session.Tab.Settings": "Настройки",
|
||||
"Session.Tab.Users": "Пользователи",
|
||||
|
|
@ -658,6 +663,7 @@
|
|||
"Contacts.SearchResult": "Результат поиска",
|
||||
"Contacts.Bot": "Бот",
|
||||
"Contacts.Migrated": "Контакт не мигрировал",
|
||||
"Contacts.IncompatibleSession" : "Несовместимая сессия",
|
||||
|
||||
"Notifications.IsSociable" : "Общительный(-ая), можно поговорить или пригласить!",
|
||||
"Notifications.IsOnline": "Сейчас Онлайн",
|
||||
|
|
@ -929,6 +935,9 @@
|
|||
"Importer.Image.Stereo180": "Стерео 180 Фото",
|
||||
"Importer.Image.LUT": "LUT",
|
||||
|
||||
"Importer.LUT.Failure.Heading": "Ошибка импорта LUT <color=hero.yellow>{image}</color>",
|
||||
"Importer.LUT.Failure.Description": "Не получилось импортировать LUT из-за:\n\n<color=hero.red>{error}</color>",
|
||||
|
||||
"Importer.ImageVideo.LayoutPrompt": "Какую раскладку использует?",
|
||||
"Importer.ImageVideo.LayoutHorizontalLR": "Бок о бок левый-правый",
|
||||
"Importer.ImageVideo.LayoutHorizontalRL": "Бок о бок правый-левый",
|
||||
|
|
@ -1022,6 +1031,7 @@
|
|||
"Exporter.ExportAs": "Экспортировать как:",
|
||||
"Exporter.Export": "Экспорт",
|
||||
"Exporter.Exporting": "Идет экспорт...",
|
||||
"Exporter.InvalidFileName": "Недопустимое имя файла",
|
||||
|
||||
"Export.PackageExportable.Package": "Пакет Resonite",
|
||||
"Export.PackageExportable.PackageWithVariants": "Пакет Resonite <size=75%>(+варианты ассетов)</size>",
|
||||
|
|
@ -1279,7 +1289,7 @@
|
|||
"Settings.GeneralControlsSettings.PrimaryHand": "Основная рука",
|
||||
"Settings.GeneralControlsSettings.PrimaryHand.Description": "Какой рукой вы в основном пользуетесь. Различные системы используют эту настройку для взаимодействий, например для экипировки инструментов.",
|
||||
"Settings.GeneralControlsSettings.DoubleClickInterval": "Интервал двойного щелчка",
|
||||
"Settings.GeneralControlsSettings.DoubleClickInterval.Description": "Для любого взаимодействия, требующего двойного щелчка, эта настройка задает время между щелчками, которое будет считаться двойным щелчком. Если у вас не получается сделать двойной щелчок, увеличьте значение. Если одиночные щелчки срабатывают как двойные - уменьшите.",
|
||||
"Settings.GeneralControlsSettings.DoubleClickInterval.Description": "Для любого взаимодействия, требующего двойного щелчка, эта настройка задает время между щелчками, которое будет считаться двойным щелчком. Если у вас не получается сделать двойной щелчок, уменьшите значение. Если одиночные щелчки срабатывают как двойные - увеличьте.",
|
||||
|
||||
"Settings.LocomotionSettings.LocomotionPreferences": "Настройки перемещения",
|
||||
"Settings.LocomotionSettings.LocomotionPreferences.Breadcrumb": "Настройки перемещения",
|
||||
|
|
@ -1376,6 +1386,9 @@
|
|||
"Settings.SteamIntegrationSettings.SaveScreenshots": "Сохранять скриншоты",
|
||||
"Settings.SteamIntegrationSettings.SaveScreenshots.Description": "Если вы снимаете фото и эта настройка включена, копия фото будет сохранена в скриншоты Steam.",
|
||||
|
||||
"Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay": "Использовать Steam Voice когда активен Remote Play",
|
||||
"Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description": "Когда включено, автоматически заставляет аудио ввод использовать Steam Voice когда вы играете через Steam Remote Play. Это позволяет не использовать автоматическое переключение чтобы работать со встроенным микрофоном шлема.<br><br>Отключение этой настройки может быть полезно если вы используете другое устройство захвата, например внешний микрофон.",
|
||||
|
||||
"Settings.LeapMotionSettings.LeapMotionEnabled": "Трекинг рук Leap Motion",
|
||||
"Settings.LeapMotionSettings.LeapMotionEnabled.Description": "Когда включен, устройство Leap Motion, если подключено, будет использоваться для отслеживания ваших рук и пальцев.",
|
||||
"Settings.LeapMotionSettings.Offset": "Отступ трекинга рук",
|
||||
|
|
@ -1564,6 +1577,10 @@
|
|||
"Settings.RealtimeNetworkingSettings.DisableLAN.Description": "Выключает функциональности локальной сети, такие как широковещательное объявление вашей сессии в локальной сети или обнаружение сессий других пользователей в этой локальной сети.",
|
||||
"Settings.RealtimeNetworkingSettings.PreferSteamNetworking": "Приоритет Steam Networking Sockets",
|
||||
"Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description": "Кагда включено, вы будете подключаться через протокол Steam Networking Sockets, если возможно. Может помочь в некоторых случаях, когда использование протокола LNL приводит к больщим задержкам и отставанию. Но, так как этот протокол поддерживает не всю функциональность, вы можете столкнуться с еще большей нестабильностью сети, поэтому рекомендуем использовать эту настройку только когда вы уже имеете проблемы с сетью.",
|
||||
"Settings.RealtimeNetworkingSettings.PreferTCP": "Предпочитать TCP",
|
||||
"Settings.RealtimeNetworkingSettings.PreferTCP.Description": "Когда включено, подключение через TCP будет в приоритете перед остальными протоколами. Это в основном влияет на подключения по локальной сети, так как TCP по умолчанию не используется для подключений через интернет.\n\nTCP может дать преимущество в скорости в локальных сетях, а также будет работать в некоторых окружениях, где протоколы на базе UDP не будут работать.\n\nС другой стороны, TCP подвержен блокировке пакетов \"head of line\", из-за чего голоса и позы могут приходить с ощутимой задержкой.",
|
||||
"Settings.RealtimeNetworkingSettings.LNL_WindowSize": "Размер окна LNL",
|
||||
"Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description": "Задает размер окна LNL протокола для сетевых передач реального времени. Изменение этой настройко применяется моментально во всех активных сессиях.\n\nЕсли вы сталкиваетесь с очередью пакетов, вы можете увеличить это значение чтобы повысить пропускнуд способность. С другой стороны, большие значения могут еще сильнее дестабилизировать работу сети, так что будьте аккуратны.\n\n<color=hero.yellow>Значение по умолчанию:</color> 64\n\n<color=hero.red>ВАЖНО:</color> Эта настройка предназначена для диагностики и как временная мера; это значение будет подстраиваться автоматически в будущем.",
|
||||
|
||||
"Settings.AssetGatherSettings.MaxConcurrentAssetTransfers": "Максимальное количество одновременных передач ассетов",
|
||||
"Settings.AssetGatherSettings.MaxConcurrentAssetTransfers.Description": "Когда вы являетесь хостом сессии, эта настройка определяет, сколько локально импортированных ассетов будет передаваться в каждый момент времени. Увеличение может сделать передачу ассетов другим пользователям ьыстрее, но также может ухудшить качество сетевого соединения. Рекомендует протестировать, какие значения оптимальны для вашей сети.",
|
||||
|
|
@ -1594,8 +1611,6 @@
|
|||
|
||||
"Settings.DebugSettings.DebugInputBindings": "Отладка привязок ввода",
|
||||
"Settings.DebugSettings.DebugInputBindings.Description": "Когда включено, будет показана информация для системы привязок ввода. В осномном это полезно для разработчиков.",
|
||||
"Settings.DebugSettings.FetchIncompatibleSessions": "Получить несовместимые сессии",
|
||||
"Settings.DebugSettings.FetchIncompatibleSessions.Description": "Когда включено, вы увидите активные сессии, которые несовместимы с вашим клиентом и к которым вы из-за этого не сможете подключиться.",
|
||||
|
||||
"Settings.LegacyFeatureSettings.UseLegacyGripEquip": "Дважды нажать хват для экипировки",
|
||||
"Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description": "Когда включено, вы можете экипировать инструменты и гаджеты быстрым двойным нажатием хвата. Эта настройка, скорее всего, когда-нибудт будет убрана.",
|
||||
|
|
|
|||
917
uk.json
Normal file
917
uk.json
Normal file
|
|
@ -0,0 +1,917 @@
|
|||
{
|
||||
"localeCode": "ua",
|
||||
"authors": ["Antonne"],
|
||||
"messages":
|
||||
{
|
||||
"General.OK": "Добре",
|
||||
"General.Start": "Почати",
|
||||
"General.Finish": "Закінчити",
|
||||
"General.Cancel": "Відмінити",
|
||||
"General.Continue": "Продовжити",
|
||||
"General.Next": "Наступне",
|
||||
"General.Previous": "Попереднє",
|
||||
"General.Back": "Назад",
|
||||
"General.Confirm": "Підтвердити?",
|
||||
"General.Loading": "Завантаження...",
|
||||
"General.Processing": "Оброблення...",
|
||||
"General.FAILED": "ЗБІЙ",
|
||||
"General.Reset": "Відкинути",
|
||||
"General.WorldOpenConfirm": "Підтвердити відкриття?",
|
||||
"General.Save": "Зберегти",
|
||||
"General.Saving": "Збереження...",
|
||||
"General.Saved": "Збережено!",
|
||||
"General.Done": "Готово!",
|
||||
"General.Close": "Закрити",
|
||||
"General.CopyToClipboard": "Зкопіювати до буферу",
|
||||
"General.CopiedToClipboard": "Зкопійовано!",
|
||||
"General.CopiedToClipboardLong": "Зкопійовано до буферу!",
|
||||
"General.Create": "Створити",
|
||||
"General.Creating": "Створення...",
|
||||
"General.Buy": "Придбати",
|
||||
"General.Yes": "Так",
|
||||
"General.No": "Ні",
|
||||
"General.ClearSelection": "Прибрати виділення",
|
||||
"General.Off": "Вимк",
|
||||
"General.On": "Увімк",
|
||||
"General.Understand": "Я усвідомлюю",
|
||||
"General.Notice": "Увагв",
|
||||
"General.UnderstandEnable": "Я усвідомлюю, Увімкнути",
|
||||
"General.Dismiss": "Добре",
|
||||
"General.Edit": "Редагувати",
|
||||
|
||||
"General.UI.SearchPrompt": "Пошук...",
|
||||
"General.UI.SearchPromptLong": "Почніть писати щоб шукати...",
|
||||
"General.UI.ToggleEditMode": "Перемкнути Режим Редагування",
|
||||
"General.UI.ToggleSubtitles": "Перемкнути Субтитри",
|
||||
"General.UI.Subtitles.On": "Субтитри: Увімк",
|
||||
"General.UI.Subtitles.Off": "Субтитри: Вимк",
|
||||
|
||||
"General.UI.MusicVolumeLocal": "Гучність Музики (поряд):",
|
||||
"General.UI.VoiceVolumeLocal": "Гучність Голосу (поряд):",
|
||||
"General.UI.SoundVolumeLocal": "Гучність Звуків (поряд):",
|
||||
|
||||
"General.UI.PressToBegin": "Натисніть, щоб почати",
|
||||
|
||||
"General.Sort.Ascending": "До найвищого",
|
||||
"General.Sort.Descending": "До найнижчого",
|
||||
|
||||
"General.Units.Metric": "Метри",
|
||||
"General.Units.Imperial": "Фути",
|
||||
|
||||
"Worlds.Home": "Домівка",
|
||||
"Worlds.Tutorial": "Навчання",
|
||||
|
||||
"Locomotion.Noclip.Name": "Вимк Колізію",
|
||||
"Locomotion.Noclip.Description": "Вимикає колізію, доречно при редагування.",
|
||||
"Locomotion.Teleport.Name": "Телепорт",
|
||||
"Locomotion.Teleport.Description": "Використовує телепорт балістичного шляху, для коміортного переміщення.",
|
||||
"Locomotion.Fly.Name": "Політ",
|
||||
"Locomotion.Fly.Description": "Режим фізичного польоту",
|
||||
"Locomotion.WalkRun.Name": "Пішохід/Біг",
|
||||
"Locomotion.WalkRun.Description": "Фізична ходьба, біг та стрибання.",
|
||||
"Locomotion.WalkRunGripping.Name": "Пішохід/Біг (зі скалолазанням)",
|
||||
"Locomotion.WalkRunGripping.Description": "Фізична ходьба, біг, стрибання та скалолазання.",
|
||||
"Locomotion.ZeroG.Name": "Анти гравітація",
|
||||
"Locomotion.ZeroG.Description": "Фізичне переміщення без ваги тіла",
|
||||
"Locomotion.GrabWorld.Name": "Хватати для Переміщення",
|
||||
"Locomotion.GrabWorld.Description": "Створює якір у світі з посиланням та рухає користувача відносно нього.",
|
||||
"Locomotion.Slide.Name": "зсування",
|
||||
"Locomotion.Slide.Description": "Просте переміщення зсування яке примагнічується до поверхні при наявності, в іншому випадку - політ.",
|
||||
|
||||
"Interaction.Destroy": "Руйнування",
|
||||
"Interaction.Duplicate": "Дуплікація",
|
||||
"Interaction.SaveToInventory": "Зберегти до Інвентарю",
|
||||
"Interaction.SaveToInventory.NotLoggedIn": "Ви повинні увійти, щоб зберегти речі.",
|
||||
"Interaction.SaveToInventory.NoWritePermission": "Не можливо зберегти до теперішньої папти інвентарю.",
|
||||
"Interaction.Undo": "Повернути Зміни",
|
||||
"Interaction.Redo": "Відновити Зміни",
|
||||
"Interaction.EquipTool": "Надягнути",
|
||||
"Interaction.DequipTool": "Зняти",
|
||||
"Interaction.ScalingEnabled": "Масштаб Увімкнено",
|
||||
"Interaction.ScalingDisabled": "Масштаб Вимкнуто",
|
||||
"Interaction.ResetScale": "Відновити Масштаб",
|
||||
"Interaction.LaserEnabled": "Лазер Увімкнено",
|
||||
"Interaction.LaserDisabled": "Лазер Вимкнуто",
|
||||
"Interaction.Grab.Palm": "Зхопити: Долоня",
|
||||
"Interaction.Grab.Precision": "Зхопити: Точність",
|
||||
"Interaction.Grab.Auto": "Зхопити: Автоматично",
|
||||
"Interaction.Grab.Off": "Зхопити: Тільки Лазер",
|
||||
"Interaction.Locomotion": "Переміщення",
|
||||
"Interaction.Locomotion.None": "Нічого",
|
||||
|
||||
"Interaction.NamedEquipTool": "Одягнути {name}",
|
||||
"Interaction.NamedEquipTool.Default": "Інструмент",
|
||||
|
||||
"Interaction.EnterAnchor": "Ввійти у Якір",
|
||||
"Interaction.ExitAnchor": "Вийти з Якорю",
|
||||
|
||||
"Interaction.EquipAvatar": "Одягнути Аватар",
|
||||
|
||||
"Interaction.SaveAsScreenshot": "Зберегти як Знімок",
|
||||
"Interaction.ExportScreenshot": "Експортувати Знімок",
|
||||
"Interaction.ImportFile": "Імпортувати Файл",
|
||||
"Interaction.ExportFile": "Експортувати Файл",
|
||||
"Interaction.CopyLink": "Копіювати Посилання",
|
||||
"Interaction.CopyImage": "Копіювати Фото",
|
||||
|
||||
"Inventory.OpenWorld": "Відкрити Світ",
|
||||
"Inventory.Equip": "Одягнути",
|
||||
"Inventory.Delete": "Видалити",
|
||||
"Inventory.CreateDirectory": "Створити Папку",
|
||||
"Inventory.SaveHeld": "Збереження Стримано",
|
||||
"Inventory.GetURL": "Отримати Посилання",
|
||||
"Inventory.Inventories": "Інвентарі",
|
||||
"Inventory.Share": "Поширити",
|
||||
"Inventory.Unshare": "Приховати",
|
||||
"Inventory.SaveAvatar": "Зберегти Аватар",
|
||||
"Inventory.Favorite.Home": "Зробити Домівкою",
|
||||
"Inventory.Favorite.ProgressBar": "Виставити Смугу Прогресу",
|
||||
"Inventory.Favorite.AudioStreamController": "Виставити Контролер Потоку",
|
||||
"Inventory.Favorite.TextDisplay": "Виставити Показ Тексту",
|
||||
"Inventory.Favorite.VideoPlayer": "Виставити Відео Програвач",
|
||||
"Inventory.Favorite.AudioPlayer": "Виставити Аудіо Програвач",
|
||||
"Inventory.Favorite.InteractiveCamera": "Виставити Камеру",
|
||||
"Inventory.Favorite.Keyboard": "Виставити Клавіатуру",
|
||||
"Inventory.Favorite.Avatar": "Виставити Аватар",
|
||||
"Inventory.Favorite.WorldLoadingIndicator": "Виставити Смугу Прогресу",
|
||||
"Inventory.Favorite.ColorDialog": "Виставити Колір",
|
||||
"Inventory.Favorite.Hyperlink": "Виставити Гіперпосилання",
|
||||
"Inventory.Favorite.Document": "Виставити Документ",
|
||||
"Inventory.SpawnFacet": "Створити Грань",
|
||||
|
||||
"Dash.Screens.Home": "Домівка",
|
||||
"Dash.Screens.Worlds": "Світ",
|
||||
"Dash.Screens.Contacts": "Контакти",
|
||||
"Dash.Screens.Inventory": "Інвентар",
|
||||
"Dash.Screens.Desktop": "Робочий Стіл",
|
||||
"Dash.Screens.Session": "Сесія",
|
||||
"Dash.Screens.FileBrowser": "Файли",
|
||||
"Dash.Screens.Settings": "Налаштування",
|
||||
"Dash.Screens.Exit": "Вихід",
|
||||
|
||||
"Dash.Actions.PasteFromClipboard": "Вставити з Буферу Обміну",
|
||||
|
||||
"Dash.Actions.TurnOffUIEdit": "Вимкнути Редагування Інтерфейсу",
|
||||
|
||||
"Dash.Actions.CloudHome": "Відкрити Домівку",
|
||||
|
||||
"Dash.Exit.Header": "Вийти з {appName}",
|
||||
"Dash.Exit.ExitAndSave": "Вийти й Зберегти Домівку",
|
||||
"Dash.Exit.ExitAndDiscard": "Вийти без Збереження Домівки",
|
||||
"Dash.Exit.Sponsor": "Велике Дякую {name} за спонсорство!!",
|
||||
"Dash.Exit.Sponsor.You": "ВИ",
|
||||
"Dash.Exit.Shoutouts": "Цей Проект створюється завдяки Цим людям:",
|
||||
"Dash.Exit.Shoutouts.AndMore": " тощо!",
|
||||
"Dash.Exit.Shoutouts.You": "{name} (<-Це Ти! Дякуємо!)",
|
||||
"Dash.Exit.ThankYou": "Дякуємо, що користуєтеся {appName}!",
|
||||
"Dash.Exit.SubmittedBy": "Опубліковано: {name}",
|
||||
|
||||
"Facets.FPS": "{fps}<size=61.803%> FPS</size>",
|
||||
|
||||
"World.Waiting": "Очікування...",
|
||||
"World.HostIsStarting": "господар розпочинає сесію",
|
||||
"World.Loading": "Завантаження...",
|
||||
"World.LoadingFailed": "Не вдалося",
|
||||
"World.LoadedAssets": "Завантаження {assets} з {total_assets}",
|
||||
"World.Downloading": "Отримання {bytes} з {total_bytes}",
|
||||
"World.Loaded": "Завантажено",
|
||||
|
||||
"World.Connection.EstablishingConnection": "Встановлюємо підключення",
|
||||
"World.Connection.RequestingJoin": "Запитуємо Приєднання",
|
||||
"World.Connection.Authenticating": "Автентифікація",
|
||||
"World.Connection.Connected": "Підключено",
|
||||
"World.Connection.SyncingInitialState": "Синхронізуємо початковий стан світу",
|
||||
|
||||
"World.Connection.LNL.DirectIP": "LNL Direct IP<br><size=75%>{address}</size>",
|
||||
"World.Connection.LNL.LNLPoke": "Запитуємо Поштовх LNL",
|
||||
"World.Connection.LNL.NATPunchthrough": "LNL NAT Пробиття {n}",
|
||||
"World.Connection.LNL.Relay": "LNL Relay",
|
||||
"World.Connection.SteamNetworkingSockets": "Мережових Портів Steam",
|
||||
"World.Connection.TCP": "TCP<br><size=75%>{address}</size>",
|
||||
|
||||
"World.Error.AccessDenied": "Відхилено у Допуску",
|
||||
"World.Error.SecurityViolation": "Порушення Безпеки",
|
||||
"World.Error.OnlyRegisteredUsers": "Тільки зареєстрованим користувачам дозволено приєднатись",
|
||||
"World.Error.OnlyContacts": "Тільки людям з контактів Господаря дозволено приєднатись",
|
||||
"World.Error.OnlyContactsOfContacts": "Тільки людям з контактів людей в цій сесії дозволено приєднатись",
|
||||
"World.Error.Private": "Ця сесія Приватна",
|
||||
"World.Error.SessionEnded": "Ця сесія Завершена",
|
||||
"World.Error.UserLimitReached": "Сесія Заповнена",
|
||||
"World.Error.FailedAuthentication": "Автентифікація Провалена",
|
||||
"World.Error.FailedUserID": "Не вдалося автентифікувати ID користувача",
|
||||
"World.Error.FailedFetchingAuthentication": "Не вдалося отримати автентифікаційні дані",
|
||||
"World.Error.JoinAlreadyRequested": "Приєднання вже запрошено",
|
||||
"World.Error.FailedConnectToRelay": "Не вдалось приєднатись до Повторювача",
|
||||
"World.Error.FailedToConnect": "Не вдалося приєднатися",
|
||||
"World.Error.InvalidAddress": "Недійсна адреса",
|
||||
"World.Error.NoPort": "Не задано Порта",
|
||||
"World.Error.IncompatibleVersion": "Несумісна Версія",
|
||||
"World.Error.HostBlocked": "Заблоковано Господаря",
|
||||
"World.Error.HostBlockedDetail": "Ви заблокували цього господаря",
|
||||
"World.Error.WorldCrash": "Світ вилетів",
|
||||
"World.Error.WorldCrashDetail": "Фатальна помилка при оновленні світу",
|
||||
"World.Error.Unknown": "Невідома помилка",
|
||||
|
||||
"World.Config.Name": "Імʼя світу",
|
||||
"World.Config.Description": "Опис:",
|
||||
"World.Config.MaxUsers": "Макс. користувачів:",
|
||||
"World.Config.MobileFriendly": "Підтримка Мобільних пристроїв",
|
||||
"World.Config.SaveOptionsHeader": "Опції збереження світу:",
|
||||
"World.Config.EditMode": "Режим редагування:",
|
||||
"World.Config.AccessLevelHeader": "Хто здатний приєднуватись?",
|
||||
"World.Config.AutoKickAFK": "Авто вигін неактивних користувачів:",
|
||||
"World.Config.AutoKickAFKMinutes": "Макс. хвилин до викиду:",
|
||||
"World.Config.HideFromListing": "Не показувати у списку сесій",
|
||||
"World.Config.Autosave": "Автозбереження (Перезапис Останнього):",
|
||||
"World.Config.AutosaveInterval": "Час до Автозбереження (у хвилинах):",
|
||||
"World.Config.CleanupAssets": "Прибирати Непотрібні Асети:",
|
||||
"World.Config.CleanupInterval": "Час до Прибирання (у секундах):",
|
||||
|
||||
"World.Actions.StartSession": "Розпочати сесію",
|
||||
"World.Actions.Join": "Приєднатись",
|
||||
"World.Actions.Focus": "Фокусувати",
|
||||
"World.Actions.Close": "Закрити вікно",
|
||||
"World.Actions.Leave": "Залишити Світ",
|
||||
"World.Actions.Save": "Зберегти Зміни",
|
||||
"World.Actions.SaveAs": "Зберегти як...",
|
||||
"World.Actions.SaveCopy": "Зберегти Копію...",
|
||||
"World.Actions.SaveHere": "Зберегти тута",
|
||||
"World.Actions.SaveToInventory": "Зберегти до Інвентарю",
|
||||
"World.Actions.Saving": "Збереження...",
|
||||
"World.Actions.Discard": "Відкинути Зміни",
|
||||
"World.Actions.Clone": "Клонувати Світ",
|
||||
"World.Actions.Delete": "Видалити Світ",
|
||||
"World.Actions.ConfirmDelete": "Підтвердити Видалення?",
|
||||
"World.Actions.ReallyConfirmDelete": "ВИДАЛИТИ НАЗАВЖДИ?",
|
||||
"World.Actions.Overwrite": "Перезаписати з {name}",
|
||||
"World.Actions.ConfirmOverwrite": "Підтвердити ПЕРЕЗАПИС?",
|
||||
"World.Actions.Overwriting": "Перезаписую...",
|
||||
|
||||
"World.Actions.ClosePrompt": "Закрити Світ?",
|
||||
"World.Actions.LeavePrompt": "Залишити Світ?",
|
||||
"World.Actions.CloseConfirm": "Закрити",
|
||||
"World.Actions.LeaveConfirm": "Залишити",
|
||||
"World.Actions.CannotClose": "(не можу закрити цей світ)",
|
||||
"World.Actions.GuestWarning": ":3",
|
||||
"World.Actions.HostingWarning": "Ви Господар цього світу, усіх Гостей будуть викинуто",
|
||||
|
||||
"World.Actions.GetWorldOrb": "Отримати Кулю Світу",
|
||||
"World.Actions.CopyWorldURL": "Копіювати Посилання на Світ",
|
||||
"World.Actions.CopyRecordURL": "Копіювати Посилання на Запис",
|
||||
"World.Actions.StartCustomSession": "Почати замовлену сесію",
|
||||
"World.Actions.ModifyMetadata": "Редагувати Метадані",
|
||||
"World.Actions.GetSessionOrb": "Отримати Кулю Сесії",
|
||||
"World.Actions.CopySessionURL": "Копіювати Посилання на Сесію",
|
||||
|
||||
"World.Indicator.NoData": "Нема Даних",
|
||||
"World.Indicator.LocalWorld": "Компʼютер Поряд",
|
||||
"World.Indicator.Author": "Від: {name}",
|
||||
"World.Indicator.Host": "Господар: {name}",
|
||||
"World.Indicator.Hosting": "Ви Господар",
|
||||
"World.Indicator.Sessions": "{n,plural, one {# session} інших {# sessions}}",
|
||||
"World.Indicator.Users": "Користувачів",
|
||||
"World.Indicator.Users.None": "(не знайдено активних сесій)",
|
||||
"World.Indicator.Description": "Опис",
|
||||
"World.Indicator.Description.None": "(без опису)",
|
||||
"World.Indicator.Visited": "(вже гостювали)",
|
||||
|
||||
"World.Detail.ActiveSessions": "Активних сесій:",
|
||||
"World.Detail.ActiveUsers": "Активних Користувачів:",
|
||||
"World.Detail.NewSession": "<нова сесія>",
|
||||
"World.Detail.DescriptionHeader": "Опис: ",
|
||||
"World.Detail.SessionInformationHeader": "Інформація про Сесію",
|
||||
"World.Detail.Uptime": "Діє",
|
||||
"World.Detail.AccessLevel": "Видимість",
|
||||
"World.Detail.Users": "Користувачі",
|
||||
"World.Detail.Users.Count": "{active}{away, select, 0 {} other { (+{away} away)}} з {max}",
|
||||
|
||||
"World.Detail.WorldInformationHeader": "Інформація про Світ",
|
||||
"World.Detail.PublishDate": "Опубліковано",
|
||||
"World.Detail.ModifyDate": "Останнє Оновленнч",
|
||||
"World.Detail.Visits": "Відвідин",
|
||||
|
||||
"World.Detail.Tags": "Теґи",
|
||||
"World.Detail.ActionsHeader": "Дії:",
|
||||
|
||||
"World.Category.Everything": "Все",
|
||||
"World.Category.Featured": "Обоане",
|
||||
"World.Category.PublishedWorlds": "Опубліковані Світи",
|
||||
"World.Category.ActiveSessions": "Активні Сесії",
|
||||
"World.Category.ContactsSessions": "Сесії Контактів",
|
||||
"World.Category.HeadlessSessions": "Сесії без Клієнта",
|
||||
"World.Category.Social": "Суспільство",
|
||||
"World.Category.Games": "Ігри",
|
||||
"World.Category.Art": "Живопис",
|
||||
"World.Category.Tutorials": "Бази",
|
||||
"World.Category.Educational": "Навчальне",
|
||||
"World.Category.Random": "Тасовані",
|
||||
"World.Category.MyWorlds": "Мої світи",
|
||||
"World.Category.Custom": "Замовлені",
|
||||
"World.Category.GroupWorlds": "Світи Груп",
|
||||
|
||||
"World.AccessLevel.Anyone": "Будь хто",
|
||||
"World.AccessLevel.RegisteredUsers": "Зареєстровані Користувачі",
|
||||
"World.AccessLevel.Contacts": "Контакти",
|
||||
"World.AccessLevel.ContactsPlus": "Контакти+",
|
||||
"World.AccessLevel.LAN": "LAN",
|
||||
"World.AccessLevel.Private": "Приватні (тільки за запрошенням)",
|
||||
|
||||
"World.SortParameter.SearchScore": "Пошукова Оцінка",
|
||||
"World.SortParameter.Name": "Імʼя",
|
||||
"World.SortParameter.OpenedWorldCount": "Відкриті Світи",
|
||||
"World.SortParameter.TotalSessionCount": "Всього Сесій",
|
||||
"World.SortParameter.TotalUserCount": "Всього Користувачів",
|
||||
"World.SortParameter.CreationDate": "Дата Створення",
|
||||
"World.SortParameter.LastUpdateDate": "Дата Редагування",
|
||||
"World.SortParameter.FirstPublishTime": "Дата Публікації",
|
||||
"World.SortParameter.TotalVisits": "Всього Відвідувань",
|
||||
"World.SortParameter.LastVisit": "Останнє відвідування",
|
||||
"World.SortParameter.Random": "Випадково",
|
||||
|
||||
"World.Filter.DataSources": "Джерела Даних:",
|
||||
"World.Filter.OpenedWorlds": "Відкриті світи",
|
||||
"World.Filter.ActiveSessions": "Активні Сесії",
|
||||
"World.Filter.PublishedWorlds": "Опубліковані Світи",
|
||||
"World.Filter.LocalWorlds": "Локальні Світи",
|
||||
"World.Filter.BaseSearch": "Базовий Пошук:",
|
||||
"World.Filter.ByOwner": "Від Володаря:",
|
||||
"World.Filter.UserOwner": "Володарь є Користувачем",
|
||||
"World.Filter.GroupOwner": "Володарь є у Групі",
|
||||
"World.Filter.SubmittedToGroup": "У групу Надіслали:",
|
||||
"World.Filter.Featured": "Тільки Відібрані",
|
||||
"World.Filter.MyWorlds": "Мої світи",
|
||||
"World.Filter.SessionFiltering": "Фільтрування Сесій:",
|
||||
"World.Filter.MinimumUsers": "Мінімум Користувачів: <b>{n}</b>",
|
||||
"World.Filter.MinimumContacts": "Мінімум Контактів: <b>{n}</b>",
|
||||
"World.Filter.OnlyHeadless": "Тільки Володарі без Клієнта",
|
||||
"World.Filter.IncompatibleSessions": "Несумісні Сесія",
|
||||
"World.Filter.MaxAccessLevel": "Макс. Рівень Допуску:",
|
||||
"World.Filter.MinimumUptime": "Мін. Утримання:",
|
||||
"World.Filter.Sorting": "Сортування:",
|
||||
|
||||
"World.Edit.Title": "Редагувати Метадані Світу",
|
||||
"World.Edit.Name": "Імʼя Світу:",
|
||||
"World.Edit.Description": "Опис:",
|
||||
"World.Edit.Tags": "Теґи (відділені коми):",
|
||||
"World.Edit.Path": "Шлях Світу:",
|
||||
"World.Edit.AccessLevelHeader": "Хто може відкривати?",
|
||||
"World.Edit.AccessPrivate": "Тільки Я",
|
||||
"World.Edit.AccessPatreon": "Спонсори з Патреону",
|
||||
"World.Edit.AccessPublic": "Будь хто (публічний)",
|
||||
|
||||
"Tools.AvatarCreator": "Створювач Аватарів",
|
||||
"Tools.FullBodyCalibrator": "Все Тіло / Калібрування Аватару",
|
||||
"Tools.CameraStreaming": "Камера / Етер",
|
||||
"Tools.CreateNewWorld": "Створити Новий Світ",
|
||||
"Tools.Debug": "Налагодження",
|
||||
"Tools.StreamAudio": "Передавати Аудіо",
|
||||
"Tools.Setup2FA": "Налаштувати 2ФА",
|
||||
|
||||
"Tools.StreamAudio.Dialog.Title": "Створити Потік Аудіо",
|
||||
"Tools.StreamAudio.Start": "Почати Потік",
|
||||
"Tools.StreamAudio.Bitrate": "Швидкість: {bitrate} КБуС",
|
||||
"Tools.StreamAudio.Title": "{username} Потік Аудіо",
|
||||
"Tools.StreamAudio.Spatialized": "Просторне",
|
||||
"Tools.StreamAudio.Broadcast": "Етер",
|
||||
"Tools.StreamAudio.PlayForOwner.Off": "Грати володарю: Вимк",
|
||||
"Tools.StreamAudio.PlayForOwner.On": "Грати володарю: Увімк",
|
||||
|
||||
"Options.FreeformDash.On": "Вільний Біг: Увімк",
|
||||
"Options.FreeformDash.Off": "Вільний Біг: Вимк",
|
||||
"Options.SeatedMode.On": "Режим Сидіння: Увімк",
|
||||
"Options.SeatedMode.Off": "Режим Сидіння: Вимк",
|
||||
"Options.Nameplates.All": "Імені таблички: Усі",
|
||||
"Options.Nameplates.NonContacts": "Nameplates: Не Контактів",
|
||||
"Options.Nameplates.Hide": "Імені таблички: Приховати",
|
||||
"Options.Nameplates.DefaultStyle": "Звичайні імені таблички",
|
||||
"Options.Nameplates.CustomStyle": "Особливі імені таблички",
|
||||
|
||||
"Indicator.OnlineUsers": "<color=hero.yellow>{users}</color> У мережі {users,plural, one {User} other {Users}}",
|
||||
"Indicator.OnlineUsersVR": "<color=hero.purple>{users}</color> {users, plural, one {user} other {users}} У ВР",
|
||||
"Indicator.OnlineUsersDesktop": "<color=hero.cyan>{users}</color> {users, plural, one {user} other {users}} у Пласкому Режимі",
|
||||
|
||||
"Indicator.ServerStatus.Status": "Стан Хмари",
|
||||
"Indicator.ServerStatus.Good": "Добре",
|
||||
"Indicator.ServerStatus.Slow": "Повільний",
|
||||
"Indicator.ServerStatus.Down": "Затримка",
|
||||
"Indicator.ServerStatus.NoInternet": "Без Інтернету",
|
||||
|
||||
"Indicator.Sync.AllSynced": "Всі Синхронізовані",
|
||||
"Indicator.Sync.SyncingItems": "Синхронізую <br><size=61.8033%>{item_count, plural, one {# Item} other {# Items}}</size>",
|
||||
"Indicator.Sync.UploadingVariants": "Відвантажую <br><size=61.8033%>Варіантів Асетів</size>",
|
||||
"Indicator.Sync.SyncError": "Помилка Синхронізації <size=61.803%>Перевірте Лог</size>",
|
||||
"Indicator.Sync.StorageFull": "Диск Заповнен <size=61.803%>Не можу Синхронізуватись</size>",
|
||||
|
||||
"Indicator.Storage.StorageFull": "Диск Заповнен",
|
||||
"Indicator.Storage.Usage": "{storage_used} з {storage_max}<br><size=61.803%>Використано Диску</size>",
|
||||
|
||||
"Indicator.LiveHiddenMessage": "(інформація прихована при потоці наживо)",
|
||||
|
||||
"Login.InvalidCredentials": "Невірні посвідчення",
|
||||
"Login.InvalidCredentials.Description": "Перевірте посвідчення знову або ж натисніть \"Забули Пароль?\"",
|
||||
|
||||
"Login.InvalidLogin": "Невірні посвідчення",
|
||||
"Login.InvalidLogin.Description": "Перевірте посвідчення знову або ж натисніть \"Забули Пароль?\"",
|
||||
|
||||
"Login.MalformedUID": "Невірна інформація про пристрій",
|
||||
"Login.MalformedUID.Description": "Спробуйте перевстановити, або ж зверніться тут (Англ): {supportUrl}.",
|
||||
|
||||
"Login.MissingUID": "Нема інформації по пристрій",
|
||||
"Login.MissingUID.Description": "Спробуйте перевстановити, або ж зверніться тут (Англ): {supportUrl}.",
|
||||
|
||||
"Login.MissingSecretMachineId": "Нема ID секретного пристрою",
|
||||
"Login.MissingSecretMachineId.Description": "Спробуйте перевстановити, або ж зверніться тут (Англ): {supportUrl}.",
|
||||
|
||||
"Login.MalformedSecretMachineId": "Невірне ID секретного пристрою",
|
||||
"Login.MalformedSecretMachineId.Description": "Спробуйте перевстановити, або ж зверніться тут (Англ): {supportUrl}.",
|
||||
|
||||
"Register.MissingUID": "Нема інформації про пристрій",
|
||||
"Register.MissingUID.Description": "Спробуйте перевстановити, або ж зверніться тут (Англ): {supportUrl}.",
|
||||
|
||||
"Register.MalformedUID": "Невірна інформація про пристрій",
|
||||
"Register.MalformedUID.Description": "Спробуйте перевстановити, або ж зверніться тут (Англ): {supportUrl}.",
|
||||
|
||||
"Login.MissingLogin": "Посвідчення не надано",
|
||||
"Login.MissingLogin.Description": "Чи не забули ви надати посвідчення?",
|
||||
|
||||
"Login.InvalidRecoveryCode": "Невірний код відновлення",
|
||||
"Login.InvalidRecoveryCode.Description": "Перевірте ваш код відновлення.",
|
||||
|
||||
"Login.UnsupportedAuthentication": "Метод автентифікації не підтримуєтся",
|
||||
"Login.UnsupportedAuthentication.Description": "Ми не підтримуємо цей метод автентифікації. Будь ласка, спробуйте інший.",
|
||||
|
||||
"Login.EmailNotVerified": "Не підтверджена електронна адреса",
|
||||
"Login.EmailNotVerified.Description": "Ваша електрона адреса на підтверджена, перевірте листи надіслані нами, також перевірте папку зі спамом.",
|
||||
|
||||
"Login.AccountTempLocked": "Ваш обліковий запис заблоковано.",
|
||||
"Login.AccountTempLocked.Description": "Зверніться до Модерації тут (Англ): {moderationUrl}.",
|
||||
|
||||
"Login.AccountBanned": "Вашому обліковий запису заборонено дозвіл.",
|
||||
"Login.AccountBanned.Description": "Зверніться до Модерації тут (Англ): {moderationUrl}.",
|
||||
|
||||
"Login.DuplicateAccount": "Дуплікат облікового запису",
|
||||
"Login.DuplicateAccount.Description": "Зверніться до Модерації тут (Англ): {supportUrl}.",
|
||||
|
||||
"Login.UnknownError": "Невідома помилка",
|
||||
"Login.UnknownError.Description": "Невідома помилка сталась під час входу. Зверніться до Модерації тут (Англ): {supportUrl}.",
|
||||
|
||||
"Register.MissingRequest": "Нема деталей реєстраці",
|
||||
"Register.MissingRequest.Description": "Нам не вдалося знайти деталей реєстрацій. Впевніться, що ви надали їх при реєстрації.",
|
||||
|
||||
"Register.InvalidEmail": "Невірна електрона адреса",
|
||||
"Register.InvalidEmail.Description": "Ваша електрона адреса невірна.",
|
||||
|
||||
"Register.MissingUsername": "Нема імʼя",
|
||||
"Register.MissingUsername.Description": "Ви надали імʼя?",
|
||||
|
||||
"Register.MissingEmail": "Нема електроної адреси",
|
||||
"Register.MissingEmail.Description": "Ви надали електрону адресу?",
|
||||
|
||||
"Register.UsernameTooLong": "Імʼя задовге",
|
||||
"Register.UsernameTooLong.Description": "Тільки імʼя до 32 символів дозволені.",
|
||||
|
||||
"Register.UsernameContainsAmpersand": "Імʼя не може мати @",
|
||||
"Register.UsernameContainsAmpersand.Description": "Ваше імʼя повинно бути без @.",
|
||||
|
||||
"Register.UsernameStartsWithU": "Імʼя не може починатись з U-",
|
||||
"Register.UsernameStartsWithU.Description": "Імʼя заборонено починати з U-.",
|
||||
|
||||
"Register.InvalidUsername": "Невірне їмʼя",
|
||||
"Register.InvalidUsername.Description": "Ваше імʼя не вірне.",
|
||||
|
||||
"Register.InvalidDateOfBirth": "Невірна дата народження",
|
||||
"Register.InvalidDateOfBirth.Description": "Ваша дата народження не вірна.",
|
||||
|
||||
"Register.UsernameContainsBlockedTerms": "Імʼя має заборонені слова",
|
||||
"Register.UsernameContainsBlockedTerms.Description": "Ваше імʼя має заборонені нашою системою слова. Якщо це помилка, зверніться тут (Англ): {supportUrl}.",
|
||||
|
||||
"Register.MissingPassword": "Нема паролю",
|
||||
"Register.MissingPassword.Description": "Не було надано паролю.",
|
||||
|
||||
"Register.InvalidPassword": "Невірний пароль",
|
||||
"Register.InvalidPassword.Description": "Ваш пароль невірний. Він повинен мати хоча б 8 символів, включно від 1 цифри, 1 літери верхнього реєстру та 1 літери нижнього реєстру.",
|
||||
|
||||
"Register.EmailAlreadyRegistered": "Електрона адреса вже зареєстрована",
|
||||
"Register.EmailAlreadyRegistered.Description": "Обліковий запис з цією електроною адресою вже існує, якщо ви забули пароль натисніть на \"Забули пароль\". Або ж зверніться до підтримки тут (Англ): {supportUrl}.",
|
||||
|
||||
"Register.UsernameAlreadyRegistered": "Імʼя вже зареєстровано",
|
||||
"Register.UsernameAlreadyRegistered.Description": "Обліковий запис з цим імʼям вже існує, якщо ви забули пароль натисніть на \"Забули пароль\". Або ж зверніться до підтримки тут (Англ): {supportUrl}.",
|
||||
|
||||
"Register.ErrorCheckingUserId": "Помилка при перевірці ID",
|
||||
"Register.ErrorCheckingUserId.Description": "Зверніться до підтримки тут (Англ): {supportUrl}.",
|
||||
|
||||
"Recovery.MissingEmail": "Нема електроної адреси",
|
||||
"Recovery.MissingEmail.Description": "Чи ви надали електрону адресу?",
|
||||
|
||||
"Recovery.IncorrectEmail": "Невірна електроної адреси",
|
||||
"Recovery.IncorrectEmail.Description": "Ви увели невірну електрону адресу для віновлення паролю. Будь ласка, перевірте та спробуйте ще раз.",
|
||||
|
||||
"Recovery.NoPasswordSetup": "Не було задано паролю",
|
||||
"Recovery.NoPasswordSetup.Description": "Будь ласка, зверніться за підтримкою тут (Англ): {supportUrl}.",
|
||||
|
||||
"Register.UnknownError": "Невідома помилка",
|
||||
"Register.UnknownError.Description": "Сталась невідома помилка. Будь ласка, зверніться за підтримкою тут (Англ): {supportUrl}.",
|
||||
|
||||
"Account.Login": "Вхід",
|
||||
"Account.Logout": "Вихід",
|
||||
"Account.Register": "Реєстрація",
|
||||
"Account.Saml2": "Увійти з SAML 2.0",
|
||||
"Account.LoginOrRegister": "Вхід / Реєстрація",
|
||||
"Account.LogoutConfirm": "Насправді Вийти?",
|
||||
"Account.LoggingIn": "Входимо...",
|
||||
"Account.LoggingOut": "Виходимо...",
|
||||
"Account.Registering": "Реєструємо...",
|
||||
"Account.Anonymous": "Анонім",
|
||||
"Account.Username": "Імʼя:",
|
||||
"Account.Email": "Електрона Адреса:",
|
||||
"Account.RememberMe": "Запамʼятати мене <br><size=50%>(забуває після місяця неактивності)</size>",
|
||||
"Account.RepeatEmail": "Підтвердіть Адресу:",
|
||||
"Account.UsernameOrEmail": "Імʼя чи Електрону Адресу:",
|
||||
"Account.Password": "Пароль:",
|
||||
"Account.RepeatPassword": "Повторити Пароль:",
|
||||
"Account.RecoverPassword": "Забули Пароль?",
|
||||
"Account.LiveEmailWarning": "<color=#f00>WARNING:</color> live.com, hotmail.com, outlook.com та ін. сервіси Microsoft займатимуть до 2 днів, щоб підтвердити адресу.",
|
||||
"Account.PasswordRules": "(хоча б 8 символів, включно від 1 цифри, 1 літери верхнього реєстру та 1 літери нижнього реєстру.)",
|
||||
"Account.LostPassword": "Пароль Загублено",
|
||||
"Account.SendRecoveryCode": "Відправити Код Відновлення",
|
||||
"Account.ResetPasswordHeader": "Скинути Пароль",
|
||||
"Account.ResetPasswordInstructions": "Код відновлення було надіслано на вашу адресу. Зкопіюйте його до поля нижче:",
|
||||
"Account.RecoveryCode": "Код Відновлення:",
|
||||
"Account.NewPassword": "Новий Пароль:",
|
||||
"Account.ResetPassword": "Підтвердити новий пароль",
|
||||
"Account.Requesting": "Запитую...",
|
||||
"Account.ErrorPasswordMismatch": "Паролі не співпадають!",
|
||||
"Account.ErrorEmailMismatch": "Електроні адреси не співпадають!",
|
||||
"Account.ErrorLoginError": "Помилка входу:",
|
||||
"Account.RegistrationSuccess": "<size=120%>Вдача!</size><br><br>Лист було надіслано на {email} з посиланням підтвердження.<br><br>Як натисните на посилання, ви зразу ж зайдете. Не закривайте це вікно.<br><br>Якщо виникнуть проблеми, зверніться тут (Англ): {appEmail} або {appCommunity}",
|
||||
"Account.BirthMonth": "Місяць народження:",
|
||||
"Account.BirthDay": "День народження:",
|
||||
"Account.BirthYear": "Рік Народження:",
|
||||
"Account.PoliciesAgreement": "Мною було прочитано <color=#22B2FF>правила використання</color> та <color=#22B2FF>політику приватності</color>",
|
||||
"Account.AlternateMethods": "Увійти через стороній сервіс:",
|
||||
|
||||
"Account.Saml2.Title": "SAML 2.0",
|
||||
"Account.Saml2.Select": "Будь ласка, виберіть постачальника SAML 2.0, яким бажаєте користуватись :",
|
||||
"Account.Saml2.LoggingIn": "Чекаємо на завершення входу (перевірте браузер)...",
|
||||
|
||||
"Account.TOTP.Title": "Двохфакторна автентифікація",
|
||||
"Account.TOTP.Initializing": "Перевіряємо статус двохфакторної автентифікації для вашого облікового запису...",
|
||||
"Account.TOTP.Code.Header": "Секретний Код",
|
||||
"Account.TOTP.Code.Description": "Спочатку, вам треба увести секретний код до вашого додатку двохфакторної автентифікації, наприклад <b>Authy</b> або <b>Google Authenticator</b>.<br><br>Ми радимо зробити це зісканувавши QR код. Алтернативно, вручну введіть секретний код. <b>Ніколи та ні з ким не діліться цим кодом.</b><br><br>Якщо ви у ВР - натисніть F8, щоб перейти на плаский екран.",
|
||||
"Account.TOTP.Code.QRCode": "Сканувати код QR",
|
||||
"Account.TOTP.Code.Key": "Secret code:",
|
||||
"Account.TOTP.RecoveryCodes.Header": "Коди відновлення",
|
||||
"Account.TOTP.RecoveryCodes.Description": "Збережіть ці коди у надійному місці. Ними можливо відновити дозвіл до облікового запису у разі загублення або поламки телефону. Кожен код - одноразовий. <b>Ніколи та ні з ким не діліться цим кодом.</b> Якщо ви їх розгубите - ви <color=red>НАЗАВЖДИ</color> загубите свій обліковий запис.",
|
||||
"Account.TOTP.RecoveryCodes.Codes": "Коди:",
|
||||
"Account.TOTP.Activate.Header": "Активувати 2ФА",
|
||||
"Account.TOTP.Activate.Description": "Щоб активувати двохфакторну автентикацію на вашому обліковому записі, використайте створений додатком шостизначний код, щоб перевірити чи все працює вірно.<br><br>Як активуєте, вам стане в нагоді цей додаток у різних випадках.",
|
||||
"Account.TOTP.Activate.Token": "Шостизначний Кож:",
|
||||
"Account.TOTP.Activate.TokenField": "Введіть шостизначний код тут...",
|
||||
"Account.TOTP.Activate.Activate": "Активувати",
|
||||
"Account.TOTP.Activate.Activating": "Активую...",
|
||||
"Account.TOTP.Activate.InvalidToken": "Невірний код!",
|
||||
"Account.TOTP.Message.AlreadySetup": "2ФА вже було налаштовано на вашому акаунті!",
|
||||
"Account.TOTP.Message.Error": "Невідома помилка! Спробуйте ще раз пізніше.",
|
||||
"Account.TOTP.Message.SetupComplete": "<size=150%>Вітаємо!</size><br><br>Ваш обліковий запис тепер має 2ФА для додаткового захисту!<br><br>Додатково, ви можете увімкнути його для входу до запису за допомогою команди /enableLogin2FA.",
|
||||
"Account.TOTP.Deactivate.Header": "Вимкнути 2ФА",
|
||||
"Account.TOTP.Deactivate.Description": "На даний момент, 2ФА на вашому записі <b><color=green>увімкнуто</color></b>. Якщо вам доведеться його вимкнути (ваш телефон загублено, є ризик крадіжки), ви можете зробити це тут.<br><br>Після деактивації, ви можете увімкнути 2ФА, якє створить новий код підключення та нові коди відновлення.<br><br>Якщо ви загубили телефон та потребуєте у створені нового коду 2ФА, ми <b>НАПОЛЕГЛИВО</b> радимо зробити це негайно, так як кожен код відновлення одноразовий та як вони закінчуться ви не матимете доступу до цього запису.",
|
||||
"Account.TOTP.Deactivate.Deactivate": "Деактивувати",
|
||||
"Account.TOTP.Deactivate.Deactivating": "Деактивую...",
|
||||
"Account.TOTP.Message.DeactivationComplete": "2ФА було деактивовано успішно.<br><br>Ваш запис тепер під підвищеним ризиком!<br><br>Ми наполегливо радимо знову створити 2ФА негайно, особливо якщо ви загубили телефон.",
|
||||
|
||||
"Account.Type.Standard": "Звичайний запис",
|
||||
"Account.Type.Business": "Корпоративний запис",
|
||||
"Account.Type.Patreon": "Спонсори на Патреоні",
|
||||
"Account.Type.Mentor": "{platform} Ментор",
|
||||
"Account.Type.Moderator": "{platform} Модератоп",
|
||||
"Account.Type.Team": "Команда{platform}",
|
||||
|
||||
"Avatar.Badge.Live": "НАЖИВО",
|
||||
|
||||
"2FA.Header": "Підтвердження 2ФА ",
|
||||
"2FA.Token": "Шостизначний код:",
|
||||
|
||||
"Profile.Status.Sociable": "Доступні",
|
||||
"Profile.Status.Online": "В Мережі",
|
||||
"Profile.Status.Away": "Відійшли",
|
||||
"Profile.Status.Busy": "Зайняті",
|
||||
"Profile.Status.Invisible": "Невидимі",
|
||||
"Profile.Status.Offline": "Не в Мережі",
|
||||
"Profile.Status.Headless": "Термінал",
|
||||
"Profile.Status.Bot": "<b>Бот:</b> {version}",
|
||||
"Profile.Status.ChatClient": "<b>Клієнт чату:</b> {version}",
|
||||
|
||||
"Session.Tab.Settings": "Налаштування",
|
||||
"Session.Tab.Users": "Користувачі",
|
||||
"Session.Tab.Permissions": "Дозволи",
|
||||
|
||||
"Session.Permission.Anonymous": "Звичайний Анонім:",
|
||||
"Session.Permission.Vistor": "Звичаний Гість:",
|
||||
"Session.Permission.Contact": "Звичайний Контакт:",
|
||||
"Session.Permission.Host": "Звичайний Господар:",
|
||||
"Session.Permission.PermissionOverrideCount": "Перезапис Дозволів: {n,select, -1 {---} other {{n}}}",
|
||||
"Session.Permission.ClearOverrides": "Відкинути Користувацькі Перезаписи",
|
||||
|
||||
"Session.JoinVerifier.EnableHeader": "Активувати Спеціальний Перевіряч Приєднання?",
|
||||
"Session.JoinVerifier.EnableText": "<color=red>УВАГА:</color> Ви просто зараз створите спеціальний перевіряч, що є частиною цього світу. До того як ви це зробите, впевніться, що ви довіряєте творцю світу, так як as спеціальні перевірячі мають здібність обходу правил дозволу звичайних сесій та дозволяють блокувати чи дозволяти вхід користувачам, які використовують свою правила.",
|
||||
"Session.JoinVerifier.Label": "Use Custom Join Verifier: {name}",
|
||||
"Session.JoinVerifier.ComponentWarning": "<color=red>WARNING:</color> Наразі, нема механізму передбачити втручання до перевіряча коли увімкнено. Якщо втручання з ProtoFlux для підтвердження є побоюванням, НЕ КОРИСТУЙТЕСЯ цією функцією та НЕ ВМИКАЙТЕ її у світах.",
|
||||
"Session.JoinVerifier.SetCustomVerifier": "Виставити спеціальний Перевіряч Запитів на Приєднання",
|
||||
|
||||
"Permissions.NotAllowedToSpawn": "Вам не дозволено створювати предмети у цьому світі.",
|
||||
"Permissions.NotAllowedToSave": "Вам не дозволено зберігати предмети у цьому світі.",
|
||||
"Permissions.NotAllowedToSwapAvatar": "You are not allowed to swap to custom avatar here.",
|
||||
|
||||
"User.Actions.Silence": "Тиша",
|
||||
"User.Actions.Mute": "Німість",
|
||||
"User.Actions.Jump": "Стрибок",
|
||||
"User.Actions.Respawn": "Перенародитись",
|
||||
"User.Actions.Kick": "Викинути",
|
||||
"User.Actions.Ban": "Заборонити дозвіл",
|
||||
|
||||
"Contacts.Add": "Додати Контакт",
|
||||
"Contacts.Remove": "Видалити Контакт",
|
||||
"Contacts.ConfirmRemove": "Насправді видалити?",
|
||||
"Contacts.AcceptRequest": "Прийняти Запит",
|
||||
"Contacts.IgnoreRequest": "Відхилити Запит",
|
||||
"Contacts.Invite": "Запросити Сюди",
|
||||
"Contacts.RevokeInvite": "Відкинути запрошення",
|
||||
"Contacts.BanFromAllSessions": "Заборонити дозвіл до сесій, створениї мною",
|
||||
"Contacts.UnbanFromAllSessions": "Повернути дозвіл до сесій, створених мною",
|
||||
"Contacts.BanFromCurrentWorld": "Заборонити дозвіл до цього світу",
|
||||
"Contacts.UnbanFromCurrentWorld": "Повернути дозвіл до цього світу",
|
||||
"Contacts.RecordingVoiceMessage": "Записую голос...",
|
||||
"Contacts.Unblocked": "Знято блокування",
|
||||
"Contacts.AvatarBlock": "Заблокувати Аватар",
|
||||
"Contacts.MutualBlock": "Взаємний Блок",
|
||||
"Contacts.SelfAccount": "Мій Акаунт",
|
||||
"Contacts.SearchPrompt": "Пошук Контактів...",
|
||||
"Contacts.WriteMessage": "Написати Повідомлення...",
|
||||
|
||||
"Contacts.InSession": "У {name}",
|
||||
"Contacts.InPrivate": "У Приватному Світі",
|
||||
"Contacts.InContactsOnly": "У Світі Тільки Для Контактів",
|
||||
"Contacts.InHidden": "У Захованому Світі",
|
||||
"Contacts.InHiddenContactsOnly": "У Захованому Світі Тільки Для Контактів",
|
||||
"Contacts.InHiddenContactsPlus": "У Захованому Світі для Контактів та Друзів Контактів",
|
||||
"Contacts.InLAN": "У Світі по Локальній Мережі",
|
||||
"Contacts.UsingDifferentVersion": "На Версії {version}",
|
||||
"Contacts.RequestSent": "Запит Надіслано",
|
||||
"Contacts.RequestReceived": "Запит від Контакту",
|
||||
"Contacts.RequestIgnored": "Ігноровано",
|
||||
"Contacts.Blocked": "Заблоковано",
|
||||
"Contacts.SearchResult": "Результати Пошуку",
|
||||
"Contacts.Bot": "Бот запис",
|
||||
"Contacts.Migrated": "Контакт ще не Переїхав",
|
||||
"Contacts.IncompatibleSession" : "Несумісна Сесія",
|
||||
|
||||
"Notifications.IsSociable": "Доступні, напишіть їм!",
|
||||
"Notifications.IsOnline": "Зараз в Мережі",
|
||||
"Notifications.IsOnlineOnDifferentVersion": "Зараз в Мережі <size=75%>(на версії: {version})</size>",
|
||||
"Notifications.ReceivedContactRequest": "Відправити запит на Контакти",
|
||||
"Notifications.ReceivedInvite": "Запрошує до:",
|
||||
"Notifications.ReceivedItem": "Надіслали предмет:",
|
||||
"Notifications.VoiceMessage": "Надіслали Голосове Повідомлення",
|
||||
"Notifications.SessionStarted": "Почали Сесію:",
|
||||
"Notifications.UserJoined": "Користувач Приєднався",
|
||||
"Notifications.UserLeft": "Користувач вийшов",
|
||||
|
||||
"Undo.SetField": "Встановити поле {field_name} як {value}",
|
||||
"Undo.SetReference": "Встановити посилання {ref_name} до {ref_target}",
|
||||
"Undo.Spawn": "Створити {name}",
|
||||
"Undo.Destroy": "Зруйнувати {name}",
|
||||
"Undo.SpawnComponent": "Прикріпити {component_type} на {slot_name}",
|
||||
"Undo.DuplicateComponent": "Дуплікувати Компонент",
|
||||
"Undo.DestroyComponent": "Зруйнувати {component_type} на {slot_name}",
|
||||
"Undo.Transform": "Переміщено {name}",
|
||||
"Undo.Translate": "Переміщення",
|
||||
"Undo.TranslateAlongAxis": "Перемістити по Вісі",
|
||||
"Undo.RotateAroundAxis": "Обернути Навколо Вісі",
|
||||
"Undo.ResetPosition": "Повернути Розташування",
|
||||
"Undo.ResetRotation": "Повернути Оберт",
|
||||
"Undo.ResetScale": "Повернути Розмір",
|
||||
|
||||
"Undo.GrabObjects": "Зхопити Обʼєкти",
|
||||
"Undo.DestroyGrabbed": "Зруйнувати Зхоплені Обʼєкти",
|
||||
"Undo.DuplicateGrabbed": "Дуплікувати Зхоплені Обʼєкти",
|
||||
|
||||
"Undo.ChangeBoxSize": "Змінити Розмір Коробки",
|
||||
"Undo.BrushStroke": "Розмір Пензля",
|
||||
"Undo.ChangeColor": "Змінити Колір",
|
||||
"Undo.CloneComponent": "Клонувати Компонент",
|
||||
"Undo.MoveIKBone": "Змістити кістки IK ",
|
||||
"Undo.MoveSun": "Змістити Сонце",
|
||||
"Undo.ApplyMaterial": "Застосувати Матеріали",
|
||||
"Undo.BakeMeshes": "Запекти {name}",
|
||||
"Undo.ChangeMesh": "Змінити Меш",
|
||||
"Undo.InsertParent": "Вставити Батьків до {name}",
|
||||
"Undo.Wiggler": "Злодійська Штукенція",
|
||||
|
||||
"Undo.ExtractMaterialsFromHierarchy": "Вийняти Матеріали з Гієрархії",
|
||||
"Undo.BatchConvertMaterials": "Конвертувати Матеріали Купою",
|
||||
|
||||
"Tooltips.Brush.ChangeColor": "Змінити Колір",
|
||||
"Tooltips.Brush.IncrementSize": "Наростити Розмір",
|
||||
"Tooltips.Brush.DecrementSize": "Знизити Розмір",
|
||||
|
||||
"Tooltips.Dev.CreateNew": "Створити Новий...",
|
||||
"Tooltips.Dev.Selection": "Вибір: {mode}",
|
||||
"Tooltips.Dev.DevMode.Off": "Режим Розробника: Вимк",
|
||||
"Tooltips.Dev.DevMode.On": "Режим Розробника: Увімк",
|
||||
"Tooltips.Dev.OpenInspector": "Відкрити Оглядача",
|
||||
"Tooltips.Dev.DeselectAll": "Зняти Вибір зі Всіх",
|
||||
"Tooltips.Dev.DestroySelected": "Зруйнувати Вибране",
|
||||
"Tooltips.Dev.ConfirmDestroySelected": "НАСПРАВДІ зруйнувати вибране?",
|
||||
|
||||
"Tooltips.Dev.GizmoOptions": "Опції Ґізмо",
|
||||
"Tooltips.Dev.SelectParent": "Вибрати Батьків",
|
||||
"Tooltips.Dev.LocalSpace": "Близький Простір",
|
||||
"Tooltips.Dev.GlobalSpace": "Широкий Проствр",
|
||||
"Tooltips.Dev.Translation": "Переміщення",
|
||||
"Tooltips.Dev.Rotation": "Оберт",
|
||||
"Tooltips.Dev.Scale": "Розмір",
|
||||
|
||||
"Tooltips.Dev.Selection.Single": "Єдине",
|
||||
"Tooltips.Dev.Selection.Multi": "Декілька",
|
||||
|
||||
"Tooltips.Dev.Interaction.Tip": "Кінчик",
|
||||
"Tooltips.Dev.Interaction.Projection": "Проєкція",
|
||||
|
||||
"Tooltip.Color.Picker": "Кольоровибирач",
|
||||
|
||||
"Tooltip.GrabbableSetter.Scalable": "Змусити Реагувати на Збільшення",
|
||||
"Tooltip.GrabbableSetter.NonScalable": "Змусити Не Реагувати на Збільшення",
|
||||
"Tooltip.GrabbableSetter.ApplyToRoot": "Встановити Застосування до Коріню",
|
||||
"Tooltip.GrabbableSetter.AppyToHit": "Встановити Застосування до Удару",
|
||||
|
||||
"Tooltip.CharacterCollider.MarkGrippable": "Позначити Зхоплюємим",
|
||||
"Tooltip.CharacterCollider.DontMarkGrippable": "Не Позначати Зхоплюємим",
|
||||
"Tooltip.CharacterCollider.EnsureWalkRun": "Впевнитися у Пересування Ходбою/Бігом",
|
||||
"Tooltip.CharacterCollider.EnsureZeroG": "Впевнитися у Пересуванні без Гравітації",
|
||||
"Tooltip.CharacterCollider.EnsurePhysicalFly": "Впевнитися у Пересуванні Фізичним Польотом",
|
||||
|
||||
"Tooltip.Light.Point": "Точка",
|
||||
"Tooltip.Light.Spot": "Ділянка",
|
||||
"Tooltip.Light.Sun": "Сонце",
|
||||
|
||||
"Tooltip.Light.Shadows.None": "Без Тіней",
|
||||
"Tooltip.Light.Shadows.Hard": "Тверді Тіні",
|
||||
"Tooltip.Light.Shadows.Soft": "Мʼякі Тіні",
|
||||
|
||||
"Tooltip.MeshVisibility.KeepShadow": "Залишити Тіні",
|
||||
"Tooltip.MeshVisibility.ShadowOff": "Вимкнути Тіні",
|
||||
"Tooltip.MeshVisibility.ShadowOn": "Увімкнути Тіні",
|
||||
"Tooltip.MeshVisibility.OnlyShadow": "Встановити до Тільки Тіні",
|
||||
"Tooltip.MeshVisibility.DoubleSidedShadow": "Встановити до Двусторонньої Тіні",
|
||||
|
||||
"Tooltip.Slicer.Add": "Додати Розділювач",
|
||||
"Tooltip.Slicer.Clear": "Зчистити Установи",
|
||||
|
||||
"Tooltip.Material.RayMode": "Режим Проміню",
|
||||
"Tooltip.Material.AreaMode": "Режим Території",
|
||||
"Tooltip.Material.ObjectMode": "Режим Глобального Обʼєкту",
|
||||
"Tooltip.Material.SceneMode": "Режим Сцени Обʼєкту",
|
||||
"Tooltip.Material.CreateCopy": "Створити Копію",
|
||||
"Tooltip.Material.Edit": "Редагувати Матеріали",
|
||||
"Tooltip.Material.Convert": "Перетворити у...",
|
||||
"Tooltip.Material.ConvertAll": "Перетворити Всі у...",
|
||||
"Tooltip.Material.CreateNew": "Створити Новий",
|
||||
|
||||
"Tooltip.Mesh.Edit": "Редагувати Меш",
|
||||
|
||||
"Tooltip.Cartridge.Eject": "Вийняти Кулю",
|
||||
|
||||
"Tooltip.Microphone.Format.WAV": "WAV",
|
||||
"Tooltip.Microphone.Format.Vorbis": "OGG Vorbis",
|
||||
"Tooltip.Microphone.Format.FLAC": "FLAC",
|
||||
"Tooltip.Microphone.ModeHold": "Затисніть для запису",
|
||||
"Tooltip.Microphone.ModePress": "Натисніть для початку/закінчення запису",
|
||||
"Tooltip.Microphone.SourceRaw": "Необроблений",
|
||||
"Tooltip.Microphone.SourceFiltered": "Фільтровано та Нормалізовано",
|
||||
|
||||
"Tooltip.ProtoFlux.Drive": "Рушій",
|
||||
"Tooltip.ProtoFlux.Source": "Джерело",
|
||||
"Tooltip.ProtoFlux.Reference": "Посилання",
|
||||
"Tooltip.ProtoFlux.Write": "Напис",
|
||||
"Tooltip.ProtoFlux.Proxy": "Проксі",
|
||||
"Tooltip.ProtoFlux.CreateLocal": "Створити Поряд",
|
||||
"Tooltip.ProtoFlux.CreateStore": "Створити Банк",
|
||||
"Tooltip.ProtoFlux.CreateDataModelStore": "Створити Банк Даних Моделей",
|
||||
"Tooltip.ProtoFlux.Overview": "Перемкнути Режим Огляду",
|
||||
"Tooltip.ProtoFlux.NodeBrowser": "Оглянути ноди",
|
||||
"Tooltip.ProtoFlux.PackInPlace": "Запакувати на Місці",
|
||||
"Tooltip.ProtoFlux.PackInto": "Запакувати у <size=50%>{name}</size>",
|
||||
"Tooltip.ProtoFlux.Unpack": "Розпакувати <size=50%>{name}</size>",
|
||||
"Tooltip.ProtoFlux.ExplicitCast": "Відверте лиття\n<size=50%>(<color=red>УВАГА:</color> Шанс зникнення даних)</size>",
|
||||
|
||||
"Tooltip.Meter.Mode.Ray": "Режим: Промінь",
|
||||
"Tooltip.Meter.Mode.Perpendicular": "Режим: Перпендикуляр",
|
||||
"Tooltip.Meter.Mode.Drag": "Режим: Тяжіння",
|
||||
|
||||
"Tooltip.Meter.Points.Two": "Дві Точки",
|
||||
"Tooltip.Meter.Points.Multiple": "Декілька Точок",
|
||||
|
||||
"Tooltip.Meter.ObjectSpace": "Виміряти у Просторі Обʼєкту",
|
||||
"Tooltip.Meter.WorldSpace": "Виміряти у Просторі Світу",
|
||||
|
||||
"Tooltip.Glue.Mode.BakeMeshes": "Режим: Запечені Меши",
|
||||
"Tooltip.Glue.Mode.BakeSkinnedMeshes": "Режим: Запечені Шкіряні Меши",
|
||||
"Tooltip.Glue.Mode.ParentObjects": "Режим: Обʼєкти-Батьки",
|
||||
|
||||
"Tooltip.RigTransfer.ClearSource": "Зчистити джерело",
|
||||
|
||||
"Tooltip.ComponentClone.SingleInstanceOn": "Єдиний Випадок: Увімк",
|
||||
"Tooltip.ComponentClone.SingleInstanceOff": "Єдиний Випадок: Вимк",
|
||||
"Tooltip.ComponentClone.ClearTemplate": "Зчистити Макет",
|
||||
|
||||
"ProtoFlux.UI.Call": "Виклик",
|
||||
"ProtoFlux.UI.AsyncCall": "<size=50%>Несинхронний</size> Виклик",
|
||||
"ProtoFlux.UI.NodeBrowser.Title": "Ноди ProtoFlux",
|
||||
|
||||
"CreateNew.Back": "<<< <i>Повернути</i>",
|
||||
"CreateNew.EmptyObject": "Порожній Обʼєкт",
|
||||
"CreateNew.ParticleSystem": "Система Частинок",
|
||||
|
||||
"CreateNew.Object": "Обʼєкт",
|
||||
"CreateNew.Object.AvatarCreator": "Створювач Аватарів",
|
||||
"CreateNew.Object.Camera": "Камера",
|
||||
"CreateNew.Object.ReflectionProbe": "Зонд Віддзеркалення",
|
||||
"CreateNew.Object.Mirror": "Дзеркало",
|
||||
"CreateNew.Object.Portal": "Портал",
|
||||
"CreateNew.Object.VideoPlayer": "Відео Програвач",
|
||||
"CreateNew.Object.SpawnArea": "Площа Народження",
|
||||
"CreateNew.Object.SpawnPoint": "Точка Народження",
|
||||
"CreateNew.Object.UIXCanvas": "Полотно UIX",
|
||||
"CreateNew.Object.Facet": "Грань",
|
||||
|
||||
"CreateNew.Object.FogVolume": "Ємність Туману",
|
||||
"CreateNew.Object.FogVolume.Additive": "Добавка",
|
||||
"CreateNew.Object.FogVolume.Alpha": "Альфа",
|
||||
"CreateNew.Object.FogVolume.Multiplicative": "Багатополонний",
|
||||
"CreateNew.Object.FogVolume.Gradient": "Градієнт",
|
||||
|
||||
"CreateNew.Text": "Текст",
|
||||
"CreateNew.Text.Basic": "База",
|
||||
"CreateNew.Text.Outline": "Нарис",
|
||||
|
||||
"CreateNew.Editor": "Редактор",
|
||||
"CreateNew.Editor.UserInspector": "Оглядач Користувачів",
|
||||
"CreateNew.Editor.LightSourcesWizard": "Чарівник Джерел Світла Світу",
|
||||
"CreateNew.Editor.TextRendererWizard": "Чарівник Відображення Тексту Світу",
|
||||
"CreateNew.Editor.AssetOptimizationWizard": "Чарівник Поліпшення Асетів",
|
||||
"CreateNew.Editor.CubemapCreator": "Створювач Кубмап",
|
||||
"CreateNew.Editor.ReflectionProbes": "Чарівник Зондів Віддзеркалень",
|
||||
|
||||
"CreateNew.3DModel": "Модель3Д",
|
||||
"CreateNew.3DModel.Triangle": "Трикутник",
|
||||
"CreateNew.3DModel.Box": "Коробка",
|
||||
"CreateNew.3DModel.Sphere": "Куля",
|
||||
"CreateNew.3DModel.Capsule": "Капсула",
|
||||
"CreateNew.3DModel.Cone": "Конус",
|
||||
"CreateNew.3DModel.Cylinder": "Циліндр",
|
||||
"CreateNew.3DModel.Quad": "Квад",
|
||||
"CreateNew.3DModel.Grid": "Сітка",
|
||||
"CreateNew.3DModel.Torus": "Торус",
|
||||
|
||||
"CreateNew.Collider": "Зтикар",
|
||||
"CreateNew.Collider.Box": "Коробка",
|
||||
"CreateNew.Collider.Sphere": "Куля",
|
||||
"CreateNew.Collider.Capsule": "Капсула",
|
||||
"CreateNew.Collider.Cylinder": "Циліндр",
|
||||
"CreateNew.Collider.Cone": "Конус",
|
||||
"CreateNew.Collider.Mesh": "Меш",
|
||||
|
||||
"CreateNew.Light": "Світло",
|
||||
"CreateNew.Light.Point": "Точка",
|
||||
"CreateNew.Light.Spot": "Цятка",
|
||||
"CreateNew.Light.Directional": "Направлене",
|
||||
|
||||
"CreateNew.Materials": "Матеріали",
|
||||
|
||||
"CreateNew.Directory.Title": "Створити Новий Каталог:",
|
||||
"CreateNew.Directory.Error.EmptyName": "Будь ласка, зазначне імʼя:",
|
||||
"CreateNew.Directory.Error.LongName": "Name is too long:",
|
||||
"CreateNew.Directory.Error.InvalidName": "Невірне імʼя:",
|
||||
|
||||
"AvatarCreator.Title": "Створювач Аватарів",
|
||||
"AvatarCreator.Instructions": "Вирівняти обʼєкти аватарів з посиланнями на шолом та контролерів (не обовʼязково) або натисніть Створити, щоб перетворити їх на аватар",
|
||||
"AvatarCreator.UseSymmetry": "Використати Симетрію",
|
||||
"AvatarCreator.ShowToolAnchors": "Показати Якорі Інструментів",
|
||||
"AvatarCreator.SetupVolumeMeter": "Налаштувати Вирівнювач Голосу",
|
||||
"AvatarCreator.SetupEyes": "Налаштувати Очі",
|
||||
"AvatarCreator.SetupFaceTracking": "Налаштувати Відслідковування Обличчя",
|
||||
"AvatarCreator.ProtectAvatar": "Protect Avatar",
|
||||
"AvatarCreator.CalibrateFeet": "Калібрувати Ступні",
|
||||
"AvatarCreator.CalibrateHips": "Калібрувати Таз/Пояс",
|
||||
"AvatarCreator.AlignHeadForward": "Вирівняти Голову Уперед",
|
||||
"AvatarCreator.AlignHeadUp": "Вирівняти Голову Уверх",
|
||||
"AvatarCreator.AlignHeadRight": "ВВирівняти Голову Лівіше",
|
||||
"AvatarCreator.CenterHead": "Центрувати Голову",
|
||||
"AvatarCreator.TryAlignHands": "Спробувати Вирівняти Руки",
|
||||
"AvatarCreator.AlignToolAnchors": "Вирівняти Якорі Інструментів",
|
||||
"AvatarCreator.Create": "Створити",
|
||||
"AvatarCreator.ProtectionUnavailable": "<i>Захист аватарів не доступний у цьому світі. Змініть світ, якщо бажаєте захистити вашого аватара.</i>",
|
||||
|
||||
"Dummy": "Dummy"
|
||||
}
|
||||
}
|
||||
16
zh-cn.json
16
zh-cn.json
|
|
@ -182,10 +182,12 @@
|
|||
"World.Connection.Connected": "连接成功",
|
||||
"World.Connection.SyncingInitialState": "同步初始世界状态",
|
||||
|
||||
"World.Connection.LNL.DirectIP": "LNL IP 直连",
|
||||
"World.Connection.LNL.DirectIP": "LNL IP 直连<br><size=75%>{address}</size>",
|
||||
"World.Connection.LNL.LNLPoke": "、正在请求 LNL 探测连接",
|
||||
"World.Connection.LNL.NATPunchthrough": "LNL NAT 穿透 {n}",
|
||||
"World.Connection.LNL.Relay": "LNL 中继",
|
||||
"World.Connection.SteamNetworkingSockets": "Steam 网络通讯",
|
||||
"World.Connection.TCP": "TCP<br><size=75%>{address}</size>",
|
||||
|
||||
"World.Error.AccessDenied": "拒绝访问",
|
||||
"World.Error.SecurityViolation": "发生安全违例",
|
||||
|
|
@ -342,6 +344,7 @@
|
|||
"World.Filter.MinimumUsers": "最低人数: <b>{n}</b>",
|
||||
"World.Filter.MinimumContacts": "最低好友数: <b>{n}</b>",
|
||||
"World.Filter.OnlyHeadless": "仅云端主机",
|
||||
"World.Filter.IncompatibleSessions": "不兼容的会话",
|
||||
"World.Filter.MaxAccessLevel": "最大访问权限级别:",
|
||||
"World.Filter.MinimumUptime": "最小运行时间:",
|
||||
"World.Filter.Sorting": "排序:",
|
||||
|
|
@ -595,6 +598,8 @@
|
|||
"Profile.Status.Invisible": "隐身",
|
||||
"Profile.Status.Offline": "离线",
|
||||
"Profile.Status.Headless": "云端主机",
|
||||
"Profile.Status.Bot": "<b>机器人:</b> {version}",
|
||||
"Profile.Status.ChatClient": "<b>聊天客户端:</b> {version}",
|
||||
|
||||
"Session.Tab.Settings": "设定",
|
||||
"Session.Tab.Users": "用户",
|
||||
|
|
@ -1381,6 +1386,9 @@
|
|||
"Settings.SteamIntegrationSettings.SaveScreenshots": "保存截图",
|
||||
"Settings.SteamIntegrationSettings.SaveScreenshots.Description": "启用此设置后,您拍摄的照片副本将保存到 Steam 屏幕截图中。",
|
||||
|
||||
"Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay": "启动远程畅玩的时候强行使用 Steam Voice",
|
||||
"Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description": "启用后,当你使用 Steam 远程畅玩,它会自动强制音频输入使用 Steam 语音。 这有助于你无需自动切换即可使用转发的麦克风。<br><br>如果你想使用自己的音频设备(如外接麦克风),禁用此功能会很有用。",
|
||||
|
||||
"Settings.LeapMotionSettings.LeapMotionEnabled": "启用手部追踪",
|
||||
"Settings.LeapMotionSettings.LeapMotionEnabled.Description": "启用后,运动追踪器将用来追踪你的手和手指。",
|
||||
"Settings.LeapMotionSettings.Offset": "手部追踪偏移量",
|
||||
|
|
@ -1569,8 +1577,10 @@
|
|||
"Settings.RealtimeNetworkingSettings.DisableLAN.Description": "这将禁用本地网络特有的联网功能,例如在本地网络上广播会话或监听本网络上广播的其他会话。",
|
||||
"Settings.RealtimeNetworkingSettings.PreferSteamNetworking": "尽可能通过 Steam 网络通信",
|
||||
"Settings.RealtimeNetworkingSettings.PreferSteamNetworking.Description": "启用后,你将尽可能通过 Steam 网络通信协议进行连接。在某些情况下,例如当 LNL 协议处于严重拥堵状态时,这将有所帮助。不过,由于该协议缺少某些功能,可能会导致网络更不稳定,因此我们建议只有在遇到问题时才启用该协议。",
|
||||
"Settings.RealtimeNetworkingSettings.PreferTCP": "尽可能使用 TCP",
|
||||
"Settings.RealtimeNetworkingSettings.PreferTCP.Description": "启用后,通过 TCP 的连接将优先于所有其他协议。这主要影响局域网内的连接,因为默认情况下互联网上的连接不使用 TCP。\n\nTCP 在局域网中性能更好,在某些基于 UDP 协议的网络中也能正常工作。\n\n不过,它们也会受到 \"头部数据包\" 堵塞的影响, 导致声音和动作出现明显延迟。",
|
||||
"Settings.RealtimeNetworkingSettings.LNL_WindowSize": "LNL 数据包大小",
|
||||
"Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description": "该值会控制用于实时联网的 LNL 协议的窗口大小。 更改此设置将对你加入的所有会话立即生效。\n\n如果你遇到数据包排队的情况,可以增加该值,这样可以提高连接吞吐量。不过,数值越大也会使连接越不稳定,所以要注意。\n\n默认值:64\n\n请注意,此设置只是诊断和临时性的解决办法,将来会自动调整此值。",
|
||||
"Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description": "该值会控制用于实时联网的 LNL 协议的数据包大小。 更改此设置将对你加入的所有会话立即生效。\n\n如果你遇到数据包排队的情况,可以增加该值,这样可以提高连接吞吐量。不过,数值越大也会使连接越不稳定,所以要谨慎。\n\n默认值:64\n\n请注意,此设置只是诊断和临时性的解决办法,将来会自动调整此值。",
|
||||
|
||||
"Settings.AssetGatherSettings.MaxConcurrentAssetTransfers": "最大同时传输资产数",
|
||||
"Settings.AssetGatherSettings.MaxConcurrentAssetTransfers.Description": "在开始会话时,该设置调整当时可以传输多少本地导入的资产。增加该值可以更快地向用户传输资产,但也会降低网络连接的质量。我们建议测试网络可以承受的数值。",
|
||||
|
|
@ -1601,8 +1611,6 @@
|
|||
|
||||
"Settings.DebugSettings.DebugInputBindings": "显示输入绑定的调试信息",
|
||||
"Settings.DebugSettings.DebugInputBindings.Description": "启用后,你将看到输入绑定系统的调试信息。 这对开发人员非常有用。",
|
||||
"Settings.DebugSettings.FetchIncompatibleSessions": "在会话列表显示不兼容的会话",
|
||||
"Settings.DebugSettings.FetchIncompatibleSessions.Description": "启用后,你将会在会话列表看到与当前客户端版本不兼容的活动会话。",
|
||||
|
||||
"Settings.LegacyFeatureSettings.UseLegacyGripEquip": "双击手柄握把键装备物品",
|
||||
"Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description": "启用后,只要连续按两次握把键,就可以装备工具和小物件。这一设置可能会在某个时候被移除。",
|
||||
|
|
|
|||
Loading…
Reference in a new issue