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.
//
//     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", "17.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 ExemplarsDialogCloseButtonText {
            get {
                return ResourceManager.GetString("ExemplarsDialogCloseButtonText", 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 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 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 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 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 OpenTraceDialogCancelButtonText {
            get {
                return ResourceManager.GetString("OpenTraceDialogCancelButtonText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Waiting for trace {0} to load....
        /// </summary>
        public static string OpenTraceDialogMessage {
            get {
                return ResourceManager.GetString("OpenTraceDialogMessage", 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 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 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 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 Select format.
        /// </summary>
        public static string TextVisualizerSelectFormatType {
            get {
                return ResourceManager.GetString("TextVisualizerSelectFormatType", resourceCulture);
            }
        }
    }
}