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](https://raw.githubusercontent.com/wiki/AUTOMATIC1111/stable-diffusion-webui/Extensions-index.md)
+- [ ]  [ExtensionList](https://raw.githubusercontent.com/wiki/AUTOMATIC1111/stable-diffusion-webui/Extensions-index.md)
- [ ]  [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.": "目錄內的文字檔案將可以被讀取。",