mirror of
https://github.com/privacyguides/i18n.git
synced 2025-06-18 16:54:21 +00:00
New Crowdin translations by GitHub Action
This commit is contained in:
@ -10,7 +10,7 @@ cover: email-clients.webp
|
||||
- [:material-server-network: 服務提供商](basics/common-threats.md#privacy-from-service-providers ""){.pg-teal}
|
||||
- [:material-target-account: 針對性攻擊](basics/common-threats.md#attacks-against-specific-individuals ""){.pg-red}
|
||||
|
||||
我們推薦的**電子郵件用戶端**同時支援 [OpenPGP](encryption.md#openpgp) 和比較強的驗證,例如 [Open Authorization (OAuth)](https://en.wikipedia.org/wiki/OAuth)。 OAuth 允許您使用[多因素驗證](basics/multi-factor-authentication.md),以防止帳號盜用。
|
||||
我們推薦的**電子郵件客戶端**同時支援 [OpenPGP](encryption.md#openpgp) 和比較強的驗證,例如 [Open Authorization (OAuth)](https://en.wikipedia.org/wiki/OAuth)。 OAuth 允許您使用[多因素驗證](basics/multi-factor-authentication.md),以防止帳號盜用。
|
||||
|
||||
<details class="warning" markdown>
|
||||
<summary>電子郵件不提供前向保密</summary>
|
||||
@ -223,14 +223,14 @@ Canary Mail 是封閉原始碼的。 由於 iOS 上支援 PGP E2EE 的電子郵
|
||||
|
||||
**Kontact** 是 [KDE](https://kde.org) 專案的個人資訊管理員 (PIM) 應用程式。 它提供郵件用戶端、通訊錄、RSS 用戶端和數位筆記等功能。
|
||||
|
||||
[:octicons-home-16: Homepage](https://kontact.kde.org){ .md-button .md-button--primary }
|
||||
[:octicons-eye-16:](https://kde.org/privacypolicy-apps){ .card-link title="Privacy Policy" }
|
||||
[:octicons-info-16:](https://kontact.kde.org/users){ .card-link title="Documentation" }
|
||||
[:octicons-code-16:](https://invent.kde.org/pim/kmail){ .card-link title="Source Code" }
|
||||
[:octicons-heart-16:](https://kde.org/community/donations){ .card-link title="Contribute" }
|
||||
[:octicons-home-16: 首頁](https://kontact.kde.org){ .md-button .md-button--primary }
|
||||
[:octicons-eye-16:](https://kde.org/privacypolicy-apps){ .card-link title="隱私權政策" }
|
||||
[:octicons-info-16:](https://kontact.kde.org/users){ .card-link title="說明文件" }
|
||||
[:octicons-code-16:](https://invent.kde.org/pim/kmail){ .card-link title="原始碼" }
|
||||
[:octicons-heart-16:](https://kde.org/community/donations){ .card-link title="捐款" }
|
||||
|
||||
<details class="downloads" markdown>
|
||||
<summary>Downloads</summary>
|
||||
<summary>下載</summary>
|
||||
|
||||
- [:simple-linux: Linux](https://kontact.kde.org/download)
|
||||
- [:simple-flathub: Flathub](https://flathub.org/apps/details/org.kde.kontact)
|
||||
@ -245,15 +245,15 @@ Canary Mail 是封閉原始碼的。 由於 iOS 上支援 PGP E2EE 的電子郵
|
||||
|
||||
{ align=right }
|
||||
|
||||
**Mailvelope** is a browser extension that enables the exchange of encrypted emails following the OpenPGP encryption standard.
|
||||
**Mailvelope** 是一個瀏覽器擴充套件,可依照 OpenPGP 加密標準支援加密電子郵件。
|
||||
|
||||
[:octicons-home-16: Homepage](https://mailvelope.com){ .md-button .md-button--primary }
|
||||
[:octicons-eye-16:](https://mailvelope.com/privacy-policy){ .card-link title="Privacy Policy" }
|
||||
[:octicons-info-16:](https://mailvelope.com/faq){ .card-link title="Documentation" }
|
||||
[:octicons-code-16:](https://github.com/mailvelope/mailvelope){ .card-link title="Source Code" }
|
||||
[:octicons-home-16: 首頁](https://mailvelope.com){ .md-button .md-button--primary }
|
||||
[:octicons-eye-16:](https://mailvelope.com/privacy-policy){ .card-link title="隱私權政策" }
|
||||
[:octicons-info-16:](https://mailvelope.com/faq){ .card-link title="說明文檔" }
|
||||
[:octicons-code-16:](https://github.com/mailvelope/mailvelope){ .card-link title="原始碼" }
|
||||
|
||||
<details class="downloads" markdown>
|
||||
<summary>Downloads</summary>
|
||||
<summary>下載</summary>
|
||||
|
||||
- [:simple-firefoxbrowser: Firefox](https://addons.mozilla.org/firefox/addon/mailvelope)
|
||||
- [:simple-googlechrome: Chrome](https://chrome.google.com/webstore/detail/mailvelope/kajibbejlbohfaggdiogboambcijhkke)
|
||||
@ -269,17 +269,17 @@ Canary Mail 是封閉原始碼的。 由於 iOS 上支援 PGP E2EE 的電子郵
|
||||
|
||||
{ align=right }
|
||||
|
||||
**NeoMutt** is an open-source command line email reader for Linux and BSD. It's a fork of [Mutt](https://en.wikipedia.org/wiki/Mutt_(email_client)) with added features.
|
||||
**NeoMutt** 是適用於 Linux 和 BSD 的開放原始碼命令行電子郵件閱讀器。 它是 [Mutt](https://zh.wikipedia.org/wiki/Mutt) 的分支,並增加了一些功能。
|
||||
|
||||
NeoMutt is a text-based client that has a steep learning curve. It is, however, very customizable.
|
||||
NeoMutt 是一個以命令行為基礎的客戶端,其學習曲線非常陡峭。 不過,它具有能高度自定義的特色。
|
||||
|
||||
[:octicons-home-16: Homepage](https://neomutt.org){ .md-button .md-button--primary }
|
||||
[:octicons-info-16:](https://neomutt.org/guide){ .card-link title=Documentation}
|
||||
[:octicons-code-16:](https://github.com/neomutt/neomutt){ .card-link title="Source Code" }
|
||||
[:octicons-heart-16:](https://paypal.com/paypalme/russon){ .card-link title=Contribute }
|
||||
[:octicons-home-16: 首頁](https://neomutt.org){ .md-button .md-button--primary }
|
||||
[:octicons-info-16:](https://neomutt.org/guide){ .card-link title=說明文件}
|
||||
[:octicons-code-16:](https://github.com/neomutt/neomutt){ .card-link title="原始碼" }
|
||||
[:octicons-heart-16:](https://paypal.com/paypalme/russon){ .card-link title=捐款 }
|
||||
|
||||
<details class="downloads" markdown>
|
||||
<summary>Downloads</summary>
|
||||
<summary>下載</summary>
|
||||
|
||||
- [:simple-apple: macOS](https://neomutt.org/distro)
|
||||
- [:simple-linux: Linux](https://neomutt.org/distro)
|
||||
@ -304,6 +304,6 @@ NeoMutt is a text-based client that has a steep learning curve. It is, however,
|
||||
|
||||
- 必須開放原始碼
|
||||
- 必須跨平臺
|
||||
- 預設不收集任何遙測
|
||||
- 預設不收集任何資料
|
||||
- 應該原生支持 OpenPGP ,即沒有擴充元件
|
||||
- 應支援本機儲存 OpenPGP 加密的電子郵件
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
title: "文件共享和同步"
|
||||
title: "檔案共享和同步"
|
||||
icon: material/share-variant
|
||||
description: 探索如何在裝置之間、與朋友和家人私下分享檔案,或匿名上線。
|
||||
description: 探索如何在裝置之間、與朋友和家人在私底下分享檔案,甚至是匿名共享。
|
||||
cover: file-sharing.webp
|
||||
---
|
||||
|
||||
<small>Protects against the following threat(s):</small>
|
||||
<small>防護下列威脅:</small>
|
||||
|
||||
- [:material-server-network: 服務提供商](basics/common-threats.md#privacy-from-service-providers ""){.pg-teal}
|
||||
|
||||
@ -13,7 +13,7 @@ cover: file-sharing.webp
|
||||
|
||||
## 檔案分享
|
||||
|
||||
If you have already use [Proton Drive](cloud.md#proton-drive)[^1] or have a [Bitwarden](passwords.md#bitwarden) Premium[^2] subscription, consider using the file sharing capabilities that they each offer, both of which use end-to-end encryption. Otherwise, the standalone options listed here ensure that the files you share are not read by a remote server.
|
||||
如果您已經使用 [Proton Drive](cloud.md#proton-drive)[^1] 或已訂閱 [Bitwarden](passwords.md#bitwarden) Premium[^2] ,請考慮使用它們各自提供的檔案分享功能,這兩種功能都使用端對端加密。 如果沒有,則這裡列出的獨立選項可確保您打算共享的檔案不會被遠端伺服器讀取。
|
||||
|
||||
### Send
|
||||
|
||||
@ -21,13 +21,13 @@ If you have already use [Proton Drive](cloud.md#proton-drive)[^1] or have a [Bit
|
||||
|
||||
{ align=right }
|
||||
|
||||
**Send** 是分支自 Mozilla 已停止的 Firefox Send服務,它允許您使用鏈接將檔案發送給其他人。 檔案在您的裝置上已加密,因此無法被伺服器讀取,並且它們也可以選擇受密碼保護。 Send 維護者託管 [公共實例](https://send.vis.ee)。 你可以利用其他公開實例,也可以自行託管 Send。
|
||||
**Send** 是分支自 Mozilla 已停止的 Firefox Send服務,它允許您使用鏈接將檔案發送給其他人。 檔案在您的裝置上已加密,因此無法被伺服器讀取,並且它們也可以選擇受密碼保護。 Send 維護者有託管自己的 [公開伺服器](https://send.vis.ee)。 你可以利用其他公開伺服器,也可以自行託管 Send。
|
||||
|
||||
[:octicons-home-16: Homepage](https://send.vis.ee){ .md-button .md-button--primary }
|
||||
[:octicons-server-16:](https://github.com/timvisee/send-instances){ .card-link title="Public Instances"}
|
||||
[:octicons-info-16:](https://github.com/timvisee/send#readme){ .card-link title=Documentation}
|
||||
[:octicons-code-16:](https://github.com/timvisee/send){ .card-link title="Source Code" }
|
||||
[:octicons-heart-16:](https://github.com/sponsors/timvisee){ .card-link title=Contribute }
|
||||
[:octicons-home-16: 首頁](https://send.vis.ee){ .md-button .md-button--primary }
|
||||
[:octicons-server-16:](https://github.com/timvisee/send-instances){ .card-link title="公開伺服器列表"}
|
||||
[:octicons-info-16:](https://github.com/timvisee/send#readme){ .card-link title=說明文件}
|
||||
[:octicons-code-16:](https://github.com/timvisee/send){ .card-link title="原始碼" }
|
||||
[:octicons-heart-16:](https://github.com/sponsors/timvisee){ .card-link title=捐款 }
|
||||
|
||||
</details>
|
||||
|
||||
@ -45,15 +45,15 @@ ffsend upload --host https://send.vis.ee/ FILE
|
||||
|
||||
{ align=right }
|
||||
|
||||
**OnionShare** is an open-source tool that lets you securely and [:material-incognito: anonymously](basics/common-threats.md#anonymity-vs-privacy){ .pg-purple } share a file of any size. 它的工作原理是啟動可作為 Tor 洋蔥服務訪問的網頁伺服器,具有一個無法猜測的URL ,您可以與收件人共享以下載或發送檔案。
|
||||
**OnionShare** 是一個開放原始碼工具,可讓您安全地 [:material-incognito: 匿名](basics/common-threats.md#anonymity-vs-privacy){ .pg-purple } 分享任何大小的檔案。 它的運作方式是啟動一個網路伺服器,使其以 Tor 洋蔥服務 的方式存取,並提供一個無法猜測的 URL,您可以與收件者分享該 URL 來下載或傳送檔案。
|
||||
|
||||
[:octicons-home-16: Homepage](https://onionshare.org){ .md-button .md-button--primary }
|
||||
[:simple-torbrowser:](http://lldan5gahapx5k7iafb3s4ikijc4ni7gx5iywdflkba5y2ezyg6sjgyd.onion){ .card-link title="Onion Service" }
|
||||
[:octicons-info-16:](https://docs.onionshare.org){ .card-link title=Documentation}
|
||||
[:octicons-code-16:](https://github.com/onionshare/onionshare){ .card-link title="Source Code" }
|
||||
[:octicons-home-16: 首頁](https://onionshare.org){ .md-button .md-button--primary }
|
||||
[:simple-torbrowser:](http://lldan5gahapx5k7iafb3s4ikijc4ni7gx5iywdflkba5y2ezyg6sjgyd.onion){ .card-link title="洋蔥服務" }
|
||||
[:octicons-info-16:](https://docs.onionshare.org){ .card-link title=說明文件}
|
||||
[:octicons-code-16:](https://github.com/onionshare/onionshare){ .card-link title="原始碼" }
|
||||
|
||||
<details class="downloads" markdown>
|
||||
<summary>Downloads</summary>
|
||||
<summary>下載</summary>
|
||||
|
||||
- [:fontawesome-brands-windows: Windows](https://onionshare.org/#download)
|
||||
- [:simple-apple: macOS](https://onionshare.org/#download)
|
||||
@ -63,7 +63,7 @@ ffsend upload --host https://send.vis.ee/ FILE
|
||||
|
||||
</div>
|
||||
|
||||
OnionShare provides the option to connect via [Tor bridges](https://docs.onionshare.org/2.6.2/en/tor.html#automatic-censorship-circumvention) to circumvent [:material-close-outline: Censorship](basics/common-threats.md#avoiding-censorship ""){.pg-blue-gray}.
|
||||
OnionShare 提供透過 [Tor 橋接器](https://docs.onionshare.org/2.6.2/en/tor.html#automatic-censorship-circumvention) 連線的選項,以規避 [:material-close-outline: 審查](basics/common-threats.md#avoiding-censorship ""){.pg-blue-gray}。
|
||||
|
||||
### 標準
|
||||
|
||||
@ -98,16 +98,16 @@ OnionShare provides the option to connect via [Tor bridges](https://docs.onionsh
|
||||
|
||||
{ align=right }
|
||||
|
||||
**Nextcloud** is a suite of free and open-source client-server software for creating your own file hosting services on a private server you control.
|
||||
**Nextcloud** 是一套自由和開放原始碼的用戶端及伺服器軟體,可在您控制的私人伺服器上建立自己的檔案託管服務。
|
||||
|
||||
[:octicons-home-16: Homepage](https://nextcloud.com){ .md-button .md-button--primary }
|
||||
[:octicons-eye-16:](https://nextcloud.com/privacy){ .card-link title="Privacy Policy" }
|
||||
[:octicons-info-16:](https://nextcloud.com/support){ .card-link title=Documentation}
|
||||
[:octicons-code-16:](https://github.com/nextcloud){ .card-link title="Source Code" }
|
||||
[:octicons-heart-16:](https://nextcloud.com/contribute){ .card-link title=Contribute }
|
||||
[:octicons-home-16: 首頁](https://nextcloud.com){ .md-button .md-button--primary }
|
||||
[:octicons-eye-16:](https://nextcloud.com/privacy){ .card-link title="隱私權政策" }
|
||||
[:octicons-info-16:](https://nextcloud.com/support){ .card-link title=說明文件}
|
||||
[:octicons-code-16:](https://github.com/nextcloud){ .card-link title="原始碼" }
|
||||
[:octicons-heart-16:](https://nextcloud.com/contribute){ .card-link title=捐款 }
|
||||
|
||||
<details class="downloads" markdown>
|
||||
<summary>Downloads</summary>
|
||||
<summary>下載</summary>
|
||||
|
||||
- [:simple-googleplay: Google Play](https://play.google.com/store/apps/details?id=com.nextcloud.client)
|
||||
- [:simple-appstore: App Store](https://apps.apple.com/app/id1125420102)
|
||||
@ -135,13 +135,13 @@ OnionShare provides the option to connect via [Tor bridges](https://docs.onionsh
|
||||
|
||||
**Syncthing** 是一個開源的點對點連續檔案件同步實用程式。 它可用在本地網路或網際網路的多個設備之間同步檔案。 Syncthing 不使用集中式伺服器;它使用 [Block Exchange Protocol](https://docs.syncthing.net/specs/bep-v1.html#bep-v1) 在裝置之間傳輸資料。 所有資料都使用 TLS 加密。
|
||||
|
||||
[:octicons-home-16: Homepage](https://syncthing.net){ .md-button .md-button--primary }
|
||||
[:octicons-info-16:](https://docs.syncthing.net){ .card-link title=Documentation}
|
||||
[:octicons-code-16:](https://github.com/syncthing){ .card-link title="Source Code" }
|
||||
[:octicons-heart-16:](https://syncthing.net/donations){ .card-link title=Contribute }
|
||||
[:octicons-home-16: 首頁](https://syncthing.net){ .md-button .md-button--primary }
|
||||
[:octicons-info-16:](https://docs.syncthing.net){ .card-link title=說明文件}
|
||||
[:octicons-code-16:](https://github.com/syncthing){ .card-link title="原始碼" }
|
||||
[:octicons-heart-16:](https://syncthing.net/donations){ .card-link title=捐款 }
|
||||
|
||||
<details class="downloads" markdown>
|
||||
<summary>Downloads</summary>
|
||||
<summary>下載</summary>
|
||||
|
||||
- [:simple-googleplay: Google Play](https://play.google.com/store/apps/details?id=com.nutomic.syncthingandroid)
|
||||
- [:fontawesome-brands-windows: Windows](https://syncthing.net/downloads)
|
||||
@ -161,14 +161,14 @@ OnionShare provides the option to connect via [Tor bridges](https://docs.onionsh
|
||||
|
||||
- 必須不需要第三方遠端/雲端伺服器。
|
||||
- 必須是開源軟體。
|
||||
- 必須有 Linux、macOS 和 Windows 用戶端;或 Web 網頁界面。
|
||||
- 必須有 Linux、macOS 和 Windows 用戶端;或有 網頁版 界面。
|
||||
|
||||
#### 最好的情况
|
||||
#### 最佳實踐
|
||||
|
||||
最佳案例標準代表了我們希望從這個類別的完美項目應具備的功能。 推薦產品可能沒有此功能,但若有這些功能則會讓排名更為提高。
|
||||
最佳實踐標準代表了我們希望這個類別的完美項目應具備的功能。 推薦產品可能沒有此功能,但若有這些功能則會讓排名更為提高。
|
||||
|
||||
- Should have mobile clients for iOS and Android which at least support document previews.
|
||||
- Should support photo backups from iOS and Android, and optionally support file/folder sync on Android.
|
||||
- 應該有 iOS 和 Android 的行動平台客戶端,至少支援文件預覽。
|
||||
- 應支援 iOS 和 Android 的相片備份,並可選擇支援 Android 上的檔案/資料夾同步。
|
||||
|
||||
[^1]: Proton Drive allows you to [share files or folders](https://proton.me/support/drive-shareable-link) by generating a shareable public link or sending a unique link to a designated email address. Public links can be protected with a password, set to expire, and completely revoked, while links shared via email can have custom permissions and be similarly revoked. Per Proton Drive's [privacy policy](https://proton.me/drive/privacy-policy), file contents, file and folder names, and thumbnail previews are end-to-end encrypted.
|
||||
[^2]: With a [premium](https://bitwarden.com/help/about-bitwarden-plans/#compare-personal-plans) subscription, [Bitwarden Send](https://bitwarden.com/products/send) allows you to share files and text securely with [end-to-end encryption](https://bitwarden.com/help/send-encryption). A [password](https://bitwarden.com/help/send-privacy/#send-passwords) can be required along with the Send link. Bitwarden Send also features [automatic deletion](https://bitwarden.com/help/send-lifespan).
|
||||
[^1]: Proton Drive 可讓您透過生成可分享的公開連結或傳送獨特的連結至指定的電子郵件地址來 [分享檔案或資料夾](https://proton.me/support/drive-shareable-link) 。 公開連結可以使用密碼保護、設定過期時間,需要時也可完全撤銷,而透過電子郵件分享的連結則可以自訂權限,也可以完全撤銷。 根據 Proton Drive 的 [隱私權政策](https://proton.me/drive/privacy-policy) ,檔案內容、檔案和資料夾名稱以及縮圖預覽均經過端對端加密。
|
||||
[^2]: 如有 [premium](https://bitwarden.com/help/about-bitwarden-plans/#compare-personal-plans) 訂閱,[Bitwarden Send](https://bitwarden.com/products/send) 可讓您以 [端到端加密](https://bitwarden.com/help/send-encryption) 的方式安全地分享檔案和文字。 可以要求收件人在收到並開啟連結後需輸入 [密碼](https://bitwarden.com/help/send-privacy/#send-passwords) 才能存取 Bitwarden Send 還具有 [自動刪除](https://bitwarden.com/help/send-lifespan) 功能。
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: 金融服務
|
||||
icon: material/bank
|
||||
cover: financial-services.webp
|
||||
description: These services can assist you in protecting your privacy from merchants and other trackers, which is one of the biggest challenges to privacy today.
|
||||
description: 這些服務可協助您保護您的隱私不受商家和其他追蹤者的侵害,而這正是當今隱私權所面臨的最大挑戰之一。
|
||||
---
|
||||
|
||||
在線支付是隱私面臨的最大挑戰之一。 這些服務可以幫助您保護隱私,免受商家和其他追蹤者的影響,前提是您對如何有效地進行私人付款有深入的了解。 我們強烈建議您在網路購買前先閱讀本站私密付款之介紹:
|
||||
@ -16,7 +16,7 @@ description: These services can assist you in protecting your privacy from merch
|
||||
<div class="admonition tip" markdown>
|
||||
<p class="admonition-title">檢查您目前的銀行</p>
|
||||
|
||||
許多銀行和信用卡提供商提供本機虛擬卡功能。 如果您使用已提供的選項,則在大多數情況下使用時請依循以下建議。 That way, you are not trusting multiple parties with your personal information.
|
||||
許多銀行和信用卡提供商提供本機虛擬卡功能。 如果您使用已提供的選項,則在大多數情況下使用時請依循以下建議。 這樣,您就不會將您的個人資訊交給多方人士。
|
||||
|
||||
</div>
|
||||
|
||||
@ -25,32 +25,32 @@ description: These services can assist you in protecting your privacy from merch
|
||||
<div class="admonition recommendation" markdown>
|
||||
|
||||
{ align=right }
|
||||
{ align=right }
|
||||
{ align=right }
|
||||
|
||||
**Privacy.com** 的免費方案每月最多創建12 張虛擬卡,設定卡片的支付上限與立即關閉卡片。 Their paid plans provide higher limits on the number of cards that can be created each month and the option to hide transaction information from your bank.
|
||||
**Privacy.com** 的免費方案允許您每月最多創建 12 張虛擬卡,並可設定卡片的支付上限與立即關閉卡片。 他們的付費計劃提供更高的每月可建立卡片數量,以及向銀行隱藏交易資訊的選項。
|
||||
|
||||
[:octicons-home-16: Homepage](https://privacy.com){ .md-button .md-button--primary }
|
||||
[:octicons-eye-16:](https://privacy.com/privacy-policy){ .card-link title="Privacy Policy" }
|
||||
[:octicons-info-16:](https://support.privacy.com){ .card-link title=Documentation}
|
||||
[:octicons-home-16: 首頁](https://privacy.com){ .md-button .md-button--primary }
|
||||
[:octicons-eye-16:](https://privacy.com/privacy-policy){ .card-link title="隱私權政策" }
|
||||
[:octicons-info-16:](https://support.privacy.com){ .card-link title=說明文件}
|
||||
|
||||
</details>
|
||||
|
||||
</div>
|
||||
|
||||
Privacy.com 預設情況下將您購買的商家資訊提供給您的銀行。 Their paid "discreet merchants" feature hides merchant information from your bank, so your bank only sees that a purchase was made with Privacy.com, but not where that money was spent. However, that is not foolproof, and of course, Privacy.com still has knowledge about the merchants you are spending money with.
|
||||
Privacy.com 預設情況下將與您交易的商家資訊提供給您的銀行。 他們的付費「discreet merchants」功能會向您的銀行隱藏商家資訊,因此您的銀行只會看到您透過 Privacy.com 購物,但不會看到錢花在哪裡。 然而,這並非萬無一失,而且──Privacy.com 仍可瞭解正在與您交易的商家。
|
||||
|
||||
### MySudo (美國,付費)
|
||||
|
||||
<div class="admonition recommendation" markdown>
|
||||
|
||||
{ align=right }
|
||||
{ align=right }
|
||||
{ align=right }
|
||||
|
||||
**MySudo** 根據您購買的方案最多提供 9張虛擬卡。 付費方案還包括一些有助於私密購物的功能,例如虛擬電話號碼和電子郵件地址,但我們通常建議使用專業 [電子郵件別名提供商](email-aliasing.md)進行廣泛的別名使用保護。
|
||||
**MySudo** 根據您購買的方案最多提供 9 張虛擬卡。 付費方案還包括一些有助於私密購物的功能,例如虛擬電話號碼和電子郵件地址,但我們通常建議使用專業 [電子郵件別名提供商](email-aliasing.md)進行廣泛的別名使用保護。
|
||||
|
||||
[:octicons-home-16: Homepage](https://mysudo.com){ .md-button .md-button--primary }
|
||||
[:octicons-eye-16:](https://anonyome.com/privacy-policy){ .card-link title="Privacy Policy" }
|
||||
[:octicons-info-16:](https://support.mysudo.com){ .card-link title=Documentation}
|
||||
[:octicons-home-16: 首頁](https://mysudo.com){ .md-button .md-button--primary }
|
||||
[:octicons-eye-16:](https://anonyome.com/privacy-policy){ .card-link title="隱私權政策" }
|
||||
[:octicons-info-16:](https://support.mysudo.com){ .card-link title=說明文件}
|
||||
|
||||
</details>
|
||||
|
||||
|
Reference in New Issue
Block a user