| File: Resources\Columns.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", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class Columns { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Columns() { } /// <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.Columns", typeof(Columns).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 This container is persistent and won't be stopped when the app host is shut down.. /// </summary> public static string PersistentContainerIconTooltip { get { return ResourceManager.GetString("PersistentContainerIconTooltip", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Resource is running but not in a healthy state.. /// </summary> public static string RunningAndUnhealthyResourceStateToolTip { get { return ResourceManager.GetString("RunningAndUnhealthyResourceStateToolTip", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Copy full command to clipboard. /// </summary> public static string SourceColumnDisplayCopyCommandToClipboard { get { return ResourceManager.GetString("SourceColumnDisplayCopyCommandToClipboard", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Container runtime was found but appears to be unhealthy. Ensure that it is running. ///For more information, see https://aka.ms/dotnet/aspire/container-runtime-unhealthy. /// </summary> public static string StateColumnResourceContainerRuntimeUnhealthy { get { return ResourceManager.GetString("StateColumnResourceContainerRuntimeUnhealthy", resourceCulture); } } /// <summary> /// Looks up a localized string similar to {0} is no longer running. /// </summary> public static string StateColumnResourceExited { get { return ResourceManager.GetString("StateColumnResourceExited", resourceCulture); } } /// <summary> /// Looks up a localized string similar to {0} exited unexpectedly with exit code {1}. /// </summary> public static string StateColumnResourceExitedUnexpectedly { get { return ResourceManager.GetString("StateColumnResourceExitedUnexpectedly", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Resource has not started because it's configured to not automatically start.. /// </summary> public static string StateColumnResourceNotStarted { get { return ResourceManager.GetString("StateColumnResourceNotStarted", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Resource is waiting for other resources to be in a running and healthy state.. /// </summary> public static string StateColumnResourceWaiting { get { return ResourceManager.GetString("StateColumnResourceWaiting", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Unknown. /// </summary> public static string UnknownStateLabel { get { return ResourceManager.GetString("UnknownStateLabel", resourceCulture); } } /// <summary> /// Looks up a localized string similar to {0} error logs. /// </summary> public static string UnreadLogErrorsBadgeErrorLogs { get { return ResourceManager.GetString("UnreadLogErrorsBadgeErrorLogs", resourceCulture); } } /// <summary> /// Looks up a localized string similar to 1 error log. /// </summary> public static string UnreadLogErrorsBadgeOneErrorLog { get { return ResourceManager.GetString("UnreadLogErrorsBadgeOneErrorLog", resourceCulture); } } /// <summary> /// Looks up a localized string similar to URLs. /// </summary> public static string UrlsColumnDisplayOverflowTitle { get { return ResourceManager.GetString("UrlsColumnDisplayOverflowTitle", resourceCulture); } } } }