| File: Resources\Layout.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 Layout { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Layout() { } /// <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.Layout", typeof(Layout).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 Aspire. /// </summary> public static string MainLayoutAspire { get { return ResourceManager.GetString("MainLayoutAspire", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Help. /// </summary> public static string MainLayoutAspireDashboardHelpLink { get { return ResourceManager.GetString("MainLayoutAspireDashboardHelpLink", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Aspire repo. /// </summary> public static string MainLayoutAspireRepoLink { get { return ResourceManager.GetString("MainLayoutAspireRepoLink", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Settings. /// </summary> public static string MainLayoutLaunchSettings { get { return ResourceManager.GetString("MainLayoutLaunchSettings", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Close. /// </summary> public static string MainLayoutSettingsDialogClose { get { return ResourceManager.GetString("MainLayoutSettingsDialogClose", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Settings. /// </summary> public static string MainLayoutSettingsDialogTitle { get { return ResourceManager.GetString("MainLayoutSettingsDialogTitle", resourceCulture); } } /// <summary> /// Looks up a localized string similar to An unhandled error has occurred.. /// </summary> public static string MainLayoutUnhandledErrorMessage { get { return ResourceManager.GetString("MainLayoutUnhandledErrorMessage", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Reload. /// </summary> public static string MainLayoutUnhandledErrorReload { get { return ResourceManager.GetString("MainLayoutUnhandledErrorReload", resourceCulture); } } /// <summary> /// Looks up a localized string similar to More information. /// </summary> public static string MessageUnsecuredEndpointLink { get { return ResourceManager.GetString("MessageUnsecuredEndpointLink", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Untrusted apps can access sensitive information about the running services.. /// </summary> public static string MessageUnsecuredEndpointMcpBody { get { return ResourceManager.GetString("MessageUnsecuredEndpointMcpBody", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Untrusted apps can access telemetry data via the API.. /// </summary> public static string MessageUnsecuredEndpointApiBody { get { return ResourceManager.GetString("MessageUnsecuredEndpointApiBody", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Untrusted apps can send telemetry to the dashboard.. /// </summary> public static string MessageUnsecuredEndpointTelemetryBody { get { return ResourceManager.GetString("MessageUnsecuredEndpointTelemetryBody", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Endpoint is unsecured. /// </summary> public static string MessageUnsecuredEndpointTitle { get { return ResourceManager.GetString("MessageUnsecuredEndpointTitle", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Console. /// </summary> public static string NavMenuConsoleLogsTab { get { return ResourceManager.GetString("NavMenuConsoleLogsTab", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Metrics. /// </summary> public static string NavMenuMetricsTab { get { return ResourceManager.GetString("NavMenuMetricsTab", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Resources. /// </summary> public static string NavMenuResourcesTab { get { return ResourceManager.GetString("NavMenuResourcesTab", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Structured. /// </summary> public static string NavMenuStructuredLogsTab { get { return ResourceManager.GetString("NavMenuStructuredLogsTab", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Traces. /// </summary> public static string NavMenuTracesTab { get { return ResourceManager.GetString("NavMenuTracesTab", resourceCulture); } } /// <summary> /// Looks up a localized string similar to View filters. /// </summary> public static string PageLayoutViewFilters { get { return ResourceManager.GetString("PageLayoutViewFilters", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Failed to rejoin.<br />Please retry or reload the page.. /// </summary> public static string ReconnectFailedText { get { return ResourceManager.GetString("ReconnectFailedText", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Rejoining the server.... /// </summary> public static string ReconnectFirstAttemptText { get { return ResourceManager.GetString("ReconnectFirstAttemptText", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Rejoin failed... trying again in <span id="components-seconds-to-next-attempt"></span> seconds.. /// </summary> public static string ReconnectRepeatedAttemptText { get { return ResourceManager.GetString("ReconnectRepeatedAttemptText", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Retry. /// </summary> public static string ReconnectRetryButtonText { get { return ResourceManager.GetString("ReconnectRetryButtonText", resourceCulture); } } } }