diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0afd699d5..5642465c0 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
- Extended the account selector options to include the platform and currency
- Improved the error handling of the `AuthGuard`
+- Improved the language localization for Japanese (`ja`)
- Upgraded `yahoo-finance2` from version `4.0.0` to `4.0.2`
## 3.56.0 - 2026-08-20
diff --git a/apps/client/src/locales/messages.ja.xlf b/apps/client/src/locales/messages.ja.xlf
index 103b25709..b59c16cfc 100644
--- a/apps/client/src/locales/messages.ja.xlf
+++ b/apps/client/src/locales/messages.ja.xlf
@@ -433,7 +433,7 @@
Copy
- Copy
+ コピーlibs/ui/src/lib/notifications/alert-dialog/alert-dialog.html20
@@ -661,7 +661,7 @@
Unknown
- Unknown
+ 不明libs/ui/src/lib/i18n.ts89
@@ -713,7 +713,7 @@
Delete Jobs
- Delete Jobs
+ ジョブを一括削除apps/client/src/app/components/admin-jobs/admin-jobs.html193
@@ -729,7 +729,7 @@
Splits
- Splits
+ 株式分割apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html518
@@ -797,7 +797,7 @@
Watch the Ghostfol.io Trailer on YouTube
- Watch the Ghostfol.io Trailer on YouTube
+ YouTube で Ghostfol.io の予告編を視聴apps/client/src/app/pages/landing/landing-page.html19
@@ -833,7 +833,7 @@
Category
- Category
+ カテゴリーapps/client/src/app/pages/resources/personal-finance-tools/product-page.html77
@@ -857,7 +857,7 @@
An error occurred while converting the data source to .
- An error occurred while converting the data source to .
+ データソースを に変換中にエラーが発生しました。apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts526
@@ -941,7 +941,7 @@
Apply current market price
- Apply current market price
+ 現在の市場価格を適用apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html220