diff --git a/client/src/locale/angular.ja-JP.xlf b/client/src/locale/angular.ja-JP.xlf
index 370eaf25d..34f33f3dd 100644
--- a/client/src/locale/angular.ja-JP.xlf
+++ b/client/src/locale/angular.ja-JP.xlf
@@ -6698,12 +6698,12 @@
{VAR_PLURAL, plural, =1 {1 videos} other { videos}}
- {VAR_PLURAL, plural, =1 {1つの動画} other {個の動画}}
+ {VAR_PLURAL, plural, =1 {1件の動画} other {件の動画}}
src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html16
-
+ {getTotalVideosOf(videoChannel), plural, =0 {動画がありません} =1 {1動画} other {{{ getTotalVideosOf(videoChannel) }}動画}}
src/app/+accounts/account-video-channels/account-video-channels.component.html29
src/app/+accounts/accounts.component.html39
src/app/+my-library/+my-video-channels/my-video-channels.component.html43
@@ -11551,12 +11551,12 @@
Violent or repulsive
- 暴力的または非常に不快
+ 暴力的または不快
src/app/shared/shared-moderation/abuse.service.ts124
Contains offensive, violent, or coarse language or iconography.
- 攻撃的、暴力的、下品な言葉。または、そのようなシンボルが含まれる場合。
+ 攻撃的、暴力的、または下品な言葉や図像が含まれている。
src/app/shared/shared-moderation/abuse.service.ts125