From 44dca5786165cf8b49c5a19f022f5f9e4ebb8015 Mon Sep 17 00:00:00 2001
From: DignifiedSilence <5Dd12Ck@protonmail.com>
Date: Fri, 25 Nov 2022 15:00:45 +0000
Subject: [PATCH] Translated using Weblate (Japanese)
Currently translated at 100.0% (2143 of 2143 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ja/
---
client/src/locale/angular.ja-JP.xlf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/client/src/locale/angular.ja-JP.xlf b/client/src/locale/angular.ja-JP.xlf
index 67d8aa282..dfc2e9409 100644
--- a/client/src/locale/angular.ja-JP.xlf
+++ b/client/src/locale/angular.ja-JP.xlf
@@ -6703,7 +6703,7 @@
- {getTotalVideosOf(videoChannel), plural, =0 {動画がありません} =1 {1動画} other {{{ getTotalVideosOf(videoChannel) }}動画}}
+ <x id="ICU" xid="1730926218636655979" equiv-text="{getTotalVideosOf(videoChannel), plural, =0 {動画がありません} =1 {1動画} other {{{ getTotalVideosOf(videoChannel) }}動画}} <x id="ICU" xid="1730926218636655979" equiv-text="{getTotalVideosOf(videoChannel), plural, =0 {No videos} =1 {1 video} other {{{ getTotalVideosOf(videoChannel) }} videos}}"/>
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
@@ -11895,7 +11895,7 @@
- 本当に{count, plural, =1 {個の動画} other {これら個の動画}}を削除しますか?
+ 本当に{count, plural, =1 {件の動画} other {これら件の動画}}を削除しますか?
src/app/+admin/overview/videos/video-list.component.ts229