Enhance AIImages mod by adding cancellation support for image generation, improving user experience with localized strings for cancellation actions in English and Russian. Refactor service integration for better dependency management and update AIImages.dll to reflect these changes.
This commit is contained in:
@@ -34,9 +34,13 @@
|
||||
<!-- Generation -->
|
||||
<AIImages.Generation.Generate>Generate Image</AIImages.Generation.Generate>
|
||||
<AIImages.Generation.Generating>Generating...</AIImages.Generation.Generating>
|
||||
<AIImages.Generation.Cancel>Cancel Generation</AIImages.Generation.Cancel>
|
||||
<AIImages.Generation.InProgress>Generating image, please wait...</AIImages.Generation.InProgress>
|
||||
<AIImages.Generation.Success>Image generated successfully!</AIImages.Generation.Success>
|
||||
<AIImages.Generation.Failed>Generation failed</AIImages.Generation.Failed>
|
||||
<AIImages.Generation.Cancelled>Generation cancelled by user</AIImages.Generation.Cancelled>
|
||||
<AIImages.Generation.Cancelling>Cancelling generation...</AIImages.Generation.Cancelling>
|
||||
<AIImages.Generation.Error>Generation error</AIImages.Generation.Error>
|
||||
<AIImages.Generation.SavedTo>Image saved to: {0}</AIImages.Generation.SavedTo>
|
||||
<AIImages.Generation.NoImage>No image generated yet.\nClick "Generate Image" to start.</AIImages.Generation.NoImage>
|
||||
<!-- Settings -->
|
||||
|
||||
@@ -34,9 +34,13 @@
|
||||
<!-- Generation -->
|
||||
<AIImages.Generation.Generate>Сгенерировать изображение</AIImages.Generation.Generate>
|
||||
<AIImages.Generation.Generating>Генерация...</AIImages.Generation.Generating>
|
||||
<AIImages.Generation.Cancel>Отменить генерацию</AIImages.Generation.Cancel>
|
||||
<AIImages.Generation.InProgress>Генерируется изображение, пожалуйста подождите...</AIImages.Generation.InProgress>
|
||||
<AIImages.Generation.Success>Изображение успешно сгенерировано!</AIImages.Generation.Success>
|
||||
<AIImages.Generation.Failed>Ошибка генерации</AIImages.Generation.Failed>
|
||||
<AIImages.Generation.Cancelled>Генерация отменена пользователем</AIImages.Generation.Cancelled>
|
||||
<AIImages.Generation.Cancelling>Отмена генерации...</AIImages.Generation.Cancelling>
|
||||
<AIImages.Generation.Error>Ошибка генерации</AIImages.Generation.Error>
|
||||
<AIImages.Generation.SavedTo>Изображение сохранено в: {0}</AIImages.Generation.SavedTo>
|
||||
<AIImages.Generation.NoImage>Изображение еще не сгенерировано.\nНажмите "Сгенерировать изображение" для начала.</AIImages.Generation.NoImage>
|
||||
<!-- Settings -->
|
||||
|
||||
Reference in New Issue
Block a user