From 96e7630e9b74ef21e549a637dd9467c948df6048 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 11 Aug 2023 02:06:48 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20merge=20localization=20and?= =?UTF-8?q?=20update=20progress=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- localizations/zh_TW.json | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb76d4d..6f99c27 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@
Stable Diffusion web UI 本地化進度 -- [ ] ![ExtensionList translated 57%](https://geps.dev/progress/57?dangerColor=c9f2dc&warningColor=6cc570&successColor=00ff7f) [ExtensionList](https://raw.githubusercontent.com/wiki/AUTOMATIC1111/stable-diffusion-webui/Extensions-index.md) +- [ ] ![ExtensionList translated 56%](https://geps.dev/progress/56?dangerColor=c9f2dc&warningColor=6cc570&successColor=00ff7f) [ExtensionList](https://raw.githubusercontent.com/wiki/AUTOMATIC1111/stable-diffusion-webui/Extensions-index.md) - [ ] ![StableDiffusion translated 78%](https://geps.dev/progress/78?dangerColor=c9f2dc&warningColor=6cc570&successColor=00ff7f) [StableDiffusion](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
diff --git a/localizations/zh_TW.json b/localizations/zh_TW.json index ff65075..54ed03f 100644 --- a/localizations/zh_TW.json +++ b/localizations/zh_TW.json @@ -422,6 +422,12 @@ "Save and load controlnet parameters": "Save and load controlnet parameters", "LoRA Control": "LoRA Control", "Dynamically control the weights of LoRAs during image generation": "Dynamically control the weights of LoRAs during image generation", + "TensorRT support": "TensorRT support", + "Adds the ability to convert loaded model's Unet module into TensortRT for faster performance. Read README.md additional insulation step required": "Adds the ability to convert loaded model's Unet module into TensortRT for faster performance. Read README.md additional insulation step required", + "Wildcards": "萬用字元", + "Allows you to use __name__ syntax in your prompt to get a random line from a file named name.txt in the wildcards directory.": "Allows you to use __name__ syntax in your prompt to get a random line from a file named name.txt in the wildcards directory.", + "SD Ratio Lock": "SD Ratio Lock", + "Locks image aspect ratio": "Locks image aspect ratio", "Stable Diffusion checkpoint": "Stable Diffusion 模型權重存檔點", "txt2img": "文生圖", "img2img": "圖生圖", @@ -2593,7 +2599,6 @@ "Wildcards can be used and the joiner can also be specified:": "可以用萬用字元,也可以指定拼接符", "{{1-$$and$$__adjective__}}": "{{1-3$$and$$__adjective__}}", "Here, a random number between 1 and 3 words from adjective.txt will be chosen and joined together with the word 'and' instead of the default comma.": "此處,會從 adjective.txt 中選取隨機 1 至 3 行,以 'and'(而不是默認的逗號)拼接", - "Wildcards": "萬用字元", "Find and manage wildcards in the Wildcards Manager tab.": "在萬用字元管理器分頁中尋找並管理萬用字元", "__/mywildcards__": "__/mywildcards__", "will then become available.": "目錄內的文字檔案將可以被讀取。",