File: Resources\Dialogs.Designer.cs
Web Access
Project: src\src\Aspire.Dashboard\Aspire.Dashboard.csproj (Aspire.Dashboard)
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:4.0.30319.42000
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
 
namespace Aspire.Dashboard.Resources {
    using System;
    
    
    /// <summary>
    ///   A strongly-typed resource class, for looking up localized strings, etc.
    /// </summary>
    // This class was auto-generated by the StronglyTypedResourceBuilder
    // class via a tool like ResGen or Visual Studio.
    // To add or remove a member, edit your .ResX file then rerun ResGen
    // with the /str option, or rebuild your VS project.
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")]
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    public class Dialogs {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal Dialogs() {
        }
        
        /// <summary>
        ///   Returns the cached ResourceManager instance used by this class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        public static global::System.Resources.ResourceManager ResourceManager {
            get {
                if (object.ReferenceEquals(resourceMan, null)) {
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Dashboard.Resources.Dialogs", typeof(Dialogs).Assembly);
                    resourceMan = temp;
                }
                return resourceMan;
            }
        }
        
        /// <summary>
        ///   Overrides the current thread's CurrentUICulture property for all
        ///   resource lookups using this strongly typed resource class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        public static global::System.Globalization.CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set {
                resourceCulture = value;
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Close.
        /// </summary>
        public static string DialogCloseButtonText {
            get {
                return ResourceManager.GetString("DialogCloseButtonText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Details.
        /// </summary>
        public static string ExemplarsDialogDetailsColumnHeader {
            get {
                return ResourceManager.GetString("ExemplarsDialogDetailsColumnHeader", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Timestamp.
        /// </summary>
        public static string ExemplarsDialogTimestampColumnHeader {
            get {
                return ResourceManager.GetString("ExemplarsDialogTimestampColumnHeader", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Exemplars.
        /// </summary>
        public static string ExemplarsDialogTitle {
            get {
                return ResourceManager.GetString("ExemplarsDialogTitle", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Trace.
        /// </summary>
        public static string ExemplarsDialogTrace {
            get {
                return ResourceManager.GetString("ExemplarsDialogTrace", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Trace.
        /// </summary>
        public static string ExemplarsDialogTraceColumnHeader {
            get {
                return ResourceManager.GetString("ExemplarsDialogTraceColumnHeader", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Value.
        /// </summary>
        public static string ExemplarsDialogValueColumnHeader {
            get {
                return ResourceManager.GetString("ExemplarsDialogValueColumnHeader", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A value is required..
        /// </summary>
        public static string FieldRequired {
            get {
                return ResourceManager.GetString("FieldRequired", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A maximum length of {1} characters is allowed..
        /// </summary>
        public static string FieldTooLong {
            get {
                return ResourceManager.GetString("FieldTooLong", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Apply filter.
        /// </summary>
        public static string FilterDialogApplyFilterButtonText {
            get {
                return ResourceManager.GetString("FilterDialogApplyFilterButtonText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cancel.
        /// </summary>
        public static string FilterDialogCancelButtonText {
            get {
                return ResourceManager.GetString("FilterDialogCancelButtonText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Condition.
        /// </summary>
        public static string FilterDialogConditionInputLabel {
            get {
                return ResourceManager.GetString("FilterDialogConditionInputLabel", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Disable all.
        /// </summary>
        public static string FilterDialogDisableAll {
            get {
                return ResourceManager.GetString("FilterDialogDisableAll", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Disable filter.
        /// </summary>
        public static string FilterDialogDisableFilterButtonText {
            get {
                return ResourceManager.GetString("FilterDialogDisableFilterButtonText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Enable all.
        /// </summary>
        public static string FilterDialogEnableAll {
            get {
                return ResourceManager.GetString("FilterDialogEnableAll", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Field.
        /// </summary>
        public static string FilterDialogFieldPlaceholder {
            get {
                return ResourceManager.GetString("FilterDialogFieldPlaceholder", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Parameter.
        /// </summary>
        public static string FilterDialogParameterInputLabel {
            get {
                return ResourceManager.GetString("FilterDialogParameterInputLabel", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Remove filter.
        /// </summary>
        public static string FilterDialogRemoveFilterButtonText {
            get {
                return ResourceManager.GetString("FilterDialogRemoveFilterButtonText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Value.
        /// </summary>
        public static string FilterDialogTextValuePlaceholder {
            get {
                return ResourceManager.GetString("FilterDialogTextValuePlaceholder", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Details.
        /// </summary>
        public static string GenAIDetailsTabText {
            get {
                return ResourceManager.GetString("GenAIDetailsTabText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error displaying GenAI content:.
        /// </summary>
        public static string GenAIDisplayErrorMessageText {
            get {
                return ResourceManager.GetString("GenAIDisplayErrorMessageText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Duration.
        /// </summary>
        public static string GenAIDurationLabel {
            get {
                return ResourceManager.GetString("GenAIDurationLabel", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error.
        /// </summary>
        public static string GenAIErrorHeaderText {
            get {
                return ResourceManager.GetString("GenAIErrorHeaderText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Input.
        /// </summary>
        public static string GenAIInputHeaderText {
            get {
                return ResourceManager.GetString("GenAIInputHeaderText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Input &amp; output.
        /// </summary>
        public static string GenAIInputOutputTabText {
            get {
                return ResourceManager.GetString("GenAIInputOutputTabText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Input tokens: {0}.
        /// </summary>
        public static string GenAIInputTokensText {
            get {
                return ResourceManager.GetString("GenAIInputTokensText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Message.
        /// </summary>
        public static string GenAIMessageCategoryMessage {
            get {
                return ResourceManager.GetString("GenAIMessageCategoryMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Output.
        /// </summary>
        public static string GenAIMessageCategoryOutput {
            get {
                return ResourceManager.GetString("GenAIMessageCategoryOutput", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Status.
        /// </summary>
        public static string GenAIMessageCategoryStatus {
            get {
                return ResourceManager.GetString("GenAIMessageCategoryStatus", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Tool calls.
        /// </summary>
        public static string GenAIMessageCategoryToolCalls {
            get {
                return ResourceManager.GetString("GenAIMessageCategoryToolCalls", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Assistant.
        /// </summary>
        public static string GenAIMessageTitleAssistant {
            get {
                return ResourceManager.GetString("GenAIMessageTitleAssistant", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error.
        /// </summary>
        public static string GenAIMessageTitleError {
            get {
                return ResourceManager.GetString("GenAIMessageTitleError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to System.
        /// </summary>
        public static string GenAIMessageTitleSystem {
            get {
                return ResourceManager.GetString("GenAIMessageTitleSystem", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Tool.
        /// </summary>
        public static string GenAIMessageTitleTool {
            get {
                return ResourceManager.GetString("GenAIMessageTitleTool", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to User.
        /// </summary>
        public static string GenAIMessageTitleUser {
            get {
                return ResourceManager.GetString("GenAIMessageTitleUser", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to n/a.
        /// </summary>
        public static string GenAINAText {
            get {
                return ResourceManager.GetString("GenAINAText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Next.
        /// </summary>
        public static string GenAINextButtonText {
            get {
                return ResourceManager.GetString("GenAINextButtonText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No message content..
        /// </summary>
        public static string GenAINoMessageContent {
            get {
                return ResourceManager.GetString("GenAINoMessageContent", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No message content was recorded to telemetry. Additional configuration may be required to view sensitive content. For more information, see &lt;a href=&quot;{0}&quot; target=&quot;_blank&quot;&gt;AI telemetry configuration&lt;/a&gt;..
        /// </summary>
        public static string GenAINoMessageContentMoreInformationMessage {
            get {
                return ResourceManager.GetString("GenAINoMessageContentMoreInformationMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No messages found..
        /// </summary>
        public static string GenAINoMessages {
            get {
                return ResourceManager.GetString("GenAINoMessages", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Output.
        /// </summary>
        public static string GenAIOutputHeaderText {
            get {
                return ResourceManager.GetString("GenAIOutputHeaderText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Output tokens: {0}.
        /// </summary>
        public static string GenAIOutputTokensText {
            get {
                return ResourceManager.GetString("GenAIOutputTokensText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Preview.
        /// </summary>
        public static string GenAIPreviewTabText {
            get {
                return ResourceManager.GetString("GenAIPreviewTabText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Previous.
        /// </summary>
        public static string GenAIPreviousButtonText {
            get {
                return ResourceManager.GetString("GenAIPreviousButtonText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Raw.
        /// </summary>
        public static string GenAIRawTabText {
            get {
                return ResourceManager.GetString("GenAIRawTabText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Tokens.
        /// </summary>
        public static string GenAITokensLabel {
            get {
                return ResourceManager.GetString("GenAITokensLabel", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Site-wide navigation.
        /// </summary>
        public static string HelpDialogCategoryNavigation {
            get {
                return ResourceManager.GetString("HelpDialogCategoryNavigation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Page navigation.
        /// </summary>
        public static string HelpDialogCategoryPageNavigation {
            get {
                return ResourceManager.GetString("HelpDialogCategoryPageNavigation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Panels.
        /// </summary>
        public static string HelpDialogCategoryPanels {
            get {
                return ResourceManager.GetString("HelpDialogCategoryPanels", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Decrease panel size.
        /// </summary>
        public static string HelpDialogDecreasePanelSize {
            get {
                return ResourceManager.GetString("HelpDialogDecreasePanelSize", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Go to Microsoft Learn documentation.
        /// </summary>
        public static string HelpDialogGetHelpLinkText {
            get {
                return ResourceManager.GetString("HelpDialogGetHelpLinkText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Go to Console Logs.
        /// </summary>
        public static string HelpDialogGoToConsoleLogs {
            get {
                return ResourceManager.GetString("HelpDialogGoToConsoleLogs", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Go to Help.
        /// </summary>
        public static string HelpDialogGoToHelp {
            get {
                return ResourceManager.GetString("HelpDialogGoToHelp", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Go to Metrics.
        /// </summary>
        public static string HelpDialogGoToMetrics {
            get {
                return ResourceManager.GetString("HelpDialogGoToMetrics", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Go to Resources.
        /// </summary>
        public static string HelpDialogGoToResources {
            get {
                return ResourceManager.GetString("HelpDialogGoToResources", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Go to Settings.
        /// </summary>
        public static string HelpDialogGoToSettings {
            get {
                return ResourceManager.GetString("HelpDialogGoToSettings", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Go to Structured Logs.
        /// </summary>
        public static string HelpDialogGoToStructuredLogs {
            get {
                return ResourceManager.GetString("HelpDialogGoToStructuredLogs", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Go to Traces.
        /// </summary>
        public static string HelpDialogGoToTraces {
            get {
                return ResourceManager.GetString("HelpDialogGoToTraces", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Increase panel size.
        /// </summary>
        public static string HelpDialogIncreasePanelSize {
            get {
                return ResourceManager.GetString("HelpDialogIncreasePanelSize", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Keyboard Shortcuts.
        /// </summary>
        public static string HelpDialogKeyboardShortcutsTitle {
            get {
                return ResourceManager.GetString("HelpDialogKeyboardShortcutsTitle", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Reset panel sizes.
        /// </summary>
        public static string HelpDialogResetPanelSize {
            get {
                return ResourceManager.GetString("HelpDialogResetPanelSize", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Close panel.
        /// </summary>
        public static string HelpDialogTogglePanelOpen {
            get {
                return ResourceManager.GetString("HelpDialogTogglePanelOpen", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Toggle panel orientation.
        /// </summary>
        public static string HelpDialogTogglePanelOrientation {
            get {
                return ResourceManager.GetString("HelpDialogTogglePanelOrientation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cancel.
        /// </summary>
        public static string InteractionButtonCancel {
            get {
                return ResourceManager.GetString("InteractionButtonCancel", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Close.
        /// </summary>
        public static string InteractionButtonClose {
            get {
                return ResourceManager.GetString("InteractionButtonClose", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to OK.
        /// </summary>
        public static string InteractionButtonOk {
            get {
                return ResourceManager.GetString("InteractionButtonOk", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Aspire MCP configuration.
        /// </summary>
        public static string McpServerDialogConfigurationHeading {
            get {
                return ResourceManager.GetString("McpServerDialogConfigurationHeading", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Visual Studio: Install Aspire MCP Server.
        /// </summary>
        public static string McpServerDialogInstallButtonAriaLabelVisualStudio {
            get {
                return ResourceManager.GetString("McpServerDialogInstallButtonAriaLabelVisualStudio", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to VS Code: Install Aspire MCP Server.
        /// </summary>
        public static string McpServerDialogInstallButtonAriaLabelVSCode {
            get {
                return ResourceManager.GetString("McpServerDialogInstallButtonAriaLabelVSCode", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to VS Code Insiders: Install Aspire MCP Server.
        /// </summary>
        public static string McpServerDialogInstallButtonAriaLabelVSCodeInsiders {
            get {
                return ResourceManager.GetString("McpServerDialogInstallButtonAriaLabelVSCodeInsiders", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Aspire MCP connects AI assistants to Aspire app data. AI can use Aspire MCP to get information about app resources, health checks, commands, console logs and real-time telemetry..
        /// </summary>
        public static string McpServerDialogIntroduction {
            get {
                return ResourceManager.GetString("McpServerDialogIntroduction", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Use Aspire MCP with AI.
        /// </summary>
        public static string McpServerDialogLearnMoreLink {
            get {
                return ResourceManager.GetString("McpServerDialogLearnMoreLink", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Aspire MCP can be used with any AI tooling that supports streamable HTTP MCP servers..
        /// </summary>
        public static string McpServerDialogOtherDescription {
            get {
                return ResourceManager.GetString("McpServerDialogOtherDescription", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Important details for configuring Aspire MCP are below. Please refer to your AI client&apos;s documentation for how to add an MCP server..
        /// </summary>
        public static string McpServerDialogOtherInstructions {
            get {
                return ResourceManager.GetString("McpServerDialogOtherInstructions", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to For other options, such as updating &lt;code&gt;mcp.json&lt;/code&gt;, see &lt;a href=&quot;{0}&quot; target=&quot;_blank&quot;&gt;Add an MCP server to Visual Studio&lt;/a&gt;..
        /// </summary>
        public static string McpServerDialogOtherOptionsVisualStudio {
            get {
                return ResourceManager.GetString("McpServerDialogOtherOptionsVisualStudio", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to For other options, such as updating &lt;code&gt;mcp.json&lt;/code&gt;, see &lt;a href=&quot;{0}&quot; target=&quot;_blank&quot;&gt;Add an MCP server to VS Code&lt;/a&gt;..
        /// </summary>
        public static string McpServerDialogOtherOptionsVSCode {
            get {
                return ResourceManager.GetString("McpServerDialogOtherOptionsVSCode", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Other.
        /// </summary>
        public static string McpServerDialogOtherTab {
            get {
                return ResourceManager.GetString("McpServerDialogOtherTab", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Quickly add Aspire MCP to Visual Studio using a browser install button:.
        /// </summary>
        public static string McpServerDialogQuicklyAddVisualStudio {
            get {
                return ResourceManager.GetString("McpServerDialogQuicklyAddVisualStudio", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Quickly add Aspire MCP to VS Code using a browser install button:.
        /// </summary>
        public static string McpServerDialogQuicklyAddVSCode {
            get {
                return ResourceManager.GetString("McpServerDialogQuicklyAddVSCode", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Visual Studio.
        /// </summary>
        public static string McpServerDialogVisualStudioTab {
            get {
                return ResourceManager.GetString("McpServerDialogVisualStudioTab", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to VS Code.
        /// </summary>
        public static string McpServerDialogVSCodeTab {
            get {
                return ResourceManager.GetString("McpServerDialogVSCodeTab", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to To use VS Code with Aspire MCP, configure the MCP endpoint to use HTTP instead of HTTPS. Note that this will remove transport security from Aspire MCP communication and could allow data to be read by a third party..
        /// </summary>
        public static string McpServerDialogVSCodeWarningInstructions {
            get {
                return ResourceManager.GetString("McpServerDialogVSCodeWarningInstructions", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to As of October 2025, VS Code does not support using Aspire MCP over HTTPS..
        /// </summary>
        public static string McpServerDialogVSCodeWarningMessage {
            get {
                return ResourceManager.GetString("McpServerDialogVSCodeWarningMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to More information.
        /// </summary>
        public static string McpServerDialogVSCodeWarningMoreInfo {
            get {
                return ResourceManager.GetString("McpServerDialogVSCodeWarningMoreInfo", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to VS Code limitation.
        /// </summary>
        public static string McpServerDialogVSCodeWarningTitle {
            get {
                return ResourceManager.GetString("McpServerDialogVSCodeWarningTitle", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Open in text visualizer.
        /// </summary>
        public static string OpenInTextVisualizer {
            get {
                return ResourceManager.GetString("OpenInTextVisualizer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cancel.
        /// </summary>
        public static string OpenSpanDialogCancelButtonText {
            get {
                return ResourceManager.GetString("OpenSpanDialogCancelButtonText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Waiting for span {0} to load....
        /// </summary>
        public static string OpenSpanDialogMessage {
            get {
                return ResourceManager.GetString("OpenSpanDialogMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Dark.
        /// </summary>
        public static string SettingsDialogDarkTheme {
            get {
                return ResourceManager.GetString("SettingsDialogDarkTheme", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Resource logs and telemetry.
        /// </summary>
        public static string SettingsDialogDashboardLogsAndTelemetry {
            get {
                return ResourceManager.GetString("SettingsDialogDashboardLogsAndTelemetry", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Runtime: {0}.
        /// </summary>
        public static string SettingsDialogDotNetRuntimeVersion {
            get {
                return ResourceManager.GetString("SettingsDialogDotNetRuntimeVersion", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Language.
        /// </summary>
        public static string SettingsDialogLanguage {
            get {
                return ResourceManager.GetString("SettingsDialogLanguage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The page will reload on language change..
        /// </summary>
        public static string SettingsDialogLanguagePageReloads {
            get {
                return ResourceManager.GetString("SettingsDialogLanguagePageReloads", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Light.
        /// </summary>
        public static string SettingsDialogLightTheme {
            get {
                return ResourceManager.GetString("SettingsDialogLightTheme", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to System.
        /// </summary>
        public static string SettingsDialogSystemTheme {
            get {
                return ResourceManager.GetString("SettingsDialogSystemTheme", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Dashboard telemetry is enabled. Aspire will collect usage data and send it to Microsoft..
        /// </summary>
        public static string SettingsDialogTelemetryEnabledInfo {
            get {
                return ResourceManager.GetString("SettingsDialogTelemetryEnabledInfo", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Why?.
        /// </summary>
        public static string SettingsDialogTelemetryInfoLinkText {
            get {
                return ResourceManager.GetString("SettingsDialogTelemetryInfoLinkText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Go to usage telemetry documentation.
        /// </summary>
        public static string SettingsDialogTelemetryInfoLinkTooltip {
            get {
                return ResourceManager.GetString("SettingsDialogTelemetryInfoLinkTooltip", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Theme.
        /// </summary>
        public static string SettingsDialogTheme {
            get {
                return ResourceManager.GetString("SettingsDialogTheme", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Version: {0}.
        /// </summary>
        public static string SettingsDialogVersion {
            get {
                return ResourceManager.GetString("SettingsDialogVersion", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Remove all.
        /// </summary>
        public static string SettingsRemoveAllButtonText {
            get {
                return ResourceManager.GetString("SettingsRemoveAllButtonText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Format JSON.
        /// </summary>
        public static string TextVisualizerDialogJsonFormat {
            get {
                return ResourceManager.GetString("TextVisualizerDialogJsonFormat", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unformatted.
        /// </summary>
        public static string TextVisualizerDialogPlaintextFormat {
            get {
                return ResourceManager.GetString("TextVisualizerDialogPlaintextFormat", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Format XML.
        /// </summary>
        public static string TextVisualizerDialogXmlFormat {
            get {
                return ResourceManager.GetString("TextVisualizerDialogXmlFormat", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Show value.
        /// </summary>
        public static string TextVisualizerSecretWarningAcknowledge {
            get {
                return ResourceManager.GetString("TextVisualizerSecretWarningAcknowledge", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Confirm you want to show the value. In the future, opening the text visualizer will automatically display all values.
        /// </summary>
        public static string TextVisualizerSecretWarningDescription {
            get {
                return ResourceManager.GetString("TextVisualizerSecretWarningDescription", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Sensitive value hidden.
        /// </summary>
        public static string TextVisualizerSecretWarningTitle {
            get {
                return ResourceManager.GetString("TextVisualizerSecretWarningTitle", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Select format.
        /// </summary>
        public static string TextVisualizerSelectFormatType {
            get {
                return ResourceManager.GetString("TextVisualizerSelectFormatType", resourceCulture);
            }
        }
    }
}