diff --git a/client/src/locale/angular.ja-JP.xlf b/client/src/locale/angular.ja-JP.xlf
index c26f3de21..899db9826 100644
--- a/client/src/locale/angular.ja-JP.xlf
+++ b/client/src/locale/angular.ja-JP.xlf
@@ -6728,7 +6728,7 @@
Do you really want to delete ? It will delete videos uploaded in this channel, and you will not be able to create another channel with the same name ()!
- 本当にのチャンネルを削除しますか? このチャンネルにアップロードされている動画が削除され、()と同じ名前のチャンネルを作成できなくなります!
+ 本当にのチャンネルを削除してもよろしいですか? これにより、このチャンネルにアップロードされている件の動画が削除され、()と同じ名前で 別のチャンネルが作成できなくなります!src/app/+my-library/+my-video-channels/my-video-channels.component.ts44
@@ -7199,7 +7199,7 @@
Channel display name
- チャンネルの名前
+ チャンネルの表示名src/app/+signup/+register/steps/register-step-channel.component.html21
@@ -7228,7 +7228,7 @@
This is the name that will be displayed in your profile URL.
- チャンネルIDはあなたのプロフィールで表示されます。
+ チャンネルIDはあなたのプロフィールURLで表示されます。src/app/+signup/+register/steps/register-step-channel.component.html38
@@ -10355,21 +10355,21 @@
Display name is required.
- ハンドルネームまたはチャンネル名は必須です。
+ 表示名は必須です。src/app/shared/form-validators/user-validators.ts164src/app/shared/form-validators/video-channel-validators.ts24src/app/shared/form-validators/video-playlist-validators.ts12Display name must be at least 1 character long.
- ハンドルネームまたはチャンネル名は 1 文字以上にする必要があります。
+ 表示名は必ず1文字以上にしてください。src/app/shared/form-validators/user-validators.ts165src/app/shared/form-validators/video-channel-validators.ts25src/app/shared/form-validators/video-playlist-validators.ts13Display name cannot be more than 50 characters long.
- ハンドルネームまたはチャンネル名は50文字以内でなければなりません。
+ 表示名は50文字以内でなければなりません。src/app/shared/form-validators/user-validators.ts166src/app/shared/form-validators/video-channel-validators.ts26
@@ -10540,7 +10540,7 @@
Display name cannot be more than 120 characters long.
- ハンドルネームまたはチャンネル名は、120 文字以内でなければなりません。
+ 表示名は、120文字以内でなければなりません。src/app/shared/form-validators/video-playlist-validators.ts14