You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
395 lines
14 KiB
395 lines
14 KiB
//------------------------------------------------------------------------------ |
|
// <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 StabilityMatrix.Avalonia.Languages { |
|
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", "4.0.0.0")] |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
public class Resources { |
|
|
|
private static global::System.Resources.ResourceManager resourceMan; |
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture; |
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] |
|
internal Resources() { |
|
} |
|
|
|
/// <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("StabilityMatrix.Avalonia.Languages.Resources", typeof(Resources).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 Cancel. |
|
/// </summary> |
|
public static string Action_Cancel { |
|
get { |
|
return ResourceManager.GetString("Action_Cancel", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Close. |
|
/// </summary> |
|
public static string Action_Close { |
|
get { |
|
return ResourceManager.GetString("Action_Close", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Connect. |
|
/// </summary> |
|
public static string Action_Connect { |
|
get { |
|
return ResourceManager.GetString("Action_Connect", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Import. |
|
/// </summary> |
|
public static string Action_Import { |
|
get { |
|
return ResourceManager.GetString("Action_Import", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Launch. |
|
/// </summary> |
|
public static string Action_Launch { |
|
get { |
|
return ResourceManager.GetString("Action_Launch", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Quit. |
|
/// </summary> |
|
public static string Action_Quit { |
|
get { |
|
return ResourceManager.GetString("Action_Quit", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Relaunch. |
|
/// </summary> |
|
public static string Action_Relaunch { |
|
get { |
|
return ResourceManager.GetString("Action_Relaunch", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Relaunch Later. |
|
/// </summary> |
|
public static string Action_RelaunchLater { |
|
get { |
|
return ResourceManager.GetString("Action_RelaunchLater", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Save. |
|
/// </summary> |
|
public static string Action_Save { |
|
get { |
|
return ResourceManager.GetString("Action_Save", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Branches. |
|
/// </summary> |
|
public static string Label_Branches { |
|
get { |
|
return ResourceManager.GetString("Label_Branches", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to CFG Scale. |
|
/// </summary> |
|
public static string Label_CFGScale { |
|
get { |
|
return ResourceManager.GetString("Label_CFGScale", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Comments. |
|
/// </summary> |
|
public static string Label_Comments { |
|
get { |
|
return ResourceManager.GetString("Label_Comments", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Connecting.... |
|
/// </summary> |
|
public static string Label_ConnectingEllipsis { |
|
get { |
|
return ResourceManager.GetString("Label_ConnectingEllipsis", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Deemphasis. |
|
/// </summary> |
|
public static string Label_Deemphasis { |
|
get { |
|
return ResourceManager.GetString("Label_Deemphasis", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Denoising Strength. |
|
/// </summary> |
|
public static string Label_DenoisingStrength { |
|
get { |
|
return ResourceManager.GetString("Label_DenoisingStrength", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Drag & Drop checkpoints here to import. |
|
/// </summary> |
|
public static string Label_DragAndDropCheckpointsHereToImport { |
|
get { |
|
return ResourceManager.GetString("Label_DragAndDropCheckpointsHereToImport", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Emebeddings / Textual Inversion. |
|
/// </summary> |
|
public static string Label_EmbeddingsOrTextualInversion { |
|
get { |
|
return ResourceManager.GetString("Label_EmbeddingsOrTextualInversion", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Emphasis. |
|
/// </summary> |
|
public static string Label_Emphasis { |
|
get { |
|
return ResourceManager.GetString("Label_Emphasis", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Height. |
|
/// </summary> |
|
public static string Label_Height { |
|
get { |
|
return ResourceManager.GetString("Label_Height", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Language. |
|
/// </summary> |
|
public static string Label_Language { |
|
get { |
|
return ResourceManager.GetString("Label_Language", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Model. |
|
/// </summary> |
|
public static string Label_Model { |
|
get { |
|
return ResourceManager.GetString("Label_Model", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Networks (Lora / LyCORIS). |
|
/// </summary> |
|
public static string Label_NetworksLoraOrLycoris { |
|
get { |
|
return ResourceManager.GetString("Label_NetworksLoraOrLycoris", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Package Type. |
|
/// </summary> |
|
public static string Label_PackageType { |
|
get { |
|
return ResourceManager.GetString("Label_PackageType", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Refiner. |
|
/// </summary> |
|
public static string Label_Refiner { |
|
get { |
|
return ResourceManager.GetString("Label_Refiner", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Relaunch Required. |
|
/// </summary> |
|
public static string Label_RelaunchRequired { |
|
get { |
|
return ResourceManager.GetString("Label_RelaunchRequired", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Releases. |
|
/// </summary> |
|
public static string Label_Releases { |
|
get { |
|
return ResourceManager.GetString("Label_Releases", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Show pixel grid at high zoom levels. |
|
/// </summary> |
|
public static string Label_ShowPixelGridAtHighZoomLevels { |
|
get { |
|
return ResourceManager.GetString("Label_ShowPixelGridAtHighZoomLevels", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Steps. |
|
/// </summary> |
|
public static string Label_Steps { |
|
get { |
|
return ResourceManager.GetString("Label_Steps", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Steps - Base. |
|
/// </summary> |
|
public static string Label_StepsBase { |
|
get { |
|
return ResourceManager.GetString("Label_StepsBase", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Steps - Refiner. |
|
/// </summary> |
|
public static string Label_StepsRefiner { |
|
get { |
|
return ResourceManager.GetString("Label_StepsRefiner", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Unknown Package. |
|
/// </summary> |
|
public static string Label_UnknownPackage { |
|
get { |
|
return ResourceManager.GetString("Label_UnknownPackage", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to VAE. |
|
/// </summary> |
|
public static string Label_VAE { |
|
get { |
|
return ResourceManager.GetString("Label_VAE", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Version. |
|
/// </summary> |
|
public static string Label_Version { |
|
get { |
|
return ResourceManager.GetString("Label_Version", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Version Type. |
|
/// </summary> |
|
public static string Label_VersionType { |
|
get { |
|
return ResourceManager.GetString("Label_VersionType", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Waiting to connect.... |
|
/// </summary> |
|
public static string Label_WaitingToConnectEllipsis { |
|
get { |
|
return ResourceManager.GetString("Label_WaitingToConnectEllipsis", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Width. |
|
/// </summary> |
|
public static string Label_Width { |
|
get { |
|
return ResourceManager.GetString("Label_Width", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Relaunch is required for new language option to take effect. |
|
/// </summary> |
|
public static string Text_RelaunchRequiredToApplyLanguage { |
|
get { |
|
return ResourceManager.GetString("Text_RelaunchRequiredToApplyLanguage", resourceCulture); |
|
} |
|
} |
|
} |
|
}
|
|
|