diff --git a/i18n/zh_CN/ps-plugin.json b/i18n/zh_CN/ps-plugin.json index 5cb2e7c7..ae0676b5 100644 --- a/i18n/zh_CN/ps-plugin.json +++ b/i18n/zh_CN/ps-plugin.json @@ -11,7 +11,11 @@ "Select Lora": "选择 Lora", "use lora in your prompt": "在提示中使用 lora", "Generate": "生成", - "Generate txt2img": "生成 txt2img", + "Generate Txt2Img": "生成 Txt2Img", + "Generate Img2Img": "生成 Img2Img", + "Generate Inpaint": "生成 Inpaint", + "Generate Outpaint": "生成 Outpaint", + "outpaint": "outpaint", "Progress...": "进度...", "Toggle the visibility of the Preview Image on the canvas": "切换画布上预览图像的可见性", "Move and reSize the highlighted layer to fit into the Selection Area": "移动和调整突出显示的图层以适合选择区域", @@ -67,6 +71,7 @@ "Random": "随机", "Last": "最后", "Show Samplers": "显示采样器", + "Sampling Steps:": "Sampling Steps:", "Select A Script": "选择脚本", "Activate": "激活", "Viewer": "查看器", @@ -181,4 +186,4 @@ "Delete all generated images from the canvas": "在画布上删除所有生成图像", "Keep only the highlighted images": "在画布上保留选中的图像", "Generate More": "生成更多" - } \ No newline at end of file +} diff --git a/index.html b/index.html index 2f6f1d11..29c78c3f 100644 --- a/index.html +++ b/index.html @@ -344,7 +344,7 @@ /* display: none; */ flex: 1 1 auto; /* overflow: scroll; */ - overflow-y: scroll; + /* overflow-y: scroll; */ padding: 12px 0; flex-direction: column; } @@ -721,6 +721,43 @@ } + + +
@@ -1161,6 +1198,9 @@