diff --git a/src/Resources/Locales/en_US.axaml b/src/Resources/Locales/en_US.axaml
index 2726aec2..ad11c101 100644
--- a/src/Resources/Locales/en_US.axaml
+++ b/src/Resources/Locales/en_US.axaml
@@ -401,6 +401,7 @@
Last year
{0} years ago
Preference
+ Advanced Options
OPEN AI
Analyze Diff Prompt
API Key
diff --git a/src/Resources/Locales/zh_CN.axaml b/src/Resources/Locales/zh_CN.axaml
index d99091c2..f4027111 100644
--- a/src/Resources/Locales/zh_CN.axaml
+++ b/src/Resources/Locales/zh_CN.axaml
@@ -404,6 +404,7 @@
一年前
{0}年前
偏好设置
+ 高级设置
外观配置
缺省字体
默认字体大小
diff --git a/src/Resources/Locales/zh_TW.axaml b/src/Resources/Locales/zh_TW.axaml
index 44f74dfc..24a0fe6f 100644
--- a/src/Resources/Locales/zh_TW.axaml
+++ b/src/Resources/Locales/zh_TW.axaml
@@ -404,6 +404,7 @@
一年前
{0} 年前
偏好設定
+ 進階選項
OpenAI
伺服器
API 金鑰
diff --git a/src/Views/Preference.axaml b/src/Views/Preference.axaml
index c977a0e8..b95dbe66 100644
--- a/src/Views/Preference.axaml
+++ b/src/Views/Preference.axaml
@@ -465,7 +465,7 @@
-
+
@@ -499,29 +499,39 @@
PasswordChar="*"
Text="{Binding OpenAIApiKey, Mode=TwoWay}"/>
-
+
+
+
+
-
+
+ TextWrapping="Wrap"
+ IsVisible="{Binding #OpenAIAdvancedOptions.IsChecked}"/>
-
-
+
+ TextWrapping="Wrap"
+ IsVisible="{Binding #OpenAIAdvancedOptions.IsChecked}"/>