From c6a20349fec480da09c643c92887f61a9c540f3c Mon Sep 17 00:00:00 2001 From: bredo Date: Tue, 5 Aug 2025 19:57:40 +1200 Subject: [PATCH 1/4] en: some help tab tweaks --- en.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/en.json b/en.json index e38cca2..61163b8 100644 --- a/en.json +++ b/en.json @@ -3152,7 +3152,7 @@ "Help.Modal.BrowseTopics": "I'd like to browse on my own", "Help.ControllerDiagram.ViewingYourControllerLayout": "Viewing Your Controller Layout", - "Help.ControllerDiagram.GoToYourControllerLayout": "Goto Your Controller Layout", + "Help.ControllerDiagram.GoToYourControllerLayout": "Go to Your Controller Layout", "Help.HelpTabExploreReminder": "
Now that you're done here, don't forget to check out the rest of what the help tab has to offer! Click Help on the top left to navigate back to the main page.", @@ -3169,7 +3169,7 @@ "Help.GettingStarted.AvatarBasics.OpeningYourDashboard": "Opening Your Dashboard", "Help.GettingStarted.AvatarBasics.OpeningYourDashboard.Content": "If you want the avatar you're currently using to be the one you load in as, you can do this using your Dashboard, which is your all-in-one place to talk with others, browse your Inventory, or explore different worlds.

To open or close it, press {is_using_vive_wands, select, True{and hold } other{}}{Menu_Input}{is_using_vive_wands, select, True{ until the ring is full, then release} other{}}!", "Help.GettingStarted.AvatarBasics.CreatingAFolder": "Creating A Folder", - "Help.GettingStarted.AvatarBasics.CreatingAFolder.Content": "Your Dashboard has many tabs and things you can do with it. One of these things is being able to save items and avatars to your personal Inventory. Regarding saving items and other things on your time here in {appName}, organization is key to a good inventory, so first you'll make a folder to keep your avatar in.

To do this, in the assortment of buttons at the top of the Inventory screen, press the Create Folder button. Give your folder a name and select Create to make it - you'll automatically be placed inside that folder.", + "Help.GettingStarted.AvatarBasics.CreatingAFolder.Content": "Your Dashboard has many tabs and things you can do with it. One of these things is being able to save items and avatars to your personal Inventory. Regarding saving items and other things on your time here in {appName}, organization is key to a good inventory, so first you'll make a folder to keep your avatar in.

To do this, in the assortment of buttons at the top of the Inventory screen, press the Create Folder button. Give your folder a name and select Create to make it - your inventory will automatically switch to this folder.", "Help.GettingStarted.AvatarBasics.Saving": "Saving", "Help.GettingStarted.AvatarBasics.Saving.Content": "To save an avatar, go to your Inventory if you're not already there, and press the Save Avatar button. This takes the avatar you're currently using and saves it into the folder you're currently looking at inside your inventory.", "Help.GettingStarted.AvatarBasics.Saving.Content2": "If instead you want to save an avatar that you aren't currently using, grab it first {is_desktop, select, True {by looking at it and pressing and} other {by}} holding {Grip_Input}. Then while you are holding it, inside your Inventory, press the Save Held button. This will save the avatar into the folder you're currently in.", @@ -3384,7 +3384,7 @@ "Help.General.Favoriting.Document.Content": "A panel which displays a PDF document when imported.", "Help.Dashboard": "Dashboard", - "Help.Dashboard.Home.Content": "The Home tab is the first tab on the bottom of your Dashboard. Here you can find options for voice modes, your profile, and online status in the top left, and your personal storage amount on the bottom left, among other useful bits of information. Your Home tab can also be customized by enabling UI Edit Mode in your Settings.", + "Help.Dashboard.Home.Content": "The Home tab is the first tab on the bottom of your Dashboard. Here you can find options for voice modes, your profile and online status in the top left, and your personal storage amount on the bottom left, among other useful bits of information. Your Home tab can also be customized by enabling UI Edit Mode in your Settings.", "Help.Dashboard.Worlds.Content": "You can join active sessions and browse Worlds using this tab.", "Help.Dashboard.Contacts.Content": "Here, you can find your Contacts and search for them by typing into the text field on the top left.", "Help.Dashboard.Contacts.Content2": "The {appName} Bot is a contact which lets you run special commands. These command always begin with a / forward slash.", @@ -3403,7 +3403,7 @@ "Help.Dashboard.Settings.Audio.Content": "Manage volume, audio devices, filtering, and audio accessibility.", "Help.Dashboard.Settings.Controls.Content": "Manage your controls.", - "Help.Dashboard.Settings.UserInterface.Content": "Manage your UI, included but not limited to: how you receive notifications, changing your language, nameplate visibility and Dashboard settings.", + "Help.Dashboard.Settings.UserInterface.Content": "Manage your UI, including but not limited to: how you receive notifications, changing your language, nameplate visibility and Dashboard settings.", "Help.Dashboard.Settings.Devices.Content": "Manage external devices, such as haptics and face tracking.", "Help.Dashboard.Settings.Profile.Content": "Manage your height, and how your statuses appear.", "Help.Dashboard.Settings.Graphics.Content": "Manage and optimize your graphics settings.", @@ -3606,7 +3606,7 @@ "Help.LinksAndResources.PlatformBotCommands.BenefitCommands.GetHeadlessAccessCode": "Get Headless Access Code", "Help.LinksAndResources.PlatformBotCommands.BenefitCommands.GetHeadlessAccessCode.Content": "Gives you the headless beta branch access code. To use this command you have to be subscribed to a supporter tier which has this perk.", "Help.LinksAndResources.PlatformBotCommands.BenefitCommands.SharedStorage": "Shared Storage", - "Help.LinksAndResources.PlatformBotCommands.BenefitCommands.SharedStorage.Content": "Share some of your storage with another user or a group. The storage amount is in gigabytes (e.g. 15Gb), or a percentage amount (e.g.10%). To use this command you have to be subscribed to a supporter tier which has this perk.", + "Help.LinksAndResources.PlatformBotCommands.BenefitCommands.SharedStorage.Content": "Share some of your storage with another user or a group. The storage amount is in gigabytes (e.g. 15Gb), or a percentage amount (e.g. 10%). To use this command you have to be subscribed to a supporter tier which has this perk.", "Help.LinksAndResources.PlatformBotCommands.BenefitCommands.SetCustom2DBadge": "Set Custom 2D Badge", "Help.LinksAndResources.PlatformBotCommands.BenefitCommands.SetCustom2DBadge.Content": "Sets or clears your custom 2D badge. The asset hash is the database link to the image you want to use (e.g. resdb://abcdef...). To use this command you need to be subscribed to a supporter tier which has this perk.", "Help.LinksAndResources.PlatformBotCommands.BenefitCommands.Custom3DBadge": "Custom 3D Badge", From 46a57ff29b67260463b2018190edd7296acbd591 Mon Sep 17 00:00:00 2001 From: bredo Date: Tue, 5 Aug 2025 19:59:37 +1200 Subject: [PATCH 2/4] en: add bredo to authors --- en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en.json b/en.json index 61163b8..fe4dbc0 100644 --- a/en.json +++ b/en.json @@ -1,6 +1,6 @@ { "localeCode": "en", - "authors": ["Frooxius", "Enverex", "rampa_3", "Melnus", "dfgHiatus", "Earthmark", "Ryuvi", "Nammi", "WattleFoxxo", "StiefelJackal", "RueShejn", "NepuShiro", "Choco", "Modern", "Xau"], + "authors": ["Frooxius", "Enverex", "rampa_3", "Melnus", "dfgHiatus", "Earthmark", "Ryuvi", "Nammi", "WattleFoxxo", "StiefelJackal", "RueShejn", "NepuShiro", "Choco", "Modern", "Xau", "bredo"], "messages": { "General.OK": "OK", From 0a53e1c708ab2d64f9b5cbe4afd19b01937259fc Mon Sep 17 00:00:00 2001 From: bredo Date: Tue, 5 Aug 2025 20:14:06 +1200 Subject: [PATCH 3/4] en: Gb -> GB in shared storage command --- en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en.json b/en.json index fe4dbc0..f820f75 100644 --- a/en.json +++ b/en.json @@ -3606,7 +3606,7 @@ "Help.LinksAndResources.PlatformBotCommands.BenefitCommands.GetHeadlessAccessCode": "Get Headless Access Code", "Help.LinksAndResources.PlatformBotCommands.BenefitCommands.GetHeadlessAccessCode.Content": "Gives you the headless beta branch access code. To use this command you have to be subscribed to a supporter tier which has this perk.", "Help.LinksAndResources.PlatformBotCommands.BenefitCommands.SharedStorage": "Shared Storage", - "Help.LinksAndResources.PlatformBotCommands.BenefitCommands.SharedStorage.Content": "Share some of your storage with another user or a group. The storage amount is in gigabytes (e.g. 15Gb), or a percentage amount (e.g. 10%). To use this command you have to be subscribed to a supporter tier which has this perk.", + "Help.LinksAndResources.PlatformBotCommands.BenefitCommands.SharedStorage.Content": "Share some of your storage with another user or a group. The storage amount is in gigabytes (e.g. 15GB), or a percentage amount (e.g. 10%). To use this command you have to be subscribed to a supporter tier which has this perk.", "Help.LinksAndResources.PlatformBotCommands.BenefitCommands.SetCustom2DBadge": "Set Custom 2D Badge", "Help.LinksAndResources.PlatformBotCommands.BenefitCommands.SetCustom2DBadge.Content": "Sets or clears your custom 2D badge. The asset hash is the database link to the image you want to use (e.g. resdb://abcdef...). To use this command you need to be subscribed to a supporter tier which has this perk.", "Help.LinksAndResources.PlatformBotCommands.BenefitCommands.Custom3DBadge": "Custom 3D Badge", From c6403f2e0d576231dd3c2ac4600f5d3709fa4788 Mon Sep 17 00:00:00 2001 From: bredo Date: Tue, 5 Aug 2025 20:18:42 +1200 Subject: [PATCH 4/4] en: change getStorageShares locale key Following conversation in Discord, change locale key to match other shared storage related keys. --- en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en.json b/en.json index f820f75..8fc6f2b 100644 --- a/en.json +++ b/en.json @@ -3616,7 +3616,7 @@ "Help.LinksAndResources.PlatformBotCommands.BenefitCommands.ExitMessages": "Exit Messages", "Help.LinksAndResources.PlatformBotCommands.BenefitCommands.ExitMessages.Content": "Add to or list your current exit messages. To use this command you have to be subscribed to a supporter tier which has this perk.", "Help.LinksAndResources.PlatformBotCommands.BenefitCommands.GetSharedStorage": "Get Shared Storage", - "Help.LinksAndResources.PlatformBotCommands.BenefitCommands.GetStorageShares.Content": "Tells you how much of your storage you're sharing with other users and groups.", + "Help.LinksAndResources.PlatformBotCommands.BenefitCommands.GetSharedStorage.Content": "Tells you how much of your storage you're sharing with other users and groups.", "Help.LinksAndResources.PlatformBotCommands.CloudVariables.UserCloudVariables.Command": "/CreateUserVar ", "Help.LinksAndResources.PlatformBotCommands.CloudVariables.UserCloudVariables.SecondaryCommand": "/GetUserVar ",