diff --git a/CHANGELOG.md b/CHANGELOG.md index d8388b09..b710c54b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2 ## v2.9.1 ### Added - Fixed [#498](https://github.com/LykosAI/StabilityMatrix/issues/498) Added "Pony" category to CivitAI Model Browser +### Changed +- Changed package deletion warning dialog to require additional confirmation ### Fixed - Fixed [#502](https://github.com/LykosAI/StabilityMatrix/issues/502) - missing launch options for Forge - Fixed [#500](https://github.com/LykosAI/StabilityMatrix/issues/500) - missing output images in Forge when using output sharing diff --git a/StabilityMatrix.Avalonia/Languages/Resources.Designer.cs b/StabilityMatrix.Avalonia/Languages/Resources.Designer.cs index 0538cae2..dd2b597d 100644 --- a/StabilityMatrix.Avalonia/Languages/Resources.Designer.cs +++ b/StabilityMatrix.Avalonia/Languages/Resources.Designer.cs @@ -392,6 +392,15 @@ namespace StabilityMatrix.Avalonia.Languages { } } + /// + /// Looks up a localized string similar to Preview Preprocessor. + /// + public static string Action_PreviewPreprocessor { + get { + return ResourceManager.GetString("Action_PreviewPreprocessor", resourceCulture); + } + } + /// /// Looks up a localized string similar to Quit. /// @@ -671,6 +680,15 @@ namespace StabilityMatrix.Avalonia.Languages { } } + /// + /// Looks up a localized string similar to This action cannot be undone.. + /// + public static string Label_ActionCannotBeUndone { + get { + return ResourceManager.GetString("Label_ActionCannotBeUndone", resourceCulture); + } + } + /// /// Looks up a localized string similar to Addons. /// @@ -743,6 +761,15 @@ namespace StabilityMatrix.Avalonia.Languages { } } + /// + /// Looks up a localized string similar to Are you sure you want to delete {0} images?. + /// + public static string Label_AreYouSureDeleteImages { + get { + return ResourceManager.GetString("Label_AreYouSureDeleteImages", resourceCulture); + } + } + /// /// Looks up a localized string similar to Augmentation Level. /// @@ -851,6 +878,15 @@ namespace StabilityMatrix.Avalonia.Languages { } } + /// + /// Looks up a localized string similar to We're checking some hardware specifications to determine compatibility.. + /// + public static string Label_CheckingHardware { + get { + return ResourceManager.GetString("Label_CheckingHardware", resourceCulture); + } + } + /// /// Looks up a localized string similar to Checkpoint Manager. /// @@ -860,6 +896,15 @@ namespace StabilityMatrix.Avalonia.Languages { } } + /// + /// Looks up a localized string similar to Checkpoints. + /// + public static string Label_Checkpoints { + get { + return ResourceManager.GetString("Label_Checkpoints", resourceCulture); + } + } + /// /// Looks up a localized string similar to CivitAI. /// @@ -959,6 +1004,24 @@ namespace StabilityMatrix.Avalonia.Languages { } } + /// + /// Looks up a localized string similar to Confirm Exit. + /// + public static string Label_ConfirmExit { + get { + return ResourceManager.GetString("Label_ConfirmExit", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Are you sure you want to exit? This will also close any currently running packages.. + /// + public static string Label_ConfirmExitDetail { + get { + return ResourceManager.GetString("Label_ConfirmExitDetail", resourceCulture); + } + } + /// /// Looks up a localized string similar to Confirm Password. /// @@ -1004,6 +1067,15 @@ namespace StabilityMatrix.Avalonia.Languages { } } + /// + /// Looks up a localized string similar to Console. + /// + public static string Label_Console { + get { + return ResourceManager.GetString("Label_Console", resourceCulture); + } + } + /// /// 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.. /// @@ -1229,6 +1301,15 @@ namespace StabilityMatrix.Avalonia.Languages { } } + /// + /// Looks up a localized string similar to Everything looks good!. + /// + public static string Label_EverythingLooksGood { + get { + return ResourceManager.GetString("Label_EverythingLooksGood", resourceCulture); + } + } + /// /// 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.. /// @@ -1589,6 +1670,15 @@ namespace StabilityMatrix.Avalonia.Languages { } } + /// + /// Looks up a localized string similar to Model Browser. + /// + public static string Label_ModelBrowser { + get { + return ResourceManager.GetString("Label_ModelBrowser", resourceCulture); + } + } + /// /// Looks up a localized string similar to Model Description. /// @@ -1715,6 +1805,15 @@ namespace StabilityMatrix.Avalonia.Languages { } } + /// + /// 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.. + /// + public static string Label_NvidiaGpuRecommended { + get { + return ResourceManager.GetString("Label_NvidiaGpuRecommended", resourceCulture); + } + } + /// /// Looks up a localized string similar to 1 image selected. /// @@ -1778,6 +1877,15 @@ namespace StabilityMatrix.Avalonia.Languages { } } + /// + /// Looks up a localized string similar to Packages. + /// + public static string Label_Packages { + get { + return ResourceManager.GetString("Label_Packages", resourceCulture); + } + } + /// /// Looks up a localized string similar to Package Type. /// @@ -2246,6 +2354,15 @@ namespace StabilityMatrix.Avalonia.Languages { } } + /// + /// Looks up a localized string similar to Auto-Scroll to End. + /// + public static string Label_ToggleAutoScrolling { + get { + return ResourceManager.GetString("Label_ToggleAutoScrolling", resourceCulture); + } + } + /// /// Looks up a localized string similar to Trigger words:. /// @@ -2390,6 +2507,15 @@ namespace StabilityMatrix.Avalonia.Languages { } } + /// + /// Looks up a localized string similar to Web UI. + /// + public static string Label_WebUi { + get { + return ResourceManager.GetString("Label_WebUi", resourceCulture); + } + } + /// /// Looks up a localized string similar to Width. /// @@ -2534,6 +2660,15 @@ namespace StabilityMatrix.Avalonia.Languages { } } + /// + /// Looks up a localized string similar to The 'Open Web UI' button has moved to the command bar. + /// + public static string TeachingTip_WebUiButtonMoved { + get { + return ResourceManager.GetString("TeachingTip_WebUiButtonMoved", resourceCulture); + } + } + /// /// Looks up a localized string similar to The app will relaunch after updating. /// diff --git a/StabilityMatrix.Avalonia/Languages/Resources.resx b/StabilityMatrix.Avalonia/Languages/Resources.resx index 4f15299e..9f35cbfa 100644 --- a/StabilityMatrix.Avalonia/Languages/Resources.resx +++ b/StabilityMatrix.Avalonia/Languages/Resources.resx @@ -975,4 +975,49 @@ Config + + Preview Preprocessor + + + Auto-Scroll to End + + + Confirm Exit + + + Are you sure you want to exit? This will also close any currently running packages. + + + Console + + + Web UI + + + Packages + + + This action cannot be undone. + + + Are you sure you want to delete {0} images? + + + We're checking some hardware specifications to determine compatibility. + + + Everything looks good! + + + 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. + + + Checkpoints + + + Model Browser + + + The 'Open Web UI' button has moved to the command bar +