From 65a0879027b41ca16630ad3e198c874c6739ea77 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 23 Feb 2023 09:48:15 +0100 Subject: Update translations --- client/src/locale/angular.ja-JP.xlf | 142 ++++++++++++++++-------------------- 1 file changed, 62 insertions(+), 80 deletions(-) (limited to 'client/src/locale/angular.ja-JP.xlf') diff --git a/client/src/locale/angular.ja-JP.xlf b/client/src/locale/angular.ja-JP.xlf index a35c97831..cb7a0c188 100644 --- a/client/src/locale/angular.ja-JP.xlf +++ b/client/src/locale/angular.ja-JP.xlf @@ -7049,113 +7049,113 @@ channel with the same name ()! P2P & Privacy P2P機能とプライバシー - src/app/+about/about-peertube/about-peertube.component.html66 - + + src/app/+about/about-peertube/about-peertube.component.html65 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube. PeerTubeは、初期設定でサーバーの負荷を減らすためにユーザー間で帯域幅を共有するBitTorrentプロトコルを利用していますが、最終的には、動画のあるサーバーからのみストリーミングする通常の配信方法に切り替えるための選択肢が与えられています。PeerTubeのP2P機能を継続して利用したい場合にのみ、上記の初期設定が適用されます。 - src/app/+about/about-peertube/about-peertube.component.html69 - + + src/app/+about/about-peertube/about-peertube.component.html68 The main threat to your privacy induced by BitTorrent lies in your IP address being stored in the instance's BitTorrent tracker as long as you download or watch the video. 動画をダウンロードまたは視聴している限り、BitTorrentプロトコルによって引き起こされるプライバシーに関わる主な脅威は、インスタンスのBitTorrentトラッカー内に保存されるあなたの公開IPアドレスです。 - src/app/+about/about-peertube/about-peertube.component.html75 - + + src/app/+about/about-peertube/about-peertube.component.html74 What are the consequences? 結論としてはどうでしょうか? - src/app/+about/about-peertube/about-peertube.component.html80 - + + src/app/+about/about-peertube/about-peertube.component.html79 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because: 理論上、十分な技術スキルを持っていれば、どの公開IPアドレスが動画をダウンロードしているかをトラッキングするスクリプトを作成することはできるでしょう。しかし、実際にはそのようなスクリプトを作ることはかなり難しいと言えます。理由は: - src/app/+about/about-peertube/about-peertube.component.html82 - + + src/app/+about/about-peertube/about-peertube.component.html81 An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) まず、監視するためにはそれぞれの動画へのトラッカーにHTTPリクエストが送信されなければなりません。もしPeerTubeの全ての動画を監視したい場合、インスタンスの動画の数に応じて(多くの動画が存在する可能性がありますが)大量のリクエストを送信する必要があります - src/app/+about/about-peertube/about-peertube.component.html88 - + + src/app/+about/about-peertube/about-peertube.component.html87 For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm 一つ一つのリクエストが送信される度に、トラッカーは限られた数のピアの情報をランダムに返します。例えば、スウォーム内に1000ピアについての情報があり、トラッカーがそれぞれのリクエストへ20ピアの情報だけ返した場合、スウォーム内の全てのピアの情報を知るためには少なくとも50リクエストを送信しなければなりません - src/app/+about/about-peertube/about-peertube.component.html93 - + + src/app/+about/about-peertube/about-peertube.component.html92 Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour 誰が動画を再生または停止するかを知るために、リクエストは定期的に送信されなければなりません。しかし、このようなリクエストのサーバーへの送信行為を検知することは難しくはありません - src/app/+about/about-peertube/about-peertube.component.html99 - + + src/app/+about/about-peertube/about-peertube.component.html98 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video 仮に公開IPアドレスがトラッカー内に保存されたとしても、公開IPアドレスを利用して動画を視聴する行為の背後に公開IPアドレスの所持者が(存在するとしても)実際に存在するというわけではありません - src/app/+about/about-peertube/about-peertube.component.html103 - + + src/app/+about/about-peertube/about-peertube.component.html102 The IP address is a vague information: usually, it regularly changes and can represent many persons or entities 公開IPアドレスは漠然とした情報です。通常は定期的に変更され、また多くの個人や団体の象徴となる情報です - src/app/+about/about-peertube/about-peertube.component.html108 - + + src/app/+about/about-peertube/about-peertube.component.html107 Web peers are not publicly accessible: because we use the websocket transport, the protocol is different from classic BitTorrent tracker. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See this document for more information Web上のピアには公的にはアクセスできません。なぜなら、PeerTubeはWebSocketプロトコルを利用しており、クラシックなBitTorrentのトラッカーとは異なるからです。PeerTubeをWebブラウザーで利用するとき、情報を転送するための自分以外のピアをランダムに選ぶトラッカーに向けて、Webブラウザーはあなたの公開IPアドレスを含んだシグナルを送信します。詳しくはこちらのドキュメントをご覧下さい。 - src/app/+about/about-peertube/about-peertube.component.html112 - + + src/app/+about/about-peertube/about-peertube.component.html111 The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information. また、世間一般の人がその友人達をひそかに監視しているという、最悪のケースは考えにくいと言えます。それらの情報を手に入れるより効率的な方法が他にいくらでも存在するからです。 - src/app/+about/about-peertube/about-peertube.component.html120 - + + src/app/+about/about-peertube/about-peertube.component.html119 How does PeerTube compare with YouTube? PeerTubeはYouTubeと比べるとどう違いますか? - src/app/+about/about-peertube/about-peertube.component.html125 - + + src/app/+about/about-peertube/about-peertube.component.html124 The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). Youtubeにおけるプライバシーへの脅威は、PeerTubeのそれとは異なります。Youtubeの場合、非常に多くの個人情報(公開IPアドレスだけでなく)を収集しており、それらは分析されるために、またはあなたをトラッキングするために収集されます。その上、YoutubeはGoogle/Alphabetに所有されており、この会社は多くのウェブサイト(のAdSenseまたはGoogle Analyticsを経由して)であなたをトラッキングしています。 - src/app/+about/about-peertube/about-peertube.component.html127 - + + src/app/+about/about-peertube/about-peertube.component.html126 What can I do to limit the exposure of my IP address? 公開IPアドレスの漏洩を抑えるために何ができるでしょうか? - src/app/+about/about-peertube/about-peertube.component.html133 - + + src/app/+about/about-peertube/about-peertube.component.html132 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense. Webサイトを閲覧する度にあなたのIPアドレスはおおやけに公開され、(最後に訪れたWebサイトに加えて)多くの当事者が接続ログであなたのIPアドレスをチェックしています。ISP、ルーター、トラッカー、CDNなど。この点についてはPeerTubeには透明性がありますが、もしあなたが自分の公開IPアドレスを守りたい場合、VPNまたはTorブラウザーを使用する必要があることを警告します。PeerTubeを利用する際にP2P機能を利用しないことによって自分の匿名性を取り戻すことができる、という考えは意味をなしません。 - src/app/+about/about-peertube/about-peertube.component.html135 - + + src/app/+about/about-peertube/about-peertube.component.html134 What will be done to mitigate this problem? この問題を軽減するために何かされますか? - src/app/+about/about-peertube/about-peertube.component.html142 - + + src/app/+about/about-peertube/about-peertube.component.html141 PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far: PeerTubeは、あなたに選択肢を増やすことや攻撃される可能性を低くするために、できる限りのベストを尽くした対抗策を提供したいと考えています。次が今までに導入された機能です: - src/app/+about/about-peertube/about-peertube.component.html144 - + + src/app/+about/about-peertube/about-peertube.component.html143 We set a limit to the number of peers sent by the tracker トラッカーによって送信されるピアの数に制限を設定しています - src/app/+about/about-peertube/about-peertube.component.html150 - + + src/app/+about/about-peertube/about-peertube.component.html149 We set a limit on the request frequency received by the tracker トラッカーが受け取るリクエストの頻度に制限を設けています - src/app/+about/about-peertube/about-peertube.component.html151 - + + src/app/+about/about-peertube/about-peertube.component.html150 Allow instance admins to disable P2P from the administration interface インスタンス管理者が管理インターフェースからP2P機能を無効にできるようにしています - src/app/+about/about-peertube/about-peertube.component.html152 - + + src/app/+about/about-peertube/about-peertube.component.html151 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser. 最終的には、動画プレーヤーで切り替えるか、またはブラウザーでWebRTCを無効にするだけでいつでもP2P機能を無効にできることを覚えておいてください。 - src/app/+about/about-peertube/about-peertube.component.html155 - + + src/app/+about/about-peertube/about-peertube.component.html154 Show full list 全て表示する @@ -8030,18 +8030,18 @@ channel with the same name ()! enabled 有効 - src/app/+admin/follows/shared/redundancy-checkbox.component.ts23 - + + src/app/+admin/follows/shared/redundancy-checkbox.component.ts22 disabled 無効 - src/app/+admin/follows/shared/redundancy-checkbox.component.ts23 - + + src/app/+admin/follows/shared/redundancy-checkbox.component.ts22 Redundancy for is の冗長性はです - src/app/+admin/follows/shared/redundancy-checkbox.component.ts25 - + + src/app/+admin/follows/shared/redundancy-checkbox.component.ts24 Do you really want to remove this video redundancy? 本当にこの動画の冗長化を取り消しますか? @@ -8585,29 +8585,17 @@ channel with the same name ()! Accept registrationAccept registration - - src/app/+admin/moderation/registration-list/process-registration-modal.component.ts - 69 - - + + src/app/+admin/moderation/registration-list/process-registration-modal.component.ts68 Reject registrationReject registration - - src/app/+admin/moderation/registration-list/process-registration-modal.component.ts - 72 - - + + src/app/+admin/moderation/registration-list/process-registration-modal.component.ts71 account created account created - - src/app/+admin/moderation/registration-list/process-registration-modal.component.ts - 96 - - + + src/app/+admin/moderation/registration-list/process-registration-modal.component.ts95 registration rejected registration rejected - - src/app/+admin/moderation/registration-list/process-registration-modal.component.ts - 113 - - + + src/app/+admin/moderation/registration-list/process-registration-modal.component.ts112 Moderation response is required.Moderation response is required. src/app/+admin/moderation/registration-list/process-registration-validators.ts @@ -9219,19 +9207,13 @@ channel with the same name ()! URL parameter is missing in URL parameters URLパラメーター内に、有効なURLパラメーターが見つかりません - - src/app/+remote-interaction/remote-interaction.component.ts - 25 - - + + src/app/+remote-interaction/remote-interaction.component.ts24 Cannot access to the remote resource 外部インスタンスのコンテンツにアクセスできません - - src/app/+remote-interaction/remote-interaction.component.ts - 48 - - + + src/app/+remote-interaction/remote-interaction.component.ts47 Reset password パスワードのリセット -- cgit v1.2.3