mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-31 04:10:20 +02:00
Fix i18n for "Generate Caption" in wand menu
This commit is contained in:
parent
0ea4494dea
commit
247a23bda9
@ -1275,6 +1275,7 @@
|
||||
"sd_Background": "背景",
|
||||
"Image Generation": "画像生成",
|
||||
"Stop Image Generation": "画像生成を停止",
|
||||
"Generate Caption": "画像説明を生成",
|
||||
"sd_refine_mode": "プロンプトを生成 API に送信する前に手動で編集できるようにする",
|
||||
"sd_refine_mode_txt": "生成前にプロンプトを編集する",
|
||||
"sd_interactive_mode": "「猫の写真を送ってください」のようなメッセージを送信するときに、画像を自動的に生成します。",
|
||||
|
@ -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)",
|
||||
|
@ -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.": "插入位置(與提示詞管理器中的其他提示相比)或聊天中的深度位置。",
|
||||
|
@ -393,7 +393,7 @@ jQuery(async function () {
|
||||
const sendButton = $(`
|
||||
<div id="send_picture" class="list-group-item flex-container flexGap5">
|
||||
<div class="fa-solid fa-image extensionsMenuExtensionButton"></div>
|
||||
Generate Caption
|
||||
<span data-i18n="Generate Caption">Generate Caption</span>
|
||||
</div>`);
|
||||
|
||||
$('#caption_wand_container').append(sendButton);
|
||||
|
Loading…
x
Reference in New Issue
Block a user