diff --git a/CHANGELOG.md b/CHANGELOG.md
index a1f6ea0fd..db87c466e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Set the change detection strategy to `OnPush` in the resources page
- Set the change detection strategy to `OnPush` in the user account page
- Set the change detection strategy to `OnPush` in the _Zen Mode_
+- Improved the language localization for Chinese (`zh`)
## 3.22.0 - 2026-07-08
diff --git a/apps/client/src/locales/messages.zh.xlf b/apps/client/src/locales/messages.zh.xlf
index 2230a6f86..0cc9a3202 100644
--- a/apps/client/src/locales/messages.zh.xlf
+++ b/apps/client/src/locales/messages.zh.xlf
@@ -1341,7 +1341,7 @@
Explore
- Explore
+ 探索 apps/client/src/app/pages/resources/overview/resources-overview.component.html11
@@ -1789,7 +1789,7 @@
Code
- Code
+ 代码apps/client/src/app/components/admin-overview/admin-overview.html159
@@ -3129,7 +3129,7 @@
Duration
- Duration
+ 持续时间apps/client/src/app/components/admin-overview/admin-overview.html172
@@ -5394,7 +5394,7 @@
Loan
- Loan
+ 贷款libs/ui/src/lib/i18n.ts64
@@ -5714,7 +5714,7 @@
No Activities
- No Activities
+ 暂无活动apps/client/src/app/components/admin-market-data/admin-market-data.component.ts150
@@ -7167,7 +7167,7 @@
has been copied to the clipboard
- has been copied to the clipboard
+ 已复制到剪贴板apps/client/src/app/components/admin-overview/admin-overview.component.ts388