diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7609fa0e4..f08ab4b7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
+- Improved the language localization for Chinese (`zh`)
- Upgraded `ngx-markdown` from version `21.0.1` to `21.1.0`
## 2.239.0 - 2026-02-15
diff --git a/apps/client/src/locales/messages.zh.xlf b/apps/client/src/locales/messages.zh.xlf
index 08d4f3d43..85295c9ec 100644
--- a/apps/client/src/locales/messages.zh.xlf
+++ b/apps/client/src/locales/messages.zh.xlf
@@ -7883,7 +7883,7 @@
Fee Ratio (legacy)
- 费率
+ 费率(历史)apps/client/src/app/pages/i18n/i18n-page.html152
@@ -7907,7 +7907,7 @@
Fee Ratio
- Fee Ratio
+ 费率apps/client/src/app/pages/i18n/i18n-page.html161
@@ -7915,7 +7915,7 @@
The fees do exceed ${thresholdMax}% of your total investment volume (${feeRatio}%)
- The fees do exceed ${thresholdMax}% of your total investment volume (${feeRatio}%)
+ 费用超过了您总投资额的 ${thresholdMax}% (${feeRatio}%)apps/client/src/app/pages/i18n/i18n-page.html163
@@ -7923,7 +7923,7 @@
The fees do not exceed ${thresholdMax}% of your total investment volume (${feeRatio}%)
- The fees do not exceed ${thresholdMax}% of your total investment volume (${feeRatio}%)
+ 费用未超过您总投资额的 ${thresholdMax}% (${feeRatio}%)apps/client/src/app/pages/i18n/i18n-page.html167