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.
2924 lines
101 KiB
2924 lines
101 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 Add for All Users. |
|
/// </summary> |
|
public static string Action_AddForAllUsers { |
|
get { |
|
return ResourceManager.GetString("Action_AddForAllUsers", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Add for Current User. |
|
/// </summary> |
|
public static string Action_AddForCurrentUser { |
|
get { |
|
return ResourceManager.GetString("Action_AddForCurrentUser", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Add Package. |
|
/// </summary> |
|
public static string Action_AddPackage { |
|
get { |
|
return ResourceManager.GetString("Action_AddPackage", resourceCulture); |
|
} |
|
} |
|
|
|
/// <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 Check for Updates. |
|
/// </summary> |
|
public static string Action_CheckForUpdates { |
|
get { |
|
return ResourceManager.GetString("Action_CheckForUpdates", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Check Version. |
|
/// </summary> |
|
public static string Action_CheckVersion { |
|
get { |
|
return ResourceManager.GetString("Action_CheckVersion", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Clear Selection. |
|
/// </summary> |
|
public static string Action_ClearSelection { |
|
get { |
|
return ResourceManager.GetString("Action_ClearSelection", 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 Consolidate. |
|
/// </summary> |
|
public static string Action_Consolidate { |
|
get { |
|
return ResourceManager.GetString("Action_Consolidate", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Continue. |
|
/// </summary> |
|
public static string Action_Continue { |
|
get { |
|
return ResourceManager.GetString("Action_Continue", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Copy. |
|
/// </summary> |
|
public static string Action_Copy { |
|
get { |
|
return ResourceManager.GetString("Action_Copy", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Copy Details. |
|
/// </summary> |
|
public static string Action_CopyDetails { |
|
get { |
|
return ResourceManager.GetString("Action_CopyDetails", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Copy Trigger Words. |
|
/// </summary> |
|
public static string Action_CopyTriggerWords { |
|
get { |
|
return ResourceManager.GetString("Action_CopyTriggerWords", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Delete. |
|
/// </summary> |
|
public static string Action_Delete { |
|
get { |
|
return ResourceManager.GetString("Action_Delete", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Disconnect. |
|
/// </summary> |
|
public static string Action_Disconnect { |
|
get { |
|
return ResourceManager.GetString("Action_Disconnect", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Downgrade. |
|
/// </summary> |
|
public static string Action_Downgrade { |
|
get { |
|
return ResourceManager.GetString("Action_Downgrade", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Download. |
|
/// </summary> |
|
public static string Action_Download { |
|
get { |
|
return ResourceManager.GetString("Action_Download", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Edit. |
|
/// </summary> |
|
public static string Action_Edit { |
|
get { |
|
return ResourceManager.GetString("Action_Edit", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Exit Application. |
|
/// </summary> |
|
public static string Action_ExitApplication { |
|
get { |
|
return ResourceManager.GetString("Action_ExitApplication", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Hide. |
|
/// </summary> |
|
public static string Action_Hide { |
|
get { |
|
return ResourceManager.GetString("Action_Hide", 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 Install. |
|
/// </summary> |
|
public static string Action_Install { |
|
get { |
|
return ResourceManager.GetString("Action_Install", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Install Now. |
|
/// </summary> |
|
public static string Action_InstallNow { |
|
get { |
|
return ResourceManager.GetString("Action_InstallNow", 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 Login. |
|
/// </summary> |
|
public static string Action_Login { |
|
get { |
|
return ResourceManager.GetString("Action_Login", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to New. |
|
/// </summary> |
|
public static string Action_New { |
|
get { |
|
return ResourceManager.GetString("Action_New", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to OK. |
|
/// </summary> |
|
public static string Action_OK { |
|
get { |
|
return ResourceManager.GetString("Action_OK", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Open on GitHub. |
|
/// </summary> |
|
public static string Action_OpenGithub { |
|
get { |
|
return ResourceManager.GetString("Action_OpenGithub", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Open in Browser. |
|
/// </summary> |
|
public static string Action_OpenInBrowser { |
|
get { |
|
return ResourceManager.GetString("Action_OpenInBrowser", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Open in Explorer. |
|
/// </summary> |
|
public static string Action_OpenInExplorer { |
|
get { |
|
return ResourceManager.GetString("Action_OpenInExplorer", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Open in Finder. |
|
/// </summary> |
|
public static string Action_OpenInFinder { |
|
get { |
|
return ResourceManager.GetString("Action_OpenInFinder", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Open in Image Viewer. |
|
/// </summary> |
|
public static string Action_OpenInViewer { |
|
get { |
|
return ResourceManager.GetString("Action_OpenInViewer", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Open on CivitAI. |
|
/// </summary> |
|
public static string Action_OpenOnCivitAi { |
|
get { |
|
return ResourceManager.GetString("Action_OpenOnCivitAi", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Open on Hugging Face. |
|
/// </summary> |
|
public static string Action_OpenOnHuggingFace { |
|
get { |
|
return ResourceManager.GetString("Action_OpenOnHuggingFace", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Open on OpenArt. |
|
/// </summary> |
|
public static string Action_OpenOnOpenArt { |
|
get { |
|
return ResourceManager.GetString("Action_OpenOnOpenArt", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Open Project.... |
|
/// </summary> |
|
public static string Action_OpenProjectEllipsis { |
|
get { |
|
return ResourceManager.GetString("Action_OpenProjectEllipsis", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Open Web UI. |
|
/// </summary> |
|
public static string Action_OpenWebUI { |
|
get { |
|
return ResourceManager.GetString("Action_OpenWebUI", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Preview Preprocessor. |
|
/// </summary> |
|
public static string Action_PreviewPreprocessor { |
|
get { |
|
return ResourceManager.GetString("Action_PreviewPreprocessor", 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 Refresh. |
|
/// </summary> |
|
public static string Action_Refresh { |
|
get { |
|
return ResourceManager.GetString("Action_Refresh", 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 Remind Me Later. |
|
/// </summary> |
|
public static string Action_RemindMeLater { |
|
get { |
|
return ResourceManager.GetString("Action_RemindMeLater", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Remove. |
|
/// </summary> |
|
public static string Action_Remove { |
|
get { |
|
return ResourceManager.GetString("Action_Remove", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Rename. |
|
/// </summary> |
|
public static string Action_Rename { |
|
get { |
|
return ResourceManager.GetString("Action_Rename", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Replace Contents. |
|
/// </summary> |
|
public static string Action_ReplaceContents { |
|
get { |
|
return ResourceManager.GetString("Action_ReplaceContents", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Restart. |
|
/// </summary> |
|
public static string Action_Restart { |
|
get { |
|
return ResourceManager.GetString("Action_Restart", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Restore Default Layout. |
|
/// </summary> |
|
public static string Action_RestoreDefaultLayout { |
|
get { |
|
return ResourceManager.GetString("Action_RestoreDefaultLayout", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Retry. |
|
/// </summary> |
|
public static string Action_Retry { |
|
get { |
|
return ResourceManager.GetString("Action_Retry", 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 Save As.... |
|
/// </summary> |
|
public static string Action_SaveAsEllipsis { |
|
get { |
|
return ResourceManager.GetString("Action_SaveAsEllipsis", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Search. |
|
/// </summary> |
|
public static string Action_Search { |
|
get { |
|
return ResourceManager.GetString("Action_Search", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Select All. |
|
/// </summary> |
|
public static string Action_SelectAll { |
|
get { |
|
return ResourceManager.GetString("Action_SelectAll", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Select Directory. |
|
/// </summary> |
|
public static string Action_SelectDirectory { |
|
get { |
|
return ResourceManager.GetString("Action_SelectDirectory", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Select File. |
|
/// </summary> |
|
public static string Action_SelectFile { |
|
get { |
|
return ResourceManager.GetString("Action_SelectFile", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Send. |
|
/// </summary> |
|
public static string Action_Send { |
|
get { |
|
return ResourceManager.GetString("Action_Send", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Send Input. |
|
/// </summary> |
|
public static string Action_SendInput { |
|
get { |
|
return ResourceManager.GetString("Action_SendInput", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Send to Inference. |
|
/// </summary> |
|
public static string Action_SendToInference { |
|
get { |
|
return ResourceManager.GetString("Action_SendToInference", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Show in Explorer. |
|
/// </summary> |
|
public static string Action_ShowInExplorer { |
|
get { |
|
return ResourceManager.GetString("Action_ShowInExplorer", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Signup. |
|
/// </summary> |
|
public static string Action_Signup { |
|
get { |
|
return ResourceManager.GetString("Action_Signup", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Stop. |
|
/// </summary> |
|
public static string Action_Stop { |
|
get { |
|
return ResourceManager.GetString("Action_Stop", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Uninstall. |
|
/// </summary> |
|
public static string Action_Uninstall { |
|
get { |
|
return ResourceManager.GetString("Action_Uninstall", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Update. |
|
/// </summary> |
|
public static string Action_Update { |
|
get { |
|
return ResourceManager.GetString("Action_Update", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Update Existing Metadata. |
|
/// </summary> |
|
public static string Action_UpdateExistingMetadata { |
|
get { |
|
return ResourceManager.GetString("Action_UpdateExistingMetadata", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Upgrade. |
|
/// </summary> |
|
public static string Action_Upgrade { |
|
get { |
|
return ResourceManager.GetString("Action_Upgrade", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Yes. |
|
/// </summary> |
|
public static string Action_Yes { |
|
get { |
|
return ResourceManager.GetString("Action_Yes", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Please select a download location.. |
|
/// </summary> |
|
public static string Error_PleaseSelectDownloadLocation { |
|
get { |
|
return ResourceManager.GetString("Error_PleaseSelectDownloadLocation", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to About. |
|
/// </summary> |
|
public static string Label_About { |
|
get { |
|
return ResourceManager.GetString("Label_About", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Accounts. |
|
/// </summary> |
|
public static string Label_Accounts { |
|
get { |
|
return ResourceManager.GetString("Label_Accounts", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to This action cannot be undone.. |
|
/// </summary> |
|
public static string Label_ActionCannotBeUndone { |
|
get { |
|
return ResourceManager.GetString("Label_ActionCannotBeUndone", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Addons. |
|
/// </summary> |
|
public static string Label_Addons { |
|
get { |
|
return ResourceManager.GetString("Label_Addons", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Add Stability Matrix to the Start Menu. |
|
/// </summary> |
|
public static string Label_AddToStartMenu { |
|
get { |
|
return ResourceManager.GetString("Label_AddToStartMenu", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Uses the current app location, you can run this again if you move the app. |
|
/// </summary> |
|
public static string Label_AddToStartMenu_Details { |
|
get { |
|
return ResourceManager.GetString("Label_AddToStartMenu_Details", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Advanced Options. |
|
/// </summary> |
|
public static string Label_AdvancedOptions { |
|
get { |
|
return ResourceManager.GetString("Label_AdvancedOptions", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to All Versions. |
|
/// </summary> |
|
public static string Label_AllVersions { |
|
get { |
|
return ResourceManager.GetString("Label_AllVersions", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Another instance of Stability Matrix is already running. Please close it before starting a new one.. |
|
/// </summary> |
|
public static string Label_AnotherInstanceAlreadyRunning { |
|
get { |
|
return ResourceManager.GetString("Label_AnotherInstanceAlreadyRunning", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to API Key. |
|
/// </summary> |
|
public static string Label_ApiKey { |
|
get { |
|
return ResourceManager.GetString("Label_ApiKey", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Appearance. |
|
/// </summary> |
|
public static string Label_Appearance { |
|
get { |
|
return ResourceManager.GetString("Label_Appearance", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Are you sure?. |
|
/// </summary> |
|
public static string Label_AreYouSure { |
|
get { |
|
return ResourceManager.GetString("Label_AreYouSure", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Are you sure you want to delete {0} images?. |
|
/// </summary> |
|
public static string Label_AreYouSureDeleteImages { |
|
get { |
|
return ResourceManager.GetString("Label_AreYouSureDeleteImages", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Augmentation Level. |
|
/// </summary> |
|
public static string Label_AugmentationLevel { |
|
get { |
|
return ResourceManager.GetString("Label_AugmentationLevel", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Auto Completion. |
|
/// </summary> |
|
public static string Label_AutoCompletion { |
|
get { |
|
return ResourceManager.GetString("Label_AutoCompletion", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Automatically scroll to end of console output. |
|
/// </summary> |
|
public static string Label_AutoScrollToEnd { |
|
get { |
|
return ResourceManager.GetString("Label_AutoScrollToEnd", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Auto Updates. |
|
/// </summary> |
|
public static string Label_AutoUpdates { |
|
get { |
|
return ResourceManager.GetString("Label_AutoUpdates", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Base Model. |
|
/// </summary> |
|
public static string Label_BaseModel { |
|
get { |
|
return ResourceManager.GetString("Label_BaseModel", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Batch Index. |
|
/// </summary> |
|
public static string Label_BatchIndex { |
|
get { |
|
return ResourceManager.GetString("Label_BatchIndex", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Become a Patron. |
|
/// </summary> |
|
public static string Label_BecomeAPatron { |
|
get { |
|
return ResourceManager.GetString("Label_BecomeAPatron", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Branch. |
|
/// </summary> |
|
public static string Label_Branch { |
|
get { |
|
return ResourceManager.GetString("Label_Branch", 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 Callstack. |
|
/// </summary> |
|
public static string Label_Callstack { |
|
get { |
|
return ResourceManager.GetString("Label_Callstack", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Categories. |
|
/// </summary> |
|
public static string Label_Categories { |
|
get { |
|
return ResourceManager.GetString("Label_Categories", 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 We're checking some hardware specifications to determine compatibility.. |
|
/// </summary> |
|
public static string Label_CheckingHardware { |
|
get { |
|
return ResourceManager.GetString("Label_CheckingHardware", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Checkpoint Manager. |
|
/// </summary> |
|
public static string Label_CheckpointManager { |
|
get { |
|
return ResourceManager.GetString("Label_CheckpointManager", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Checkpoints. |
|
/// </summary> |
|
public static string Label_Checkpoints { |
|
get { |
|
return ResourceManager.GetString("Label_Checkpoints", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to CivitAI. |
|
/// </summary> |
|
public static string Label_CivitAi { |
|
get { |
|
return ResourceManager.GetString("Label_CivitAi", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to You must be logged in to download this checkpoint. Please enter a CivitAI API Key in the settings.. |
|
/// </summary> |
|
public static string Label_CivitAiLoginRequired { |
|
get { |
|
return ResourceManager.GetString("Label_CivitAiLoginRequired", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to CLIP Skip. |
|
/// </summary> |
|
public static string Label_CLIPSkip { |
|
get { |
|
return ResourceManager.GetString("Label_CLIPSkip", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Close dialog when finished. |
|
/// </summary> |
|
public static string Label_CloseDialogWhenFinished { |
|
get { |
|
return ResourceManager.GetString("Label_CloseDialogWhenFinished", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to ComfyUI is required to install this package. Would you like to install it now?. |
|
/// </summary> |
|
public static string Label_ComfyRequiredDetail { |
|
get { |
|
return ResourceManager.GetString("Label_ComfyRequiredDetail", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to ComfyUI Required. |
|
/// </summary> |
|
public static string Label_ComfyRequiredTitle { |
|
get { |
|
return ResourceManager.GetString("Label_ComfyRequiredTitle", 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 Commit. |
|
/// </summary> |
|
public static string Label_Commit { |
|
get { |
|
return ResourceManager.GetString("Label_Commit", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Replace underscores with spaces when inserting completions. |
|
/// </summary> |
|
public static string Label_CompletionReplaceUnderscoresWithSpaces { |
|
get { |
|
return ResourceManager.GetString("Label_CompletionReplaceUnderscoresWithSpaces", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Config. |
|
/// </summary> |
|
public static string Label_Config { |
|
get { |
|
return ResourceManager.GetString("Label_Config", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Confirm Delete. |
|
/// </summary> |
|
public static string Label_ConfirmDelete { |
|
get { |
|
return ResourceManager.GetString("Label_ConfirmDelete", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Confirm Exit. |
|
/// </summary> |
|
public static string Label_ConfirmExit { |
|
get { |
|
return ResourceManager.GetString("Label_ConfirmExit", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Are you sure you want to exit? This will also close any currently running packages.. |
|
/// </summary> |
|
public static string Label_ConfirmExitDetail { |
|
get { |
|
return ResourceManager.GetString("Label_ConfirmExitDetail", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Confirm Password. |
|
/// </summary> |
|
public static string Label_ConfirmPassword { |
|
get { |
|
return ResourceManager.GetString("Label_ConfirmPassword", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Confirm?. |
|
/// </summary> |
|
public static string Label_ConfirmQuestion { |
|
get { |
|
return ResourceManager.GetString("Label_ConfirmQuestion", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Connected. |
|
/// </summary> |
|
public static string Label_Connected { |
|
get { |
|
return ResourceManager.GetString("Label_Connected", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Connected Model. |
|
/// </summary> |
|
public static string Label_ConnectedModel { |
|
get { |
|
return ResourceManager.GetString("Label_ConnectedModel", 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 Console. |
|
/// </summary> |
|
public static string Label_Console { |
|
get { |
|
return ResourceManager.GetString("Label_Console", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to This will move all generated images from the selected packages to the Consolidated directory of the shared outputs folder. This action cannot be undone.. |
|
/// </summary> |
|
public static string Label_ConsolidateExplanation { |
|
get { |
|
return ResourceManager.GetString("Label_ConsolidateExplanation", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Control Steps. |
|
/// </summary> |
|
public static string Label_ControlSteps { |
|
get { |
|
return ResourceManager.GetString("Label_ControlSteps", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Control Weight. |
|
/// </summary> |
|
public static string Label_ControlWeight { |
|
get { |
|
return ResourceManager.GetString("Label_ControlWeight", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Current directory:. |
|
/// </summary> |
|
public static string Label_CurrentDirectory { |
|
get { |
|
return ResourceManager.GetString("Label_CurrentDirectory", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Data Directory. |
|
/// </summary> |
|
public static string Label_DataDirectory { |
|
get { |
|
return ResourceManager.GetString("Label_DataDirectory", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to This is where application data (model checkpoints, web UIs, etc.) will be installed.. |
|
/// </summary> |
|
public static string Label_DataDirectoryExplanation { |
|
get { |
|
return ResourceManager.GetString("Label_DataDirectoryExplanation", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Data Folder Name. |
|
/// </summary> |
|
public static string Label_DataFolderName { |
|
get { |
|
return ResourceManager.GetString("Label_DataFolderName", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Data provided by CivitAI. |
|
/// </summary> |
|
public static string Label_DataProvidedByCivitAi { |
|
get { |
|
return ResourceManager.GetString("Label_DataProvidedByCivitAi", 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 Details. |
|
/// </summary> |
|
public static string Label_Details { |
|
get { |
|
return ResourceManager.GetString("Label_Details", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Discord Rich Presence. |
|
/// </summary> |
|
public static string Label_DiscordRichPresence { |
|
get { |
|
return ResourceManager.GetString("Label_DiscordRichPresence", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Display Name. |
|
/// </summary> |
|
public static string Label_DisplayName { |
|
get { |
|
return ResourceManager.GetString("Label_DisplayName", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Download Failed. |
|
/// </summary> |
|
public static string Label_DownloadFailed { |
|
get { |
|
return ResourceManager.GetString("Label_DownloadFailed", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Downloads. |
|
/// </summary> |
|
public static string Label_Downloads { |
|
get { |
|
return ResourceManager.GetString("Label_Downloads", 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 Drop file here to import. |
|
/// </summary> |
|
public static string Label_DropFileToImport { |
|
get { |
|
return ResourceManager.GetString("Label_DropFileToImport", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Email. |
|
/// </summary> |
|
public static string Label_Email { |
|
get { |
|
return ResourceManager.GetString("Label_Email", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Embedded Python. |
|
/// </summary> |
|
public static string Label_EmbeddedPython { |
|
get { |
|
return ResourceManager.GetString("Label_EmbeddedPython", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Embeddings / 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 Environment Variables. |
|
/// </summary> |
|
public static string Label_EnvironmentVariables { |
|
get { |
|
return ResourceManager.GetString("Label_EnvironmentVariables", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Name. |
|
/// </summary> |
|
public static string Label_EnvVarsTable_Name { |
|
get { |
|
return ResourceManager.GetString("Label_EnvVarsTable_Name", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Value. |
|
/// </summary> |
|
public static string Label_EnvVarsTable_Value { |
|
get { |
|
return ResourceManager.GetString("Label_EnvVarsTable_Value", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Error installing package. |
|
/// </summary> |
|
public static string Label_ErrorInstallingPackage { |
|
get { |
|
return ResourceManager.GetString("Label_ErrorInstallingPackage", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Error retrieving workflows. |
|
/// </summary> |
|
public static string Label_ErrorRetrievingWorkflows { |
|
get { |
|
return ResourceManager.GetString("Label_ErrorRetrievingWorkflows", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Everything looks good!. |
|
/// </summary> |
|
public static string Label_EverythingLooksGood { |
|
get { |
|
return ResourceManager.GetString("Label_EverythingLooksGood", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to You may encounter errors when using a FAT32 or exFAT drive. Select a different drive for a smoother experience.. |
|
/// </summary> |
|
public static string Label_FatWarning { |
|
get { |
|
return ResourceManager.GetString("Label_FatWarning", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Find Connected Metadata. |
|
/// </summary> |
|
public static string Label_FindConnectedMetadata { |
|
get { |
|
return ResourceManager.GetString("Label_FindConnectedMetadata", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Find in Model Browser. |
|
/// </summary> |
|
public static string Label_FindInModelBrowser { |
|
get { |
|
return ResourceManager.GetString("Label_FindInModelBrowser", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Finished importing workflow and custom nodes. |
|
/// </summary> |
|
public static string Label_FinishedImportingWorkflow { |
|
get { |
|
return ResourceManager.GetString("Label_FinishedImportingWorkflow", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to First Page. |
|
/// </summary> |
|
public static string Label_FirstPage { |
|
get { |
|
return ResourceManager.GetString("Label_FirstPage", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Folder. |
|
/// </summary> |
|
public static string Label_Folder { |
|
get { |
|
return ResourceManager.GetString("Label_Folder", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Frames Per Second. |
|
/// </summary> |
|
public static string Label_Fps { |
|
get { |
|
return ResourceManager.GetString("Label_Fps", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Frames. |
|
/// </summary> |
|
public static string Label_Frames { |
|
get { |
|
return ResourceManager.GetString("Label_Frames", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to General. |
|
/// </summary> |
|
public static string Label_General { |
|
get { |
|
return ResourceManager.GetString("Label_General", 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 Holiday Mode. |
|
/// </summary> |
|
public static string Label_HolidayMode { |
|
get { |
|
return ResourceManager.GetString("Label_HolidayMode", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Hugging Face. |
|
/// </summary> |
|
public static string Label_HuggingFace { |
|
get { |
|
return ResourceManager.GetString("Label_HuggingFace", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Image to Image. |
|
/// </summary> |
|
public static string Label_ImageToImage { |
|
get { |
|
return ResourceManager.GetString("Label_ImageToImage", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Image to Video. |
|
/// </summary> |
|
public static string Label_ImageToVideo { |
|
get { |
|
return ResourceManager.GetString("Label_ImageToVideo", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Image Viewer. |
|
/// </summary> |
|
public static string Label_ImageViewer { |
|
get { |
|
return ResourceManager.GetString("Label_ImageViewer", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Import with Metadata. |
|
/// </summary> |
|
public static string Label_ImportAsConnected { |
|
get { |
|
return ResourceManager.GetString("Label_ImportAsConnected", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Search for connected metadata on new local imports. |
|
/// </summary> |
|
public static string Label_ImportAsConnectedExplanation { |
|
get { |
|
return ResourceManager.GetString("Label_ImportAsConnectedExplanation", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Import Latest -. |
|
/// </summary> |
|
public static string Label_ImportLatest { |
|
get { |
|
return ResourceManager.GetString("Label_ImportLatest", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Indexing.... |
|
/// </summary> |
|
public static string Label_Indexing { |
|
get { |
|
return ResourceManager.GetString("Label_Indexing", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Inference. |
|
/// </summary> |
|
public static string Label_Inference { |
|
get { |
|
return ResourceManager.GetString("Label_Inference", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Infinite Scrolling. |
|
/// </summary> |
|
public static string Label_InfiniteScrolling { |
|
get { |
|
return ResourceManager.GetString("Label_InfiniteScrolling", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Inner exception. |
|
/// </summary> |
|
public static string Label_InnerException { |
|
get { |
|
return ResourceManager.GetString("Label_InnerException", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Inpainting. |
|
/// </summary> |
|
public static string Label_Inpainting { |
|
get { |
|
return ResourceManager.GetString("Label_Inpainting", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Input. |
|
/// </summary> |
|
public static string Label_Input { |
|
get { |
|
return ResourceManager.GetString("Label_Input", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Input required. |
|
/// </summary> |
|
public static string Label_InputRequired { |
|
get { |
|
return ResourceManager.GetString("Label_InputRequired", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to An installation with this name already exists.. |
|
/// </summary> |
|
public static string Label_InstallationWithThisNameExists { |
|
get { |
|
return ResourceManager.GetString("Label_InstallationWithThisNameExists", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Installed. |
|
/// </summary> |
|
public static string Label_Installed { |
|
get { |
|
return ResourceManager.GetString("Label_Installed", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Installing. |
|
/// </summary> |
|
public static string Label_Installing { |
|
get { |
|
return ResourceManager.GetString("Label_Installing", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Integrations. |
|
/// </summary> |
|
public static string Label_Integrations { |
|
get { |
|
return ResourceManager.GetString("Label_Integrations", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Invalid Package type. |
|
/// </summary> |
|
public static string Label_InvalidPackageType { |
|
get { |
|
return ResourceManager.GetString("Label_InvalidPackageType", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Join Discord Server. |
|
/// </summary> |
|
public static string Label_JoinDiscord { |
|
get { |
|
return ResourceManager.GetString("Label_JoinDiscord", 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 Last Page. |
|
/// </summary> |
|
public static string Label_LastPage { |
|
get { |
|
return ResourceManager.GetString("Label_LastPage", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Let's get started. |
|
/// </summary> |
|
public static string Label_LetsGetStarted { |
|
get { |
|
return ResourceManager.GetString("Label_LetsGetStarted", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to License. |
|
/// </summary> |
|
public static string Label_License { |
|
get { |
|
return ResourceManager.GetString("Label_License", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to License Agreement.. |
|
/// </summary> |
|
public static string Label_LicenseAgreement { |
|
get { |
|
return ResourceManager.GetString("Label_LicenseAgreement", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to License and Open Source Notices. |
|
/// </summary> |
|
public static string Label_LicenseAndOpenSourceNotices { |
|
get { |
|
return ResourceManager.GetString("Label_LicenseAndOpenSourceNotices", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Local Model. |
|
/// </summary> |
|
public static string Label_LocalModel { |
|
get { |
|
return ResourceManager.GetString("Label_LocalModel", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Lossless. |
|
/// </summary> |
|
public static string Label_Lossless { |
|
get { |
|
return ResourceManager.GetString("Label_Lossless", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Min CFG. |
|
/// </summary> |
|
public static string Label_MinCfg { |
|
get { |
|
return ResourceManager.GetString("Label_MinCfg", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Missing Image File. |
|
/// </summary> |
|
public static string Label_MissingImageFile { |
|
get { |
|
return ResourceManager.GetString("Label_MissingImageFile", 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 Model Browser. |
|
/// </summary> |
|
public static string Label_ModelBrowser { |
|
get { |
|
return ResourceManager.GetString("Label_ModelBrowser", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Model Description. |
|
/// </summary> |
|
public static string Label_ModelDescription { |
|
get { |
|
return ResourceManager.GetString("Label_ModelDescription", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Search models, #tags, or @users. |
|
/// </summary> |
|
public static string Label_ModelSearchWatermark { |
|
get { |
|
return ResourceManager.GetString("Label_ModelSearchWatermark", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Models Folder. |
|
/// </summary> |
|
public static string Label_ModelsFolder { |
|
get { |
|
return ResourceManager.GetString("Label_ModelsFolder", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Model Type. |
|
/// </summary> |
|
public static string Label_ModelType { |
|
get { |
|
return ResourceManager.GetString("Label_ModelType", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Motion Bucket ID. |
|
/// </summary> |
|
public static string Label_MotionBucketId { |
|
get { |
|
return ResourceManager.GetString("Label_MotionBucketId", 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 A new version of Stability Matrix is available!. |
|
/// </summary> |
|
public static string Label_NewVersionAvailable { |
|
get { |
|
return ResourceManager.GetString("Label_NewVersionAvailable", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Next Image. |
|
/// </summary> |
|
public static string Label_NextImage { |
|
get { |
|
return ResourceManager.GetString("Label_NextImage", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Next Page. |
|
/// </summary> |
|
public static string Label_NextPage { |
|
get { |
|
return ResourceManager.GetString("Label_NextPage", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to No. |
|
/// </summary> |
|
public static string Label_No { |
|
get { |
|
return ResourceManager.GetString("Label_No", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Node Details. |
|
/// </summary> |
|
public static string Label_NodeDetails { |
|
get { |
|
return ResourceManager.GetString("Label_NodeDetails", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to No extensions found.. |
|
/// </summary> |
|
public static string Label_NoExtensionsFound { |
|
get { |
|
return ResourceManager.GetString("Label_NoExtensionsFound", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to None. |
|
/// </summary> |
|
public static string Label_NotificationOption_None { |
|
get { |
|
return ResourceManager.GetString("Label_NotificationOption_None", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Notifications. |
|
/// </summary> |
|
public static string Label_Notifications { |
|
get { |
|
return ResourceManager.GetString("Label_Notifications", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to {0} images selected. |
|
/// </summary> |
|
public static string Label_NumImagesSelected { |
|
get { |
|
return ResourceManager.GetString("Label_NumImagesSelected", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to We recommend a GPU with CUDA support for the best experience. You can continue without one, but some packages may not work, and inference may be slower.. |
|
/// </summary> |
|
public static string Label_NvidiaGpuRecommended { |
|
get { |
|
return ResourceManager.GetString("Label_NvidiaGpuRecommended", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to 1 image selected. |
|
/// </summary> |
|
public static string Label_OneImageSelected { |
|
get { |
|
return ResourceManager.GetString("Label_OneImageSelected", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Only available on Windows. |
|
/// </summary> |
|
public static string Label_OnlyAvailableOnWindows { |
|
get { |
|
return ResourceManager.GetString("Label_OnlyAvailableOnWindows", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to OpenArt Browser. |
|
/// </summary> |
|
public static string Label_OpenArtBrowser { |
|
get { |
|
return ResourceManager.GetString("Label_OpenArtBrowser", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Output Folder. |
|
/// </summary> |
|
public static string Label_OutputFolder { |
|
get { |
|
return ResourceManager.GetString("Label_OutputFolder", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Output Image Files. |
|
/// </summary> |
|
public static string Label_OutputImageFiles { |
|
get { |
|
return ResourceManager.GetString("Label_OutputImageFiles", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Output Browser. |
|
/// </summary> |
|
public static string Label_OutputsPageTitle { |
|
get { |
|
return ResourceManager.GetString("Label_OutputsPageTitle", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Output Type. |
|
/// </summary> |
|
public static string Label_OutputType { |
|
get { |
|
return ResourceManager.GetString("Label_OutputType", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Package Environment. |
|
/// </summary> |
|
public static string Label_PackageEnvironment { |
|
get { |
|
return ResourceManager.GetString("Label_PackageEnvironment", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Packages. |
|
/// </summary> |
|
public static string Label_Packages { |
|
get { |
|
return ResourceManager.GetString("Label_Packages", 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 Package Uninstalled. |
|
/// </summary> |
|
public static string Label_PackageUninstalled { |
|
get { |
|
return ResourceManager.GetString("Label_PackageUninstalled", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Page. |
|
/// </summary> |
|
public static string Label_Page { |
|
get { |
|
return ResourceManager.GetString("Label_Page", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Password. |
|
/// </summary> |
|
public static string Label_Password { |
|
get { |
|
return ResourceManager.GetString("Label_Password", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Please choose a different name or select a different install location.. |
|
/// </summary> |
|
public static string Label_PleaseChooseDifferentName { |
|
get { |
|
return ResourceManager.GetString("Label_PleaseChooseDifferentName", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Please Select a Data Directory. |
|
/// </summary> |
|
public static string Label_PleaseSelectDataDirectory { |
|
get { |
|
return ResourceManager.GetString("Label_PleaseSelectDataDirectory", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Portable Mode. |
|
/// </summary> |
|
public static string Label_PortableMode { |
|
get { |
|
return ResourceManager.GetString("Label_PortableMode", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to In Portable Mode, all data and settings will be stored in the same directory as the application. You will be able to move the application with its 'Data' folder to a different location or computer.. |
|
/// </summary> |
|
public static string Label_PortableModeExplanation { |
|
get { |
|
return ResourceManager.GetString("Label_PortableModeExplanation", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Preprocessor. |
|
/// </summary> |
|
public static string Label_Preprocessor { |
|
get { |
|
return ResourceManager.GetString("Label_Preprocessor", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Previous Image. |
|
/// </summary> |
|
public static string Label_PreviousImage { |
|
get { |
|
return ResourceManager.GetString("Label_PreviousImage", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Previous Page. |
|
/// </summary> |
|
public static string Label_PreviousPage { |
|
get { |
|
return ResourceManager.GetString("Label_PreviousPage", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Prompt. |
|
/// </summary> |
|
public static string Label_Prompt { |
|
get { |
|
return ResourceManager.GetString("Label_Prompt", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Prompt Tags. |
|
/// </summary> |
|
public static string Label_PromptTags { |
|
get { |
|
return ResourceManager.GetString("Label_PromptTags", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Tags file to use for suggesting completions (Supports the a1111-sd-webui-tagcomplete .csv format). |
|
/// </summary> |
|
public static string Label_PromptTagsDescription { |
|
get { |
|
return ResourceManager.GetString("Label_PromptTagsDescription", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Import Prompt tags. |
|
/// </summary> |
|
public static string Label_PromptTagsImport { |
|
get { |
|
return ResourceManager.GetString("Label_PromptTagsImport", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Python Packages. |
|
/// </summary> |
|
public static string Label_PythonPackages { |
|
get { |
|
return ResourceManager.GetString("Label_PythonPackages", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Python Version Info. |
|
/// </summary> |
|
public static string Label_PythonVersionInfo { |
|
get { |
|
return ResourceManager.GetString("Label_PythonVersionInfo", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to PyTorch Version. |
|
/// </summary> |
|
public static string Label_PyTorchVersion { |
|
get { |
|
return ResourceManager.GetString("Label_PyTorchVersion", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to I have read and agree to the. |
|
/// </summary> |
|
public static string Label_ReadAndAgree { |
|
get { |
|
return ResourceManager.GetString("Label_ReadAndAgree", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Recommended Models. |
|
/// </summary> |
|
public static string Label_RecommendedModels { |
|
get { |
|
return ResourceManager.GetString("Label_RecommendedModels", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to While your package is installing, here are some models we recommend to help you get started.. |
|
/// </summary> |
|
public static string Label_RecommendedModelsSubText { |
|
get { |
|
return ResourceManager.GetString("Label_RecommendedModelsSubText", 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 Release Notes. |
|
/// </summary> |
|
public static string Label_ReleaseNotes { |
|
get { |
|
return ResourceManager.GetString("Label_ReleaseNotes", 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 Remove shared checkpoints directory symbolic links on shutdown. |
|
/// </summary> |
|
public static string Label_RemoveSymlinksOnShutdown { |
|
get { |
|
return ResourceManager.GetString("Label_RemoveSymlinksOnShutdown", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Select this option if you're having problems moving Stability Matrix to another drive. |
|
/// </summary> |
|
public static string Label_RemoveSymlinksOnShutdown_Details { |
|
get { |
|
return ResourceManager.GetString("Label_RemoveSymlinksOnShutdown_Details", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Reset Checkpoints Cache. |
|
/// </summary> |
|
public static string Label_ResetCheckpointsCache { |
|
get { |
|
return ResourceManager.GetString("Label_ResetCheckpointsCache", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Rebuilds the installed checkpoints cache. Use if checkpoints are incorrectly labeled in the Model Browser. |
|
/// </summary> |
|
public static string Label_ResetCheckpointsCache_Details { |
|
get { |
|
return ResourceManager.GetString("Label_ResetCheckpointsCache_Details", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Save Intermediate Image. |
|
/// </summary> |
|
public static string Label_SaveIntermediateImage { |
|
get { |
|
return ResourceManager.GetString("Label_SaveIntermediateImage", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Search.... |
|
/// </summary> |
|
public static string Label_SearchEllipsis { |
|
get { |
|
return ResourceManager.GetString("Label_SearchEllipsis", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Select Download Location:. |
|
/// </summary> |
|
public static string Label_SelectDownloadLocation { |
|
get { |
|
return ResourceManager.GetString("Label_SelectDownloadLocation", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Select new Data Directory. |
|
/// </summary> |
|
public static string Label_SelectNewDataDirectory { |
|
get { |
|
return ResourceManager.GetString("Label_SelectNewDataDirectory", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Does not move existing data. |
|
/// </summary> |
|
public static string Label_SelectNewDataDirectory_Details { |
|
get { |
|
return ResourceManager.GetString("Label_SelectNewDataDirectory_Details", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Settings. |
|
/// </summary> |
|
public static string Label_Settings { |
|
get { |
|
return ResourceManager.GetString("Label_Settings", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Shared Model Folder Strategy. |
|
/// </summary> |
|
public static string Label_SharedModelFolderStrategy { |
|
get { |
|
return ResourceManager.GetString("Label_SharedModelFolderStrategy", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Model Sharing. |
|
/// </summary> |
|
public static string Label_SharedModelStrategyShort { |
|
get { |
|
return ResourceManager.GetString("Label_SharedModelStrategyShort", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Show Model Images. |
|
/// </summary> |
|
public static string Label_ShowModelImages { |
|
get { |
|
return ResourceManager.GetString("Label_ShowModelImages", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Show NSFW Content. |
|
/// </summary> |
|
public static string Label_ShowNsfwContent { |
|
get { |
|
return ResourceManager.GetString("Label_ShowNsfwContent", 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 Skip first-time setup. |
|
/// </summary> |
|
public static string Label_SkipSetup { |
|
get { |
|
return ResourceManager.GetString("Label_SkipSetup", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Sort. |
|
/// </summary> |
|
public static string Label_Sort { |
|
get { |
|
return ResourceManager.GetString("Label_Sort", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Stability Matrix. |
|
/// </summary> |
|
public static string Label_StabilityMatrix { |
|
get { |
|
return ResourceManager.GetString("Label_StabilityMatrix", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Stability Matrix is already running. |
|
/// </summary> |
|
public static string Label_StabilityMatrixAlreadyRunning { |
|
get { |
|
return ResourceManager.GetString("Label_StabilityMatrixAlreadyRunning", 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 Strength. |
|
/// </summary> |
|
public static string Label_Strength { |
|
get { |
|
return ResourceManager.GetString("Label_Strength", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to System. |
|
/// </summary> |
|
public static string Label_System { |
|
get { |
|
return ResourceManager.GetString("Label_System", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to System Information. |
|
/// </summary> |
|
public static string Label_SystemInformation { |
|
get { |
|
return ResourceManager.GetString("Label_SystemInformation", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Text to Image. |
|
/// </summary> |
|
public static string Label_TextToImage { |
|
get { |
|
return ResourceManager.GetString("Label_TextToImage", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Theme. |
|
/// </summary> |
|
public static string Label_Theme { |
|
get { |
|
return ResourceManager.GetString("Label_Theme", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Period. |
|
/// </summary> |
|
public static string Label_TimePeriod { |
|
get { |
|
return ResourceManager.GetString("Label_TimePeriod", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Auto-Scroll to End. |
|
/// </summary> |
|
public static string Label_ToggleAutoScrolling { |
|
get { |
|
return ResourceManager.GetString("Label_ToggleAutoScrolling", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Trigger words:. |
|
/// </summary> |
|
public static string Label_TriggerWords { |
|
get { |
|
return ResourceManager.GetString("Label_TriggerWords", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to An unexpected error occurred. |
|
/// </summary> |
|
public static string Label_UnexpectedErrorOccurred { |
|
get { |
|
return ResourceManager.GetString("Label_UnexpectedErrorOccurred", 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 Update Available. |
|
/// </summary> |
|
public static string Label_UpdateAvailable { |
|
get { |
|
return ResourceManager.GetString("Label_UpdateAvailable", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Updates. |
|
/// </summary> |
|
public static string Label_Updates { |
|
get { |
|
return ResourceManager.GetString("Label_Updates", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to For technical users. Be the first to access our Development builds from feature branches as soon as they are available. There may be some rough edges and bugs as we experiment with new features.. |
|
/// </summary> |
|
public static string Label_UpdatesDevChannelDescription { |
|
get { |
|
return ResourceManager.GetString("Label_UpdatesDevChannelDescription", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to For early adopters. Preview builds will be more reliable than those from the Dev channel, and will be available closer to stable releases. Your feedback will help us greatly in discovering issues and polishing design elements.. |
|
/// </summary> |
|
public static string Label_UpdatesPreviewChannelDescription { |
|
get { |
|
return ResourceManager.GetString("Label_UpdatesPreviewChannelDescription", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Upscale. |
|
/// </summary> |
|
public static string Label_Upscale { |
|
get { |
|
return ResourceManager.GetString("Label_Upscale", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Username. |
|
/// </summary> |
|
public static string Label_Username { |
|
get { |
|
return ResourceManager.GetString("Label_Username", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Output Sharing. |
|
/// </summary> |
|
public static string Label_UseSharedOutputFolder { |
|
get { |
|
return ResourceManager.GetString("Label_UseSharedOutputFolder", 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 Method. |
|
/// </summary> |
|
public static string Label_VideoOutputMethod { |
|
get { |
|
return ResourceManager.GetString("Label_VideoOutputMethod", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Quality. |
|
/// </summary> |
|
public static string Label_VideoQuality { |
|
get { |
|
return ResourceManager.GetString("Label_VideoQuality", 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 Web UI. |
|
/// </summary> |
|
public static string Label_WebUi { |
|
get { |
|
return ResourceManager.GetString("Label_WebUi", 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 Not yet available. |
|
/// </summary> |
|
public static string Label_WipFeature { |
|
get { |
|
return ResourceManager.GetString("Label_WipFeature", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Feature will be available in a future update. |
|
/// </summary> |
|
public static string Label_WipFeatureDescription { |
|
get { |
|
return ResourceManager.GetString("Label_WipFeatureDescription", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Workflow Browser. |
|
/// </summary> |
|
public static string Label_WorkflowBrowser { |
|
get { |
|
return ResourceManager.GetString("Label_WorkflowBrowser", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Workflow Deleted. |
|
/// </summary> |
|
public static string Label_WorkflowDeleted { |
|
get { |
|
return ResourceManager.GetString("Label_WorkflowDeleted", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to {0} deleted successfully. |
|
/// </summary> |
|
public static string Label_WorkflowDeletedSuccessfully { |
|
get { |
|
return ResourceManager.GetString("Label_WorkflowDeletedSuccessfully", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Workflow Description. |
|
/// </summary> |
|
public static string Label_WorkflowDescription { |
|
get { |
|
return ResourceManager.GetString("Label_WorkflowDescription", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to The workflow and custom nodes have been imported.. |
|
/// </summary> |
|
public static string Label_WorkflowImportComplete { |
|
get { |
|
return ResourceManager.GetString("Label_WorkflowImportComplete", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Workflow Imported. |
|
/// </summary> |
|
public static string Label_WorkflowImported { |
|
get { |
|
return ResourceManager.GetString("Label_WorkflowImported", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Workflows. |
|
/// </summary> |
|
public static string Label_Workflows { |
|
get { |
|
return ResourceManager.GetString("Label_Workflows", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to You're up to date. |
|
/// </summary> |
|
public static string Label_YouAreUpToDate { |
|
get { |
|
return ResourceManager.GetString("Label_YouAreUpToDate", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Download complete. |
|
/// </summary> |
|
public static string Progress_DownloadComplete { |
|
get { |
|
return ResourceManager.GetString("Progress_DownloadComplete", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Downloading package.... |
|
/// </summary> |
|
public static string Progress_DownloadingPackage { |
|
get { |
|
return ResourceManager.GetString("Progress_DownloadingPackage", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Installation complete. |
|
/// </summary> |
|
public static string Progress_InstallationComplete { |
|
get { |
|
return ResourceManager.GetString("Progress_InstallationComplete", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Installing package requirements.... |
|
/// </summary> |
|
public static string Progress_InstallingPackageRequirements { |
|
get { |
|
return ResourceManager.GetString("Progress_InstallingPackageRequirements", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Installing prerequisites.... |
|
/// </summary> |
|
public static string Progress_InstallingPrerequisites { |
|
get { |
|
return ResourceManager.GetString("Progress_InstallingPrerequisites", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Uninstalling package.... |
|
/// </summary> |
|
public static string Progress_UninstallingPackage { |
|
get { |
|
return ResourceManager.GetString("Progress_UninstallingPackage", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Update complete. |
|
/// </summary> |
|
public static string Progress_UpdateComplete { |
|
get { |
|
return ResourceManager.GetString("Progress_UpdateComplete", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Update failed. |
|
/// </summary> |
|
public static string Progress_UpdateFailed { |
|
get { |
|
return ResourceManager.GetString("Progress_UpdateFailed", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Installed Workflows. |
|
/// </summary> |
|
public static string TabLabel_InstalledWorkflows { |
|
get { |
|
return ResourceManager.GetString("TabLabel_InstalledWorkflows", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Add a package to get started!. |
|
/// </summary> |
|
public static string TeachingTip_AddPackageToGetStarted { |
|
get { |
|
return ResourceManager.GetString("TeachingTip_AddPackageToGetStarted", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Click Launch to get started!. |
|
/// </summary> |
|
public static string TeachingTip_ClickLaunchToGetStarted { |
|
get { |
|
return ResourceManager.GetString("TeachingTip_ClickLaunchToGetStarted", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Check the progress of your package installations and model downloads here.. |
|
/// </summary> |
|
public static string TeachingTip_DownloadsExplanation { |
|
get { |
|
return ResourceManager.GetString("TeachingTip_DownloadsExplanation", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Click here to review prompt syntax and how to include Lora / Embeddings.. |
|
/// </summary> |
|
public static string TeachingTip_InferencePromptHelpButton { |
|
get { |
|
return ResourceManager.GetString("TeachingTip_InferencePromptHelpButton", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Additional folders such as IPAdapters and TextualInversions (embeddings) can be enabled here. |
|
/// </summary> |
|
public static string TeachingTip_MoreCheckpointCategories { |
|
get { |
|
return ResourceManager.GetString("TeachingTip_MoreCheckpointCategories", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to The 'Open Web UI' button has moved to the command bar. |
|
/// </summary> |
|
public static string TeachingTip_WebUiButtonMoved { |
|
get { |
|
return ResourceManager.GetString("TeachingTip_WebUiButtonMoved", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to The app will relaunch after updating. |
|
/// </summary> |
|
public static string Text_AppWillRelaunchAfterUpdate { |
|
get { |
|
return ResourceManager.GetString("Text_AppWillRelaunchAfterUpdate", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Choose your preferred interface to get started. |
|
/// </summary> |
|
public static string Text_OneClickInstaller_SubHeader { |
|
get { |
|
return ResourceManager.GetString("Text_OneClickInstaller_SubHeader", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to This will delete the package folder and all its contents, including any generated images and files you may have added.. |
|
/// </summary> |
|
public static string Text_PackageUninstall_Details { |
|
get { |
|
return ResourceManager.GetString("Text_PackageUninstall_Details", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Proceeding to Launch page. |
|
/// </summary> |
|
public static string Text_ProceedingToLaunchPage { |
|
get { |
|
return ResourceManager.GetString("Text_ProceedingToLaunchPage", 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); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Some files could not be deleted. Please close any open files in the package directory and try again.. |
|
/// </summary> |
|
public static string Text_SomeFilesCouldNotBeDeleted { |
|
get { |
|
return ResourceManager.GetString("Text_SomeFilesCouldNotBeDeleted", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Welcome to Stability Matrix!. |
|
/// </summary> |
|
public static string Text_WelcomeToStabilityMatrix { |
|
get { |
|
return ResourceManager.GetString("Text_WelcomeToStabilityMatrix", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Error updating {0}. |
|
/// </summary> |
|
public static string TextTemplate_ErrorUpdatingPackage { |
|
get { |
|
return ResourceManager.GetString("TextTemplate_ErrorUpdatingPackage", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Last checked: {0}. |
|
/// </summary> |
|
public static string TextTemplate_LastChecked { |
|
get { |
|
return ResourceManager.GetString("TextTemplate_LastChecked", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to {0} has been updated to the latest version. |
|
/// </summary> |
|
public static string TextTemplate_PackageUpdatedToLatest { |
|
get { |
|
return ResourceManager.GetString("TextTemplate_PackageUpdatedToLatest", resourceCulture); |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Looks up a localized string similar to Updating {0}. |
|
/// </summary> |
|
public static string TextTemplate_UpdatingPackage { |
|
get { |
|
return ResourceManager.GetString("TextTemplate_UpdatingPackage", resourceCulture); |
|
} |
|
} |
|
} |
|
}
|
|
|