mirror of
https://github.com/Mrdabup/LocaleSpanish.git
synced 2025-12-06 14:23:00 -06:00
Merge branch 'main' into main
This commit is contained in:
commit
79fafa0712
27 changed files with 137 additions and 27 deletions
11
.github/ISSUE_TEMPLATE/badge.yml
vendored
Normal file
11
.github/ISSUE_TEMPLATE/badge.yml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
name: Request Translator badge
|
||||
description: Request a Translator badge if you've contributed the locale.
|
||||
body:
|
||||
- type: input
|
||||
id: userid
|
||||
attributes:
|
||||
label: User ID
|
||||
description: Your User ID. You can see how to find it on the [wiki](https://wiki.resonite.com/User_ID#Finding_a_user_ID).
|
||||
placeholder: U-fX3pKe7AYYQ
|
||||
validations:
|
||||
required: true
|
||||
|
|
@ -6,6 +6,8 @@ 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
|
||||
|
|
@ -375,6 +377,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
|
||||
|
|
|
|||
|
|
@ -2,7 +2,11 @@
|
|||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# German [de]
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.TCP
|
||||
World.Filter.IncompatibleSessions
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP.Description
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -1323,6 +1325,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
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@ 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
|
||||
|
|
@ -344,6 +346,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
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@ 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
|
||||
Contacts.IncompatibleSession
|
||||
|
|
@ -338,6 +340,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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -652,6 +654,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
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
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
|
||||
Contacts.Unblocked
|
||||
|
|
@ -108,6 +110,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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
# Missing Keys
|
||||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# French [fr]
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.TCP
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP.Description
|
||||
|
||||
|
|
|
|||
|
|
@ -22,8 +22,10 @@ Inventory.Favorite.AudioStreamController
|
|||
Inventory.Favorite.TextDisplay
|
||||
Inventory.SpawnFacet
|
||||
Dash.Exit.SubmittedBy
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.LNL.NATPunchthrough
|
||||
World.Connection.LNL.Relay
|
||||
World.Connection.TCP
|
||||
World.Error.SecurityViolation
|
||||
World.Actions.CopyRecordURL
|
||||
World.Indicator.Sessions
|
||||
|
|
@ -815,6 +817,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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -793,6 +795,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
|
||||
|
|
|
|||
|
|
@ -2,7 +2,11 @@
|
|||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Japanese [ja]
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.TCP
|
||||
World.Filter.IncompatibleSessions
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP.Description
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,11 @@
|
|||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Korean [ko]
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.TCP
|
||||
World.Filter.IncompatibleSessions
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP.Description
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -616,6 +618,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
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@ 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
|
||||
|
|
@ -407,6 +409,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
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
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
|
||||
Contacts.IncompatibleSession
|
||||
Importer.LUT.Failure.Heading
|
||||
|
|
@ -242,6 +244,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
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@ 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
|
||||
|
|
@ -408,6 +410,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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
# Missing Keys
|
||||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Russian [ru]
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.TCP
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP.Description
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@ 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
|
||||
Contacts.IncompatibleSession
|
||||
|
|
@ -760,6 +762,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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -1310,6 +1312,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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -686,6 +688,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
|
||||
|
|
|
|||
|
|
@ -2,7 +2,11 @@
|
|||
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
|
||||
|
||||
# Chinese (China) [zh-cn]
|
||||
World.Connection.LNL.LNLPoke
|
||||
World.Connection.TCP
|
||||
World.Filter.IncompatibleSessions
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay
|
||||
Settings.SteamIntegrationSettings.ForceSteamVoiceOnRemotePlay.Description
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP
|
||||
Settings.RealtimeNetworkingSettings.PreferTCP.Description
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@ 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
|
||||
|
|
@ -403,6 +405,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
|
||||
|
|
|
|||
46
README.md
46
README.md
|
|
@ -2,31 +2,31 @@
|
|||
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.3% - Missing keys: 677
|
||||
German [de] - 99.9% - Missing keys: 3
|
||||
English (United Kingdom) [en-gb] - 1.9% - Missing keys: 2239
|
||||
Czech [cs] - 70.2% - Missing keys: 681
|
||||
German [de] - 99.7% - Missing keys: 7
|
||||
English (United Kingdom) [en-gb] - 1.9% - Missing keys: 2243
|
||||
English [en] - 100.0% - Missing keys: 0
|
||||
Esperanto [eo] - 71.7% - Missing keys: 646
|
||||
Spanish [es] - 73.2% - Missing keys: 612
|
||||
Estonian [et] - 36.2% - Missing keys: 1457
|
||||
Finnish [fi] - 83.9% - Missing keys: 367
|
||||
French [fr] - 100.0% - Missing keys: 0
|
||||
Hungarian [hu] - 23.2% - Missing keys: 1753
|
||||
Icelandic [is] - 28.0% - Missing keys: 1642
|
||||
Japanese [ja] - 99.9% - Missing keys: 3
|
||||
Korean [ko] - 99.9% - Missing keys: 3
|
||||
Dutch [nl] - 45.4% - Missing keys: 1247
|
||||
Norwegian [no] - 68.8% - Missing keys: 711
|
||||
Polish [pl] - 79.1% - Missing keys: 477
|
||||
Portuguese (Brazil) [pt-br] - 68.8% - Missing keys: 712
|
||||
Russian [ru] - 100.0% - Missing keys: 0
|
||||
Swedish [sv] - 27.9% - Missing keys: 1645
|
||||
Thai [th] - 1.8% - Missing keys: 2242
|
||||
Turkish [tr] - 35.6% - Missing keys: 1469
|
||||
Chinese (China) [zh-cn] - 99.9% - Missing keys: 3
|
||||
Chinese (Taiwan) [zh-tw] - 69.1% - Missing keys: 706
|
||||
Esperanto [eo] - 71.6% - Missing keys: 650
|
||||
Spanish [es] - 73.1% - Missing keys: 616
|
||||
Estonian [et] - 36.1% - Missing keys: 1461
|
||||
Finnish [fi] - 83.8% - Missing keys: 371
|
||||
French [fr] - 99.8% - Missing keys: 4
|
||||
Hungarian [hu] - 23.1% - Missing keys: 1757
|
||||
Icelandic [is] - 28.0% - Missing keys: 1646
|
||||
Japanese [ja] - 99.7% - Missing keys: 7
|
||||
Korean [ko] - 99.7% - Missing keys: 7
|
||||
Dutch [nl] - 45.3% - Missing keys: 1251
|
||||
Norwegian [no] - 68.7% - Missing keys: 715
|
||||
Polish [pl] - 79.0% - Missing keys: 481
|
||||
Portuguese (Brazil) [pt-br] - 68.7% - Missing keys: 716
|
||||
Russian [ru] - 99.8% - Missing keys: 4
|
||||
Swedish [sv] - 27.9% - Missing keys: 1649
|
||||
Thai [th] - 1.7% - Missing keys: 2246
|
||||
Turkish [tr] - 35.6% - Missing keys: 1473
|
||||
Chinese (China) [zh-cn] - 99.7% - Missing keys: 7
|
||||
Chinese (Taiwan) [zh-tw] - 68.9% - Missing keys: 710
|
||||
|
||||
Total keys: 2282
|
||||
Total keys: 2286
|
||||
|
||||
## 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.
|
||||
|
|
|
|||
6
en.json
6
en.json
|
|
@ -182,10 +182,12 @@
|
|||
"World.Connection.Connected": "Connected",
|
||||
"World.Connection.SyncingInitialState": "Syncing initial world state",
|
||||
|
||||
"World.Connection.LNL.DirectIP": "LNL Direct IP",
|
||||
"World.Connection.LNL.DirectIP": "LNL Direct IP<br><size=75%>{address}</size>",
|
||||
"World.Connection.LNL.LNLPoke": "Requesting LNL Poke",
|
||||
"World.Connection.LNL.NATPunchthrough": "LNL NAT Punchthrough {n}",
|
||||
"World.Connection.LNL.Relay": "LNL Relay",
|
||||
"World.Connection.SteamNetworkingSockets": "Steam Networking Sockets",
|
||||
"World.Connection.TCP": "TCP<br><size=75%>{address}</size>",
|
||||
|
||||
"World.Error.AccessDenied": "Access Denied",
|
||||
"World.Error.SecurityViolation": "Security Violation",
|
||||
|
|
@ -1573,6 +1575,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.",
|
||||
|
||||
|
|
|
|||
1
fi.json
1
fi.json
|
|
@ -1584,7 +1584,6 @@
|
|||
|
||||
|
||||
|
||||
|
||||
"Settings.LegacyFeatureSettings.UseLegacyGripEquip": "Tuplatartu pitääksesi esineitä kädessä",
|
||||
|
||||
"Settings.LegacyFeatureSettings.UseLegacyWorldSwitcher": "Käytä vanhaa maailman vaihtajaa",
|
||||
|
|
|
|||
8
ja.json
8
ja.json
|
|
@ -342,6 +342,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": "並べ替え:",
|
||||
|
|
@ -1381,6 +1382,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": "ハンドトラッキングのオフセット",
|
||||
|
|
@ -1600,12 +1604,12 @@
|
|||
|
||||
"Settings.DebugSettings.DebugInputBindings": "インプットバインディングのデバッグ",
|
||||
"Settings.DebugSettings.DebugInputBindings.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チャンネル名",
|
||||
|
|
|
|||
Loading…
Reference in a new issue