diff --git a/client/src/locale/angular.ja-JP.xlf b/client/src/locale/angular.ja-JP.xlf
index 6bb1e2965..fbfefdf80 100644
--- a/client/src/locale/angular.ja-JP.xlf
+++ b/client/src/locale/angular.ja-JP.xlf
@@ -10206,7 +10206,7 @@
The subject must be at least 1 character long.
- 題名は必ず1文字以上にしてください。
+ 件名は必ず1文字以上にしてください。src/app/shared/form-validators/instance-validators.ts33
@@ -10326,7 +10326,7 @@
Description must be at least 3 characters long.
- 説明は 3 文字以上にする必要があります。
+ 説明は3文字以上にする必要があります。src/app/shared/form-validators/user-validators.ts134src/app/shared/form-validators/video-channel-validators.ts36src/app/shared/form-validators/video-playlist-validators.ts33
@@ -10345,7 +10345,7 @@
Ban reason must be at least 3 characters long.
- 凍結理由は少なくとも3 文字以上にする必要があります。
+ 凍結理由は少なくとも3文字以上にする必要があります。src/app/shared/form-validators/user-validators.ts152
@@ -10380,7 +10380,7 @@
Report reason must be at least 2 characters long.
- 通報理由は少なくとも2 文字以上にする必要があります。
+ 通報理由は少なくとも2文字以上にする必要があります。src/app/shared/form-validators/abuse-validators.ts8
@@ -10512,7 +10512,7 @@
External channel URL cannot be more than 1000 characters long
- 外部の動画サイトのチャンネルのURLは、1000文字以上を越えてはいけません
+ 外部の動画サイトのチャンネルURLは、1000文字以上を越えてはいけませんsrc/app/shared/form-validators/video-channel-validators.ts61