diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7a48a2787..d8c54fac3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Migrated the deprecated `@nx/webpack:webpack` executor to `@nx/webpack/plugin`
- Set the change detection strategy to `OnPush` in the markets overview
+- 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.html
11
@@ -1789,7 +1789,7 @@
Code
- Code
+ 代码
apps/client/src/app/components/admin-overview/admin-overview.html
159
@@ -3129,7 +3129,7 @@
Duration
- Duration
+ 持续时间
apps/client/src/app/components/admin-overview/admin-overview.html
172
@@ -5394,7 +5394,7 @@
Loan
- Loan
+ 贷款
libs/ui/src/lib/i18n.ts
64
@@ -5714,7 +5714,7 @@
No Activities
- No Activities
+ 暂无活动
apps/client/src/app/components/admin-market-data/admin-market-data.component.ts
150
@@ -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.ts
388