diff --git a/public/locales/ja-jp.json b/public/locales/ja-jp.json index 15f586b7c..f5910f065 100644 --- a/public/locales/ja-jp.json +++ b/public/locales/ja-jp.json @@ -1275,6 +1275,7 @@ "sd_Background": "背景", "Image Generation": "画像生成", "Stop Image Generation": "画像生成を停止", + "Generate Caption": "画像説明を生成", "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 052f45208..cf94c4933 100644 --- a/public/locales/zh-cn.json +++ b/public/locales/zh-cn.json @@ -1241,6 +1241,7 @@ "Enter web URLs to scrape (one per line):": "输入要抓取的网址(每行一个):", "Enter a video URL to download its transcript.": "输入视频 URL 或 ID 即可下载其文本。", "Image Captioning": "图像描述", + "Generate Caption": "生成图片说明", "Source": "来源", "Local": "本地", "Multimodal (OpenAI / Anthropic / llama / Google)": "多模式(OpenAI / Anthropic / llama / Google)", diff --git a/public/locales/zh-tw.json b/public/locales/zh-tw.json index dba550189..eb938945e 100644 --- a/public/locales/zh-tw.json +++ b/public/locales/zh-tw.json @@ -1652,6 +1652,7 @@ "Horde": "Horde", "HuggingFace Token": "HuggingFace 符元", "Image Captioning": "圖片標註", + "Generate Caption": "生成圖片說明", "Image Type - talkinghead (extras)": "圖片類型 - talkinghead(額外選項)", "Injection Position": "插入位置", "Injection position. Relative (to other prompts in prompt manager) or In-chat @ Depth.": "插入位置(與提示詞管理器中的其他提示相比)或聊天中的深度位置。", diff --git a/public/scripts/extensions/caption/index.js b/public/scripts/extensions/caption/index.js index 19c35fe71..7b7421c8b 100644 --- a/public/scripts/extensions/caption/index.js +++ b/public/scripts/extensions/caption/index.js @@ -393,7 +393,7 @@ jQuery(async function () { const sendButton = $(`