diff --git a/CHANGELOG.md b/CHANGELOG.md
index 46d71674b..a482c10e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
+- Improved the language localization for Chinese (`zh`)
- Upgraded `nestjs` from version `11.1.8` to `11.1.14`
### Fixed
diff --git a/apps/client/src/locales/messages.zh.xlf b/apps/client/src/locales/messages.zh.xlf
index 9feb0e546..67007cdef 100644
--- a/apps/client/src/locales/messages.zh.xlf
+++ b/apps/client/src/locales/messages.zh.xlf
@@ -7891,7 +7891,7 @@
Fee Ratio (legacy)
- 费率
+ 费率(旧版)apps/client/src/app/pages/i18n/i18n-page.html152
@@ -7915,7 +7915,7 @@
Fee Ratio
- Fee Ratio
+ 费率apps/client/src/app/pages/i18n/i18n-page.html161
@@ -7923,7 +7923,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
@@ -7931,7 +7931,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