diff --git a/CHANGELOG.md b/CHANGELOG.md
index 160b4cbf0..b87e4822d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
+### Changed
+
+- Improved the language localization for Chinese (`zh`)
+
### Fixed
- Fixed an issue when creating activities of type `FEE`, `INTEREST` or `LIABILITY`
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