1
0
mirror of https://github.com/privacyguides/i18n.git synced 2025-06-16 07:51:13 +00:00

New Crowdin translations by GitHub Action

This commit is contained in:
Crowdin Bot 2023-06-02 04:04:27 +00:00
parent 189a3fa61c
commit 7a3dfa68a2
4 changed files with 41 additions and 41 deletions

View File

@ -166,12 +166,12 @@ En général, nous définissons les suites bureautiques comme des applications q
#### Exigences minimales
- Doivent être open-source.
- Must implement "zero-trust" end-to-end encryption.
- Must support password-protected files.
- Doit implémenter le chiffrement de bout en bout "à confiance zéro".
- Doit prendre en charge les fichiers protégés par un mot de passe.
#### Dans le meilleur des cas
Nos critères de cas idéal représentent ce que nous aimerions voir d'un projet parfait dans cette catégorie. Nos recommandations peuvent ne pas inclure tout ou partie de cette fonctionnalité, mais celles qui l'inclus peuvent être mieux classées que les autres sur cette page.
- Should have a published audit from a reputable, independent third-party.
- Devrait disposer d'un audit publié par une tierce partie indépendante et réputée.

View File

@ -153,11 +153,11 @@ Mullvad [recommande](https://mullvad.net/en/help/why-wireguard/) l'utilisation d
#### :material-check:{ .pg-green } Prise en charge de l'IPv6
Mullvad allows you to [access services hosted on IPv6](https://mullvad.net/en/blog/2014/9/15/ipv6-support/), as opposed to other providers which block IPv6 connections.
Mullvad vous permet d'accéder aux [services hébergés sur IPv6](https://mullvad.net/en/blog/2014/9/15/ipv6-support/), contrairement à d'autres fournisseurs qui bloquent les connexions IPv6.
#### :material-alert-outline:{ .pg-orange } Redirection de port
Mullvad previously supported port forwarding, but removed the option in [May 2023](https://mullvad.net/en/blog/2023/5/29/removing-the-support-for-forwarded-ports/). Missing this feature could negatively impact certain applications, especially peer-to-peer applications like torrent clients.
Mullvad prenait auparavant en charge la redirection de port, mais a supprimé cette option en [mai 2023](https://mullvad.net/en/blog/2023/5/29/removing-the-support-for-forwarded-ports/). L'absence de cette fonctionnalité pourrait avoir un impact négatif sur certaines applications, en particulier les applications pair-à-pair telles que les clients torrent.
#### :material-check:{ .pg-green } Clients mobiles

View File

@ -69,30 +69,30 @@ P2P 네트워크는 피어가 서로 직접 통신하므로 서버를 사용하
**장점:**
- 제3자에게 노출되는 정보를 최소화합니다.
- 최신 P2P 플랫폼은 E2EE를 기본적으로 구현하고 있습니다. There are no servers that could potentially intercept and decrypt your transmissions, unlike centralized and federated models.
- 최신 P2P 플랫폼은 E2EE를 기본적으로 구현하고 있습니다. 중앙 집중형/연합형 모델과 달리, 잠재적으로 사용자의 통신을 가로채고 해독할 여지가 있는 서버가 아예 존재하지 않습니다.
**단점:**
- Reduced feature set:
- 일반적으로 기능이 부족합니다.
- 메시지를 주고받으려면 대화 발신자/수신자가 모두 온라인 상태여야 합니다. 단, 이 문제는 클라이언트에 따라 상대방이 온라인 상태가 될 때까지 메시지를 로컬에 저장한 채로 기다렸다가 전송하는 등의 방식을 이용해 어느 정도 완화하기도 합니다.
- Generally increases battery usage on mobile devices, because the client must stay connected to the distributed network to learn about who is online.
- Some common messenger features may not be implemented or incompletely, such as message deletion.
- Your IP address and that of the contacts you're communicating with may be exposed if you do not use the software in conjunction with a [VPN](../vpn.md) or [Tor](../tor.md). Many countries have some form of mass surveillance and/or metadata retention.
- 일반적으로 모바일 기기의 배터리 소모량이 높아집니다. 상대가 온라인 상태인지를 파악하기 위해서 클라이언트가 분산형 네트워크에 계속 연결되어 있어야 하기 때문입니다.
- 메시지 삭제 등의 일반적인 메신저 기능이 구현되어 있지 않거나, 구현이 불완전할 수 있습니다.
- [VPN](../vpn.md)이나 [Tor](../tor.md) 등의 소프트웨어와 함께 사용하지 않을 경우, 자신이나 대화 상대의 IP 주소가 노출될 수 있습니다. 많은 국가에서는 어떤 형태로든 대규모 감시 혹은 메타데이터 수집을 진행하고 있습니다.
## 익명 라우팅
![Anonymous routing diagram](../assets/img/layout/network-anonymous-routing.svg){ align=left }
A messenger using [anonymous routing](https://doi.org/10.1007/978-1-4419-5906-5_628) hides either the identity of the sender, the receiver, or evidence that they have been communicating. Ideally, a messenger should hide all three.
[익명 라우팅](https://doi.org/10.1007/978-1-4419-5906-5_628)을 사용하는 메신저는 발신자, 수신자의 신원 혹은 통신 흔적을 드러내지 않습니다. 이상적으로는, 메신저는 이 세 가지(발신자 신원, 수신자 신원, 통신 흔적) 모두를 숨길 수 있어야 합니다.
There are [many](https://doi.org/10.1145/3182658) different ways to implement anonymous routing. One of the most famous is [onion routing](https://en.wikipedia.org/wiki/Onion_routing) (i.e. [Tor](tor-overview.md)), which communicates encrypted messages through a virtual [overlay network](https://en.wikipedia.org/wiki/Overlay_network) that hides the location of each node as well as the recipient and sender of each message. The sender and recipient never interact directly and only meet through a secret rendezvous node so that there is no leak of IP addresses nor physical location. Nodes cannot decrypt messages, nor the final destination; only the recipient can. Each intermediary node can only decrypt a part that indicates where to send the still encrypted message next, until it arrives at the recipient who can fully decrypt it, hence the "onion layers."
익명 라우팅을 구현하는 방법은 [여러 가지](https://doi.org/10.1145/3182658)가 존재합니다. 대표적인 방법으로는 [Onion 라우팅](https://en.wikipedia.org/wiki/Onion_routing)([Tor](tor-overview.md))이 존재합니다. 각 메시지의 발신자나 수신자뿐만 아니라 각 노드의 위치를 숨기는 가상 [오버레이 네트워크](https://en.wikipedia.org/wiki/Overlay_network)를 통해 암호화 메시지를 주고받습니다. 발신자와 수신자는 직접적으로 상호작용하지 않고 비밀 랑데부 노드를 통해서만 만나기 때문에 IP 주소나 실제 위치는 노출되지 않습니다. 노드는 메시지를 복호화하거나 최종 목적지를 알 수 없으며, 수신자만이 해독 가능합니다. 각 중개 노드는 메시지를 다음에는 어디로 보낼지를 나타내는 부분만 해독 가능하며 그 외에는 여전히 암호화가 적용되어 있습니다. 그리고 이 과정은 수신자에게 도달해 완전히 복호화될 때까지 반복됩니다. 'Onion(양파) 레이어'라는 명칭은 이러한 작동 방식에서 유래되었습니다.
Self-hosting a node in an anonymous routing network does not provide the hoster with additional privacy benefits, but rather contributes to the whole network's resilience against identification attacks for everyone's benefit.
익명 라우팅 네트워크에서 노드를 자체 호스팅하는 행위는 자신의 프라이버시에 추가적인 이점을 제공하지 않습니다. 전체 네트워크로 하여금 식별 공격에 대한 복원력을 높이는 데 기여하는, 모두의 이익을 위한 행위입니다.
**장점:**
- 제3자에게 노출되는 정보를 최소화합니다.
- Messages can be relayed in a decentralized manner even if one of the parties is offline.
- 당사자 중 한명이 오프라인 상태이더라도 분산형 방식으로 메시지를 전달할 수 있습니다.
**단점:**

View File

@ -1,13 +1,13 @@
---
title: "생산성 툴"
icon: material/file-sign
description: Most online office suites do not support E2EE, meaning the cloud provider has access to everything you do.
description: 온라인 오피스 프로그램은 대부분 E2EE를 제공하지 않으며, 여러분의 작업 파일을 클라우드 제공 업체가 볼 수 있습니다.
cover: productivity.png
---
Most online office suites do not support E2EE, meaning the cloud provider has access to everything you do. The privacy policy may legally protect your rights, but it does not provide technical access constraints.
온라인 오피스 프로그램은 대부분 E2EE를 제공하지 않으며, 여러분의 작업 파일을 클라우드 제공 업체가 볼 수 있습니다. 여러분의 권리는 프라이버시 정책에 의해 법적으로 보호되지만, 기술적으로 클라우드 제공 업체의 접근을 방지하지는 않습니다.
## Collaboration Platforms
## 협업 플랫폼
### Nextcloud
@ -59,31 +59,31 @@ Most online office suites do not support E2EE, meaning the cloud provider has ac
Privacy Guides 팀은 사이트의 모든 항목마다 명확한 평가 기준을 정립하는 중이며, 따라서 세부 내용은 변경될 수 있습니다. 평가 기준에 대해서 질문이 있다면 [포럼에서 문의](https://discuss.privacyguides.net/latest)하시기 바랍니다. (무언가가 목록에 존재하지 않다고 해서 권장 목록을 작성할 때 고려한 적이 없을 것으로 단정 짓지 마세요.) 권장 목록에 어떤 프로젝트를 추가할 때 고려하고 논의해야 할 요소는 매우 많으며, 모든 요소를 문서화하는 것은 현재 진행 중인 작업입니다.
In general, we define collaboration platforms as full-fledged suites which could reasonably act as a replacement to collaboration platforms like Google Drive.
일반적으로, Privacy Guides에서 선정하는 '협업 플랫폼'의 기준은 'Google 드라이브 같은 협업 플랫폼을 대체할 수 있을 만한 완전한 제품군'입니다.
- Open-source.
- Makes files accessible via WebDAV unless it is impossible due to E2EE.
- Has sync clients for Linux, macOS, and Windows.
- Supports document and spreadsheet editing.
- Supports real-time document collaboration.
- Supports exporting documents to standard document formats (e.g. ODF).
- 오픈 소스여야 합니다.
- WebDAV를 통한 파일 접근을 지원해야 합니다(종단 간 암호화로 인해 불가능한 경우 제외).
- Linux, macOS, Windows 동기화 클라이언트를 제공해야 합니다.
- 문서 및 스프레드시트 편집을 지원해야 합니다.
- 실시간 문서 협업을 지원해야 합니다.
- 표준 문서 형식(ODF 등)으로 문서 내보내기를 지원해야 합니다.
#### 우대 사항
평가 기준에서 '우대 사항'은 해당 부문에서 완벽한 프로젝트에 기대하는 바를 나타냅니다. 다음의 우대 사항에 해당하지 않더라도 권장 목록에 포함될 수 있습니다. 단, 우대 사항에 해당할수록 이 페이지의 다른 항목보다 높은 순위를 갖습니다.
- Should store files in a conventional filesystem.
- Should support TOTP or FIDO2 multi-factor authentication support, or Passkey logins.
- 파일 관리는 일반적인 파일 시스템 상에서 이루어져야 합니다.
- TOTP/FIDO2 다중 인증 혹은 Passkey 로그인을 지원해야 합니다.
## Office Suites
## 오피스 제품군
### LibreOffice
!!! recommendation
![LibreOffice logo](assets/img/productivity/libreoffice.svg){ align=right }
![LibreOffice 로고](assets/img/productivity/libreoffice.svg){ align=right }
**LibreOffice** is a free and open-source office suite with extensive functionality.
**LibreOffice**는 다양한 기능을 갖춘 무료 오픈 소스 오피스 프로그램 제품군입니다.
[:octicons-home-16: 홈페이지](https://www.libreoffice.org){ .md-button .md-button--primary }
[:octicons-eye-16:](https://www.libreoffice.org/about-us/privacy/privacy-policy-en/){ .card-link title="프라이버시 정책" }
@ -105,9 +105,9 @@ In general, we define collaboration platforms as full-fledged suites which could
!!! recommendation
![OnlyOffice logo](assets/img/productivity/onlyoffice.svg){ align=right }
![OnlyOffice 로고](assets/img/productivity/onlyoffice.svg){ align=right }
**OnlyOffice** is a cloud-based free and open-source office suite with extensive functionality, including integration with Nextcloud.
**OnlyOffice**는 클라우드 기반 무료 오픈 소스 오피스 프로그램 제품군입니다. Nextcloud 연동 등 다양한 기능을 제공합니다.
[:octicons-home-16: 홈페이지](https://www.onlyoffice.com){ .md-button .md-button--primary }
[:octicons-eye-16:](https://help.onlyoffice.com/products/files/doceditor.aspx?fileid=5048502&doc=SXhWMEVzSEYxNlVVaXJJeUVtS0kyYk14YWdXTEFUQmRWL250NllHNUFGbz0_IjUwNDg1MDIi0){ .card-link title="프라이버시 정책" }
@ -132,23 +132,23 @@ In general, we define collaboration platforms as full-fledged suites which could
Privacy Guides 팀은 사이트의 모든 항목마다 명확한 평가 기준을 정립하는 중이며, 따라서 세부 내용은 변경될 수 있습니다. 평가 기준에 대해서 질문이 있다면 [포럼에서 문의](https://discuss.privacyguides.net/latest)하시기 바랍니다. (무언가가 목록에 존재하지 않다고 해서 권장 목록을 작성할 때 고려한 적이 없을 것으로 단정 짓지 마세요.) 권장 목록에 어떤 프로젝트를 추가할 때 고려하고 논의해야 할 요소는 매우 많으며, 모든 요소를 문서화하는 것은 현재 진행 중인 작업입니다.
In general, we define office suites as applications which could reasonably act as a replacement for Microsoft Word for most needs.
일반적으로, Privacy Guides에서 선정하는 '오피스 제품군'의 기준은 'Microsoft Word 대신 사용할 만한 애플리케이션'입니다.
- 크로스 플랫폼을 지원해야 합니다.
- 오픈 소스 소프트웨어여야 합니다.
- Must function offline.
- Must support editing documents, spreadsheets, and slideshows.
- Must export files to standard document formats.
- 오프라인에서 작동해야 합니다.
- 문서, 스프레드시트, 슬라이드쇼 편집을 지원해야 합니다.
- 파일을 표준 문서 형식으로 내보내야 합니다.
## Paste services
## 텍스트 공유 서비스
### PrivateBin
!!! recommendation
![PrivateBin logo](assets/img/productivity/privatebin.svg){ align=right }
![PrivateBin 로고](assets/img/productivity/privatebin.svg){ align=right }
**PrivateBin** is a minimalist, open-source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256-bit AES. It is the improved version of ZeroBin. There is a [list of instances](https://privatebin.info/directory/).
**PrivateBin**은 서버에 어떠한 정보도 공유되지 않는 미니멀한 오픈 소스 온라인 텍스트 공유 서비스입니다. 데이터는 브라우저에서 AES-256으로 암호화/복호화됩니다. ZeroBin을 개선한 버전의 서비스이기도 합니다. 인스턴스 목록은 [여기에서](https://privatebin.info/directory/) 확인할 수 있습니다.
[:octicons-home-16: 홈페이지](https://privatebin.info){ .md-button .md-button--primary }
[:octicons-server-16:](https://privatebin.info/directory/){ .card-link title="공개 인스턴스"}
@ -166,12 +166,12 @@ In general, we define office suites as applications which could reasonably act a
#### 최소 요구 사항
- 오픈 소스여야 합니다.
- Must implement "zero-trust" end-to-end encryption.
- Must support password-protected files.
- 'Zero Trust' 종단 간 암호화를 구현해야 합니다.
- 파일을 비밀번호로 보호하는 기능을 지원해야 합니다
#### 우대 사항
평가 기준에서 '우대 사항'은 해당 부문에서 완벽한 프로젝트에 기대하는 바를 나타냅니다. 다음의 우대 사항에 해당하지 않더라도 권장 목록에 포함될 수 있습니다. 단, 우대 사항에 해당할수록 이 페이지의 다른 항목보다 높은 순위를 갖습니다.
- Should have a published audit from a reputable, independent third-party.
- 평판이 좋은 독립적인 제3자로부터 공개 감사를 받아야 합니다.