mirror of
https://github.com/privacyguides/i18n.git
synced 2026-03-15 03:10:41 +00:00
New Crowdin translations by GitHub Action
This commit is contained in:
@@ -3,7 +3,7 @@ title: Job Openings
|
|||||||
description: Privacy Guides has a small, remote team of privacy researchers and advocates. Any open positions we may have in the future will be posted here.
|
description: Privacy Guides has a small, remote team of privacy researchers and advocates. Any open positions we may have in the future will be posted here.
|
||||||
---
|
---
|
||||||
|
|
||||||
Privacy Guides has a small, remote team of privacy researchers and advocates working to further our mission of protecting free expression and promoting privacy-respecting technology. As a non-profit, we are expanding very slowly to ensure the project is sustainable in the long term. All of our team members are listed [here](https://discuss.privacyguides.net/u?group=team\&order=solutions\&period=all). Please consider [donating](https://donate.magicgrants.org/privacyguides) to support our cause.
|
Privacy Guides has a small, remote team of privacy researchers and advocates working to further our mission of protecting free expression and promoting privacy-respecting technology. As a non-profit, we are expanding very slowly to ensure the project is sustainable in the long term. All of our team members are listed [here](https://discuss.privacyguides.net/u?group=team&order=solutions&period=all). Please consider [donating](https://donate.magicgrants.org/privacyguides) to support our cause.
|
||||||
|
|
||||||
We are occasionally looking for strong journalistic writers, product reviewers, and privacy experts to help us out, and any open positions will be posted below.
|
We are occasionally looking for strong journalistic writers, product reviewers, and privacy experts to help us out, and any open positions will be posted below.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
meta_title: "Recommended AI Chat: Private ChatGPT Alternatives - Privacy Guides"
|
meta_title: "Recommended AI Chat: Private ChatGPT Alternatives - Privacy Guides"
|
||||||
title: AI Chat
|
title: "AI Chat"
|
||||||
icon: material/assistant
|
icon: material/assistant
|
||||||
description: Unlike OpenAI's ChatGPT and its Big Tech competitors, these AI tools run locally so your data never leaves your desktop device.
|
description: Unlike OpenAI's ChatGPT and its Big Tech competitors, these AI tools run locally so your data never leaves your desktop device.
|
||||||
cover: ai-chatbots.webp
|
cover: ai-chatbots.webp
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Alternative Networks
|
title: "Alternative Networks"
|
||||||
icon: material/vector-polygon
|
icon: material/vector-polygon
|
||||||
description: These tools allow you to access networks other than the World Wide Web.
|
description: These tools allow you to access networks other than the World Wide Web.
|
||||||
cover: alternative-networks.webp
|
cover: alternative-networks.webp
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
title: General Apps
|
title: "General Apps"
|
||||||
description: The apps listed here are Android-exclusive and specifically enhance or replace key system functionality.
|
description: The apps listed here are Android-exclusive and specifically enhance or replace key system functionality.
|
||||||
schema:
|
schema:
|
||||||
- "@context": http://schema.org
|
- "@context": http://schema.org
|
||||||
"@type": WebPage
|
"@type": WebPage
|
||||||
name: General Android Apps
|
name: General Android Apps
|
||||||
url: ./
|
url: "./"
|
||||||
- "@context": http://schema.org
|
- "@context": http://schema.org
|
||||||
"@type": MobileApplication
|
"@type": MobileApplication
|
||||||
name: Shelter
|
name: Shelter
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
title: Android
|
title: "Android"
|
||||||
description: Our advice for replacing privacy-invasive default Android features with private and secure alternatives.
|
description: Our advice for replacing privacy-invasive default Android features with private and secure alternatives.
|
||||||
icon: simple/android
|
icon: 'simple/android'
|
||||||
cover: android.webp
|
cover: android.webp
|
||||||
schema:
|
schema:
|
||||||
- "@context": http://schema.org
|
- "@context": http://schema.org
|
||||||
"@type": WebPage
|
"@type": WebPage
|
||||||
name: Android Recommendations
|
name: Android Recommendations
|
||||||
url: ./
|
url: "./"
|
||||||
- "@context": http://schema.org
|
- "@context": http://schema.org
|
||||||
"@type": CreativeWork
|
"@type": CreativeWork
|
||||||
name: Android
|
name: Android
|
||||||
@@ -38,7 +38,7 @@ There are also many private alternatives to the apps that come pre-installed on
|
|||||||
|
|
||||||
When you buy an Android phone, the default operating system comes bundled with apps and functionality that are not part of the Android Open Source Project. Many of these apps—even apps like the dialer which provide basic system functionality—require invasive integrations with Google Play Services, which in turn asks for privileges to access your files, contacts storage, call logs, SMS messages, location, camera, microphone, and numerous other things on your device in order for those basic system apps and many other apps to function in the first place. Frameworks like Google Play Services increase the attack surface of your device and are the source of various privacy concerns with Android.
|
When you buy an Android phone, the default operating system comes bundled with apps and functionality that are not part of the Android Open Source Project. Many of these apps—even apps like the dialer which provide basic system functionality—require invasive integrations with Google Play Services, which in turn asks for privileges to access your files, contacts storage, call logs, SMS messages, location, camera, microphone, and numerous other things on your device in order for those basic system apps and many other apps to function in the first place. Frameworks like Google Play Services increase the attack surface of your device and are the source of various privacy concerns with Android.
|
||||||
|
|
||||||
This problem could be solved by using an alternative Android distribution, commonly known as a _custom ROM_, that does not come with such invasive integration. Unfortunately, many custom Android distributions often violate the Android security model by not supporting critical security features such as AVB, rollback protection, firmware updates, and so on. Some distributions also ship [`userdebug`](https://source.android.com/setup/build/building#choose-a-target) builds which expose root via [ADB](https://developer.android.com/studio/command-line/adb) and require more permissive SELinux policies to accommodate debugging features, resulting in a further increased attack surface and weakened security model.
|
This problem could be solved by using an alternative Android distribution, commonly known as a _custom ROM_, that does not come with such invasive integration. Unfortunately, many custom Android distributions often violate the Android security model by not supporting critical security features such as AVB, rollback protection, firmware updates, and so on. Some distributions also ship [`userdebug`](https://source.android.com/setup/build/building#choose-a-target) builds which expose root via [ADB](https://developer.android.com/studio/command-line/adb) and require [more permissive](https://github.com/LineageOS/android_system_sepolicy/search?q=userdebug&type=code) SELinux policies to accommodate debugging features, resulting in a further increased attack surface and weakened security model.
|
||||||
|
|
||||||
Ideally, when choosing a custom Android distribution, you should make sure that it upholds the Android security model. At the very least, the distribution should have production builds, support for AVB, rollback protection, timely firmware and operating system updates, and SELinux in [enforcing mode](https://source.android.com/security/selinux/concepts#enforcement_levels). All of our recommended Android distributions satisfy these criteria:
|
Ideally, when choosing a custom Android distribution, you should make sure that it upholds the Android security model. At the very least, the distribution should have production builds, support for AVB, rollback protection, timely firmware and operating system updates, and SELinux in [enforcing mode](https://source.android.com/security/selinux/concepts#enforcement_levels). All of our recommended Android distributions satisfy these criteria:
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Obtaining Applications
|
title: "Obtaining Applications"
|
||||||
description: We recommend these methods for obtaining applications on Android without interacting with Google Play Services.
|
description: We recommend these methods for obtaining applications on Android without interacting with Google Play Services.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Device Integrity
|
title: "Device Integrity"
|
||||||
icon: material/security
|
icon: material/security
|
||||||
description: These tools can be used to check your devices for compromise.
|
description: These tools can be used to check your devices for compromise.
|
||||||
cover: device-integrity.webp
|
cover: device-integrity.webp
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Email Aliasing
|
title: "Email Aliasing"
|
||||||
icon: material/email-lock
|
icon: material/email-lock
|
||||||
description: An email aliasing service allows you to easily generate a new email address for every website you register for.
|
description: An email aliasing service allows you to easily generate a new email address for every website you register for.
|
||||||
cover: email-aliasing.webp
|
cover: email-aliasing.webp
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Office Suites
|
title: "Office Suites"
|
||||||
icon: material/file-edit-outline
|
icon: material/file-edit-outline
|
||||||
description: These office suites offer their full functionality without an account and can be used offline.
|
description: These office suites offer their full functionality without an account and can be used offline.
|
||||||
cover: office-suites.webp
|
cover: office-suites.webp
|
||||||
@@ -48,7 +48,7 @@ Choose an **office suite** that does not require logging in to an account to acc
|
|||||||
**OnlyOffice** is a cloud-based free and open-source office suite with extensive functionality, including integration with Nextcloud.
|
**OnlyOffice** is a cloud-based free and open-source office suite with extensive functionality, including integration with Nextcloud.
|
||||||
|
|
||||||
[:octicons-home-16: Homepage](https://onlyoffice.com){ .md-button .md-button--primary }
|
[:octicons-home-16: Homepage](https://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="Privacy Policy" }
|
[:octicons-eye-16:](https://help.onlyoffice.com/products/files/doceditor.aspx?fileid=5048502&doc=SXhWMEVzSEYxNlVVaXJJeUVtS0kyYk14YWdXTEFUQmRWL250NllHNUFGbz0_IjUwNDg1MDIi0){ .card-link title="Privacy Policy" }
|
||||||
[:octicons-info-16:](https://helpcenter.onlyoffice.com/userguides.aspx){ .card-link title=Documentation}
|
[:octicons-info-16:](https://helpcenter.onlyoffice.com/userguides.aspx){ .card-link title=Documentation}
|
||||||
[:octicons-code-16:](https://github.com/ONLYOFFICE){ .card-link title="Source Code" }
|
[:octicons-code-16:](https://github.com/ONLYOFFICE){ .card-link title="Source Code" }
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Pastebins
|
title: "Pastebins"
|
||||||
icon: material/content-paste
|
icon: material/content-paste
|
||||||
description: These tools allow you to have full control of any pasted data you share to other parties.
|
description: These tools allow you to have full control of any pasted data you share to other parties.
|
||||||
cover: pastebins.webp
|
cover: pastebins.webp
|
||||||
|
|||||||
Reference in New Issue
Block a user