|
//------------------------------------------------------------------------------
// <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.Hosting.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()]
internal class InteractionStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal InteractionStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Hosting.Resources.InteractionStrings", typeof(InteractionStrings).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)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to There are unresolved parameters that need to be set. Please provide values for them..
/// </summary>
internal static string ParametersBarMessage {
get {
return ResourceManager.GetString("ParametersBarMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Enter values.
/// </summary>
internal static string ParametersBarPrimaryButtonText {
get {
return ResourceManager.GetString("ParametersBarPrimaryButtonText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unresolved parameters.
/// </summary>
internal static string ParametersBarTitle {
get {
return ResourceManager.GetString("ParametersBarTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Please provide values for the unresolved parameters. Parameters can be saved to [user secrets](https://learn.microsoft.com/aspnet/core/security/app-secrets) for future use..
/// </summary>
internal static string ParametersInputsMessage {
get {
return ResourceManager.GetString("ParametersInputsMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Enter value for {0}.
/// </summary>
internal static string ParametersInputsParameterPlaceholder {
get {
return ResourceManager.GetString("ParametersInputsParameterPlaceholder", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Save.
/// </summary>
internal static string ParametersInputsPrimaryButtonText {
get {
return ResourceManager.GetString("ParametersInputsPrimaryButtonText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Save to user secrets.
/// </summary>
internal static string ParametersInputsRememberLabel {
get {
return ResourceManager.GetString("ParametersInputsRememberLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Set unresolved parameters.
/// </summary>
internal static string ParametersInputsTitle {
get {
return ResourceManager.GetString("ParametersInputsTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Upgrade instructions.
/// </summary>
internal static string VersionCheckLinkText {
get {
return ResourceManager.GetString("VersionCheckLinkText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Aspire {0} is available..
/// </summary>
internal static string VersionCheckMessage {
get {
return ResourceManager.GetString("VersionCheckMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Ignore.
/// </summary>
internal static string VersionCheckPrimaryButtonText {
get {
return ResourceManager.GetString("VersionCheckPrimaryButtonText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Update now.
/// </summary>
internal static string VersionCheckTitle {
get {
return ResourceManager.GetString("VersionCheckTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Container Runtime Unhealthy.
/// </summary>
internal static string ContainerRuntimeUnhealthyTitle {
get {
return ResourceManager.GetString("ContainerRuntimeUnhealthyTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Container runtime '{0}' was found but appears to be unhealthy. .
/// </summary>
internal static string ContainerRuntimeUnhealthyMessage {
get {
return ResourceManager.GetString("ContainerRuntimeUnhealthyMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Ensure that Docker is running and that the Docker daemon is accessible. If Resource Saver mode is enabled, containers may not run..
/// </summary>
internal static string ContainerRuntimeDockerAdvice {
get {
return ResourceManager.GetString("ContainerRuntimeDockerAdvice", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Ensure that Podman is running..
/// </summary>
internal static string ContainerRuntimePodmanAdvice {
get {
return ResourceManager.GetString("ContainerRuntimePodmanAdvice", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Ensure that the container runtime is running..
/// </summary>
internal static string ContainerRuntimeGenericAdvice {
get {
return ResourceManager.GetString("ContainerRuntimeGenericAdvice", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Learn more.
/// </summary>
internal static string ContainerRuntimeLinkText {
get {
return ResourceManager.GetString("ContainerRuntimeLinkText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Container Runtime Not Installed.
/// </summary>
internal static string ContainerRuntimeNotInstalledTitle {
get {
return ResourceManager.GetString("ContainerRuntimeNotInstalledTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Container runtime could not be found. See https://aka.ms/dotnet/aspire/containers for more details on supported container runtimes..
/// </summary>
internal static string ContainerRuntimeNotInstalledMessage {
get {
return ResourceManager.GetString("ContainerRuntimeNotInstalledMessage", resourceCulture);
}
}
}
}
|