From: T.S Date: Wed, 11 Jan 2023 13:22:25 +0000 (+0000) Subject: Translated using Weblate (Japanese) X-Git-Tag: v5.1.0-rc.1~273 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=ac08923eba636658040575a33aad8aa23694b4d2;hp=741fa1ac2aec8403ee7a2b1c9fb90acfc99bb908;p=github%2FChocobozzz%2FPeerTube.git 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/ --- 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.html 38 @@ -10355,21 +10355,21 @@ Display name is required. - ハンドルネームまたはチャンネル名は必須です。 + 表示名は必須です。 src/app/shared/form-validators/user-validators.ts164 src/app/shared/form-validators/video-channel-validators.ts24 src/app/shared/form-validators/video-playlist-validators.ts12 Display name must be at least 1 character long. - ハンドルネームまたはチャンネル名は 1 文字以上にする必要があります。 + 表示名は必ず1文字以上にしてください。 src/app/shared/form-validators/user-validators.ts165 src/app/shared/form-validators/video-channel-validators.ts25 src/app/shared/form-validators/video-playlist-validators.ts13 Display name cannot be more than 50 characters long. - ハンドルネームまたはチャンネル名は50文字以内でなければなりません。 + 表示名は50文字以内でなければなりません。 src/app/shared/form-validators/user-validators.ts166 src/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