feat: merge localization and update progress list

pull/84/head
github-actions[bot] 2023-08-11 02:06:48 +00:00
parent a6ff154c23
commit 96e7630e9b
2 changed files with 7 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<details>
<summary>Stable Diffusion web UI 本地化進度</summary>
- [ ] ![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)
</details>

View File

@ -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.": "在萬用字元管理器分頁中尋找並管理萬用字元",
"__<folder>/mywildcards__": "__<folder>/mywildcards__",
"will then become available.": "目錄內的文字檔案將可以被讀取。",