diff --git a/public/locales/ja-jp.json b/public/locales/ja-jp.json index a993b3926..15f586b7c 100644 --- a/public/locales/ja-jp.json +++ b/public/locales/ja-jp.json @@ -1274,6 +1274,7 @@ "sd_Raw_Last_Message": "生の最後のメッセージ", "sd_Background": "背景", "Image Generation": "画像生成", + "Stop Image Generation": "画像生成を停止", "sd_refine_mode": "プロンプトを生成 API に送信する前に手動で編集できるようにする", "sd_refine_mode_txt": "生成前にプロンプ​​トを編集する", "sd_interactive_mode": "「猫の写真を送ってください」のようなメッセージを送信するときに、画像を自動的に生成します。", diff --git a/public/locales/zh-cn.json b/public/locales/zh-cn.json index 0e33087bf..052f45208 100644 --- a/public/locales/zh-cn.json +++ b/public/locales/zh-cn.json @@ -1430,6 +1430,7 @@ "sd_Raw_Last_Message": "原始最后一条消息", "sd_Background": "背景", "Image Generation": "图像生成", + "Stop Image Generation": "中止图像生成", "sd_refine_mode": "允许在将提示词发送到生成 API 之前手动编辑提示词", "sd_refine_mode_txt": "生成之前编辑提示词", "sd_interactive_mode": "发送消息时自动生成图像,例如“给我发一张猫的照片”。", diff --git a/public/locales/zh-tw.json b/public/locales/zh-tw.json index c31b03f89..dba550189 100644 --- a/public/locales/zh-tw.json +++ b/public/locales/zh-tw.json @@ -1026,6 +1026,7 @@ "Message Actions": "訊息動作", "Translate message": "翻譯訊息", "Generate Image": "生成圖片", + "Stop Image Generation": "終止圖片生成", "Narrate": "敘述", "Exclude message from prompts": "從提示詞中排除訊息", "Include message in prompts": "在提示詞中包含訊息", diff --git a/public/scripts/extensions/stable-diffusion/button.html b/public/scripts/extensions/stable-diffusion/button.html index 578fa8276..2962ff4f4 100644 --- a/public/scripts/extensions/stable-diffusion/button.html +++ b/public/scripts/extensions/stable-diffusion/button.html @@ -1,8 +1,8 @@
- Generate Image + Generate Image
- Stop Image Generation + Stop Image Generation