Localize the label of generate button
parent
f11b67e5ef
commit
3620e160a7
|
|
@ -11,7 +11,7 @@
|
||||||
"Select Lora": "选择 Lora",
|
"Select Lora": "选择 Lora",
|
||||||
"use lora in your prompt": "在提示中使用 lora",
|
"use lora in your prompt": "在提示中使用 lora",
|
||||||
"Generate": "生成",
|
"Generate": "生成",
|
||||||
"Generate txt2img": "生成 txt2img",
|
"Generate Txt2Img": "生成 Txt2Img",
|
||||||
"Progress...": "进度...",
|
"Progress...": "进度...",
|
||||||
"Toggle the visibility of the Preview Image on the canvas": "切换画布上预览图像的可见性",
|
"Toggle the visibility of the Preview Image on the canvas": "切换画布上预览图像的可见性",
|
||||||
"Move and reSize the highlighted layer to fit into the Selection Area": "移动和调整突出显示的图层以适合选择区域",
|
"Move and reSize the highlighted layer to fit into the Selection Area": "移动和调整突出显示的图层以适合选择区域",
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ export const GenerateButtons = observer(() => {
|
||||||
display: session_store.data.can_generate ? void 0 : 'none',
|
display: session_store.data.can_generate ? void 0 : 'none',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Generate {modeDisplayNames[sd_tab_store.data.mode]}
|
{Locale(`Generate ${modeDisplayNames[sd_tab_store.data.mode]}`)}
|
||||||
</button>
|
</button>
|
||||||
{session_store.data.can_generate ? (
|
{session_store.data.can_generate ? (
|
||||||
<button
|
<button
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue