From c93a4c3d248943d0bd6f5b3b55b54d59029500b5 Mon Sep 17 00:00:00 2001 From: Crowdin Bot Date: Mon, 9 Jun 2025 12:44:34 +0000 Subject: [PATCH] New Crowdin translations by GitHub Action --- i18n/ja/basics/vpn-overview.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/i18n/ja/basics/vpn-overview.md b/i18n/ja/basics/vpn-overview.md index e3a320d9..5e99b351 100644 --- a/i18n/ja/basics/vpn-overview.md +++ b/i18n/ja/basics/vpn-overview.md @@ -22,17 +22,17 @@ Privacy Guidesでは「VPN」は**商用**の[VPNプロバイダー](../vpn.md) ## VPNの仕組み -VPNは、あなたのデバイスとVPNプロバイダーが所有するサーバー間のトラフィックを暗号化します。 From the perspective of anyone between you and the VPN server, it looks like you're connecting to the VPN server. From the perspective of anyone between the VPN server and your destination site, all they can see is the VPN server connecting to the website. +VPNは、あなたのデバイスとVPNプロバイダーが所有するサーバー間のトラフィックを暗号化します。 あなたとVPNサーバーの間にいる人から見ると、あなたがVPNサーバーにアクセスしているように見えます。 VPNサーバーと目的のサイトにいる人から見ると、VPNサーバーがそのウェブサイトにアクセスしているようにしか見えません。 ``` mermaid flowchart LR - 763931["Your Device
(with VPN Client)
"] ===|"VPN Encryption"| 404512{"VPN Server"} - 404512 -.-|"No VPN Encryption"| 593753(("The Internet
(Your Destination)
")) - subgraph 763931["Your Device
(with VPN Client)
"] + 763931["デバイス
(VPNクライアントあり)
"] ===|"VPN暗号化"| 404512{"VPNサーバー"} + 404512 -.-|"VPN暗号化なし"| 593753(("インターネット
(目的のサイト)
")) + subgraph 763931["デバイス
(VPNクライアントあり)
"] end ``` -Note that a VPN does not add any security or encryption to your traffic between the VPN server and your destination on the internet. To access a website securely you **must** still ensure HTTPS is in use regardless of whether you use a VPN. +VPNはVPNサーバーとインターネット上の目的のサイト間のトラフィックに対し、セキュリティを強化せず、暗号化しないことに注意してください。 ウェブサイトに安全にアクセスするには、VPNの使用にかかわらず、HTTPSが使われていることを確認する**必要があります**。 ## VPNを使うべきですか?