Merge branch 'Yellow-Dog-Man:main' into nl-rework

This commit is contained in:
coolymike 2024-05-31 07:52:30 +00:00 committed by GitHub
commit c50059983e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 2430 additions and 106 deletions

View file

@ -22,6 +22,8 @@ Recovery.NoPasswordSetup
Recovery.NoPasswordSetup.Description
Register.UnknownError
Register.UnknownError.Description
Profile.Status.Sociable
Notifications.IsSociable
Notifications.SessionStarted
Notifications.UserJoined
Notifications.UserLeft
@ -396,6 +398,8 @@ Settings.DashSettings.AllowReplacingSettings.Description
Settings.NotificationSettings
Settings.NotificationSettings.UserOnline
Settings.NotificationSettings.UserOnline.Description
Settings.NotificationSettings.UserSociable
Settings.NotificationSettings.UserSociable.Description
Settings.NotificationSettings.UserOnlineOnAnotherBuild
Settings.NotificationSettings.UserOnlineOnAnotherBuild.Description
Settings.NotificationSettings.Message

View file

@ -2,15 +2,8 @@
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
# German [de]
General.Units.Metric
General.Units.Imperial
Interaction.SaveToInventory.NotLoggedIn
Interaction.SaveToInventory.NoWritePermission
AvatarCreator.ProtectionUnavailable
Settings.MovementSettings.TurningDeadzone
Settings.MovementSettings.TurningDeadzone.Description
Tutorial.Welcome.SidewaysTurnOnly
Tutorial.Welcome.SidewaysTurnOnly.Description
Tutorial.Welcome.SidewaysTurnAndMove
Tutorial.Welcome.SidewaysTurnAndMove.Description
Profile.Status.Sociable
Notifications.IsSociable
Settings.NotificationSettings.UserSociable
Settings.NotificationSettings.UserSociable.Description

View file

@ -499,6 +499,7 @@ Account.Type.Team
Avatar.Badge.Live
2FA.Header
2FA.Token
Profile.Status.Sociable
Profile.Status.Online
Profile.Status.Away
Profile.Status.Busy
@ -561,6 +562,7 @@ Contacts.Blocked
Contacts.SearchResult
Contacts.Bot
Contacts.Migrated
Notifications.IsSociable
Notifications.IsOnline
Notifications.IsOnlineOnDifferentVersion
Notifications.ReceivedContactRequest
@ -1344,6 +1346,8 @@ Settings.DashSettings.AllowReplacingSettings.Description
Settings.NotificationSettings
Settings.NotificationSettings.UserOnline
Settings.NotificationSettings.UserOnline.Description
Settings.NotificationSettings.UserSociable
Settings.NotificationSettings.UserSociable.Description
Settings.NotificationSettings.UserOnlineOnAnotherBuild
Settings.NotificationSettings.UserOnlineOnAnotherBuild.Description
Settings.NotificationSettings.Message

View file

@ -12,6 +12,8 @@ Login.MissingSecretMachineId
Login.MissingSecretMachineId.Description
Login.MalformedSecretMachineId
Login.MalformedSecretMachineId.Description
Profile.Status.Sociable
Notifications.IsSociable
Notifications.SessionStarted
Notifications.UserJoined
Notifications.UserLeft
@ -365,6 +367,8 @@ Settings.DashSettings.AllowReplacingSettings.Description
Settings.NotificationSettings
Settings.NotificationSettings.UserOnline
Settings.NotificationSettings.UserOnline.Description
Settings.NotificationSettings.UserSociable
Settings.NotificationSettings.UserSociable.Description
Settings.NotificationSettings.UserOnlineOnAnotherBuild
Settings.NotificationSettings.UserOnlineOnAnotherBuild.Description
Settings.NotificationSettings.Message

View file

@ -6,6 +6,8 @@ General.Units.Metric
General.Units.Imperial
Interaction.SaveToInventory.NotLoggedIn
Interaction.SaveToInventory.NoWritePermission
Profile.Status.Sociable
Notifications.IsSociable
Notifications.SessionStarted
Notifications.UserJoined
Notifications.UserLeft
@ -359,6 +361,8 @@ Settings.DashSettings.AllowReplacingSettings.Description
Settings.NotificationSettings
Settings.NotificationSettings.UserOnline
Settings.NotificationSettings.UserOnline.Description
Settings.NotificationSettings.UserSociable
Settings.NotificationSettings.UserSociable.Description
Settings.NotificationSettings.UserOnlineOnAnotherBuild
Settings.NotificationSettings.UserOnlineOnAnotherBuild.Description
Settings.NotificationSettings.Message

View file

@ -216,6 +216,7 @@ Account.Type.Team
Avatar.Badge.Live
2FA.Header
2FA.Token
Profile.Status.Sociable
Profile.Status.Headless
Session.JoinVerifier.EnableHeader
Session.JoinVerifier.EnableText
@ -233,6 +234,7 @@ Contacts.InContactsOnly
Contacts.InHiddenContactsOnly
Contacts.InHiddenContactsPlus
Contacts.Migrated
Notifications.IsSociable
Notifications.SessionStarted
Notifications.UserJoined
Notifications.UserLeft
@ -673,6 +675,8 @@ Settings.DashSettings.AllowReplacingSettings.Description
Settings.NotificationSettings
Settings.NotificationSettings.UserOnline
Settings.NotificationSettings.UserOnline.Description
Settings.NotificationSettings.UserSociable
Settings.NotificationSettings.UserSociable.Description
Settings.NotificationSettings.UserOnlineOnAnotherBuild
Settings.NotificationSettings.UserOnlineOnAnotherBuild.Description
Settings.NotificationSettings.Message

View file

@ -12,6 +12,7 @@ World.Actions.GuestWarning
World.AccessLevel.LAN
Account.Saml2.Title
Avatar.Badge.Live
Profile.Status.Sociable
Profile.Status.Online
Profile.Status.Offline
Session.JoinVerifier.EnableHeader
@ -20,6 +21,7 @@ Session.JoinVerifier.Label
Session.JoinVerifier.ComponentWarning
Session.JoinVerifier.SetCustomVerifier
Contacts.Unblocked
Notifications.IsSociable
Tooltip.Cartridge.Eject
Tooltip.Microphone.Format.WAV
Tooltip.Microphone.Format.Vorbis
@ -198,6 +200,8 @@ Settings.DashSettings.OpenCloseSpeed.Description
Settings.DashSettings.AllowReplacingSettings
Settings.DashSettings.AllowReplacingSettings.Description
Settings.NotificationSettings.UserOnline.Description
Settings.NotificationSettings.UserSociable
Settings.NotificationSettings.UserSociable.Description
Settings.NotificationSettings.UserOnlineOnAnotherBuild.Description
Settings.NotificationSettings.Message.Description
Settings.NotificationSettings.Invite.Description

View file

@ -2,15 +2,8 @@
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
# French [fr]
General.Units.Metric
General.Units.Imperial
Interaction.SaveToInventory.NotLoggedIn
Interaction.SaveToInventory.NoWritePermission
AvatarCreator.ProtectionUnavailable
Settings.MovementSettings.TurningDeadzone
Settings.MovementSettings.TurningDeadzone.Description
Tutorial.Welcome.SidewaysTurnOnly
Tutorial.Welcome.SidewaysTurnOnly.Description
Tutorial.Welcome.SidewaysTurnAndMove
Tutorial.Welcome.SidewaysTurnAndMove.Description
Profile.Status.Sociable
Notifications.IsSociable
Settings.NotificationSettings.UserSociable
Settings.NotificationSettings.UserSociable.Description

View file

@ -94,6 +94,7 @@ Account.TOTP.Deactivate.Deactivating
Account.TOTP.Message.DeactivationComplete
2FA.Header
2FA.Token
Profile.Status.Sociable
Session.JoinVerifier.EnableHeader
Session.JoinVerifier.EnableText
Session.JoinVerifier.Label
@ -111,6 +112,7 @@ Contacts.InContactsOnly
Contacts.InHiddenContactsOnly
Contacts.InHiddenContactsPlus
Contacts.Migrated
Notifications.IsSociable
Notifications.SessionStarted
Notifications.UserJoined
Notifications.UserLeft
@ -814,6 +816,8 @@ Settings.DashSettings.AllowReplacingSettings.Description
Settings.NotificationSettings
Settings.NotificationSettings.UserOnline
Settings.NotificationSettings.UserOnline.Description
Settings.NotificationSettings.UserSociable
Settings.NotificationSettings.UserSociable.Description
Settings.NotificationSettings.UserOnlineOnAnotherBuild
Settings.NotificationSettings.UserOnlineOnAnotherBuild.Description
Settings.NotificationSettings.Message

View file

@ -2,15 +2,8 @@
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
# Japanese [ja]
General.Units.Metric
General.Units.Imperial
Interaction.SaveToInventory.NotLoggedIn
Interaction.SaveToInventory.NoWritePermission
AvatarCreator.ProtectionUnavailable
Settings.MovementSettings.TurningDeadzone
Settings.MovementSettings.TurningDeadzone.Description
Tutorial.Welcome.SidewaysTurnOnly
Tutorial.Welcome.SidewaysTurnOnly.Description
Tutorial.Welcome.SidewaysTurnAndMove
Tutorial.Welcome.SidewaysTurnAndMove.Description
Profile.Status.Sociable
Notifications.IsSociable
Settings.NotificationSettings.UserSociable
Settings.NotificationSettings.UserSociable.Description

View file

@ -1,16 +1,3 @@
# Missing Keys
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
# Korean [ko]
General.Units.Metric
General.Units.Imperial
Interaction.SaveToInventory.NotLoggedIn
Interaction.SaveToInventory.NoWritePermission
AvatarCreator.ProtectionUnavailable
Settings.MovementSettings.TurningDeadzone
Settings.MovementSettings.TurningDeadzone.Description
Tutorial.Welcome.SidewaysTurnOnly
Tutorial.Welcome.SidewaysTurnOnly.Description
Tutorial.Welcome.SidewaysTurnAndMove
Tutorial.Welcome.SidewaysTurnAndMove.Description

View file

@ -164,6 +164,7 @@ Account.Type.Mentor
Account.Type.Moderator
Account.Type.Team
Avatar.Badge.Live
Profile.Status.Sociable
Profile.Status.Headless
Session.JoinVerifier.EnableHeader
Session.JoinVerifier.EnableText
@ -181,6 +182,7 @@ Contacts.InContactsOnly
Contacts.InHiddenContactsOnly
Contacts.InHiddenContactsPlus
Contacts.Migrated
Notifications.IsSociable
Notifications.SessionStarted
Notifications.UserJoined
Notifications.UserLeft
@ -637,6 +639,8 @@ Settings.DashSettings.AllowReplacingSettings.Description
Settings.NotificationSettings
Settings.NotificationSettings.UserOnline
Settings.NotificationSettings.UserOnline.Description
Settings.NotificationSettings.UserSociable
Settings.NotificationSettings.UserSociable.Description
Settings.NotificationSettings.UserOnlineOnAnotherBuild
Settings.NotificationSettings.UserOnlineOnAnotherBuild.Description
Settings.NotificationSettings.Message

View file

@ -51,6 +51,8 @@ Recovery.NoPasswordSetup
Recovery.NoPasswordSetup.Description
Register.UnknownError
Register.UnknownError.Description
Profile.Status.Sociable
Notifications.IsSociable
Notifications.SessionStarted
Notifications.UserJoined
Notifications.UserLeft
@ -428,6 +430,8 @@ Settings.DashSettings.AllowReplacingSettings.Description
Settings.NotificationSettings
Settings.NotificationSettings.UserOnline
Settings.NotificationSettings.UserOnline.Description
Settings.NotificationSettings.UserSociable
Settings.NotificationSettings.UserSociable.Description
Settings.NotificationSettings.UserOnlineOnAnotherBuild
Settings.NotificationSettings.UserOnlineOnAnotherBuild.Description
Settings.NotificationSettings.Message

View file

@ -6,6 +6,8 @@ General.Units.Metric
General.Units.Imperial
Interaction.SaveToInventory.NotLoggedIn
Interaction.SaveToInventory.NoWritePermission
Profile.Status.Sociable
Notifications.IsSociable
Notifications.UserJoined
Notifications.UserLeft
Tooltip.Glue.Mode.BakeSkinnedMeshes
@ -282,6 +284,8 @@ Settings.DashSettings.AllowReplacingSettings.Description
Settings.NotificationSettings
Settings.NotificationSettings.UserOnline
Settings.NotificationSettings.UserOnline.Description
Settings.NotificationSettings.UserSociable
Settings.NotificationSettings.UserSociable.Description
Settings.NotificationSettings.UserOnlineOnAnotherBuild
Settings.NotificationSettings.UserOnlineOnAnotherBuild.Description
Settings.NotificationSettings.Message

View file

@ -52,6 +52,8 @@ Recovery.NoPasswordSetup
Recovery.NoPasswordSetup.Description
Register.UnknownError
Register.UnknownError.Description
Profile.Status.Sociable
Notifications.IsSociable
Notifications.SessionStarted
Notifications.UserJoined
Notifications.UserLeft
@ -429,6 +431,8 @@ Settings.DashSettings.AllowReplacingSettings.Description
Settings.NotificationSettings
Settings.NotificationSettings.UserOnline
Settings.NotificationSettings.UserOnline.Description
Settings.NotificationSettings.UserSociable
Settings.NotificationSettings.UserSociable.Description
Settings.NotificationSettings.UserOnlineOnAnotherBuild
Settings.NotificationSettings.UserOnlineOnAnotherBuild.Description
Settings.NotificationSettings.Message

View file

@ -2,15 +2,8 @@
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
# Russian [ru]
General.Units.Metric
General.Units.Imperial
Interaction.SaveToInventory.NotLoggedIn
Interaction.SaveToInventory.NoWritePermission
AvatarCreator.ProtectionUnavailable
Settings.MovementSettings.TurningDeadzone
Settings.MovementSettings.TurningDeadzone.Description
Tutorial.Welcome.SidewaysTurnOnly
Tutorial.Welcome.SidewaysTurnOnly.Description
Tutorial.Welcome.SidewaysTurnAndMove
Tutorial.Welcome.SidewaysTurnAndMove.Description
Profile.Status.Sociable
Notifications.IsSociable
Settings.NotificationSettings.UserSociable
Settings.NotificationSettings.UserSociable.Description

View file

@ -6,6 +6,8 @@ General.Units.Metric
General.Units.Imperial
Interaction.SaveToInventory.NotLoggedIn
Interaction.SaveToInventory.NoWritePermission
Profile.Status.Sociable
Notifications.IsSociable
Notifications.SessionStarted
Notifications.UserJoined
Notifications.UserLeft
@ -779,6 +781,8 @@ Settings.DashSettings.AllowReplacingSettings.Description
Settings.NotificationSettings
Settings.NotificationSettings.UserOnline
Settings.NotificationSettings.UserOnline.Description
Settings.NotificationSettings.UserSociable
Settings.NotificationSettings.UserSociable.Description
Settings.NotificationSettings.UserOnlineOnAnotherBuild
Settings.NotificationSettings.UserOnlineOnAnotherBuild.Description
Settings.NotificationSettings.Message

2213
Missing/th.md Normal file

File diff suppressed because it is too large Load diff

View file

@ -243,6 +243,7 @@ Account.Type.Team
Avatar.Badge.Live
2FA.Header
2FA.Token
Profile.Status.Sociable
Profile.Status.Headless
Session.JoinVerifier.EnableHeader
Session.JoinVerifier.EnableText
@ -264,6 +265,7 @@ Contacts.InHiddenContactsOnly
Contacts.InHiddenContactsPlus
Contacts.Bot
Contacts.Migrated
Notifications.IsSociable
Notifications.SessionStarted
Notifications.UserJoined
Notifications.UserLeft
@ -707,6 +709,8 @@ Settings.DashSettings.AllowReplacingSettings.Description
Settings.NotificationSettings
Settings.NotificationSettings.UserOnline
Settings.NotificationSettings.UserOnline.Description
Settings.NotificationSettings.UserSociable
Settings.NotificationSettings.UserSociable.Description
Settings.NotificationSettings.UserOnlineOnAnotherBuild
Settings.NotificationSettings.UserOnlineOnAnotherBuild.Description
Settings.NotificationSettings.Message

View file

@ -1,16 +1,3 @@
# Missing Keys
Note that this file updates only during build processes and doesn't necessarily reflect the current state.
# Chinese (China) [zh-cn]
General.Units.Metric
General.Units.Imperial
Interaction.SaveToInventory.NotLoggedIn
Interaction.SaveToInventory.NoWritePermission
AvatarCreator.ProtectionUnavailable
Settings.MovementSettings.TurningDeadzone
Settings.MovementSettings.TurningDeadzone.Description
Tutorial.Welcome.SidewaysTurnOnly
Tutorial.Welcome.SidewaysTurnOnly.Description
Tutorial.Welcome.SidewaysTurnAndMove
Tutorial.Welcome.SidewaysTurnAndMove.Description

View file

@ -50,6 +50,8 @@ Recovery.NoPasswordSetup
Recovery.NoPasswordSetup.Description
Register.UnknownError
Register.UnknownError.Description
Profile.Status.Sociable
Notifications.IsSociable
Notifications.SessionStarted
Notifications.UserJoined
Notifications.UserLeft
@ -424,6 +426,8 @@ Settings.DashSettings.AllowReplacingSettings.Description
Settings.NotificationSettings
Settings.NotificationSettings.UserOnline
Settings.NotificationSettings.UserOnline.Description
Settings.NotificationSettings.UserSociable
Settings.NotificationSettings.UserSociable.Description
Settings.NotificationSettings.UserOnlineOnAnotherBuild
Settings.NotificationSettings.UserOnlineOnAnotherBuild.Description
Settings.NotificationSettings.Message

View file

@ -2,29 +2,30 @@
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] - 71.4% - Missing keys: 641
German [de] - 99.5% - Missing keys: 11
English (United Kingdom) [en-gb] - 1.8% - Missing keys: 2203
Czech [cs] - 71.3% - Missing keys: 645
German [de] - 99.8% - Missing keys: 4
English (United Kingdom) [en-gb] - 1.8% - Missing keys: 2207
English [en] - 100.0% - Missing keys: 0
Esperanto [eo] - 72.8% - Missing keys: 610
Spanish [es] - 74.3% - Missing keys: 576
Estonian [et] - 36.7% - Missing keys: 1421
Finnish [fi] - 79.3% - Missing keys: 465
French [fr] - 99.5% - Missing keys: 11
Icelandic [is] - 28.4% - Missing keys: 1606
Japanese [ja] - 99.5% - Missing keys: 11
Korean [ko] - 99.5% - Missing keys: 11
Dutch [nl] - 46.0% - Missing keys: 1211
Norwegian [no] - 69.9% - Missing keys: 675
Polish [pl] - 77.0% - Missing keys: 515
Portuguese (Brazil) [pt-br] - 69.9% - Missing keys: 676
Russian [ru] - 99.5% - Missing keys: 11
Swedish [sv] - 28.4% - Missing keys: 1607
Turkish [tr] - 36.1% - Missing keys: 1433
Chinese (China) [zh-cn] - 99.5% - Missing keys: 11
Chinese (Taiwan) [zh-tw] - 70.1% - Missing keys: 670
Esperanto [eo] - 72.7% - Missing keys: 614
Spanish [es] - 74.2% - Missing keys: 580
Estonian [et] - 36.6% - Missing keys: 1425
Finnish [fi] - 79.1% - Missing keys: 469
French [fr] - 99.8% - Missing keys: 4
Icelandic [is] - 28.4% - Missing keys: 1610
Japanese [ja] - 99.8% - Missing keys: 4
Korean [ko] - 100.0% - Missing keys: 0
Dutch [nl] - 46.0% - Missing keys: 1215
Norwegian [no] - 69.8% - Missing keys: 679
Polish [pl] - 76.9% - Missing keys: 519
Portuguese (Brazil) [pt-br] - 69.8% - Missing keys: 680
Russian [ru] - 99.8% - Missing keys: 4
Swedish [sv] - 28.3% - Missing keys: 1611
Thai [th] - 1.8% - Missing keys: 2208
Turkish [tr] - 36.1% - Missing keys: 1437
Chinese (China) [zh-cn] - 100.0% - Missing keys: 0
Chinese (Taiwan) [zh-tw] - 70.0% - Missing keys: 674
Total keys: 2244
Total keys: 2248
## 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

@ -80,4 +80,12 @@
"#StatusInWorld" "目前在 %current_world_name% ,有 %current_world_users% 位用户. (已打开 %total_worlds% 个世界)"
}
}
"thai"
{
"tokens"
{
"#StatusInPrivateWorld" "อยู่ในโลกส่วนตัว (มีโลกเปิดอยู่ %total_worlds% ใบ)"
"#StatusInWorld" "อยู่ในโลก %current_world_name% กับผู้ใช้อีก %current_world_users% คน (มีโลกเปิดอยู่ %total_worlds% ใบ)"
}
}
}

View file

@ -2240,6 +2240,7 @@
"Tutorial.Welcome.SidewaysTurnOnly.Description": "Diesen Controller nur zum Drehen verwenden.",
"Tutorial.Welcome.SidewaysTurnAndMove": "Drehen und Bewegen",
"Tutorial.Welcome.SidewaysTurnAndMove.Description": "Diesen Controller zum Drehen und zur Bewegung verwenden.",
"Tutorial.Welcome.SidewaysStrafe": "Seitwärtsbewegung",
"Tutorial.Welcome.SidewaysStrafe.Description": "Diesen Controller zum seitwärts Bewegen verwenden.",
"Tutorial.Welcome.SidewaysOff": "Aus",

31
en.json
View file

@ -450,7 +450,7 @@
"Login.DuplicateAccount.Description": "Please contact support at {supportUrl}.",
"Login.UnknownError": "Unknown Error",
"Login.UnknownError.Description": "An unknown error occured during login. Please contact support at {supportUrl}.",
"Login.UnknownError.Description": "An unknown error occurred during login. Please contact support at {supportUrl}.",
"Register.MissingRequest": "Missing registration details",
"Register.MissingRequest.Description": "We couldn't find any registration details. Make sure to include them when registering.",
@ -588,6 +588,7 @@
"2FA.Header": "2FA Verification",
"2FA.Token": "6-digit Token:",
"Profile.Status.Sociable" : "Sociable",
"Profile.Status.Online": "Online",
"Profile.Status.Away": "Away",
"Profile.Status.Busy": "Busy",
@ -658,6 +659,7 @@
"Contacts.Bot": "Bot account",
"Contacts.Migrated": "Contact hasn't Migrated",
"Notifications.IsSociable" : "Is sociable, poke or invite them!",
"Notifications.IsOnline": "Is now Online",
"Notifications.IsOnlineOnDifferentVersion": "Is now Online <size=75%>(using version: {version})</size>",
"Notifications.ReceivedContactRequest": "Sent a contact request",
@ -1274,7 +1276,7 @@
"Settings.MovementSettings.TurningDeadzone": "Turning deadzone",
"Settings.MovementSettings.TurningDeadzone.Description": "This setting can be used to correct drift and prevent accidental turning when moving and turning on the same joystick. Increasing this value will require you to tilt your joystick further to start turning.",
"Settings.MovementSettings.MovementExponent": "Movement exponent",
"Settings.MovementSettings.MovementExponent.Description": "Use this to control the curve response when moving. You can use this to either start moving slow at first and then quickly ramp up or start moving faster immediatelly, depending whether the value is above or below 1.0",
"Settings.MovementSettings.MovementExponent.Description": "Use this to control the curve response when moving. You can use this to either start moving slow at first and then quickly ramp up or start moving faster immediately, depending whether the value is above or below 1.0",
"Settings.GrabbingSettings" : "Grabbing Settings",
"Settings.GrabbingSettings.DefaultHandGrabType" : "Default Hand Grab Type",
@ -1330,7 +1332,7 @@
"Settings.MediaPrivacySettings.HideInScreenshots.Description" : "When enabled, you will not be rendered in screenshots captured in-game.\n\n<color=hero.red>IMPORTANT:</color> Please note that this does not affect realtime cameras, screenshots taken by methods outside of the game or captures done through other methods in-world that might be part of the world's mechanics.",
"Settings.MediaPrivacySettings.StripImageFileMetadata": "Strip image metadata on import",
"Settings.MediaPrivacySettings.StripImageFileMetadata.Description": "When enabled, strips metadata from images on <b>import</b>.\n\nIncludes EXIF, Embeded comments, IPTC, XMP, and GEOTIFF metadata.\n\nThis will also strip any location data (such as GPS) within that metadata.\n\nDoes <b>not</b>, include files imported with the \"Raw File\" option.",
"Settings.MediaPrivacySettings.StripImageFileMetadata.Description": "When enabled, strips metadata from images on <b>import</b>.\n\nIncludes EXIF, Embedded comments, IPTC, XMP, and GEOTIFF metadata.\n\nThis will also strip any location data (such as GPS) within that metadata.\n\nDoes <b>not</b>, include files imported with the \"Raw File\" option.",
"Settings.Category.Integrations": "Integrations",
"Settings.DiscordIntegrationSettings": "Discord Integration",
@ -1345,7 +1347,7 @@
"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.LeapMotionSettings.LeapMotionEnabled": "Leap motion hand tracking",
"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",
"Settings.LeapMotionSettings.Offset.Description": "This is the offset in meters of the Leap Motion sensor on your VR headset. Tweak these values to make sure your hands are positioned correctly.",
@ -1410,7 +1412,7 @@
"Settings.HapticPointMapping.TorsoSide.Description" : "This indicates which side of torso should this device be mapped to (front or back)",
"Settings.HapticPointMapping.HeadPitchAngle" : "Head Pitch Angle",
"Settings.HapticPointMapping.HeadPitchAngle.Description" : "This controls position along the \"vertical\" axis of the head. The default position is the center of face (where your nose is). Increating the angle will go upwards toward the top of your head. Decreasing the value goes downwards towards the chin.",
"Settings.HapticPointMapping.HeadPitchAngle.Description" : "This controls position along the \"vertical\" axis of the head. The default position is the center of face (where your nose is). Increasing the angle will go upwards toward the top of your head. Decreasing the value goes downwards towards the chin.",
"Settings.HapticPointMapping.HeadYawAngle" : "Head Yaw Angle",
"Settings.HapticPointMapping.HeadYawAngle.Description" : "This controls the horizontal position around head, turning left or right. The center (where your nose is) is the default pose. Decreasing the value will go left, increasing will go right. This wraps all around the head in a circle at 180°, which is where the back of your head is.",
@ -1532,10 +1534,10 @@
"Settings.RealtimeNetworkingSettings.DisableLAN": "Disable LAN",
"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 queing. 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.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.AssetGatherSettings.MaxConcurrentAssetTransfers": "Maximum number of concurrent asset transfers",
"Settings.AssetGatherSettings.MaxConcurrentAssetTransfers.Description": "When hosting sessions, this indicates how many locally imported assets can be transferred at the time. Increasing this can transfer assets to users faster, but can also degrate the quality of the network connection. We recommend testing what values can your network handle.",
"Settings.AssetGatherSettings.MaxConcurrentAssetTransfers.Description": "When hosting sessions, this indicates how many locally imported assets can be transferred at the time. Increasing this can transfer assets to users faster, but can also degrade the quality of the network connection. We recommend testing what values can your network handle.",
"Settings.AssetGatherSettings.MaxConcurrentDownloads": "Maximum number of concurrent downloads",
"Settings.AssetGatherSettings.MaxConcurrentDownloads.Description": "Use this to control how many assets can be downloaded at the same time. Using bigger value can speed up loading of worlds, but can also overload your network, so use caution when tweaking this value.",
@ -1577,7 +1579,7 @@
"Settings.TwitchInterfaceSettings.ChannelName.Description": "This sets the default Twitch channel name for the Twitch Chat panel in the Camera Controls panel. This is mostly used by Twitch streamers who want to see their Twitch chat.",
"Settings.MessagingPrivacySettings.DoNotSendReadStatus": "Do not send realtime read status",
"Settings.MessagingPrivacySettings.DoNotSendReadStatus.Description": "When enabled, other users won't be able to see when you have read their messages immediatelly. You will also not see when they have read yours.",
"Settings.MessagingPrivacySettings.DoNotSendReadStatus.Description": "When enabled, other users won't be able to see when you have read their messages immediately. You will also not see when they have read yours.",
"Settings.LocaleSettings.CultureLocaleCode": "Culture locale code",
"Settings.LocaleSettings.CultureLocaleCode.Description": "When set, this will override the default culture locale used for formatting numbers and other quantities. Normally the culture of your selected locale will be used, but this lets you mix and match them. E.g. using your native language with US culture.",
@ -1596,6 +1598,8 @@
"Settings.NotificationSettings" : "Notifications",
"Settings.NotificationSettings.UserOnline" : "Contact Online",
"Settings.NotificationSettings.UserOnline.Description" : "This controls if you'll get notifications when your contacts come online.",
"Settings.NotificationSettings.UserSociable" : "Contact Sociable",
"Settings.NotificationSettings.UserSociable.Description" : "When one of your contacts becomes sociable, you will receive a distinct notification with sound, so you can invite or poke them!\n\nIf you don't like these notifications, you can turn this off, which will treat Sociable status as no different from user coming Online for notifications.",
"Settings.NotificationSettings.UserOnlineOnAnotherBuild" : "Contact Online on an incompatible build",
"Settings.NotificationSettings.UserOnlineOnAnotherBuild.Description" : "This controls if you'll get notifications when your contacts come online when they are using a build that's not compatible with your own (e.g. a new version or pre-release builds).",
"Settings.NotificationSettings.Message" : "Messages",
@ -1640,7 +1644,7 @@
"Settings.LaserSettings.ModulateExponent.Description": "This controls the response curve of the laser modulation between the start and end angles. You can use this to either make the laser respond more sluggishly at first or to start responding quickly and then tapering off.",
"Settings.LaserSettings.ModulateSpeedMultiplier": "Modulate speed multiplier",
"Settings.LaserSettings.ModulateSpeedMultiplier.Description": "The laser smoothing speed will be multiplied by this value once you have reached the modulate end angle. Increasing this value will make the laser catch up quicker once you move your hand far enough. Lowering the value will make it take longer to catch up.",
"Settings.LaserSettings.StickThreshold": "Laser stickyness",
"Settings.LaserSettings.StickThreshold": "Laser stickiness",
"Settings.LaserSettings.StickThreshold.Description": "This controls how much will the laser stick to interactive items. Larger values will make it stick more. Setting this to zero will stop the stickiness completely.",
"Settings.LaserSettings.ShowInDesktop": "Show lasers in desktop mode",
"Settings.LaserSettings.ShowInDesktop.Description": "When on, the laser visual will be rendered to you fully when in first person view in desktop mode.",
@ -1695,7 +1699,7 @@
"Settings.InteractiveCameraFramingSettings.FirstPersonPitch": "First person pitch angle",
"Settings.InteractiveCameraFramingSettings.FirstPersonPitch.Description": "In first person mode, use this to pitch the camera up and down.",
"Settings.InteractiveCameraFramingSettings.FirstPersonRoll": "First person roll angle",
"Settings.InteractiveCameraFramingSettings.FirstPersonRoll.Description": "In first person mode, this controlls the sideways rotation of the camera - tilting of left and right",
"Settings.InteractiveCameraFramingSettings.FirstPersonRoll.Description": "In first person mode, this controls the sideways rotation of the camera - tilting of left and right",
"Settings.InteractiveCameraFramingSettings.FirstPersonOffset": "First person offset",
"Settings.InteractiveCameraFramingSettings.FirstPersonOffset.Description": "Use this to move the camera offset in first person view relative to your eyes. This can be used if the avatar face geometry is clipping into the camera's view.",
"Settings.InteractiveCameraFramingSettings.FramingViewportPosition": "Framing viewport position",
@ -1751,7 +1755,7 @@
"Settings.RelaySettings.AlwaysUseRelay" : "Always use relay to connect",
"Settings.RelaySettings.AlwaysUseRelay.Description" : "Relays are typically used as a fallback when a direct connection to the host cannot be established. By enabling this option, you will force the connection to always happen through a relay.\n\nThis can be useful in cases of connection issues to particular hosts. It is <b>NOT</b> recommended to have this option permanently on.",
"Settings.RelaySettings.UseClosestAvailableRelay" : "Use closest available relay",
"Settings.RelaySettings.UseClosestAvailableRelay.Description" : "When this option is enabled an available relay that is the closest to you will automatically be selected for the connection. If you want to connect through a specific relay (e.g. in case of long distance connections to avoid packet queing) you can disable this option and configure the preferred relays below.",
"Settings.RelaySettings.UseClosestAvailableRelay.Description" : "When this option is enabled an available relay that is the closest to you will automatically be selected for the connection. If you want to connect through a specific relay (e.g. in case of long distance connections to avoid packet queuing) you can disable this option and configure the preferred relays below.",
"Settings.RelaySettings.RelayPriorities": "Configure relay server priorities",
"Settings.RelaySettings.RelayPriorities.Breadcrumb": "Relay Priorities",
@ -1874,7 +1878,6 @@
"Inspector.Member.SplitBlendshape.Y" : "Split Blendshape across Y",
"Inspector.Member.SplitBlendshape.Z" : "Split Blendshape across Z",
"Inspector.ProceduralAsset.UpdateCount": "Update Count: {n}",
"Inspector.ProceduralAsset.Error": "Error: {error}",
@ -2493,8 +2496,8 @@
"CloudHome.Panel.LowQualityMode": "Low Quality Mode",
"CloudHome.Panel.DoorSounds": "Door Sounds",
"CloudHome.Panel.DoorsAlwaysOpen": "Doors Always Open",
"CloudHome.Panel.InteriorAmbience": "Interior Ambience",
"CloudHome.Panel.InteriorAmbienceVolume": "Interior<br>Ambience<br>Volume",
"CloudHome.Panel.InteriorAmbience": "Interior Ambiance",
"CloudHome.Panel.InteriorAmbienceVolume": "Interior<br>Ambiance<br>Volume",
"CloudHome.Panel.LightsOn": "Lights On",
"CloudHome.Panel.LightIntensity": "Light Intensity",
"CloudHome.Panel.LightColor": "Light Color",

View file

@ -2244,6 +2244,7 @@
"Tutorial.Welcome.SidewaysTurnOnly.Description": "Cette manette ne sera utilisée que pour tourner.",
"Tutorial.Welcome.SidewaysTurnAndMove": "Rotation et mouvement",
"Tutorial.Welcome.SidewaysTurnAndMove.Description": "Cette manette sera utilisée pour tourner et bouger.",
"Tutorial.Welcome.SidewaysStrafe": "Straffer",
"Tutorial.Welcome.SidewaysStrafe.Description": "Utiliser cette manette pour straffer",
"Tutorial.Welcome.SidewaysOff": "Désactivé",

13
ja.json
View file

@ -55,6 +55,9 @@
"General.Sort.Ascending": "昇順",
"General.Sort.Descending": "降順",
"General.Units.Metric" : "メートル法",
"General.Units.Imperial" : "ヤード・ポンド法",
"Worlds.Home" : "ホーム",
"Worlds.Tutorial" : "チュートリアル",
@ -78,6 +81,8 @@
"Interaction.Destroy": "破棄",
"Interaction.Duplicate": "複製",
"Interaction.SaveToInventory": "インベントリに保存",
"Interaction.SaveToInventory.NotLoggedIn": "アイテムを保存するには、ログインする必要があります。",
"Interaction.SaveToInventory.NoWritePermission": "現在のフォルダには保存できません。",
"Interaction.Undo": "戻す",
"Interaction.Redo": "やり直す",
"Interaction.EquipTool": "装備",
@ -897,6 +902,7 @@
"AvatarCreator.TryAlignHands": "手の位置をあわせる",
"AvatarCreator.AlignToolAnchors": "ツールアンカーの位置を揃える",
"AvatarCreator.Create": "作成",
"AvatarCreator.ProtectionUnavailable": "<i>このワールド(local home)ではアバター保護をつけることが。別のワールドに切り替えてから、アバターを作成してください。</i>",
"Importer.General.AsRawFile": "ファイル​​アイテム",
@ -1264,6 +1270,8 @@
"Settings.MovementSettings.SnapTurnAngle.Description": "スナップターン時に回転する角度(単位は度)を設定できます。",
"Settings.MovementSettings.NoClipSpeed.Description": "移動モードをノークリップにしている場合の移動速度を設定できます。この移動モード(ロコモーション)は、何かを制作する際や、テストをする際に多く使われます。他の移動モードとは異なり、ワールドから干渉されなくなります。",
"Settings.MovementSettings.MovementDeadzone": "移動のデッドゾーン",
"Settings.MovementSettings.TurningDeadzone": "回転のデッドゾーン",
"Settings.MovementSettings.TurningDeadzone.Description": "コントローラーに触れていないのに勝手に回転してしまう場合に有効な設定です。この値を大きくすると、回転し始めるまでにジョイスティックをより大きく傾ける必要があります。",
"Settings.MovementSettings.MovementDeadzone.Description": "コントローラーに触れていないのに勝手に動く等の場合に有効な設定です。設定値を大きくすると、ジョイスティックを倒した際の移動し始めるまでの角度が大きくなります。",
"Settings.MovementSettings.MovementExponent": "移動指数",
"Settings.MovementSettings.MovementExponent.Description": "ジョイスティックを倒した際の移動大きさのカーブ特性を制御できます。値が1.0より大きい場合は、最初はゆっくりと動き、その後急激に速度が上がります。値が1.0より小さい場合は、最初から高速で移動を開始できます。",
@ -2230,6 +2238,11 @@
"Tutorial.Welcome.LeftControllerMode": "左コントローラーの設定",
"Tutorial.Welcome.RightControllerMode": "右コントローラーの設定",
"Tutorial.Welcome.SidewaysTurnOnly": "回転のみ",
"Tutorial.Welcome.SidewaysTurnOnly.Description": "このコントローラーを回転だけに使用します",
"Tutorial.Welcome.SidewaysTurnAndMove": "回転と移動",
"Tutorial.Welcome.SidewaysTurnAndMove.Description": "このコントローラーを回転と前後左右の移動に使用します",
"Tutorial.Welcome.SidewaysStrafe": "左右",
"Tutorial.Welcome.SidewaysStrafe.Description": "このコントローラーで左右に移動するようにする",
"Tutorial.Welcome.SidewaysOff": "オフ",

View file

@ -588,6 +588,7 @@
"2FA.Header": "2FA(2차인증) 검증",
"2FA.Token": "토큰(6자리 숫자):",
"Profile.Status.Sociable" : "대화 가능",
"Profile.Status.Online": "온라인",
"Profile.Status.Away": "자리비움",
"Profile.Status.Busy": "다른 용무 중",
@ -658,6 +659,7 @@
"Contacts.Bot": "봇 계정",
"Contacts.Migrated": "연락처를 이전하지 않았습니다.",
"Notifications.IsSociable" : "대화 가능 상태가 되었습니다! 상대방과 대화 또는 초대해 보세요!",
"Notifications.IsOnline": "온라인 상태가 되었습니다.",
"Notifications.IsOnlineOnDifferentVersion": "온라인 상태가 되었습니다. <size=75%>(버전: {version})</size>",
"Notifications.ReceivedContactRequest": "친구 요청을 받았습니다.",
@ -1596,6 +1598,8 @@
"Settings.NotificationSettings" : "알림",
"Settings.NotificationSettings.UserOnline" : "친구가 접속할 때",
"Settings.NotificationSettings.UserOnline.Description" : "활성화 시, 연락처의 친구가 게임에 접속할 경우 알림을 받습니다.",
"Settings.NotificationSettings.UserSociable" : "친구가 대화 가능 상태가 되었을때",
"Settings.NotificationSettings.UserSociable.Description" : "친구가 <color=hero.yellow>대화 가능</color> 상태가 되었을때, 소리와 함께 고유의 알림을 받게되어 초대 또는 쿡쿡이를 할 수 있습니다!\n\n이러한 유형의 알림이 마음에 들지 않으면 기능을 꺼 두실 수 있으며, 이 경우 온라인 접속할 때 처럼 취급됩니다.",
"Settings.NotificationSettings.UserOnlineOnAnotherBuild" : "친구가 다른 버전의 클라이언트로 접속할 때",
"Settings.NotificationSettings.UserOnlineOnAnotherBuild.Description" : "활성화 시, 연락처의 친구가 현재 버전과 호환되지 않는 버전(미리보기 버전, 모드 이용 등)으로 접속할 경우 알림을 받습니다.",
"Settings.NotificationSettings.Message" : "새로운 메시지를 수신할 때",
@ -2239,6 +2243,7 @@
"Tutorial.Welcome.SidewaysTurnOnly.Description": "이 컨트롤러를 회전 용도로 사용합니다.",
"Tutorial.Welcome.SidewaysTurnAndMove": "회전 및 이동",
"Tutorial.Welcome.SidewaysTurnAndMove.Description": "이 컨트롤러를 이용하여 회전과 이동을 합니다.",
"Tutorial.Welcome.SidewaysStrafe": "수평이동(Strafing)",
"Tutorial.Welcome.SidewaysStrafe.Description": "이 컨트롤러로 아바타의 수평이동을 처리합니다.",
"Tutorial.Welcome.SidewaysOff": "끄기",

13
ru.json
View file

@ -55,6 +55,9 @@
"General.Sort.Ascending": "По возрастанию",
"General.Sort.Descending": "По убыванию",
"General.Units.Metric": "Метрические",
"General.Units.Imperial": "Имперские",
"Worlds.Home": "Дом",
"Worlds.Tutorial": "Обучение",
@ -78,6 +81,8 @@
"Interaction.Destroy": "Удалить",
"Interaction.Duplicate": "Дублировать",
"Interaction.SaveToInventory": "Сохранить в инвентарь",
"Interaction.SaveToInventory.NotLoggedIn": "Вам нужно залогиниться чтобы созранять предметы.",
"Interaction.SaveToInventory.NoWritePermission": "Невозможно сохранить в текущую папку в инвентаре.",
"Interaction.Undo": "Отменить",
"Interaction.Redo": "Вернуть",
"Interaction.EquipTool": "Взять",
@ -897,6 +902,7 @@
"AvatarCreator.TryAlignHands": "Попытаться свести руки",
"AvatarCreator.AlignToolAnchors": "Свести точки инструментов",
"AvatarCreator.Create": "Создать",
"AvatarCreator.ProtectionUnavailable": "<i>Защита аватара недоступна в этом мире. Переключитесь на другой мир чтобы защитить свой аватар.</i>",
"Importer.General.AsRawFile": "Сырой файл",
@ -1265,6 +1271,8 @@
"Settings.MovementSettings.NoClipSpeed.Description": "Определяет как быстро вы будете перемещаться в Noclip режиме перемещения. Этот тип перемещения часто используется для разработки и тестирования и поэтому не контролируется миром, в котором вы находитесь, тогда как остальные режимы обычно определяются самим миром.",
"Settings.MovementSettings.MovementDeadzone": "Мёртвая зона движения",
"Settings.MovementSettings.MovementDeadzone.Description": "Этой настройкой можно компенсировать дрейф. Увеличение этой настройки потребует от вас сильнее отклонять джойстик чтобы начать двигаться.",
"Settings.MovementSettings.TurningDeadzone": "Мертвая зона поворота",
"Settings.MovementSettings.TurningDeadzone.Description": "Этой настройкой можно компенсировать дрейф и избежать случайного поворота при перемещении и повороте одним и тем же джостиком. Увеличение этой настройки потребует от вас сильнее отклонять джойстик чтобы начать поворачиваться.",
"Settings.MovementSettings.MovementExponent": "Экспонента скорости",
"Settings.MovementSettings.MovementExponent.Description": "Используйте чтобы контролировать кривую ускорения при движении. Вы можете начать двигаться медленно и затем ускориться млм сразу начать двигаться быстро, в зависимости от того, является ли значение больше или меньше 1.0",
@ -2227,6 +2235,11 @@
"Tutorial.Welcome.LeftControllerMode": "Режим левого контроллера",
"Tutorial.Welcome.RightControllerMode": "Режим правого контроллера",
"Tutorial.Welcome.SidewaysTurnOnly": "Только поворот",
"Tutorial.Welcome.SidewaysTurnOnly.Description": "Использовать этот контроллер только для поворота",
"Tutorial.Welcome.SidewaysTurnAndMove": "Поворот и перемещение",
"Tutorial.Welcome.SidewaysTurnAndMove.Description": "Использовать этот контроллер для поворота и перемещения",
"Tutorial.Welcome.SidewaysStrafe": "Стрейф",
"Tutorial.Welcome.SidewaysStrafe.Description": "Использовать этот контроллер для стрейфа",
"Tutorial.Welcome.SidewaysOff": "Выключен",

49
th.json Normal file
View file

@ -0,0 +1,49 @@
{
"localeCode": "th",
"authors": ["hayper"],
"messages": {
"General.OK": "โอเค",
"General.Start": "เริ่ม",
"General.Finish": "เสร็จ",
"General.Cancel": "ยกเลิก",
"General.Continue": "ต่อไป",
"General.Next": "ต่อไป",
"General.Previous": "ย้อนกลับ",
"General.Back": "ย้อนกลับ",
"General.Confirm": "จริงหรอ?",
"General.Loading": "กำลังหลด...",
"General.Processing": "กำลังประมวณผล...",
"General.FAILED": "เกิดข้อผิดพลาด",
"General.Reset": "รีเซ็ต",
"General.WorldOpenConfirm": "เปิดจริงๆหรอ?",
"General.Save": "บันทึก",
"General.Saving": "กำลังบันทึก...",
"General.Saved": "บันทึกแล้ว!",
"General.Done": "เสร็จแล้ว!",
"General.Close": "ปิด",
"General.CopyToClipboard": "คัดลอกไปยังคลิปบอร์ด",
"General.CopiedToClipboard": "คัดลอกแล้ว!",
"General.CopiedToClipboardLong": "คัดลอกไปยังคลิปบอร์ดแล้ว!",
"General.Create": "สร้าง",
"General.Creating": "กำลังสร้าง...",
"General.Buy": "ซื้อ",
"General.Yes": "ใช่",
"General.No": "ไม่",
"General.Off": "ปิด",
"General.On": "เปิด",
"General.Understand": "ฉันเข้าใจ",
"General.Notice": "ประกาศ",
"General.UnderstandEnable": "ฉันเข้าใจ, เปิด",
"General.Dismiss": "ยกเลิก",
"General.Edit": "แก้ใข",
"Discord.RichPresence.InPrivateWorld": "อยู่ในโลกส่วนตัว",
"Discord.RichPresence.InPrivateLargeText": "ในโลกส่วนตัว ({version})",
"Discord.RichPresence.InPublicWorld": "อยู่ในโลกสาธารณะ",
"Discord.RichPresence.PublicWorldDetails": "{worldName} (โลก {totalWorlds} ใบ)",
"Discord.RichPresence.InPublicLargeText": "ในโลกสาธารณะ ({version})",
"Dummy": "Dummy"
}
}

View file

@ -55,6 +55,9 @@
"General.Sort.Ascending": "升序",
"General.Sort.Descending": "降序",
"General.Units.Metric" : "米制",
"General.Units.Imperial" : "英制单位",
"Worlds.Home" : "家",
"Worlds.Tutorial" : "教程",
@ -78,6 +81,8 @@
"Interaction.Destroy": "删除",
"Interaction.Duplicate": "复制",
"Interaction.SaveToInventory": "保存到物品栏",
"Interaction.SaveToInventory.NotLoggedIn": "你必须登录才能保存物品。",
"Interaction.SaveToInventory.NoWritePermission": "无法保存到当前物品栏文件夹。",
"Interaction.Undo": "撤消",
"Interaction.Redo": "重做",
"Interaction.EquipTool": "装备",
@ -583,6 +588,7 @@
"2FA.Header": "2FA验证",
"2FA.Token": "6位令牌:",
"Profile.Status.Sociable" : "想社交",
"Profile.Status.Online": "在线",
"Profile.Status.Away": "离开",
"Profile.Status.Busy": "忙碌",
@ -653,6 +659,7 @@
"Contacts.Bot": "Bot帐户",
"Contacts.Migrated": "好友未迁移",
"Notifications.IsSociable" : "有社交意愿, 叫一下或者邀请他们!",
"Notifications.IsOnline": "上线了",
"Notifications.IsOnlineOnDifferentVersion": "上线了 <size=75%>(使用版本: {version})</size>",
"Notifications.ReceivedContactRequest": "发来一个好友请求",
@ -897,6 +904,7 @@
"AvatarCreator.TryAlignHands": "尝试对齐手",
"AvatarCreator.AlignToolAnchors": "对齐工具锚点",
"AvatarCreator.Create": "创建",
"AvatarCreator.ProtectionUnavailable": "<i>虚拟形象保护在该世界不可用。 请切换到另外一个世界来保护虚拟形象。</i>",
"Importer.General.AsRawFile": "Raw文件",
@ -1265,6 +1273,8 @@
"Settings.MovementSettings.NoClipSpeed.Description": "当你使用穿墙模式时,这个选项可以控制你的移动速度。 这种移动方式通常用于建造和测试,因此不受所处世界属性影响,而其他移动方式通常受世界属性影响。",
"Settings.MovementSettings.MovementDeadzone": "移动死区",
"Settings.MovementSettings.MovementDeadzone.Description": "该设置可用于纠正漂移。 增加该值需要进一步倾斜摇杆才能开始移动。",
"Settings.MovementSettings.TurningDeadzone": "转向死区",
"Settings.MovementSettings.TurningDeadzone.Description": "该设置可用于纠正漂移,防止在同一操纵杆上移动和转向时发生意外转向。 增加该值将需要你进一步倾斜摇杆才能开始转向。",
"Settings.MovementSettings.MovementExponent": "移动指数",
"Settings.MovementSettings.MovementExponent.Description": "用它来控制移动时的曲线响应。 你可以用它来使曲线在开始移动时速度较慢,然后快速上升,或者立即开始加速移动,具体取决于该值是高于还是低于 1.0。",
@ -1588,6 +1598,8 @@
"Settings.NotificationSettings" : "通知",
"Settings.NotificationSettings.UserOnline" : "有好友上线",
"Settings.NotificationSettings.UserOnline.Description" : "这可以控制好友上线时是否会收到通知。",
"Settings.NotificationSettings.UserSociable" : "好友积极社交状态",
"Settings.NotificationSettings.UserSociable.Description" : "当你的某个好友有很强的社交意愿时,你会收到一个明显的带声音的通知,这样你就可以邀请或叫他们了!\n\n如果你不喜欢这些通知可以将其关闭这将把社交状态视为与用户在线获取通知无异。",
"Settings.NotificationSettings.UserOnlineOnAnotherBuild" : "即使好友在不兼容的会话中也发送上线通知",
"Settings.NotificationSettings.UserOnlineOnAnotherBuild.Description" : "如果好友使用的版本与您的版本不兼容(例如,新版本或预发布版本),则此选项将控制您是否会在好友上线时收到通知。",
"Settings.NotificationSettings.Message" : "消息",
@ -1866,7 +1878,6 @@
"Inspector.Member.SplitBlendshape.Y" : "在 Y 轴上分割 Blendshape",
"Inspector.Member.SplitBlendshape.Z" : "在 Z 轴上分割 Blendshape",
"Inspector.ProceduralAsset.UpdateCount": "更新次数: {n}",
"Inspector.ProceduralAsset.Error": "错误: {error}",
@ -2228,6 +2239,10 @@
"Tutorial.Welcome.LeftControllerMode": "左控制器模式",
"Tutorial.Welcome.RightControllerMode": "右控制器模式",
"Tutorial.Welcome.SidewaysTurnOnly": "仅转向",
"Tutorial.Welcome.SidewaysTurnOnly.Description": "控制器仅用于转动",
"Tutorial.Welcome.SidewaysTurnAndMove": "转向 & 移动",
"Tutorial.Welcome.SidewaysTurnAndMove.Description": "控制器用于转向和移动",
"Tutorial.Welcome.SidewaysStrafe": "前进",
"Tutorial.Welcome.SidewaysStrafe.Description": "使用控制器来前进",
"Tutorial.Welcome.SidewaysOff": "关闭",