Fix i18n tags for Generate Image/Stop Image Generation, add translations

This commit is contained in:
ceruleandeep
2024-12-16 19:48:07 +11:00
parent e49301308c
commit 0ea4494dea
4 changed files with 5 additions and 2 deletions

View File

@@ -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": "「猫の写真を送ってください」のようなメッセージを送信するときに、画像を自動的に生成します。",

View File

@@ -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": "发送消息时自动生成图像,例如“给我发一张猫的照片”。",

View File

@@ -1026,6 +1026,7 @@
"Message Actions": "訊息動作",
"Translate message": "翻譯訊息",
"Generate Image": "生成圖片",
"Stop Image Generation": "終止圖片生成",
"Narrate": "敘述",
"Exclude message from prompts": "從提示詞中排除訊息",
"Include message in prompts": "在提示詞中包含訊息",

View File

@@ -1,8 +1,8 @@
<div id="sd_gen" class="list-group-item flex-container flexGap5">
<div class="fa-solid fa-paintbrush extensionsMenuExtensionButton" title="Trigger Stable Diffusion" data-i18n="[title]Trigger Stable Diffusion"></div>
<span>Generate Image</span>
<span data-i18n="Generate Image">Generate Image</span>
</div>
<div id="sd_stop_gen" class="list-group-item flex-container flexGap5">
<div class="fa-solid fa-circle-stop extensionsMenuExtensionButton" title="Abort current image generation task" data-i18n="[title]Abort current image generation task"></div>
<span>Stop Image Generation</span>
<span data-i18n="Stop Image Generation">Stop Image Generation</span>
</div>