Merge branch 'Yellow-Dog-Man:main' into updoot

This commit is contained in:
AirRide91 2024-07-30 16:07:17 +03:00 committed by GitHub
commit 9a4506a245
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
55 changed files with 7473 additions and 536 deletions

11
.github/ISSUE_TEMPLATE/badge.yml vendored Normal file
View 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
View 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.

View file

@ -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,9 @@ Recovery.NoPasswordSetup.Description
Register.UnknownError
Register.UnknownError.Description
Profile.Status.Sociable
Profile.Status.Bot
Profile.Status.ChatClient
Contacts.NoSession
Contacts.IncompatibleSession
Notifications.IsSociable
Notifications.SessionStarted
@ -209,6 +215,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
@ -317,6 +325,11 @@ Settings.AudioInputDeviceSettings.UseSystemDefault.Description
Settings.AudioInputDeviceSettings.DevicePriorities
Settings.AudioInputDeviceSettings.DevicePriorities.Breadcrumb
Settings.AudioInputDeviceSettings.SetAsDefault
Settings.AudioInputDeviceSettings.Testing.Header
Settings.AudioInputDeviceSettings.Testing.Description
Settings.AudioInputDeviceSettings.Testing.ListenToInput
Settings.AudioInputDeviceSettings.Testing.StopListeningToInput
Settings.AudioInputDeviceSettings.Testing.Monitoring.Header
Settings.AudioOutputDeviceSettings.UseSystemDefault
Settings.AudioOutputDeviceSettings.UseSystemDefault.Description
Settings.AudioOutputDeviceSettings.DevicePriorities
@ -372,6 +385,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 +414,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
@ -417,6 +430,7 @@ Settings.LocaleSettings.UseImperialUnits
Settings.LocaleSettings.UseImperialUnits.Description
Settings.LocaleSettings.AvailableLocales
Settings.LocaleSettings.AvailableLocales.Breadcrumb
Settings.LocaleSettings.AvailableLocales.SystemLocale
Settings.DashSettings.DashCurvature
Settings.DashSettings.DashCurvature.Description
Settings.DashSettings.OpenCloseSpeed

View file

@ -1,9 +1,3 @@
# Missing Keys
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
# German [de]
Contacts.IncompatibleSession
Importer.LUT.Failure.Heading
Importer.LUT.Failure.Description
Exporter.InvalidFileName

View file

@ -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
@ -548,6 +553,7 @@ Contacts.SelfAccount
Contacts.SearchPrompt
Contacts.WriteMessage
Contacts.InSession
Contacts.NoSession
Contacts.InPrivate
Contacts.InContactsOnly
Contacts.InHidden
@ -1159,6 +1165,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
@ -1267,6 +1275,11 @@ Settings.AudioInputDeviceSettings.UseSystemDefault.Description
Settings.AudioInputDeviceSettings.DevicePriorities
Settings.AudioInputDeviceSettings.DevicePriorities.Breadcrumb
Settings.AudioInputDeviceSettings.SetAsDefault
Settings.AudioInputDeviceSettings.Testing.Header
Settings.AudioInputDeviceSettings.Testing.Description
Settings.AudioInputDeviceSettings.Testing.ListenToInput
Settings.AudioInputDeviceSettings.Testing.StopListeningToInput
Settings.AudioInputDeviceSettings.Testing.Monitoring.Header
Settings.AudioOutputDeviceSettings.UseSystemDefault
Settings.AudioOutputDeviceSettings.UseSystemDefault.Description
Settings.AudioOutputDeviceSettings.DevicePriorities
@ -1320,6 +1333,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 +1362,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
@ -1365,6 +1378,7 @@ Settings.LocaleSettings.UseImperialUnits
Settings.LocaleSettings.UseImperialUnits.Description
Settings.LocaleSettings.AvailableLocales
Settings.LocaleSettings.AvailableLocales.Breadcrumb
Settings.LocaleSettings.AvailableLocales.SystemLocale
Settings.DashSettings.DashCurvature
Settings.DashSettings.DashCurvature.Description
Settings.DashSettings.OpenCloseSpeed
@ -2122,8 +2136,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 +2206,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

View file

@ -6,11 +6,17 @@ 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.NoSession
Contacts.IncompatibleSession
Notifications.IsSociable
Notifications.SessionStarted
@ -178,6 +184,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
@ -286,6 +294,11 @@ Settings.AudioInputDeviceSettings.UseSystemDefault.Description
Settings.AudioInputDeviceSettings.DevicePriorities
Settings.AudioInputDeviceSettings.DevicePriorities.Breadcrumb
Settings.AudioInputDeviceSettings.SetAsDefault
Settings.AudioInputDeviceSettings.Testing.Header
Settings.AudioInputDeviceSettings.Testing.Description
Settings.AudioInputDeviceSettings.Testing.ListenToInput
Settings.AudioInputDeviceSettings.Testing.StopListeningToInput
Settings.AudioInputDeviceSettings.Testing.Monitoring.Header
Settings.AudioOutputDeviceSettings.UseSystemDefault
Settings.AudioOutputDeviceSettings.UseSystemDefault.Description
Settings.AudioOutputDeviceSettings.DevicePriorities
@ -341,6 +354,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 +383,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
@ -386,6 +399,7 @@ Settings.LocaleSettings.UseImperialUnits
Settings.LocaleSettings.UseImperialUnits.Description
Settings.LocaleSettings.AvailableLocales
Settings.LocaleSettings.AvailableLocales.Breadcrumb
Settings.LocaleSettings.AvailableLocales.SystemLocale
Settings.DashSettings.DashCurvature
Settings.DashSettings.DashCurvature.Description
Settings.DashSettings.OpenCloseSpeed

View file

@ -4,7 +4,13 @@ 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.NoSession
Contacts.IncompatibleSession
Notifications.IsSociable
Notifications.SessionStarted
@ -172,6 +178,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
@ -280,6 +288,11 @@ Settings.AudioInputDeviceSettings.UseSystemDefault.Description
Settings.AudioInputDeviceSettings.DevicePriorities
Settings.AudioInputDeviceSettings.DevicePriorities.Breadcrumb
Settings.AudioInputDeviceSettings.SetAsDefault
Settings.AudioInputDeviceSettings.Testing.Header
Settings.AudioInputDeviceSettings.Testing.Description
Settings.AudioInputDeviceSettings.Testing.ListenToInput
Settings.AudioInputDeviceSettings.Testing.StopListeningToInput
Settings.AudioInputDeviceSettings.Testing.Monitoring.Header
Settings.AudioOutputDeviceSettings.UseSystemDefault
Settings.AudioOutputDeviceSettings.UseSystemDefault.Description
Settings.AudioOutputDeviceSettings.DevicePriorities
@ -335,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
@ -362,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
@ -380,6 +393,7 @@ Settings.LocaleSettings.UseImperialUnits
Settings.LocaleSettings.UseImperialUnits.Description
Settings.LocaleSettings.AvailableLocales
Settings.LocaleSettings.AvailableLocales.Breadcrumb
Settings.LocaleSettings.AvailableLocales.SystemLocale
Settings.DashSettings.DashCurvature
Settings.DashSettings.DashCurvature.Description
Settings.DashSettings.OpenCloseSpeed

View file

@ -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
@ -228,6 +233,7 @@ Contacts.MutualBlock
Contacts.SelfAccount
Contacts.SearchPrompt
Contacts.WriteMessage
Contacts.NoSession
Contacts.InContactsOnly
Contacts.InHiddenContactsOnly
Contacts.InHiddenContactsPlus
@ -486,6 +492,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
@ -594,6 +602,11 @@ Settings.AudioInputDeviceSettings.UseSystemDefault.Description
Settings.AudioInputDeviceSettings.DevicePriorities
Settings.AudioInputDeviceSettings.DevicePriorities.Breadcrumb
Settings.AudioInputDeviceSettings.SetAsDefault
Settings.AudioInputDeviceSettings.Testing.Header
Settings.AudioInputDeviceSettings.Testing.Description
Settings.AudioInputDeviceSettings.Testing.ListenToInput
Settings.AudioInputDeviceSettings.Testing.StopListeningToInput
Settings.AudioInputDeviceSettings.Testing.Monitoring.Header
Settings.AudioOutputDeviceSettings.UseSystemDefault
Settings.AudioOutputDeviceSettings.UseSystemDefault.Description
Settings.AudioOutputDeviceSettings.DevicePriorities
@ -649,6 +662,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 +691,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
@ -694,6 +707,7 @@ Settings.LocaleSettings.UseImperialUnits
Settings.LocaleSettings.UseImperialUnits.Description
Settings.LocaleSettings.AvailableLocales
Settings.LocaleSettings.AvailableLocales.Breadcrumb
Settings.LocaleSettings.AvailableLocales.SystemLocale
Settings.DashSettings.DashCurvature
Settings.DashSettings.DashCurvature.Description
Settings.DashSettings.OpenCloseSpeed

View file

@ -2,8 +2,14 @@
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.NoSession
Contacts.IncompatibleSession
Tooltip.ProtoFlux.Drive
Tooltip.ProtoFlux.Source
@ -36,6 +42,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
@ -80,6 +88,11 @@ Settings.GiggleTechSettings.Devices.InitialActivationIntensity.Description
Settings.UserMetricsSettings.UserHeight.Description
Settings.FavoritesSettings.AutoLoadCloudHome.Description
Settings.AudioInputDeviceSettings.UseSystemDefault.Description
Settings.AudioInputDeviceSettings.Testing.Header
Settings.AudioInputDeviceSettings.Testing.Description
Settings.AudioInputDeviceSettings.Testing.ListenToInput
Settings.AudioInputDeviceSettings.Testing.StopListeningToInput
Settings.AudioInputDeviceSettings.Testing.Monitoring.Header
Settings.AudioOutputDeviceSettings.UseSystemDefault.Description
Settings.AudioVolumeSettings.MasterVolume.Description
Settings.AudioVolumeSettings.SoundEffectVolume.Description
@ -105,6 +118,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 +131,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
@ -126,6 +140,7 @@ Settings.LocaleSettings.CultureLocaleCode
Settings.LocaleSettings.CultureLocaleCode.Description
Settings.LocaleSettings.UseImperialUnits
Settings.LocaleSettings.UseImperialUnits.Description
Settings.LocaleSettings.AvailableLocales.SystemLocale
Settings.DashSettings.DashCurvature.Description
Settings.DashSettings.OpenCloseSpeed.Description
Settings.DashSettings.AllowReplacingSettings.Description

View file

@ -1,9 +1,3 @@
# Missing Keys
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
# French [fr]
Contacts.IncompatibleSession
Importer.LUT.Failure.Heading
Importer.LUT.Failure.Description
Exporter.InvalidFileName

1771
Missing/hu.md Normal file

File diff suppressed because it is too large Load diff

View file

@ -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
@ -106,6 +111,7 @@ Contacts.MutualBlock
Contacts.SelfAccount
Contacts.SearchPrompt
Contacts.WriteMessage
Contacts.NoSession
Contacts.InContactsOnly
Contacts.InHiddenContactsOnly
Contacts.InHiddenContactsPlus
@ -627,6 +633,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
@ -735,6 +743,11 @@ Settings.AudioInputDeviceSettings.UseSystemDefault.Description
Settings.AudioInputDeviceSettings.DevicePriorities
Settings.AudioInputDeviceSettings.DevicePriorities.Breadcrumb
Settings.AudioInputDeviceSettings.SetAsDefault
Settings.AudioInputDeviceSettings.Testing.Header
Settings.AudioInputDeviceSettings.Testing.Description
Settings.AudioInputDeviceSettings.Testing.ListenToInput
Settings.AudioInputDeviceSettings.Testing.StopListeningToInput
Settings.AudioInputDeviceSettings.Testing.Monitoring.Header
Settings.AudioOutputDeviceSettings.UseSystemDefault
Settings.AudioOutputDeviceSettings.UseSystemDefault.Description
Settings.AudioOutputDeviceSettings.DevicePriorities
@ -790,6 +803,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 +832,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
@ -835,6 +848,7 @@ Settings.LocaleSettings.UseImperialUnits
Settings.LocaleSettings.UseImperialUnits.Description
Settings.LocaleSettings.AvailableLocales
Settings.LocaleSettings.AvailableLocales.Breadcrumb
Settings.LocaleSettings.AvailableLocales.SystemLocale
Settings.DashSettings.DashCurvature
Settings.DashSettings.DashCurvature.Description
Settings.DashSettings.OpenCloseSpeed

View file

@ -2,13 +2,10 @@
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
# Japanese [ja]
Contacts.IncompatibleSession
Importer.LUT.Failure.Heading
Importer.LUT.Failure.Description
Exporter.InvalidFileName
Settings.RealtimeNetworkingSettings.LNL_WindowSize
Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description
Inspector.Texture.AlphaGamma
Inspector.Texture.AdjustAlphaGamma
Inspector.Texture.AddAlpha
Settings.AudioInputDeviceSettings.Testing.Header
Settings.AudioInputDeviceSettings.Testing.Description
Settings.AudioInputDeviceSettings.Testing.ListenToInput
Settings.AudioInputDeviceSettings.Testing.StopListeningToInput
Settings.AudioInputDeviceSettings.Testing.Monitoring.Header
Settings.LocaleSettings.AvailableLocales.SystemLocale

View file

@ -2,10 +2,10 @@
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
# Korean [ko]
Contacts.IncompatibleSession
Importer.LUT.Failure.Heading
Importer.LUT.Failure.Description
Exporter.InvalidFileName
Settings.RealtimeNetworkingSettings.LNL_WindowSize
Settings.RealtimeNetworkingSettings.LNL_WindowSize.Description
Settings.AudioInputDeviceSettings.Testing.Header
Settings.AudioInputDeviceSettings.Testing.Description
Settings.AudioInputDeviceSettings.Testing.ListenToInput
Settings.AudioInputDeviceSettings.Testing.StopListeningToInput
Settings.AudioInputDeviceSettings.Testing.Monitoring.Header
Settings.LocaleSettings.AvailableLocales.SystemLocale

View file

@ -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
@ -176,6 +181,7 @@ Contacts.MutualBlock
Contacts.SelfAccount
Contacts.SearchPrompt
Contacts.WriteMessage
Contacts.NoSession
Contacts.InContactsOnly
Contacts.InHiddenContactsOnly
Contacts.InHiddenContactsPlus
@ -450,6 +456,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
@ -558,6 +566,11 @@ Settings.AudioInputDeviceSettings.UseSystemDefault.Description
Settings.AudioInputDeviceSettings.DevicePriorities
Settings.AudioInputDeviceSettings.DevicePriorities.Breadcrumb
Settings.AudioInputDeviceSettings.SetAsDefault
Settings.AudioInputDeviceSettings.Testing.Header
Settings.AudioInputDeviceSettings.Testing.Description
Settings.AudioInputDeviceSettings.Testing.ListenToInput
Settings.AudioInputDeviceSettings.Testing.StopListeningToInput
Settings.AudioInputDeviceSettings.Testing.Monitoring.Header
Settings.AudioOutputDeviceSettings.UseSystemDefault
Settings.AudioOutputDeviceSettings.UseSystemDefault.Description
Settings.AudioOutputDeviceSettings.DevicePriorities
@ -613,6 +626,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 +655,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
@ -658,6 +671,7 @@ Settings.LocaleSettings.UseImperialUnits
Settings.LocaleSettings.UseImperialUnits.Description
Settings.LocaleSettings.AvailableLocales
Settings.LocaleSettings.AvailableLocales.Breadcrumb
Settings.LocaleSettings.AvailableLocales.SystemLocale
Settings.DashSettings.DashCurvature
Settings.DashSettings.DashCurvature.Description
Settings.DashSettings.OpenCloseSpeed

View file

@ -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,9 @@ Recovery.NoPasswordSetup.Description
Register.UnknownError
Register.UnknownError.Description
Profile.Status.Sociable
Profile.Status.Bot
Profile.Status.ChatClient
Contacts.NoSession
Contacts.IncompatibleSession
Notifications.IsSociable
Notifications.SessionStarted
@ -241,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
@ -349,6 +357,11 @@ Settings.AudioInputDeviceSettings.UseSystemDefault.Description
Settings.AudioInputDeviceSettings.DevicePriorities
Settings.AudioInputDeviceSettings.DevicePriorities.Breadcrumb
Settings.AudioInputDeviceSettings.SetAsDefault
Settings.AudioInputDeviceSettings.Testing.Header
Settings.AudioInputDeviceSettings.Testing.Description
Settings.AudioInputDeviceSettings.Testing.ListenToInput
Settings.AudioInputDeviceSettings.Testing.StopListeningToInput
Settings.AudioInputDeviceSettings.Testing.Monitoring.Header
Settings.AudioOutputDeviceSettings.UseSystemDefault
Settings.AudioOutputDeviceSettings.UseSystemDefault.Description
Settings.AudioOutputDeviceSettings.DevicePriorities
@ -404,6 +417,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 +446,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
@ -449,6 +462,7 @@ Settings.LocaleSettings.UseImperialUnits
Settings.LocaleSettings.UseImperialUnits.Description
Settings.LocaleSettings.AvailableLocales
Settings.LocaleSettings.AvailableLocales.Breadcrumb
Settings.LocaleSettings.AvailableLocales.SystemLocale
Settings.DashSettings.DashCurvature
Settings.DashSettings.DashCurvature.Description
Settings.DashSettings.OpenCloseSpeed

View file

@ -2,6 +2,12 @@
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.NoSession
Contacts.IncompatibleSession
Importer.LUT.Failure.Heading
Importer.LUT.Failure.Description
@ -76,6 +82,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
@ -184,6 +192,11 @@ Settings.AudioInputDeviceSettings.UseSystemDefault.Description
Settings.AudioInputDeviceSettings.DevicePriorities
Settings.AudioInputDeviceSettings.DevicePriorities.Breadcrumb
Settings.AudioInputDeviceSettings.SetAsDefault
Settings.AudioInputDeviceSettings.Testing.Header
Settings.AudioInputDeviceSettings.Testing.Description
Settings.AudioInputDeviceSettings.Testing.ListenToInput
Settings.AudioInputDeviceSettings.Testing.StopListeningToInput
Settings.AudioInputDeviceSettings.Testing.Monitoring.Header
Settings.AudioOutputDeviceSettings.UseSystemDefault
Settings.AudioOutputDeviceSettings.UseSystemDefault.Description
Settings.AudioOutputDeviceSettings.DevicePriorities
@ -239,6 +252,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 +281,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
@ -284,6 +297,7 @@ Settings.LocaleSettings.UseImperialUnits
Settings.LocaleSettings.UseImperialUnits.Description
Settings.LocaleSettings.AvailableLocales
Settings.LocaleSettings.AvailableLocales.Breadcrumb
Settings.LocaleSettings.AvailableLocales.SystemLocale
Settings.DashSettings.DashCurvature
Settings.DashSettings.DashCurvature.Description
Settings.DashSettings.OpenCloseSpeed

View file

@ -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,9 @@ Recovery.NoPasswordSetup.Description
Register.UnknownError
Register.UnknownError.Description
Profile.Status.Sociable
Profile.Status.Bot
Profile.Status.ChatClient
Contacts.NoSession
Contacts.IncompatibleSession
Notifications.IsSociable
Notifications.SessionStarted
@ -242,6 +248,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
@ -350,6 +358,11 @@ Settings.AudioInputDeviceSettings.UseSystemDefault.Description
Settings.AudioInputDeviceSettings.DevicePriorities
Settings.AudioInputDeviceSettings.DevicePriorities.Breadcrumb
Settings.AudioInputDeviceSettings.SetAsDefault
Settings.AudioInputDeviceSettings.Testing.Header
Settings.AudioInputDeviceSettings.Testing.Description
Settings.AudioInputDeviceSettings.Testing.ListenToInput
Settings.AudioInputDeviceSettings.Testing.StopListeningToInput
Settings.AudioInputDeviceSettings.Testing.Monitoring.Header
Settings.AudioOutputDeviceSettings.UseSystemDefault
Settings.AudioOutputDeviceSettings.UseSystemDefault.Description
Settings.AudioOutputDeviceSettings.DevicePriorities
@ -405,6 +418,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 +447,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
@ -450,6 +463,7 @@ Settings.LocaleSettings.UseImperialUnits
Settings.LocaleSettings.UseImperialUnits.Description
Settings.LocaleSettings.AvailableLocales
Settings.LocaleSettings.AvailableLocales.Breadcrumb
Settings.LocaleSettings.AvailableLocales.SystemLocale
Settings.DashSettings.DashCurvature
Settings.DashSettings.DashCurvature.Description
Settings.DashSettings.OpenCloseSpeed

View file

@ -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

View file

@ -6,7 +6,13 @@ 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.NoSession
Contacts.IncompatibleSession
Notifications.IsSociable
Notifications.SessionStarted
@ -594,6 +600,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
@ -702,6 +710,11 @@ Settings.AudioInputDeviceSettings.UseSystemDefault.Description
Settings.AudioInputDeviceSettings.DevicePriorities
Settings.AudioInputDeviceSettings.DevicePriorities.Breadcrumb
Settings.AudioInputDeviceSettings.SetAsDefault
Settings.AudioInputDeviceSettings.Testing.Header
Settings.AudioInputDeviceSettings.Testing.Description
Settings.AudioInputDeviceSettings.Testing.ListenToInput
Settings.AudioInputDeviceSettings.Testing.StopListeningToInput
Settings.AudioInputDeviceSettings.Testing.Monitoring.Header
Settings.AudioOutputDeviceSettings.UseSystemDefault
Settings.AudioOutputDeviceSettings.UseSystemDefault.Description
Settings.AudioOutputDeviceSettings.DevicePriorities
@ -757,6 +770,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 +799,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
@ -802,6 +815,7 @@ Settings.LocaleSettings.UseImperialUnits
Settings.LocaleSettings.UseImperialUnits.Description
Settings.LocaleSettings.AvailableLocales
Settings.LocaleSettings.AvailableLocales.Breadcrumb
Settings.LocaleSettings.AvailableLocales.SystemLocale
Settings.DashSettings.DashCurvature
Settings.DashSettings.DashCurvature.Description
Settings.DashSettings.OpenCloseSpeed

View file

@ -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
@ -516,6 +521,7 @@ Contacts.SelfAccount
Contacts.SearchPrompt
Contacts.WriteMessage
Contacts.InSession
Contacts.NoSession
Contacts.InPrivate
Contacts.InContactsOnly
Contacts.InHidden
@ -1144,6 +1150,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
@ -1252,6 +1260,11 @@ Settings.AudioInputDeviceSettings.UseSystemDefault.Description
Settings.AudioInputDeviceSettings.DevicePriorities
Settings.AudioInputDeviceSettings.DevicePriorities.Breadcrumb
Settings.AudioInputDeviceSettings.SetAsDefault
Settings.AudioInputDeviceSettings.Testing.Header
Settings.AudioInputDeviceSettings.Testing.Description
Settings.AudioInputDeviceSettings.Testing.ListenToInput
Settings.AudioInputDeviceSettings.Testing.StopListeningToInput
Settings.AudioInputDeviceSettings.Testing.Monitoring.Header
Settings.AudioOutputDeviceSettings.UseSystemDefault
Settings.AudioOutputDeviceSettings.UseSystemDefault.Description
Settings.AudioOutputDeviceSettings.DevicePriorities
@ -1307,6 +1320,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 +1349,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
@ -1352,6 +1365,7 @@ Settings.LocaleSettings.UseImperialUnits
Settings.LocaleSettings.UseImperialUnits.Description
Settings.LocaleSettings.AvailableLocales
Settings.LocaleSettings.AvailableLocales.Breadcrumb
Settings.LocaleSettings.AvailableLocales.SystemLocale
Settings.DashSettings.DashCurvature
Settings.DashSettings.DashCurvature.Description
Settings.DashSettings.OpenCloseSpeed

View file

@ -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
@ -258,6 +263,7 @@ Contacts.MutualBlock
Contacts.SelfAccount
Contacts.SearchPrompt
Contacts.WriteMessage
Contacts.NoSession
Contacts.InContactsOnly
Contacts.InHiddenContactsOnly
Contacts.InHiddenContactsPlus
@ -520,6 +526,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
@ -628,6 +636,11 @@ Settings.AudioInputDeviceSettings.UseSystemDefault.Description
Settings.AudioInputDeviceSettings.DevicePriorities
Settings.AudioInputDeviceSettings.DevicePriorities.Breadcrumb
Settings.AudioInputDeviceSettings.SetAsDefault
Settings.AudioInputDeviceSettings.Testing.Header
Settings.AudioInputDeviceSettings.Testing.Description
Settings.AudioInputDeviceSettings.Testing.ListenToInput
Settings.AudioInputDeviceSettings.Testing.StopListeningToInput
Settings.AudioInputDeviceSettings.Testing.Monitoring.Header
Settings.AudioOutputDeviceSettings.UseSystemDefault
Settings.AudioOutputDeviceSettings.UseSystemDefault.Description
Settings.AudioOutputDeviceSettings.DevicePriorities
@ -683,6 +696,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 +725,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
@ -728,6 +741,7 @@ Settings.LocaleSettings.UseImperialUnits
Settings.LocaleSettings.UseImperialUnits.Description
Settings.LocaleSettings.AvailableLocales
Settings.LocaleSettings.AvailableLocales.Breadcrumb
Settings.LocaleSettings.AvailableLocales.SystemLocale
Settings.DashSettings.DashCurvature
Settings.DashSettings.DashCurvature.Description
Settings.DashSettings.OpenCloseSpeed

1517
Missing/ua.md Normal file

File diff suppressed because it is too large Load diff

1398
Missing/uk.md Normal file

File diff suppressed because it is too large Load diff

View file

@ -2,8 +2,10 @@
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
# Chinese (China) [zh-cn]
Contacts.IncompatibleSession
Importer.LUT.Failure.Heading
Importer.LUT.Failure.Description
Exporter.InvalidFileName
Settings.AudioInputDeviceSettings.Testing.Header
Settings.AudioInputDeviceSettings.Testing.Description
Settings.AudioInputDeviceSettings.Testing.ListenToInput
Settings.AudioInputDeviceSettings.Testing.StopListeningToInput
Settings.AudioInputDeviceSettings.Testing.Monitoring.Header
Settings.LocaleSettings.AvailableLocales.SystemLocale

View file

@ -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,9 @@ Recovery.NoPasswordSetup.Description
Register.UnknownError
Register.UnknownError.Description
Profile.Status.Sociable
Profile.Status.Bot
Profile.Status.ChatClient
Contacts.NoSession
Contacts.IncompatibleSession
Notifications.IsSociable
Notifications.SessionStarted
@ -237,6 +243,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
@ -345,6 +353,11 @@ Settings.AudioInputDeviceSettings.UseSystemDefault.Description
Settings.AudioInputDeviceSettings.DevicePriorities
Settings.AudioInputDeviceSettings.DevicePriorities.Breadcrumb
Settings.AudioInputDeviceSettings.SetAsDefault
Settings.AudioInputDeviceSettings.Testing.Header
Settings.AudioInputDeviceSettings.Testing.Description
Settings.AudioInputDeviceSettings.Testing.ListenToInput
Settings.AudioInputDeviceSettings.Testing.StopListeningToInput
Settings.AudioInputDeviceSettings.Testing.Monitoring.Header
Settings.AudioOutputDeviceSettings.UseSystemDefault
Settings.AudioOutputDeviceSettings.UseSystemDefault.Description
Settings.AudioOutputDeviceSettings.DevicePriorities
@ -400,6 +413,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 +442,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
@ -445,6 +458,7 @@ Settings.LocaleSettings.UseImperialUnits
Settings.LocaleSettings.UseImperialUnits.Description
Settings.LocaleSettings.AvailableLocales
Settings.LocaleSettings.AvailableLocales.Breadcrumb
Settings.LocaleSettings.AvailableLocales.SystemLocale
Settings.DashSettings.DashCurvature
Settings.DashSettings.DashCurvature.Description
Settings.DashSettings.OpenCloseSpeed

View file

@ -2,30 +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
German [de] - 99.8% - Missing keys: 4
English (United Kingdom) [en-gb] - 1.9% - Missing keys: 2238
Czech [cs] - 69.9% - Missing keys: 690
German [de] - 100.0% - Missing keys: 0
English (United Kingdom) [en-gb] - 2.0% - Missing keys: 2249
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
French [fr] - 99.8% - Missing keys: 4
Icelandic [is] - 28.1% - Missing keys: 1641
Japanese [ja] - 99.6% - Missing keys: 9
Esperanto [eo] - 71.3% - Missing keys: 659
Spanish [es] - 72.8% - Missing keys: 625
Estonian [et] - 35.9% - Missing keys: 1470
Finnish [fi] - 83.4% - Missing keys: 380
French [fr] - 100.0% - Missing keys: 0
Hungarian [hu] - 23.1% - Missing keys: 1766
Icelandic [is] - 27.9% - Missing keys: 1655
Japanese [ja] - 99.7% - Missing keys: 6
Korean [ko] - 99.7% - Missing keys: 6
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
Chinese (China) [zh-cn] - 99.8% - Missing keys: 4
Chinese (Taiwan) [zh-tw] - 69.1% - Missing keys: 705
Dutch [nl] - 45.1% - Missing keys: 1260
Norwegian [no] - 68.5% - Missing keys: 724
Polish [pl] - 78.6% - Missing keys: 490
Portuguese (Brazil) [pt-br] - 68.4% - Missing keys: 725
Russian [ru] - 100.0% - Missing keys: 0
Swedish [sv] - 27.8% - Missing keys: 1658
Thai [th] - 1.7% - Missing keys: 2255
Turkish [tr] - 35.4% - Missing keys: 1482
Ukrainian [uk] - 39.3% - Missing keys: 1393
Chinese (China) [zh-cn] - 99.7% - Missing keys: 6
Chinese (Taiwan) [zh-tw] - 68.7% - Missing keys: 719
Total keys: 2281
Total keys: 2295
## 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.

View file

@ -24,6 +24,14 @@
"#StatusInWorld" "Ist in %current_world_name% mit %current_world_users% anderen Nutzern. (hat %total_worlds% geöffnet)"
}
}
"hungarian"
{
"tokens"
{
"#StatusInPrivateWorld" "jelenleg egy privát világban tartózkodik. (%total_worlds% világ megnyitva)"
"#StatusInWorld" "jelenleg „%current_world_name%” világban tartózkodik %current_world_users% másik felhasználóval. (%total_worlds% világ megnyitva)"
}
}
"koreana"
{
"tokens"

View 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
View 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.

View 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.

View 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.

View 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.

View 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
View 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.

View 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.

View file

@ -0,0 +1,3 @@
Teljesen játszható állapotban, mindennapi használatra kész. Minden, ami „A játékról” szekcióban szerepel, már elérhető.
Természetesen még mindig vannak „kiélezetlen” funkciók, amik javításra várnak, meg olyan főbb funkciók is, amiket még nem építettünk bele. Esetleg olyan interakciók, amikben még nem vagyunk annyira biztosak, hogy készen állnak, így még az „élsimításra” várnak. Az építő eszköztár sem rendelkezik minden opcióval, és még ráférne az optimalizáció a simább teljesítmény eléréséhez.

67
Store/hu/description.txt Normal file
View file

@ -0,0 +1,67 @@
Ugorj fejest egy vadiúj virtuális világba, ahol csak a képzeleted szabhat határokat. Akár új emberekkel találkozol a világ bármely pontjából, vagy szabadjára engeded a benned rejlő művészi énedet és új avatárt tervezel, vagy világokat alkotsz meg benne, a „Resonite” végtelen lehetőséget nyújt a saját tered kedved szerinti testreszabásához, és egy tárt karokkal váró közösség tagja is lehetsz, akikkel együtt „rezonálhatsz.”
A fejlett motorunknak köszönhetően a játékosok teljes szinkronban maradhatnak egymással, garantálva a közösségi alkotók számára azt is, hogy a többjátékos élmény esetleges zavarai, mint például a késleltetés, ne okozzon akadályt. Így ha másokkal beszélgetsz, vagy együtt építetek akár képzeleteket felülmúló világokat is, a Resonite biztosítani fogja a problémamentes együttműködést is.
[h2]Szocializálódj...[/h2]
A valós idejű online társalgás - akár normál üzemmódban, vagy virtuális fejszettről - elengedhetetlen alapja a Resonite-nak. A platform óriás részét képezi azt, hogy önmagadat add, és másokkal kommunikálj. A platform több élményi funkciókkal is él:
[list]
[*] [b]Valós idejű kommunikáció[/b] - Társalogj élőben a többi jelenlévő felhasználóval, anélkül, hogy a késleltetés megakadályozna.
[*] [b]Testreszabható, egyedi avatárok[/b] - Importálj, tervezz, vagy szabd testre legújabb avatárod a játékon belül, valós időben, hogy lásd, melyik illik rád jobban.
[*] [b]Testi-, szem- és arckövető szenzorok támogatása[/b] - Fejezd ki magad az avatárodon keresztül! A szem- és arckövető szenzorok mellett összesen nyolc darab testkövető szenzorokat is támogatunk (lábfej, térd, csípő, mellkas és könyök), hogy az érzelmeidet az avatárodon keresztül is ki tudd fejezni.
[*] [b]Tapintásérzet[/b] - A haptikus mellények támogatásával, mint például a „bHaptics,” a tapintásérzet segítségével jobban beleélheted magad miközben kalandozol.
[*] [b]Instant üzenetek[/b] - Írj, küldj meghívókat, hangüzeneteket, vagy akár tárgyakat is a barátaidnak.
[*] [b]Nyilvános és privát szobák[/b] - Nyiss szobákat különféle világokhoz, aminek a beállításait csak te állíthatod be! Akár mindenki által elérhető nyilvános, vagy akár privátszobákat is létrehozhatsz, ahol te válogathatod meg, hogy ki csatlakozzon. A belépő felhasználokat a te kliensed ellenőrzi, így az általad beállított privát szobák tényleg privátok.
[*] [b]Személyreszabható felhasználói felület[/b] - A felhasználói felület a felhasználóknak lett kitalálva, hogy azon keresztül irányíthassák az alkalmazást - teljesen személyreszabható! Alakitsd úgy a felületed, ahogyan te szépnek látod!
[*] [b]Védelmi eszközök[/b] - Sajnos előfordul az, hogy nem minden interakció jószándékú, ezért meghatalmazunk téged egy pár védelmi eszközzel - a szobában lévő bajkeverőket lenémíthatod, kirúghatod, ki is tilthatod, vagy csupán le is blokkolhatod avatárjukat, vagy akár a jelenlétüket is. A célunk, hogy olyan eszközökkel lássunk el téged, ami nagyban segíthet a zavartalan virtuális élményed megtartásához.
[*] [b]Több helyen, egyszerre[/b] - Több világban is jelen lehetsz, mintha új lapot nyitnál egy böngészőben. Egy másodperc alatt válthatsz egyik nyitott világból a másikba!
[/list]
[h2]Játssz, kalandozz, oszd meg a többiekkel![/h2]
Több is van a beszélgetésnél! A Resonite univerzuma rengeteg kütyüt, avatárt és játékot kínál, hogy a hangulat sose múljon ki.
[list]
[*] [b]Médiamegosztás[/b] - Csak fogd meg és húzd át kedvenc képeid, videóid vagy zenéid bármely világba, hogy egy szinkronizált lejátszón keresztül együtt nézzétek - ilyen könnyű!
[*] [b]Eszköztár[/b] - Az eszköztárad a tiéd. Elmentheted kedvenc tárgyaidat, és magaddal viheted a többi világba, hogy megmutasd barátaidnak a legújabb szerzeményed vagy alkotásod (ha a világ tulaja engedi azt) - mindenki számára szinkronizálva!
[*] [b]Dinamikus avatár-méretezés[/b] - A méretezés segítségével úgy fedezheted fel a világokat, és úgy barátkozhatsz, mint még soha! Ha akarod, bárhol, bármikor sugoríthatsz magadon, vagy egy óriás is lehetsz (a szoba tulaja limitálhatja a magasságot)!
[*] [b]Magas minőségű audió-közvetítés[/b] - Ki szeretnéd próbálni magad DJ-ként egy partin? Egy pár kattintással nyomhatod is számítógépedről a hangsávodat, sztereóban!
[*] [b]Keresési funkció és „felfedezendő szobák” rendszer[/b] - Világokat akarsz felfedezni, vagy barátokkal akarsz lógni? Világokra is rá tudsz keresni név, vagy cimke alapján, de akár azt is láthatod, hogy a barátaid melyik világban tartózkodnak jelenleg.
[*] [b]Közvetíts a nézőidnek[/b] - A játékbeli felvevő- és közvetítőeszközünk segítségével profi felvételeket is készíthetsz, nem számít, hogy éppen élőben sugárzod kalandod, vagy videókat filmezel a közösségi oldalaidra.
[*] [b]Mozgási módok[/b] - Nem kényszerítünk sétálásra - repülj, vagy menj át falakon, vagy akár saját mozgási módokat is tervezhetsz magadnak - próbáltál már a Möbiusz-szalagon járkálni?
[/list]
[h2]Épits, és alkoss[/h2]
Ha szeretsz kreatívoskodni, a Resonite által kínált eszköztárat imádni fogod. Nem csak egymagad tudsz tervezni, alkotni avatárt, világot, vagy abszolút bármit, közreműködhetsz másokkal valós időben, és akár együtt is alkothattok valamit, miközben a kreativitásotok egyenesen az egekbe száll.
[list]
[*] [b]Valós idejű együttműködés[/b] - Az együttműködés a platformunkon olyan természetesnek hat, hogy már elfelejted hogy ez is egy funkció - a motorunk biztosítja, hogy az összes játékos között minden tökéletes szinkronban maradjon - nincs olyan funkció, amit közösen nem láthatnátok (kivéve a magánmenü).
[*] [b]Szerkessz meg bármit[/b] - Nézz körbe a világba, és ha szeretnéd, a játék adta eszköztárral szerkeszd meg! Ugyanezzel a számodra elérhető eszköztárral sok érdekes dolgok hoztunk mi is létre, például az otthont, az alapértelmezett avatárokat, a videólejátszókat, a színválasztó UI-t, vagy a betöltési csíkot. Ha szeretnéd, beleszerkeszthetsz, vagy akár te magad is csinálhatsz, és később a kedvencekbe is teheted!
[*] [b]Ments el bármit[/b] - Ments el bármit, amit meglátsz. Új tárgyat építettél? Megtaláltad kedvenc avatárod, vagy világod? Egy kis változtatást gyakoroltál valamelyikre? Mindent megörökítheted a mentés funkcióval. Akár többször is elmentheted a tárgyad, a deduplikációs rendszerünk segítségével a megosztott tárgyak egyet érnek.
[*] [b]Fejlesztői eszközök[/b] - A fejlesztői eszközünk a sima ecset-eszköztől kezdve a komplexebb és tudásigényesebb eszközökig terjed el, hasonlóan a játékfejlesztői eszközökhöz - de ezeket virtuálisan is használhatod, valós időben, közreműködve másokkal!
[*] [b]Világok közötti szinkronizáció[/b] - A beépített felhőnk segítségével az elmentett munkáid felhasználói adatai mindig szinkronizálva lesznek világok közt.
[*] [b]3D modellek importálása[/b] - A nyílt forráskódú könyvtárunknak köszönhetően többféle 3D-s formátumokat is támogatunk - csak húzz be egy .fbx, .obj, .glb meg egyéb fájlformátumú 3D fájlt, és már bent is van.
[*] [b]Textúra/hang/modellfájl feldolgozás[/b] - Gyorsan bele szeretnél nyúlni egy textúrába, egy hangfájlba vagy egy 3D modellbe? Alap szerkesztői funkciókat kínálunk a játékon belül - textúrák árnyalatváltozástól kezdve, a fájlok hangerejének beállításán és vágásán át a 3D modellek igazításig a rendelkezésedre állnak.
[*] [b]Tartalmak exportálása külső eszközökhöz[/b] Amilyen egyszerű behozni egy modelt a platformra, olyan könnyű kivenni onnan.
[/list]
[h2]Kódolj, és fejlessz[/h2]
[img]{STEAM_APP_IMAGE}/extras/ProtoFlux.png[/img]
[list]
[*] [b]ProtoFlux[/b] - A ProtoFlux a kreatív eszköztárunk alappillére - a legerőteljesebb vizuális programozási nyelv, amit a csapatunk valaha is kifejlesztett. Támogatja az azonnali prototípus tesztelést, és kisebb dolgoktól kezdve nagyobb, komplex játékokat is lehet vele fejleszteni, valós idejű együttműködéssel, és azonnali visszajelzéssel.
[*] [b]Szkriptelj szabadon[/b] - A ProtoFlux mindenre reagál - a világra, a tárgyakra, az avatárodra vagy akár mindháromra egyszerre.
[*] [b]Websocketek[/b] - A beépített websocketek segítségével könnyedén tudsz más alkalmazásokkal kommunikálni, ami jól jöhet, ha a játékodhoz rendelkezésre áll egy szerver, vagy ha külső adatra van szükséged új és egyedi hardverekhez, anélkül hogy a hivatalos intergrációra számítanál.
[*] [b]Csak úgy áramlik az Aszinkron[/b] - A ProtoFlux egyik natív funkciója az olyan kódok írása és futtatása, amelynek különböző frame-ken keresztül kell teljesülnie, vagy várakoznia. Ráadásul többféle aszinkron áramlat is működhet ugyanabból a kódból, mind különféle környezettel, ami nagyon rugalmas munkamenetet jelent a logika leegyszerűsítéséhez.
[*] [b]Rugalmas tárhely[/b] - hely, tároló és adatmodell - Válaszd ki hol szeretnéd tárolni a számitásai adataidat egy hatékony rendszer felépítése érdekében.
[/list]
[h2]Rezonálj, bárhol, bármikor, bárkivel...[/h2]
Mi egy olyan nagyratörő csapat vagyunk, akinek célja nem csak egy sima szoftver fejlesztése, hanem olyasvalami, amit második otthonnak is hívhatunk. Folyamatosan fejlesztjük a Resonite-ot, több frissítést is közzéteszünk, és legfőbbképp, hallgatunk a közösség véleményére is. Ez a projekt jelképezi az álmunkat, hogy szerintünk milyen lenne egy ideális virtuális világ, mit nyújthatunk a közösségnek a tökéletes élményért.
Nagy figyelmet szentelünk arra, hogy ti, mint a virtuális világ lakói, felhatalmazzunk a kreativitásod felszabadításával, hogy az élményed zavartalanul folyjon, és a kreativitásodat is szabadon engedd az alkotásaiddal.
Nagy megtiszteltetés lenne számunkra, hogyha a mi univerzumunk tagja lennél, hogy együtt építsünk valami újat. Nem számít hogy ki vagy, vagy hogy mi az érdeked, ha rezonálni akarsz, itt a te helyed.

View file

@ -0,0 +1,7 @@
A közösség számunkra a legfontosabb. Folyamatosan figyeljük a visszajelzéseket és hibabejelentéseket, hogy az alapján tudjuk igazítani a fejlesztésünk menetét. Ez elterjedhet mini-frissítésektől egészen a nagy funkciók beépítéséig is.
Visszajelzéseket leginkább a nyilvános GitHub oldalunkról gyűjtünk. De természetesen aktívan figyelni fogjuk a Steam, Discord, Twitter, Reddit és egyéb közösségi oldalakat is.
A jövőben még a játékba is beszeretnénk építeni egy visszajelző űrlapot, hogy könnyebbé tegyük a hibabejelentéseket a felhasználóknak, anélkül, hogy a játékból ki kelljen lépni.
A hibabejelentések segítségével a felhasználók nagy szerepet játszanak a platform aktív fejlesztésében és jobbátételében.

View file

@ -0,0 +1 @@
Nem, ingyenesen játszható, és úgy is marad. A platformon belüli elérhető jutalmak árai idővel változhatnak (például ha kevesebb, vagy több pénzre lenne szükségünk egyes funkciók fenntartásához), de összességében megpróbáljuk az árakat ugyanúgy megtartani, ahogy lehet.

View file

@ -0,0 +1,9 @@
Sok funkciót szeretnénk bevezetni, mielőtt kiadnánk a teljes verziót. Ebbe beletartozik a Piac bevezetése, ahol az Alkotók az általuk alkotott tárgyakat oszthatják meg a közösségnek.
A felhasználói élményt is szeretnénk megkönnyebíteni, az UI és UX-tól kezdve az építő eszköztárig, és mind egyszerű, mind profi felhasználók számára zökkenőmentes élményt szeretnénk biztosítani.
Tervben van még egy nagyon testreszabható grafikaimotorhoz, és a modern futtatókörnyezethez való átálláshoz, ami nem csak a teljesítmény mennyiségét növelné meg jelentősen, hanem olyan lehetőségekkel is szolgál, mint a shaderek azonnali szerkesztése.
A WebAssembly beépítése is tervben van, ami a tartalomgyártás lehetőségeit növelné meg.
Az imént felsorolt funckiókat szeretnénk még megjelenés előtt beépíteni a végleges változatba - ez a lista nem végleges, és természetesen folyamatosan növekedni fog idővel.

View file

@ -0,0 +1,3 @@
Nagyjából 2-3 évig, amibe beletartozik a folyamatos fejlesztés, az optimalizáció és még egy pár funckiók csiszolása, mielőtt kimondhatjuk, hogy ez az alkalmazás tényleg elég stabil ahhoz, hogy készen álljon a teljes kiadásra.
Miután a platformot kiadtuk, nem terveztünk leállni a fejlesztésével. Folyamatosan azon leszünk, hogy új funkciókkal varázsoljuk el ezt a helyet, és az optimalizáció segítségével gyorsabban, zökkenőmentesebben lehessen futtatni a programot, mindezt a projekt nyílt természete segítségével.

1
Store/hu/short.txt Normal file
View file

@ -0,0 +1 @@
Lépj be egy olyan virtuális világba, ahol csak a képzeleted szabhat határokat. Akár a világ embereivel együtt „rezonálsz,” vagy mini-játékokon belül mérkőzöl meg másokkal, akár közösen létrehoztok valami újat, itt a helyed biztos megleled.

View file

@ -0,0 +1,3 @@
A Resonite egy széleskörü projekt. Igaz, sok funkció érhető el a jelenlegi állapotában, de vannak olyanok is, amik szerintünk elengethetelenek lennének a platformon, és minél előbb hozzászeretnénk adni őket.
Még akkor is fejleszteni szeretnénk ezt az alkalmazást, miután kiadtuk. Azért van korai hozzáférés cimkével ellátva a platform, mert még nem érezzük úgy, hogy „készen állna” a teljes kiadásra.

28
de.json
View file

@ -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",
@ -644,6 +649,7 @@
"Contacts.WriteMessage": "Eine Nachricht schreiben...",
"Contacts.InSession": "In {name}",
"Contacts.NoSession": "Keine Sitzung",
"Contacts.InPrivate": "In privater Welt",
"Contacts.InContactsOnly": "In Kontakte-exklusiver Welt",
"Contacts.InHidden": "In versteckter Welt",
@ -658,6 +664,7 @@
"Contacts.SearchResult": "Suchergebnis",
"Contacts.Bot": "Bot-Konto",
"Contacts.Migrated": "Kontakt ist noch nicht migriert",
"Contacts.IncompatibleSession": "Inkompatible Sitzung",
"Notifications.IsSociable": "Ist gesellig, bitte anstupsen oder einladen!",
"Notifications.IsOnline": "Ist jetzt Online",
@ -929,6 +936,9 @@
"Importer.Image.Stereo180": "Stereo-180-Grad-Foto",
"Importer.Image.LUT": "LUT",
"Importer.LUT.Failure.Heading": "LUT-Import fehlgeschlagen <color=hero.yellow>{image}</color>",
"Importer.LUT.Failure.Description": "Der Import der LUT ist aus diesem Grund fehlgeschlagen:\n\n<color=hero.red>{error}</color>",
"Importer.ImageVideo.LayoutPrompt": "Was für ein Layout hat die Datei?",
"Importer.ImageVideo.LayoutHorizontalLR": "Nebeneinander Links Rechts",
"Importer.ImageVideo.LayoutHorizontalRL": "Nebeneinander Rechts Links",
@ -1022,6 +1032,7 @@
"Exporter.ExportAs": "Exportieren als:",
"Exporter.Export": "Export",
"Exporter.Exporting": "Wird exportiert...",
"Exporter.InvalidFileName": "Ungültiger Dateiname",
"Export.PackageExportable.Package": "Resonite Paket",
"Export.PackageExportable.PackageWithVariants": "Resonite Paket <size=75%>(+Varianten)</size>",
@ -1376,6 +1387,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",
@ -1500,6 +1514,11 @@
"Settings.AudioInputDeviceSettings.DevicePriorities": "Standard Audio-Aufnahmegerät konfigurieren",
"Settings.AudioInputDeviceSettings.DevicePriorities.Breadcrumb": "Audio-Aufnahmegeräte",
"Settings.AudioInputDeviceSettings.SetAsDefault": "Als Standard einstellen",
"Settings.AudioInputDeviceSettings.Testing.Header": "Teste Audio-Aufnahme",
"Settings.AudioInputDeviceSettings.Testing.Description": "Hiermit können Sie das ausgewählte Audiogerät abhören und damit testen ob es ordnungsgemäß funktioniert. Drücken Sie die Taste, um den Audio-Eingang zu hören, der den Ton wiedergibt.",
"Settings.AudioInputDeviceSettings.Testing.ListenToInput": "Hören Sie dieses Aufnahmegerät an",
"Settings.AudioInputDeviceSettings.Testing.StopListeningToInput": "Nicht mehr zuhören",
"Settings.AudioInputDeviceSettings.Testing.Monitoring.Header": "Live Audio-Überwachung",
"Settings.AudioOutputDeviceSettings.UseSystemDefault": "Benutze Standard-Ausgabegerät des Systems",
"Settings.AudioOutputDeviceSettings.UseSystemDefault.Description": "Wählen Sie diese Einstellung, um das in Ihrem System eingestellte Standard-Ausgabegerät zu nutzen. Wenn Sie stattdessen ein bestimmtes Gerät zur Audio-Ausgabe nutzen wollen, deaktivieren Sie diese Option und wählen Sie das gewünschte Gerät unten aus. Dies kann bei der Verwendung verschiedener Geräte für VR und Desktop nützlich sein.",
@ -1564,8 +1583,10 @@
"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\nStandardwert: 64\n\nBeachten 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.",
"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.",
"Settings.AssetGatherSettings.MaxConcurrentAssetTransfers": "Maximale Anzahl gleichzeitiger Asset-Übertragungen",
"Settings.AssetGatherSettings.MaxConcurrentAssetTransfers.Description": "Wenn Sie eine Sitzung hosten, beeinflusst diese Einstellung, wie viele lokal importierte Assets gleichzeitig von ihrem Computer übertragen werden können. Wenn Sie diesen Wert erhöhen, werden Assets schneller an andere Benutzer übertragen, es kann aber die Qualität ihrer Netzwerkverbindung beeinträchtigen. Wir empfehlen zu testen, welchen Wert ihr Netzwerk aushalten kann.",
@ -1596,8 +1617,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.",
@ -1618,6 +1637,7 @@
"Settings.LocaleSettings.UseImperialUnits.Description": "Wenn dies aktiviert ist, versuchen Eingabefelder für Mengenwerte (Länge/Höhe, Masse, Volumen...) Einheiten des imperialen Systems anstelle von metrischen Einheiten zu verwenden. Dies kann nützlich sein, wenn Sie aus den Vereinigten Staaten, dem Vereinigten Königreich, Lyberia oder Myanmar stammen.",
"Settings.LocaleSettings.AvailableLocales": "Sprache auswählen",
"Settings.LocaleSettings.AvailableLocales.Breadcrumb": "Sprachen",
"Settings.LocaleSettings.AvailableLocales.SystemLocale": "Systemsprache verwenden",
"Settings.DashSettings.DashCurvature": "Krümmung",
"Settings.DashSettings.DashCurvature.Description": "Diese Einstellung bestimmt, wie gekrümmt das Dash-Menu in VR ist. Wenn sie auf 0 gesetzt wird, ist es völlig flach. ",

View file

@ -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",

29
en.json
View file

@ -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",
@ -644,6 +649,7 @@
"Contacts.WriteMessage": "Write a message...",
"Contacts.InSession": "In {name}",
"Contacts.NoSession": "No Session",
"Contacts.InPrivate": "In Private World",
"Contacts.InContactsOnly": "In Contacts Only World",
"Contacts.InHidden": "In Hidden World",
@ -1284,7 +1290,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 +1387,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",
@ -1505,6 +1514,11 @@
"Settings.AudioInputDeviceSettings.DevicePriorities": "Configure Preferred Audio Input Devices",
"Settings.AudioInputDeviceSettings.DevicePriorities.Breadcrumb": "Audio Input Devices",
"Settings.AudioInputDeviceSettings.SetAsDefault": "Set As Default",
"Settings.AudioInputDeviceSettings.Testing.Header": "Test audio input",
"Settings.AudioInputDeviceSettings.Testing.Description": "You can use this to monitor and test the selected audio device to ensure it's working properly. Use the button to listen to the input, which will play the sound back at you.",
"Settings.AudioInputDeviceSettings.Testing.ListenToInput": "Listen to this input",
"Settings.AudioInputDeviceSettings.Testing.StopListeningToInput": "Stop listening",
"Settings.AudioInputDeviceSettings.Testing.Monitoring.Header": "Live audio monitoring",
"Settings.AudioOutputDeviceSettings.UseSystemDefault": "Use System Default Output Device",
"Settings.AudioOutputDeviceSettings.UseSystemDefault.Description": "Enable this to use the default system device for outputting audio. By disabling this, you can configure which audio device is used for outputting the audio below. This can be useful when you use different devices when toggling between VR and desktop.",
@ -1569,6 +1583,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 +1598,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 {appName} can receive and process OSC data",
"Settings.HostAccessSettings.Entries.AllowOSC_Sending": "Allow OSC sending",
@ -1601,8 +1617,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.",
@ -1623,6 +1637,7 @@
"Settings.LocaleSettings.UseImperialUnits.Description": "When enabled, editors for quantities (length/height, mass, volume...) will try to use imperial units instead of metric. Useful if you're from the US, UK, Liberia or Myanmar.",
"Settings.LocaleSettings.AvailableLocales": "Select Locale",
"Settings.LocaleSettings.AvailableLocales.Breadcrumb": "Locales",
"Settings.LocaleSettings.AvailableLocales.SystemLocale": "Use System Language",
"Settings.DashSettings.DashCurvature": "Curvature",
"Settings.DashSettings.DashCurvature.Description": "This controls how curved the dash is when you are in VR. Setting it to 0 will make it completely flat.",
@ -1695,7 +1710,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 +1722,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",

View file

@ -1601,8 +1601,6 @@
"Settings.DebugSettings.FetchIncompatibleSessions": "Nouda yhteensopimattomat sessiot",
"Settings.LegacyFeatureSettings.UseLegacyGripEquip": "Tuplatartu pitääksesi esineitä kädessä",

847
fr.json

File diff suppressed because it is too large Load diff

647
hu.json Normal file
View file

@ -0,0 +1,647 @@
{
"localeCode": "hu",
"authors": ["Fernzéhen"],
"messages": {
"General.OK": "OK",
"General.Start": "Indítás",
"General.Finish": "Befejezés",
"General.Cancel": "Mégse",
"General.Continue": "Folytatás",
"General.Next": "Következő",
"General.Previous": "Előző",
"General.Back": "Vissza",
"General.Confirm": "Biztos?",
"General.Loading": "Betöltés...",
"General.Processing": "Feldolgozás...",
"General.FAILED": "SIKERTELEN",
"General.Reset": "Visszaállítás",
"General.WorldOpenConfirm": "Biztosan megnyitod?",
"General.Save": "Mentés",
"General.Saving": "Mentés...",
"General.Saved": "Mentve!",
"General.Done": "Kész!",
"General.Close": "Bezárás",
"General.CopyToClipboard": "Másolás a vágólapra",
"General.CopiedToClipboard": "Másolva!",
"General.CopiedToClipboardLong": "Vágólapra másolva!",
"General.Create": "Létrehozás",
"General.Creating": "Létrehozás...",
"General.Buy": "Vásárlás",
"General.Yes": "Igen",
"General.No": "Nem",
"General.ClearSelection": "Kiválasztás törlése",
"General.Off": "Ki",
"General.On": "Be",
"General.Understand": "Megértettem",
"General.Notice": "Figyelmeztetés",
"General.UnderstandEnable": "Megértettem, bekapcsolás",
"General.Dismiss": "Elutasítás",
"General.Edit": "Szerkesztés",
"General.UI.SearchPrompt": "Keresés...",
"General.UI.SearchPromptLong": "Itt keress...",
"General.UI.ToggleEditMode": "Szerkesztési mód váltás",
"General.UI.ToggleSubtitles": "Feliratok be- és kikapcsolása",
"General.UI.Subtitles.On": "Feliratok: Be",
"General.UI.Subtitles.Off": "Feliratok: Ki",
"General.UI.MusicVolumeLocal": "Zene hangereje (helyi):",
"General.UI.VoiceVolumeLocal": "Beszéd hangereje (helyi):",
"General.UI.SoundVolumeLocal": "Hang hangereje (helyi):",
"General.UI.PressToBegin": "Kezdéshez nyomj egy gombot",
"General.Sort.Ascending": "Növekvő",
"General.Sort.Descending": "Csökkenő",
"General.Units.Metric": "SI-mértékegységrendszer (centi-, méter, stb.)",
"General.Units.Imperial": "Angolszász (hüvelyk, láb, stb.)",
"Worlds.Home": "Otthon",
"Worlds.Tutorial": "Útmutató pálya",
"Locomotion.Noclip.Name": "Szellem-üzemmód",
"Locomotion.Noclip.Description": "Repülj át falakon, praktikus ha szerkesztesz.",
"Locomotion.Teleport.Name": "Teleporálás",
"Locomotion.Teleport.Description": "Helyzetedet egy pillanatokon belül megváltoztathatod mozgás nélkül.",
"Locomotion.Fly.Name": "Repülés",
"Locomotion.Fly.Description": "Repülésre képes mozgás.",
"Locomotion.WalkRun.Name": "Séta",
"Locomotion.WalkRun.Description": "Képes leszel sétálni, futni és ugorni.",
"Locomotion.WalkRunGripping.Name": "Sétálás és mászás",
"Locomotion.WalkRunGripping.Description": "Képes leszel sétálni, futni, ugorni és mászni.",
"Locomotion.ZeroG.Name": "Súlytalanság",
"Locomotion.ZeroG.Description": "Súlytalan mozgás",
"Interaction.Destroy": "Elpusztítás",
"Interaction.Duplicate": "Megkettőzés",
"Interaction.SaveToInventory": "Eszköztárba mentés",
"Interaction.SaveToInventory.NotLoggedIn": "A tárgyak elmentéséhez be kell lépned.",
"Interaction.SaveToInventory.NoWritePermission": "Jelenlegi eszköztárba mentés sikertelen.",
"Interaction.Undo": "Visszavonás",
"Interaction.Redo": "Visszaállítás",
"Interaction.EquipTool": "Kézhezvétel",
"Interaction.ScalingEnabled": "Méretezés engedélyezve",
"Interaction.ScalingDisabled": "Méretezés letiltva",
"Interaction.ResetScale": "Méretezés alapértékre",
"Interaction.LaserEnabled": "Mutató bekapcsolva",
"Interaction.LaserDisabled": "Mutató kikapcsolva",
"Interaction.Locomotion": "Mozgási mód",
"Interaction.Locomotion.None": "Semmi",
"Interaction.NamedEquipTool.Default": "Eszköz",
"Interaction.SaveAsScreenshot": "Képernyőkép mentése",
"Interaction.ExportScreenshot": "Képernyőkép exportálása",
"Interaction.ImportFile": "Fájl importálása",
"Interaction.ExportFile": "Fájl exportálása",
"Interaction.CopyLink": "Hivatkozás másoklása",
"Interaction.CopyImage": "Kép másolása",
"Inventory.OpenWorld": "Világ megnyitása",
"Inventory.Delete": "Eltávolítás",
"Inventory.CreateDirectory": "Mappa létrehozása",
"Inventory.Inventories": "Eszköztárak",
"Inventory.Share": "Megosztás",
"Inventory.Unshare": "Megosztás visszavonása",
"Inventory.SaveAvatar": "Kinézet mentése",
"Inventory.Favorite.Home": "Otthon beállítása",
"Inventory.Favorite.ProgressBar": "Előrehaladási csík beállítása",
"Inventory.Favorite.VideoPlayer": "Videólejátszó beállítása",
"Inventory.Favorite.AudioPlayer": "Hanglejátszó beállítása",
"Inventory.Favorite.InteractiveCamera": "Kamera beállítása",
"Inventory.Favorite.Keyboard": "Billentyűzet beállítása",
"Inventory.Favorite.Avatar": "Kinézet beállítása",
"Inventory.Favorite.WorldLoadingIndicator": "Betöltőcsík beállítása",
"Inventory.Favorite.ColorDialog": "Színválasztó beállítása",
"Inventory.Favorite.Hyperlink": "Hivatkozásmegjelenítő beállítása",
"Inventory.Favorite.Document": "Dokumentummegtekintő beállítása",
"Dash.Screens.Home": "Otthon",
"Dash.Screens.Worlds": "Világok",
"Dash.Screens.Contacts": "Barátok",
"Dash.Screens.Inventory": "Eszköztár",
"Dash.Screens.Desktop": "Képernyő",
"Dash.Screens.Session": "Szobák",
"Dash.Screens.FileBrowser": "Fájlok",
"Dash.Screens.Settings": "Beállítások",
"Dash.Screens.Exit": "Bezárás",
"Dash.Actions.PasteFromClipboard": "Beillesztés a vágólapról",
"Dash.Actions.TurnOffUIEdit": "UI-szerkesztési mód kikapcsolása",
"Dash.Actions.CloudHome": "Otthon megnyitása",
"Dash.Exit.Header": "Kilépés innen: {appName}",
"Dash.Exit.ExitAndSave": "Otthonból kilépés és mentés",
"Dash.Exit.ExitAndDiscard": "Mentés nélkül kilépés az Otthonból",
"Dash.Exit.Sponsor": "{name} támogatása nélkül nem jöhetett volna létre ez a projekt!",
"Dash.Exit.Sponsor.You": "NEKED",
"Dash.Exit.Shoutouts": "Nekik is szeretnénk köszönetet mondani:",
"Dash.Exit.Shoutouts.AndMore": " ...és még sokan másnak!",
"Dash.Exit.Shoutouts.You": "{name} (Ez te vagy! Neked is köszönjük!)",
"Dash.Exit.ThankYou": "Köszönjük, hogy a {appName}-t választottad!",
"Facets.FPS": "{fps}<size=61.803%> FPS</size>",
"World.Waiting": "Várakozás...",
"World.HostIsStarting": "A tulaj szobát indít el",
"World.Loading": "Betöltés...",
"World.LoadingFailed": "Sikertelen",
"World.LoadedAssets": "{assets} betöltve ennyiből: {total_assets}",
"World.Downloading": "Letöltés: {bytes} letöltve ennyiből: {total_bytes}",
"World.Loaded": "Betöltve",
"World.Connection.EstablishingConnection": "Kapcsolat létesítése",
"World.Connection.RequestingJoin": "Csatlakozás kérése",
"World.Connection.Authenticating": "Hitelesítés",
"World.Connection.Connected": "Csatlakozva",
"World.Connection.SyncingInitialState": "Világ szinkronizálása",
"World.Connection.LNL.DirectIP": "LNL közvetlen cím",
"World.Connection.SteamNetworkingSockets": "Steam Networking Socket",
"World.Error.AccessDenied": "Hozzáférés megtagadva",
"World.Error.OnlyRegisteredUsers": "Csak regisztrált felhasználók csatlakozhatnak",
"World.Error.OnlyContacts": "Csak a szobatulaj barátai csatlakozhatnak",
"World.Error.OnlyContactsOfContacts": "Csak a jelenlévők barátai csatlakozhatnak",
"World.Error.Private": "Ez a szoba privát",
"World.Error.SessionEnded": "A szobát már bezárták",
"World.Error.UserLimitReached": "A szoba megtelt",
"World.Error.FailedAuthentication": "Sikertelen hitelesítés",
"World.Error.FailedUserID": "Felhasználói ID hitelesítése sikertelen",
"World.Error.FailedFetchingAuthentication": "Hitelesítés lekérdezése sikertelen",
"World.Error.JoinAlreadyRequested": "A csatlakozás már le van kérdezve",
"World.Error.FailedConnectToRelay": "Nem sikerült csatlakozni a relay-hez",
"World.Error.FailedToConnect": "Sikertelen kapcsolatlétesítés",
"World.Error.InvalidAddress": "Érvénytelen Cím",
"World.Error.NoPort": "Nincs port megadva",
"World.Error.IncompatibleVersion": "Elavult verzió",
"World.Error.HostBlocked": "Szobatulaj letiltva",
"World.Error.HostBlockedDetail": "A szoba tulaját letiltottad",
"World.Error.WorldCrash": "A világ összeomlott",
"World.Error.WorldCrashDetail": "A világ frissítése közben kritikus hiba következett be",
"World.Error.Unknown": "Ismeretlen hiba",
"World.Config.Name": "Világ neve:",
"World.Config.Description": "Leírás:",
"World.Config.MaxUsers": "Maximum felhasználók:",
"World.Config.MobileFriendly": "Ajánlott mobilfelhasználóknak?",
"World.Config.SaveOptionsHeader": "Világmentési beállítások:",
"World.Config.EditMode": "Szerkesztési mód:",
"World.Config.AccessLevelHeader": "Kik csatlakozhatnak?",
"World.Config.AutoKickAFK": "Inaktív felhasználók automatikus kirúgása:",
"World.Config.AutoKickAFKMinutes": "Ennyi percen túl számítson inaktívnak:",
"World.Config.HideFromListing": "Ne legyen listázva a szoba",
"World.Config.Autosave": "Automatikus mentés (utolsó mentést átírja):",
"World.Config.AutosaveInterval": "Ennyi időnként mentsen (perc):",
"World.Config.CleanupAssets": "Nem használt eszközök kiűrítése:",
"World.Config.CleanupInterval": "Ennyi másodpercenként ürítse ki:",
"World.Actions.StartSession": "Szoba indítása",
"World.Actions.Join": "Csatlakozás",
"World.Actions.Focus": "Fókusz",
"World.Actions.Close": "Világ bezárása",
"World.Actions.Leave": "Világ elhagyása",
"World.Actions.Save": "Módosítások mentése",
"World.Actions.SaveAs": "Mentés másképp...",
"World.Actions.SaveCopy": "Másolat mentése...",
"World.Actions.SaveHere": "Mentés ide",
"World.Actions.SaveToInventory": "Eszköztárba mentés",
"World.Actions.Saving": "Mentés...",
"World.Actions.Discard": "Módosítások elvetése",
"World.Actions.Clone": "Világ megkettőzése",
"World.Actions.Delete": "Világ törlése",
"World.Actions.ConfirmDelete": "Törlés megerősítése",
"World.Actions.ReallyConfirmDelete": "VÉGLEGES TÖRLÉS",
"World.Actions.Overwrite": "Felülírás ezzel: {name}",
"World.Actions.ConfirmOverwrite": "FELÜLÍRÁS megerősítése",
"World.Actions.Overwriting": "Felülírás...",
"World.Actions.ClosePrompt": "Bezárod a világot?",
"World.Actions.LeavePrompt": "Elhagyod a világot?",
"World.Actions.CloseConfirm": "Bezárás",
"World.Actions.LeaveConfirm": "Világ elhagyása",
"World.Actions.CannotClose": "(nem zárhatod be a világot)",
"World.Actions.GuestWarning": "",
"World.Actions.HostingWarning": "Te vagy a szoba tulaja. Kilépéseddel mindenki ki lesz léptetve.",
"World.Actions.GetWorldOrb": "Világgömb megszerzése",
"World.Actions.CopyWorldURL": "Világ hivatkozásának másolása",
"World.Actions.StartCustomSession": "Testreszabott szoba létrehozása",
"World.Actions.ModifyMetadata": "Metaadatok szerkesztése",
"World.Actions.GetSessionOrb": "Szobagömb megszerzése",
"World.Actions.CopySessionURL": "Szoba hivatkozásának másolása",
"World.Indicator.NoData": "Nincs adat",
"World.Indicator.LocalWorld": "Helyi gép",
"World.Indicator.Author": "Alkotó: {name}",
"World.Indicator.Host": "Szoba tulaja: {name}",
"World.Indicator.Hosting": "Hosztolás",
"World.Indicator.Users": "Felhasználók",
"World.Indicator.Users.None": "(nincs aktív szoba)",
"World.Indicator.Description": "Leírás",
"World.Indicator.Description.None": "(nincs megadva leírás)",
"World.Indicator.Visited": "(jártál itt)",
"World.Detail.ActiveSessions": "Aktív szobák:",
"World.Detail.ActiveUsers": "Aktív felhasználók:",
"World.Detail.NewSession": "<új szoba>",
"World.Detail.DescriptionHeader": "Leírás: ",
"World.Detail.SessionInformationHeader": "Szobainformáció",
"World.Detail.Uptime": "Ennyi ideje aktív",
"World.Detail.AccessLevel": "Láthatóság",
"World.Detail.Users": "Felhasználók",
"World.Detail.WorldInformationHeader": "Világ információ",
"World.Detail.PublishDate": "Közzétéve",
"World.Detail.ModifyDate": "Legutóbbi módosítás",
"World.Detail.Visits": "Látogatások száma",
"World.Detail.Tags": "Cimkék",
"World.Detail.ActionsHeader": "Művelet:",
"World.Category.Everything": "Minden",
"World.Category.Featured": "Felkapott",
"World.Category.PublishedWorlds": "Közzétett világok",
"World.Category.ActiveSessions": "Aktív szobák",
"World.Category.ContactsSessions": "Barát-szobák",
"World.Category.Social": "Közösségi",
"World.Category.Games": "Játékok",
"World.Category.Art": "Művészet",
"World.Category.Tutorials": "Kezdőknek",
"World.Category.Educational": "Oktatási",
"World.Category.Random": "Véletlenszerű",
"World.Category.MyWorlds": "Világaim",
"World.Category.Custom": "Egyéb",
"World.Category.GroupWorlds": "Csoport világok",
"World.AccessLevel.Anyone": "Mindenki",
"World.AccessLevel.RegisteredUsers": "Regisztrált felhasználók",
"World.AccessLevel.Contacts": "Barátok",
"World.AccessLevel.ContactsPlus": "Barátok+",
"World.AccessLevel.LAN": "LAN",
"World.AccessLevel.Private": "Privát (csak meghívóval)",
"World.SortParameter.Name": "Név",
"World.SortParameter.OpenedWorldCount": "Megnyitott világok",
"World.SortParameter.TotalSessionCount": "Összes szobák",
"World.SortParameter.TotalUserCount": "Összes felhasználók",
"World.SortParameter.CreationDate": "Létrehozás dátuma",
"World.SortParameter.LastUpdateDate": "Módosítás dátuma",
"World.SortParameter.FirstPublishTime": "Közzététel dátuma",
"World.SortParameter.TotalVisits": "Összesen meglátogatott",
"World.SortParameter.LastVisit": "Legutoljára meglátogatott",
"World.SortParameter.Random": "Véletlenszerű",
"World.Filter.OpenedWorlds": "Megnyitott világok",
"World.Filter.ActiveSessions": "Aktív szobák",
"World.Filter.PublishedWorlds": "Közzétett világok",
"World.Filter.LocalWorlds": "Helyi világok",
"World.Filter.ByOwner": "Alkotótól:",
"World.Filter.UserOwner": "Felhasználói tulaj",
"World.Filter.GroupOwner": "Csoportos tulaj",
"World.Filter.Featured": "Csak felkapott",
"World.Filter.MyWorlds": "Világaim",
"World.Filter.SessionFiltering": "Szoba-szűrő:",
"World.Filter.MinimumUsers": "Minimum felhasználó: <b>{n}</b>",
"World.Filter.MinimumContacts": "Minimum barátok: <b>{n}</b>",
"World.Filter.MinimumUptime": "Legalább ennyi ideje aktív:",
"World.Filter.Sorting": "Sorolás:",
"World.Edit.Title": "A Világ adatainak szerkesztése",
"World.Edit.Name": "Világ neve:",
"World.Edit.Description": "Leírás:",
"World.Edit.Tags": "Címkék (vesszővel elválasztva):",
"World.Edit.Path": "Világ helye:",
"World.Edit.AccessLevelHeader": "Ki nyithatja meg a világot?",
"World.Edit.AccessPrivate": "Csak én",
"World.Edit.AccessPatreon": "Patreon támogatók",
"World.Edit.AccessPublic": "Bárki (nyilvános)",
"Tools.AvatarCreator": "Kinézet-készítő",
"Tools.FullBodyCalibrator": "Avatár testhez kalibrálása",
"Tools.CameraStreaming": "Kamera/közvetítés",
"Tools.CreateNewWorld": "Új világ létrehozása",
"Tools.Debug": "Hibakereső",
"Tools.StreamAudio": "Audió közvetítése",
"Tools.Setup2FA": "Kétlépcsős hitelesítés bekapcsolása",
"Tools.StreamAudio.Dialog.Title": "Audió közvetítése",
"Tools.StreamAudio.Start": "Közvetítés indítása",
"Tools.StreamAudio.Bitrate": "Bitráta: {bitrate} kb/s",
"Tools.StreamAudio.Title": "{username} Audio közvetítés",
"Tools.StreamAudio.Spatialized": "Térbeli",
"Tools.StreamAudio.Broadcast": "Közvetítés",
"Tools.StreamAudio.PlayForOwner.Off": "Visszajátszás: ki",
"Tools.StreamAudio.PlayForOwner.On": "Visszajátszás: be",
"Options.SeatedMode.On": "Ülés: Be",
"Options.SeatedMode.Off": "Ülés: Ki",
"Options.Nameplates.All": "Névtáblák: Mind",
"Options.Nameplates.NonContacts": "Névtáblák: Nem barátok",
"Options.Nameplates.Hide": "Névtáblák: elrejtése",
"Options.Nameplates.DefaultStyle": "Alapértelmezett névtáblák",
"Options.Nameplates.CustomStyle": "Egyedi névtáblák engedélyezése",
"Indicator.ServerStatus.Status": "Felhő állapota",
"Indicator.ServerStatus.Good": "Jó",
"Indicator.ServerStatus.Slow": "Lassú",
"Indicator.ServerStatus.Down": "Nem elérhető",
"Indicator.ServerStatus.NoInternet": "Nincs internet",
"Indicator.Sync.AllSynced": "Minden szinkronizálva",
"Indicator.Sync.SyncingItems": "Szinkronizálás <br><size=61.8033%>{item_count, plural, one {# Item} other {# Items}}</size>",
"Indicator.Sync.StorageFull": "Megtelt a tárhely <size=61.803%>Sikertelen szinkronizálás</size>",
"Indicator.Storage.StorageFull": "Megtelt a tárhely",
"Indicator.Storage.Usage": "{storage_max} tárhelyből {storage_used}<br><size=61.803%>elhasználva</size>",
"Indicator.LiveHiddenMessage": "(közvetítés alatt elrejtve)",
"Login.InvalidCredentials": "Hibás felhasználónév és/vagy jelszó",
"Login.InvalidCredentials.Description": "Ellenőrizd, nem gépelted el félre, vagy kattints az \"Elfelejtettem a jelszót\" gombra.",
"Login.InvalidLogin": "Hibás felhasználónév és/vagy jelszó",
"Login.InvalidLogin.Description": "Ellenőrizd, nem gépelted el félre, vagy kattints az \"Elfelejtettem a jelszót\" gombra.",
"Login.MalformedUID": "Érvénytelen eszközinformáció",
"Login.MalformedUID.Description": "Próbáld meg újra fetelepíteni az alkalmazást, vagy lépj kapcsolatba: {supportUrl}.",
"Login.MissingUID": "Hiányzó eszközinformáció",
"Login.MissingUID.Description": "Próbáld meg újra fetelepíteni az alkalmazást, vagy lépj kapcsolatba: {supportUrl}.",
"Login.MissingSecretMachineId.Description": "Próbáld meg újra fetelepíteni az alkalmazást, vagy lépj kapcsolatba: {supportUrl}.",
"Login.MalformedSecretMachineId.Description": "Próbáld meg újra fetelepíteni az alkalmazást, vagy lépj kapcsolatba: {supportUrl}.",
"Register.MissingUID.Description": "Próbáld meg újra fetelepíteni az alkalmazást, vagy lépj kapcsolatba: {supportUrl}.",
"Register.MalformedUID.Description": "Próbáld meg újra fetelepíteni az alkalmazást, vagy lépj kapcsolatba: {supportUrl}.",
"Login.MissingLogin": "Üres a mező",
"Login.MissingLogin.Description": "A mezőt ki kell tölteni.",
"Login.InvalidRecoveryCode": "Érvénytelen helyreállítási kód",
"Login.InvalidRecoveryCode.Description": "Nézd meg, nem gépelted el a kódot.",
"Login.UnsupportedAuthentication": "Nem támogatott azonosítási módszer",
"Login.UnsupportedAuthentication.Description": "Nem támogatjuk ezt az azonosítási módszert. Kérlek, válassz másikat.",
"Login.EmailNotVerified": "Még nincs visszaigazolva az e-mail címed",
"Login.EmailNotVerified.Description": "A címedre küldött hivatkozással igazold magad. A levélszemeted is nézd meg.",
"Login.AccountTempLocked": "A fiókod le van zárva.",
"Login.AccountTempLocked.Description": "Lépj kapcsolatba a moderációs csoporttal: {moderationUrl}.",
"Login.AccountBanned": "A fiókod ki van tiltva.",
"Login.AccountBanned.Description": "Lépj kapcsolatba a moderációs csoporttal: {moderationUrl}.",
"Login.DuplicateAccount.Description": "Lépj kapcsolatba a moderációs csoporttal: {supportUrl}.",
"Login.UnknownError": "Ismeretlen hiba",
"Login.UnknownError.Description": "Hiba történt a bejelentkezés során. Kérlek, lépj kapcsolatba a moderációs csoporttal: {supportUrl}.",
"Register.MissingRequest": "Nincs kitöltve mező",
"Register.MissingRequest.Description": "Kérlek, regisztráció során töltsd ki a mezőket.",
"Register.InvalidEmail": "Érvénytelen e-mail cím.",
"Register.InvalidEmail.Description": "Az e-mail címed érvénytelen.",
"Register.MissingUsername": "Üres a mező",
"Register.MissingUsername.Description": "A mezőt ki kell tölteni.",
"Register.MissingEmail": "Üres a mező",
"Register.MissingEmail.Description": "A mezőt ki kell tölteni.",
"Register.UsernameTooLong": "A felhasználónév túl hosszú",
"Register.UsernameTooLong.Description": "Maximum 32 karaktert tartalmazhat a felhasználóneved.",
"Register.UsernameContainsAmpersand": "A felhasználónév nem tartalmazhatja a „@” karaktert.",
"Register.UsernameContainsAmpersand.Description": "",
"Register.UsernameStartsWithU": "A felhasználónév nem kezdődhet „U-”-val.",
"Register.UsernameStartsWithU.Description": "",
"Register.InvalidUsername": "Érvénytelen felhasználónév.",
"Register.InvalidUsername.Description": "Kérlek, válassz másikat.",
"Register.InvalidDateOfBirth": "Érvénytelen születési dátum",
"Register.InvalidDateOfBirth.Description": "Kérlek, érvényeset adj meg.",
"Register.UsernameContainsBlockedTerms": "A felhasználónév tiltott szavakat tartalmaz",
"Register.UsernameContainsBlockedTerms.Description": "A felhasználóneved tiltott szavakat tartalmaz. Ha szerinted hiba történt, kérlek, lépj kapcsolatba velünk: {supportUrl}.",
"Register.MissingPassword": "Hiányzik a jelszó",
"Register.MissingPassword.Description": "Kérlek, válassz jelszót.",
"Register.InvalidPassword": "Érvénytelen jelszó",
"Register.InvalidPassword.Description": "Érvénytelen jelszó. Leaglább nyolc karaktert, 1 számot, 1 nagybetűt és 1 kisbetűt tartalmazhat..",
"Register.EmailAlreadyRegistered": "E-mail már regisztrálva van",
"Register.EmailAlreadyRegistered.Description": "Már létezik egy olyan fiók, ami ezt az e-mailt használja. Ha elfelejtetted a jelszót, csak kattints az \"Elfelejtettem a jelszót\" gombra. Vagy lépj velünk kapcsolatba: {supportUrl}.",
"Register.UsernameAlreadyRegistered": "Már létezik ez a felhasználónév.",
"Register.UsernameAlreadyRegistered.Description": "Már létezik egy olyan fiók, ami ezt a felhasználónevet használja. Ha elfelejtetted a jelszót, csak kattints az \"Elfelejtettem a jelszót\" gombra. Vagy lépj velünk kapcsolatba: {supportUrl}.",
"Register.ErrorCheckingUserId": "Felhasználói ID ellenőrzése sikertelen",
"Register.ErrorCheckingUserId.Description": "Kérlek, lépj kapcsolatba velünk: {supportUrl}.",
"Recovery.MissingEmail": "Hiányzik az e-mail cím",
"Recovery.MissingEmail.Description": "Kérlek, add meg az e-mail címedet.",
"Recovery.IncorrectEmail": "Hibás e-mail cím",
"Recovery.IncorrectEmail.Description": "Hibás e-mail címet adtál meg. Kérlek nézd meg, nem gépelted el.",
"Register.UnknownError": "Ismeretlen hiba",
"Register.UnknownError.Description": "Hiba történt a regisztráció során. Kérlek, lépj kapcsolatba a moderációs csoporttal: {supportUrl}.",
"Account.Login": "Bejelentkezés",
"Account.Logout": "Kijelentkezés",
"Account.Register": "Regisztrálás",
"Account.Saml2": "Bejelentkezés SAML 2.0-val",
"Account.LoginOrRegister": "Bejelentkezés/Regisztrálás",
"Account.LogoutConfirm": "Biztos kilépsz?",
"Account.LoggingIn": "Bejelentkezés...",
"Account.LoggingOut": "Kijelentkezés...",
"Account.Registering": "Regisztrálás...",
"Account.Anonymous": "Vendég",
"Account.Username": "Felhasználónév:",
"Account.Email": "E-mail cím:",
"Account.RememberMe": "Emlékezz rám<br><size=50%>(30 napos inaktivitás után automatikusan kilép)</size>",
"Account.RepeatEmail": "E-mail cím újra:",
"Account.UsernameOrEmail": "Felhasználónév vagy e-mail cím:",
"Account.Password": "Jelszó:",
"Account.RepeatPassword": "Jelszó újra:",
"Account.RecoverPassword": "Elfelejtettem a jelszót",
"Account.LiveEmailWarning": "<color=#f00>FIGYELEM:</color> a live.com, hotmail.com, outlook.com és egyéb Microsoft által üzemeltetett címekhez a megerősítési e-mail fogadása 1-2 napot is igénybe vehet",
"Account.PasswordRules": "(legalább 8 karakter, 1 szám, 1 nagy- és kisbetű)",
"Account.ResetPasswordHeader": "Jelszó visszaállítása",
"Account.NewPassword": "Új jelszó:",
"Account.ResetPassword": "Új jelszó beállítása",
"Account.ErrorPasswordMismatch": "A jelszavak nem egyeznek!",
"Account.ErrorEmailMismatch": "Az e-mail címek nem egyeznek!",
"Account.ErrorLoginError": "Bejelentkezési hiba:",
"Account.RegistrationSuccess": "<size=120%>Sikeres regisztráció!</size><br><br>Küldtünk egy e-mailt a {email} címre egy hitelesítő hivatkozással.<br><br>Ha hagyod ezt az ablakot, akkor az e-mail hitelesítése után egyből bejelentkeztetünk téged.<br><br>Ha hiba történt, akkor lépj kapcsolatba itt: {appEmail}, vagy itt: {appCommunity}",
"Account.BirthMonth": "Hónap:",
"Account.BirthDay": "Nap:",
"Account.BirthYear": "Év:",
"Account.PoliciesAgreement": "Elfogadom a <color=#22B2FF>szolgáltatási feltételeket</color> és az <color=#22B2FF>adatvédelmi irányelveket</color>.",
"Account.AlternateMethods": "Bejelentkezés egy harmadik fél szolgáltatással:",
"Account.Saml2.Title": "SAML 2.0",
"Account.Saml2.LoggingIn": "Várakozás a bejelentkezésre (nézd meg a böngésződ)...",
"Account.TOTP.Title": "Kétlépcsős azonosítás",
"Account.TOTP.Initializing": "A fiókod kétlépcsős azonosítási állapotának ellenőrzése...",
"Account.TOTP.Code.Header": "Titkos kód",
"Account.TOTP.Code.Description": "Ezt a titkos kódot kell megadni az <b>Authy</b> vagy a <b>Google Hitelesítő</b> alkalmazásba.<br><br>Ajánljuk a QR-kód beolvasását, de a kódot magad is beírhatod. <b>Ezt a kódot soha ne oszd meg senkivel sem.</b><br><br>VR módban az F8 segítségével asztali üzemmódra válthatsz.",
"Account.TOTP.Code.QRCode": "QR-kód beolvasása",
"Account.TOTP.Code.Key": "Titkos kód:",
"Account.TOTP.RecoveryCodes.Header": "Biztonsági kódok",
"Account.TOTP.RecoveryCodes.Description": "Ezeket a kódokat mentsd el egy biztonságos helyre. Csak akkor használd őket, amikor már nincs hozzáférésed a hitelesítő alkalmazásokhoz, például ha elveszted a telefonod. Ezeket a kódokat egyenként csak egyszer használhatod. <b>Soha ne add meg senkinek ezeket a kódokat.</b> Ha elveszted őket, <color=red>ÖRÖKRE</color> elveszted a fiókodat.",
"Account.TOTP.RecoveryCodes.Codes": "Kódok:",
"Account.TOTP.Activate.Header": "Kétlépcsős azonosítás aktiválása",
"Account.TOTP.Activate.Description": "A kétlépcsős azonosítás aktiválásához használd a hitelesítő által generált 6 számjegyü hosszúságú kódot.<br><br>Aktiválás után egyes beállításokhoz szükséged lesz ezekre a kódokra.",
"Account.TOTP.Activate.Token": "6 karakter számjegyü kód:",
"Account.TOTP.Activate.TokenField": "Ide írd be a kódot...",
"Account.TOTP.Activate.Activate": "Aktiválás",
"Account.TOTP.Activate.Activating": "Aktiválás...",
"Account.TOTP.Activate.InvalidToken": "Hibás kód!",
"Account.TOTP.Message.AlreadySetup": "A kétlépcsős azonosítás már be van kapcsolva!",
"Account.TOTP.Message.Error": "Váratlan hiba történt! Próbáld meg újra később.",
"Account.TOTP.Message.SetupComplete": "<size=150%>Gratulálok!</size><br><br>A fiókodon sikeresen aktiválva van a kétlépcsős azonosítás!<br><br>A /enableLogin2FA paranccsal bekapcsolhatod azt, hogy belépés előtt azonosísd magad.",
"Account.TOTP.Deactivate.Header": "Kétlépcsős azonosítás kikapcsolása",
"Account.TOTP.Deactivate.Description": "A kétlépcsős azonosítás jelenleg <b><color=green>be van állítva a fiókodon, és üzemel</color></b>. Itt kikapcsolhatod, hogyha nincs többé hozzáférésed a hitelesítő alkalmazáshoz.<br><br>Miután kikapcsoltad, újra bekapcsolhatod a kétlépcsős azonosítást, ami új hitelesítési-, és biztonsági kódokat generál.<br><br>Ha elvesztetted a telefonodat, <b>NAGYON AJÁNLJUK</b>, hogy most azonnal ki- és bekapcsolod, mert minden biztonsági kód csak egyszer használható. Miután kifogytál belőlük, többé nem tudsz belépni a fiókodba.",
"Account.TOTP.Deactivate.Deactivate": "Kikapcsolás",
"Account.TOTP.Deactivate.Deactivating": "Kikapcsolás...",
"Account.TOTP.Message.DeactivationComplete": "A kétlépcsős azonosítást sikeresen kikapcsoltad.<br><br>A fiókod immáron nem teljesen védett!<br><br>Erősen ajánljuk, hogy kapcsold be újra a biztonságod megörzése érdekében.",
"Account.Type.Standard": "Általános fiók",
"Account.Type.Business": "Üzleti fiók",
"Account.Type.Patreon": "Patreon támogató",
"Account.Type.Mentor": "{platform} mentor",
"Account.Type.Moderator": "{platform} moderátor",
"Account.Type.Team": "{platform} csapat",
"Avatar.Badge.Live": "ÉLŐ",
"2FA.Header": "Kétlépcsős azonosítás",
"2FA.Token": "6 számjegyű kód:",
"Profile.Status.Sociable": "Ismerkedésre kész",
"Profile.Status.Online": "Elérhető",
"Profile.Status.Away": "Nincs a gépnél",
"Profile.Status.Busy": "Elfoglalt",
"Profile.Status.Invisible": "Láthatatlan",
"Profile.Status.Offline": "Kijelentkezve",
"Session.Tab.Settings": "Beállítások",
"Session.Tab.Users": "Felhasználók",
"Session.Tab.Permissions": "Engedélyek",
"Session.Permission.Anonymous": "Vendég alapbeállításai:",
"Session.Permission.Vistor": "Látogató alapbeállításai:",
"Session.Permission.Contact": "Barát alapbeállításai:",
"Session.Permission.Host": "Szobatulaj alapbeállításai:",
"Session.Permission.PermissionOverrideCount": "Engedély átírása: {n,select, -1 {---} other {{n}}}",
"User.Actions.Silence": "Csitítás",
"User.Actions.Mute": "Némítás",
"User.Actions.Jump": "Ugrás",
"User.Actions.Respawn": "Újraéledés",
"User.Actions.Kick": "Kirúgás",
"User.Actions.Ban": "Kitiltás",
"Contacts.Add": "Barát hozzáadása",
"Contacts.Remove": "Barát eltávolítása",
"Contacts.ConfirmRemove": "Biztosan eltávolítod?",
"Contacts.AcceptRequest": "Barátkérelem elfogadása",
"Contacts.IgnoreRequest": "Barátkérelem mellőzése",
"Contacts.Invite": "Meghívás ide",
"Contacts.RevokeInvite": "Meghívás visszavonása",
"Contacts.BanFromAllSessions": "Kitiltás minden általam vezetett szobámból",
"Contacts.UnbanFromAllSessions": "Kitiltás visszavonása minden általam vezetett szobámból",
"Contacts.BanFromCurrentWorld": "Kitiltás a jelenlegi világból",
"Contacts.UnbanFromCurrentWorld": "Kitiltás visszavonása a jelenlegi világból",
"Contacts.RecordingVoiceMessage": "Hang felvétele...",
"Contacts.Unblocked": "Nincs blokkolva",
"Contacts.AvatarBlock": "Kinézet tiltása",
"Contacts.MutualBlock": "Közös blokkolás",
"Contacts.SelfAccount": "Én",
"Contacts.SearchPrompt": "Keresés barátok között...",
"Contacts.WriteMessage": "Üzenet írása...",
"Contacts.InSession": "Itt van: {name}",
"Contacts.InPrivate": "Privát világban van",
"Contacts.InContactsOnly": "Barátok világban van",
"Contacts.InHidden": "Rejtett világban van",
"Contacts.InHiddenContactsOnly": "Rejtett, Barátok világban van",
"Contacts.InHiddenContactsPlus": "Rejtett, Barátok+ világban van",
"Contacts.InLAN": "LAN világban van",
"Contacts.UsingDifferentVersion": "{version} verziót használ",
"Contacts.RequestSent": "Kérelem elküldve",
"Contacts.RequestReceived": "Kérelem fogadva",
"Contacts.RequestIgnored": "Mellőzve",
"Contacts.Blocked": "Blokkolva",
"Contacts.SearchResult": "Keresési eredmények",
"Contacts.Bot": "Bot-fiók",
"Notifications.IsSociable": "ismerkedésre kész, bökd meg, vagy hívd meg!",
"Notifications.IsOnline": "elérhető",
"Notifications.IsOnlineOnDifferentVersion": "elérhető<size=75%>({version} verzióban)</size>",
"Notifications.ReceivedContactRequest": "barátmeghívót kaptál",
"Notifications.ReceivedInvite": "meghívott ide:",
"Notifications.ReceivedItem": "tárgyat küldött:",
"Notifications.VoiceMessage": "hangüzenetet küldött",
"Notifications.SessionStarted": "Szobát indított:",
"Notifications.UserJoined": "Felhasználó belépett",
"Notifications.UserLeft": "Felhaszáló kilépett",
"CameraControl.OBS.Streaming.Start": "Közvetítés indítása",
"CameraControl.OBS.Streaming.Starting": "Közvetítés indítása...",
"CameraControl.OBS.Streaming.Stop": "Közvetítés leállítása",
"CameraControl.OBS.Streaming.Stopping": "Közvetítés leállítása",
"CameraControl.OBS.Recording.Start": "Felvétel indítása",
"CameraControl.OBS.Recording.Starting": "Felvétel indítása...",
"CameraControl.OBS.Recording.Stop": "Felvétel leállítása",
"CameraControl.OBS.Recording.Stopping": "Felvétel leállítása",
"Settings.Category.Audio": "Hang",
"Settings.Category.Controls": "Irányítás",
"Settings.Category.Devices": "Eszközök",
"Settings.Category.Profile": "Profil",
"Settings.Category.Networking": "Hálózat",
"Settings.Category.Security": "Biztonság",
"Settings.Category.Misc": "Egyéb",
"Settings.Category.Privacy": "Adatvédelem",
"Settings.Category.UserInterface": "Felhasználói felület",
"Settings.Category.Graphics": "Grafika",
"Settings.Category.InteractiveCamera": "Kamera",
"Settings.GeneralControlsSettings": "Irányítás",
"Settings.LocomotionSettings": "Mozgás"
}
}

29
ja.json
View file

@ -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": "ユーザー",
@ -644,6 +649,7 @@
"Contacts.WriteMessage": "メッセージを送信...",
"Contacts.InSession": "{name}にいます",
"Contacts.NoSession": "どこにもいません",
"Contacts.InPrivate": "プライベートワールドにいます",
"Contacts.InContactsOnly": "フレンドオンリーにいます",
"Contacts.InHidden": "非公開",
@ -658,6 +664,7 @@
"Contacts.SearchResult": "検索結果",
"Contacts.Bot": "ボットアカウント",
"Contacts.Migrated": "移行していないフレンド",
"Contacts.IncompatibleSession" : "互換性のないセッション",
"Notifications.IsSociable" : "さんはひまです。気軽に交流しましょう!",
"Notifications.IsOnline": "さんがオンラインになりました",
@ -929,6 +936,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": "サイドバイサイド LR",
"Importer.ImageVideo.LayoutHorizontalRL": "サイドバイサイド RL",
@ -1022,6 +1032,7 @@
"Exporter.ExportAs": "ファイル形式:",
"Exporter.Export": "エクスポート",
"Exporter.Exporting": "エクスポート中...",
"Exporter.InvalidFileName": "無効なファイル名です",
"Export.PackageExportable.Package": "Resoniteパッケージ",
"Export.PackageExportable.PackageWithVariants": "Resoniteパッケージ<size=50%>(+variants)</size>",
@ -1227,7 +1238,7 @@
"Settings.OnlineStatusSettings" : "オンライン状態",
"Settings.OnlineStatusSettings.DefaultStatus" : "標準の状態",
"Settings.OnlineStatusSettings.DefaultStatus.Description" : "これはログイン時点で設定される、オンライン状態です",
"Settings.OnlineStatusSettings.DefaultStatus.Description" : "これはログイン時点で設定される、オンライン状態です",
"Settings.OnlineStatusSettings.RememberMode" : "終了時のオンライン状態を保存する",
"Settings.OnlineStatusSettings.RememberMode.Description" : "終了時のオンライン状態を、次回ログイン時まで保持するかどうかを設定できます。これには別の設定で制御される「非表示」以外の状態を含みます。",
"Settings.OnlineStatusSettings.RememberTimespan" : "次の時間オンライン状態を保持する",
@ -1376,6 +1387,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": "ハンドトラッキングのオフセット",
@ -1563,6 +1577,10 @@
"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>この設定は診断と一時的な回避を目的としています、この値は将来的に自動的に調整されます。",
"Settings.AssetGatherSettings.MaxConcurrentAssetTransfers": "最大同時アセット転送数",
"Settings.AssetGatherSettings.MaxConcurrentAssetTransfers.Description": "セッションをホストしている時、ローカルファイル上のアセットを一度に転送できる数を設定できます。この数字を増やすと、ユーザーへのアセット転送が速くなりますが、ネットワーク接続の品質が低下する可能性があります。ネットワークが処理しきれる値を確認してみることをおすすめします。",
@ -1593,14 +1611,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チャンネル名",
@ -2069,6 +2085,9 @@
"Inspector.Texture.NormalizeMinMax" : "正規化 (最大最小)",
"Inspector.Texture.NormalizeIndependent" : "RGBを個別に正規化 (最大最小)",
"Inspector.Texture.BleedColorToAlpha" : "透明部分に色を塗り足す",
"Inspector.Texture.AlphaGamma": "Alpha Gamma",
"Inspector.Texture.AdjustAlphaGamma": "Adjust Alpha Gamma",
"Inspector.Texture.AddAlpha": "Add Alpha",
"Inspector.Texture.InvalidFloats": "診断: フロートが無効です",
"Inspector.Texture.GenerateMetadata": "診断: ビットマップメタデータを生成します",

22
ko.json
View file

@ -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,7 +598,9 @@
"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": "세션권한",
@ -644,6 +649,7 @@
"Contacts.WriteMessage": "..메시지 작성..",
"Contacts.InSession": "{name}에 있음",
"Contacts.NoSession": "세션 없음",
"Contacts.InPrivate": "비공개 세션에 있음",
"Contacts.InContactsOnly": "친구전용 세션에 있음",
"Contacts.InHidden": "숨겨진 세션에 있음",
@ -658,6 +664,7 @@
"Contacts.SearchResult": "검색 결과",
"Contacts.Bot": "봇 계정",
"Contacts.Migrated": "연락처를 이전하지 않았습니다.",
"Contacts.IncompatibleSession" : "비호환 세션에 있음",
"Notifications.IsSociable" : "대화 가능 상태가 되었습니다! 상대방과 대화 또는 초대해 보세요!",
"Notifications.IsOnline": "온라인 상태가 되었습니다.",
@ -929,6 +936,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": "양쪽으로 배치(LR)",
"Importer.ImageVideo.LayoutHorizontalRL": "양쪽으로 배치(RL)",
@ -1022,6 +1032,7 @@
"Exporter.ExportAs": "내보낼 유형:",
"Exporter.Export": "내보내기",
"Exporter.Exporting": "내보내는 중...",
"Exporter.InvalidFileName": "파일 이름이 잘못되었습니다.",
"Export.PackageExportable.Package": "레소나이트 패키지",
"Export.PackageExportable.PackageWithVariants": "레소나이트 패키지 <size=75%>(베리언트 포함)</size>",
@ -1376,6 +1387,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": "추적 보정치",
@ -1564,6 +1578,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는 기본적으로 인터넷을 통한 연결에 사용되지 않으므로, 이 설정은 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> 이 설정은 문제진단 또는 일시적인 문제 해결을 위한 것입니다. 추후 자동으로 제어될 예정입니다.",
"Settings.AssetGatherSettings.MaxConcurrentAssetTransfers": "자산의 최대 동시 전송량",
"Settings.AssetGatherSettings.MaxConcurrentAssetTransfers.Description": "세션 호스팅 시 한 번에 전송할 자산의 수를 설정합니다. 높이면 그만큼 빠르게 다른 사용자들에게 전달이 가능하지만, 네트워크 품질이 저하됩니다. 네트워크 성능을 고려하여 적절한 값으로 조정하세요.",
@ -1594,8 +1612,6 @@
"Settings.DebugSettings.DebugInputBindings": "입력 바인딩 디버그",
"Settings.DebugSettings.DebugInputBindings.Description": "활성화 시, 입력 바인딩 시스템에 대한 디버깅 정보가 표시됩니다. 이는 개발자에게 도움이 됩니다.",
"Settings.DebugSettings.FetchIncompatibleSessions": "호환되지 않는 세션 보이기",
"Settings.DebugSettings.FetchIncompatibleSessions.Description": "활성화 시, 월드 탐색기에 버전이 다른 비호환 세션 목록도 표시됩니다. 비호환 세션은 참여가 불가합니다.",
"Settings.LegacyFeatureSettings.UseLegacyGripEquip": "더블 그립으로 장착하기",
"Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description": "활성화 시, 잡기(Grab)를 빠르게 두번 수행하여 도구를 장착할 수 있습니다. 이 기능은 잠재적으로 삭제될 예정입니다.",

30
ru.json
View file

@ -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": "Пользователи",
@ -644,6 +649,7 @@
"Contacts.WriteMessage": "Напишите сообщение...",
"Contacts.InSession": "В {name}",
"Contacts.NoSession": "Без сессии",
"Contacts.InPrivate": "В приватном мире",
"Contacts.InContactsOnly": "В мире только для контактов",
"Contacts.InHidden": "В скрытом мире",
@ -658,6 +664,7 @@
"Contacts.SearchResult": "Результат поиска",
"Contacts.Bot": "Бот",
"Contacts.Migrated": "Контакт не мигрировал",
"Contacts.IncompatibleSession" : "Несовместимая сессия",
"Notifications.IsSociable" : "Общительный(-ая), можно поговорить или пригласить!",
"Notifications.IsOnline": "Сейчас Онлайн",
@ -929,6 +936,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 +1032,7 @@
"Exporter.ExportAs": "Экспортировать как:",
"Exporter.Export": "Экспорт",
"Exporter.Exporting": "Идет экспорт...",
"Exporter.InvalidFileName": "Недопустимое имя файла",
"Export.PackageExportable.Package": "Пакет Resonite",
"Export.PackageExportable.PackageWithVariants": "Пакет Resonite <size=75%>(+варианты ассетов)</size>",
@ -1279,7 +1290,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 +1387,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": "Отступ трекинга рук",
@ -1500,6 +1514,11 @@
"Settings.AudioInputDeviceSettings.DevicePriorities": "Устройства аудио ввода",
"Settings.AudioInputDeviceSettings.DevicePriorities.Breadcrumb": "Устройства аудио ввода",
"Settings.AudioInputDeviceSettings.SetAsDefault": "Установить по умолчанию",
"Settings.AudioInputDeviceSettings.Testing.Header": "Протестировать аудио ввод",
"Settings.AudioInputDeviceSettings.Testing.Description": "Вы можете протестировать выбранное аудио устройство чтобы убедиться, что оно работает правильно. Нажмите кнопку, и звук с устройства аудио ввода начнет проигрываться через устройство аудио вывода.",
"Settings.AudioInputDeviceSettings.Testing.ListenToInput": "Слушать этот ввод",
"Settings.AudioInputDeviceSettings.Testing.StopListeningToInput": "Перестать слушать",
"Settings.AudioInputDeviceSettings.Testing.Monitoring.Header": "Живой мониторинг аудио",
"Settings.AudioOutputDeviceSettings.UseSystemDefault": "Использовать системное устройство вывода по умолчанию",
"Settings.AudioOutputDeviceSettings.UseSystemDefault.Description": "Включите чтобы автоматически использовать устройство вывода, которое вы выбрали как устройство по умолчанию в системных настройках. Если вам нужно использовать устройство, отличное от устройства по умолчанию, выключите эту настройку и выберите устройство в настройках ниже. Это может быть полезно если вы используете разные устройства при переключении между VR и экранным режимом.",
@ -1564,6 +1583,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 +1617,6 @@
"Settings.DebugSettings.DebugInputBindings": "Отладка привязок ввода",
"Settings.DebugSettings.DebugInputBindings.Description": "Когда включено, будет показана информация для системы привязок ввода. В осномном это полезно для разработчиков.",
"Settings.DebugSettings.FetchIncompatibleSessions": "Получить несовместимые сессии",
"Settings.DebugSettings.FetchIncompatibleSessions.Description": "Когда включено, вы увидите активные сессии, которые несовместимы с вашим клиентом и к которым вы из-за этого не сможете подключиться.",
"Settings.LegacyFeatureSettings.UseLegacyGripEquip": "Дважды нажать хват для экипировки",
"Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description": "Когда включено, вы можете экипировать инструменты и гаджеты быстрым двойным нажатием хвата. Эта настройка, скорее всего, когда-нибудт будет убрана.",
@ -1616,6 +1637,7 @@
"Settings.LocaleSettings.UseImperialUnits.Description": "Когда включено, редакторы для количеств (длина/высота, масса, объем...) будут использовать имперские единицв вместо метрических. Полезно если вы из США, Великобритании, Либерии или Мьянмы.",
"Settings.LocaleSettings.AvailableLocales": "Выберите локаль",
"Settings.LocaleSettings.AvailableLocales.Breadcrumb": "Локали",
"Settings.LocaleSettings.AvailableLocales.SystemLocale": "Использовать язык операционной системы",
"Settings.DashSettings.DashCurvature": "Изгиб",
"Settings.DashSettings.DashCurvature.Description": "Эта настройка определяет изгиб дэшборда в VR. Установите в 0 чтобы сделать его полностью плоским.",

1062
uk.json Normal file

File diff suppressed because it is too large Load diff

View file

@ -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": "用户",
@ -644,6 +649,7 @@
"Contacts.WriteMessage": "编写消息...",
"Contacts.InSession": "在 {name}",
"Contacts.NoSession": "无会话",
"Contacts.InPrivate": "在私人世界",
"Contacts.InContactsOnly": "在仅限好友的世界",
"Contacts.InHidden": "在隐藏的世界",
@ -658,6 +664,7 @@
"Contacts.SearchResult": "搜索结果",
"Contacts.Bot": "Bot帐户",
"Contacts.Migrated": "好友未迁移",
"Contacts.IncompatibleSession" : "不兼容的会话",
"Notifications.IsSociable" : "有社交意愿, 叫一下或者邀请他们!",
"Notifications.IsOnline": "上线了",
@ -929,6 +936,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": "并排 LR",
"Importer.ImageVideo.LayoutHorizontalRL": "并排 RL",
@ -1022,6 +1032,7 @@
"Exporter.ExportAs": "导出为:",
"Exporter.Export": "导出",
"Exporter.Exporting": "导出中...",
"Exporter.InvalidFileName": "无效的文件名",
"Export.PackageExportable.Package": "Resonite 包文件",
"Export.PackageExportable.PackageWithVariants": "Resonite 包文件 <size=50%>(+变量)</size>",
@ -1236,7 +1247,7 @@
"Settings.OnlineStatusSettings.InvisibleRememberMode.Description" : "如果你上次被设置为隐身,该设置将控制如何记住你上次的状态。出于隐私原因,隐身状态有一个单独的设置,以确保如果你上次被设置为隐身,即使你的其他状态没有被记住,你也可以确保下次登录时保持隐身状态。",
"Settings.OnlineStatusSettings.InvisibleRememberTimespan" : "在指定时间内记住隐身状态",
"Settings.OnlineStatusSettings.InvisibleRememberTimespan.Description" : "只有当你在这段时间内再次登录时,你上次的隐身状态才会被记住。如果超过这个时间,你将从默认状态开始。",
"Settings.OnlineStatusSettings.AutoAwayTimespan" : "在挂机到指定事件后设置为离开",
"Settings.OnlineStatusSettings.AutoAwayTimespan" : "在挂机到指定时间后设置为离开",
"Settings.OnlineStatusSettings.AutoAwayTimespan.Description" : "当你挂机时长达到这个时间后,你的在线状态将自动切换为离开。一旦你回来,就会自动设置回之前的状态,除非你手动设置为离开。",
"Settings.AudioInputDeviceSettings": "音频输入",
@ -1376,6 +1387,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": "手部追踪偏移量",
@ -1564,8 +1578,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": "在开始会话时,该设置调整当时可以传输多少本地导入的资产。增加该值可以更快地向用户传输资产,但也会降低网络连接的质量。我们建议测试网络可以承受的数值。",
@ -1596,8 +1612,6 @@
"Settings.DebugSettings.DebugInputBindings": "显示输入绑定的调试信息",
"Settings.DebugSettings.DebugInputBindings.Description": "启用后,你将看到输入绑定系统的调试信息。 这对开发人员非常有用。",
"Settings.DebugSettings.FetchIncompatibleSessions": "在会话列表显示不兼容的会话",
"Settings.DebugSettings.FetchIncompatibleSessions.Description": "启用后,你将会在会话列表看到与当前客户端版本不兼容的活动会话。",
"Settings.LegacyFeatureSettings.UseLegacyGripEquip": "双击手柄握把键装备物品",
"Settings.LegacyFeatureSettings.UseLegacyGripEquip.Description": "启用后,只要连续按两次握把键,就可以装备工具和小物件。这一设置可能会在某个时候被移除。",