tor-commits
Threads by month
- ----- 2025 -----
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
June 2021
- 17 participants
- 1287 discussions
commit 48ee68656a66940d321d412b8d7e6c21b8fa6b1a
Merge: 810aa7095a 2758ae30b3
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Wed Jun 30 12:02:17 2021 -0400
Merge branch 'maint-0.4.6'
"ours" to avoid version bump.
1
0
commit 2758ae30b32cc75843cf216a310447eac4bdf7ac
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Wed Jun 30 12:01:21 2021 -0400
Bump to 0.4.6.6-dev
---
configure.ac | 4 ++--
contrib/win32build/tor-mingw.nsi.in | 2 +-
src/win32/orconfig.h | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index 7dcbdde65d..0e8922da40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2019, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_PREREQ([2.63])
-AC_INIT([tor],[0.4.6.6])
+AC_INIT([tor],[0.4.6.6-dev])
AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
AC_CONFIG_MACRO_DIR([m4])
@@ -18,7 +18,7 @@ AC_DEFINE_UNQUOTED([CONFIG_FLAGS], ["$configure_flags"], [Flags passed to config
# version number changes. Tor uses it to make sure that it
# only shuts down for missing "required protocols" when those protocols
# are listed as required by a consensus after this date.
-AC_DEFINE(APPROX_RELEASE_DATE, ["2021-06-30"], # for 0.4.6.6
+AC_DEFINE(APPROX_RELEASE_DATE, ["2021-06-30"], # for 0.4.6.6-dev
[Approximate date when this software was released. (Updated when the version changes.)])
# "foreign" means we don't follow GNU package layout standards
diff --git a/contrib/win32build/tor-mingw.nsi.in b/contrib/win32build/tor-mingw.nsi.in
index 9728648d28..71456db258 100644
--- a/contrib/win32build/tor-mingw.nsi.in
+++ b/contrib/win32build/tor-mingw.nsi.in
@@ -8,7 +8,7 @@
!include "LogicLib.nsh"
!include "FileFunc.nsh"
!insertmacro GetParameters
-!define VERSION "0.4.6.6"
+!define VERSION "0.4.6.6-dev"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index f18b7a5fd8..c745d16568 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -217,7 +217,7 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.4.6.6"
+#define VERSION "0.4.6.6-dev"
#define HAVE_STRUCT_SOCKADDR_IN6
#define HAVE_STRUCT_IN6_ADDR
1
0
commit 2758ae30b32cc75843cf216a310447eac4bdf7ac
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Wed Jun 30 12:01:21 2021 -0400
Bump to 0.4.6.6-dev
---
configure.ac | 4 ++--
contrib/win32build/tor-mingw.nsi.in | 2 +-
src/win32/orconfig.h | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index 7dcbdde65d..0e8922da40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2019, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_PREREQ([2.63])
-AC_INIT([tor],[0.4.6.6])
+AC_INIT([tor],[0.4.6.6-dev])
AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
AC_CONFIG_MACRO_DIR([m4])
@@ -18,7 +18,7 @@ AC_DEFINE_UNQUOTED([CONFIG_FLAGS], ["$configure_flags"], [Flags passed to config
# version number changes. Tor uses it to make sure that it
# only shuts down for missing "required protocols" when those protocols
# are listed as required by a consensus after this date.
-AC_DEFINE(APPROX_RELEASE_DATE, ["2021-06-30"], # for 0.4.6.6
+AC_DEFINE(APPROX_RELEASE_DATE, ["2021-06-30"], # for 0.4.6.6-dev
[Approximate date when this software was released. (Updated when the version changes.)])
# "foreign" means we don't follow GNU package layout standards
diff --git a/contrib/win32build/tor-mingw.nsi.in b/contrib/win32build/tor-mingw.nsi.in
index 9728648d28..71456db258 100644
--- a/contrib/win32build/tor-mingw.nsi.in
+++ b/contrib/win32build/tor-mingw.nsi.in
@@ -8,7 +8,7 @@
!include "LogicLib.nsh"
!include "FileFunc.nsh"
!insertmacro GetParameters
-!define VERSION "0.4.6.6"
+!define VERSION "0.4.6.6-dev"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index f18b7a5fd8..c745d16568 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -217,7 +217,7 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.4.6.6"
+#define VERSION "0.4.6.6-dev"
#define HAVE_STRUCT_SOCKADDR_IN6
#define HAVE_STRUCT_IN6_ADDR
1
0
commit 2758ae30b32cc75843cf216a310447eac4bdf7ac
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Wed Jun 30 12:01:21 2021 -0400
Bump to 0.4.6.6-dev
---
configure.ac | 4 ++--
contrib/win32build/tor-mingw.nsi.in | 2 +-
src/win32/orconfig.h | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index 7dcbdde65d..0e8922da40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2019, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_PREREQ([2.63])
-AC_INIT([tor],[0.4.6.6])
+AC_INIT([tor],[0.4.6.6-dev])
AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
AC_CONFIG_MACRO_DIR([m4])
@@ -18,7 +18,7 @@ AC_DEFINE_UNQUOTED([CONFIG_FLAGS], ["$configure_flags"], [Flags passed to config
# version number changes. Tor uses it to make sure that it
# only shuts down for missing "required protocols" when those protocols
# are listed as required by a consensus after this date.
-AC_DEFINE(APPROX_RELEASE_DATE, ["2021-06-30"], # for 0.4.6.6
+AC_DEFINE(APPROX_RELEASE_DATE, ["2021-06-30"], # for 0.4.6.6-dev
[Approximate date when this software was released. (Updated when the version changes.)])
# "foreign" means we don't follow GNU package layout standards
diff --git a/contrib/win32build/tor-mingw.nsi.in b/contrib/win32build/tor-mingw.nsi.in
index 9728648d28..71456db258 100644
--- a/contrib/win32build/tor-mingw.nsi.in
+++ b/contrib/win32build/tor-mingw.nsi.in
@@ -8,7 +8,7 @@
!include "LogicLib.nsh"
!include "FileFunc.nsh"
!insertmacro GetParameters
-!define VERSION "0.4.6.6"
+!define VERSION "0.4.6.6-dev"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index f18b7a5fd8..c745d16568 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -217,7 +217,7 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.4.6.6"
+#define VERSION "0.4.6.6-dev"
#define HAVE_STRUCT_SOCKADDR_IN6
#define HAVE_STRUCT_IN6_ADDR
1
0

[tor/release-0.4.6] Merge branch 'maint-0.4.6' into release-0.4.6
by nickm@torproject.org 30 Jun '21
by nickm@torproject.org 30 Jun '21
30 Jun '21
commit 1cc6cccdff39599da592d14c97806305b6d5588a
Merge: 60d1fb3d37 2758ae30b3
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Wed Jun 30 12:02:34 2021 -0400
Merge branch 'maint-0.4.6' into release-0.4.6
configure.ac | 4 ++--
contrib/win32build/tor-mingw.nsi.in | 2 +-
src/win32/orconfig.h | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
1
0
commit 46d3ea5f02b639e5c0bef645fab2c0b5d711e9ee
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Wed Jun 30 11:51:07 2021 -0400
0.4.6.6 is out.
---
databags/versions.ini | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/databags/versions.ini b/databags/versions.ini
index 485c30e6..0312a015 100644
--- a/databags/versions.ini
+++ b/databags/versions.ini
@@ -21,7 +21,7 @@ version = 10.5a17
version = 10.5a17
[tor-stable]
-version = 0.4.6.5
+version = 0.4.6.6
[tor-alpha]
version = 0.4.6.4-rc
1
0
commit 60d1fb3d37274e29e9e88620d77e1636ef922561
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Wed Jun 30 10:09:24 2021 -0400
Tweak 0466 changelog
---
ChangeLog | 4 ++--
ReleaseNotes | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index dbc684eaae..cbe8f2c8cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,8 +6,8 @@ Changes in version 0.4.6.6 - 2021-06-30
o Minor bugfixes (compilation):
- Fix a compilation error when trying to build Tor with a compiler
- that does not support expanding statitically initialized const
- values in macro's. Fixes bug 40410; bugfix on 0.4.6.5.
+ that does not support const variables in static initializers.
+ Fixes bug 40410; bugfix on 0.4.6.5.
- Suppress a strict-prototype warning when building with some
versions of NSS. Fixes bug 40409; bugfix on 0.3.5.1-alpha.
diff --git a/ReleaseNotes b/ReleaseNotes
index b74a72ed97..4d7b685da1 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -10,8 +10,8 @@ Changes in version 0.4.6.6 - 2021-06-30
o Minor bugfixes (compilation):
- Fix a compilation error when trying to build Tor with a compiler
- that does not support expanding statitically initialized const
- values in macro's. Fixes bug 40410; bugfix on 0.4.6.5.
+ that does not support const variables in static initializers.
+ Fixes bug 40410; bugfix on 0.4.6.5.
- Suppress a strict-prototype warning when building with some
versions of NSS. Fixes bug 40409; bugfix on 0.3.5.1-alpha.
1
0
commit 810aa7095a8bb5417c4fba0c913ae7d9c0c10fe8
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Wed Jun 30 10:09:28 2021 -0400
Tweak 0466 changelog
---
ChangeLog | 19 +++++++++++++++++++
ReleaseNotes | 19 +++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 68319eecf4..0c912de160 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+Changes in version 0.4.6.6 - 2021-06-30
+ Tor 0.4.6.6 makes several small fixes on 0.4.6.5, including one that
+ allows Tor to build correctly on older versions of GCC. You should
+ upgrade to this version if you were having trouble building Tor
+ 0.4.6.5; otherwise, there is probably no need.
+
+ o Minor bugfixes (compilation):
+ - Fix a compilation error when trying to build Tor with a compiler
+ that does not support const variables in static initializers.
+ Fixes bug 40410; bugfix on 0.4.6.5.
+ - Suppress a strict-prototype warning when building with some
+ versions of NSS. Fixes bug 40409; bugfix on 0.3.5.1-alpha.
+
+ o Minor bugfixes (testing):
+ - Enable the deterministic RNG for unit tests that covers the
+ address set bloomfilter-based API's. Fixes bug 40419; bugfix
+ on 0.3.3.2-alpha.
+
+
Changes in version 0.4.5.9 - 2021-06-14
Tor 0.4.5.9 fixes several security issues, including a
denial-of-service attack against onion service clients, and another
diff --git a/ReleaseNotes b/ReleaseNotes
index cc275a7452..e4c42feefb 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -2,6 +2,25 @@ This document summarizes new features and bugfixes in each stable
release of Tor. If you want to see more detailed descriptions of the
changes in each development snapshot, see the ChangeLog file.
+Changes in version 0.4.6.6 - 2021-06-30
+ Tor 0.4.6.6 makes several small fixes on 0.4.6.5, including one that
+ allows Tor to build correctly on older versions of GCC. You should
+ upgrade to this version if you were having trouble building Tor
+ 0.4.6.5; otherwise, there is probably no need.
+
+ o Minor bugfixes (compilation):
+ - Fix a compilation error when trying to build Tor with a compiler
+ that does not support const variables in static initializers.
+ Fixes bug 40410; bugfix on 0.4.6.5.
+ - Suppress a strict-prototype warning when building with some
+ versions of NSS. Fixes bug 40409; bugfix on 0.3.5.1-alpha.
+
+ o Minor bugfixes (testing):
+ - Enable the deterministic RNG for unit tests that covers the
+ address set bloomfilter-based API's. Fixes bug 40419; bugfix
+ on 0.3.3.2-alpha.
+
+
Changes in version 0.4.5.9 - 2021-06-14
Tor 0.4.5.9 fixes several security issues, including a
denial-of-service attack against onion service clients, and another
1
0

[translation/support-portal_completed] https://gitweb.torproject.org/translation.git/commit/?h=support-portal_completed
by translation@torproject.org 30 Jun '21
by translation@torproject.org 30 Jun '21
30 Jun '21
commit c0f420ed7c8d36eae7f23e0ae92ce86fca038020
Author: Translation commit bot <translation(a)torproject.org>
Date: Wed Jun 30 13:18:37 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=support-portal_comp…
---
contents+tr.po | 330 +++++++++++++++++++++++++++++++++++++----------------
contents.pot | 353 ++++++++++++++++++++++++++++++++++++++++++---------------
2 files changed, 493 insertions(+), 190 deletions(-)
diff --git a/contents+tr.po b/contents+tr.po
index 29a200735a..2886164926 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -4,17 +4,17 @@
# Gus, 2020
# 0d1bdb3b9a0d4e8f77bc854af8bf3dfc_e6913f4, 2020
# erinm, 2020
-# Emma Peel, 2021
# T. E. Kalayci <tekrei(a)tutanota.com>, 2021
# Kaya Zeren <kayazeren(a)gmail.com>, 2021
+# Emma Peel, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: Kaya Zeren <kayazeren(a)gmail.com>, 2021\n"
+"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Turkish (https://www.transifex.com/otf/teams/1519/tr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -562,6 +562,25 @@ msgstr ""
"Bir arka plan işlemi, doğrudan kullanıcının denetimi altında olmak yerine "
"sistem tarafından arka planda çalıştırılan bilgisayar programlarıdır."
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -650,6 +669,33 @@ msgstr ""
"olup olmadığı sorusunu yanıtlar. Bu hizmet hukuki zorunluluklar ile "
"uğraşırken sıklıkla işe yarar."
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1780,6 +1826,74 @@ msgstr ""
"hizmeti [devre](../circuit) üzerinde tipik olan altı durak yerine yalnız üç "
"durak kullanır."
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1856,6 +1970,28 @@ msgstr "Kişisel gizliliğinizi ve anonimliğinizi korumayı amaçlar."
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr "[Tails hakkında ayrıntılı bilgiler](https://tails.boum.org/)."
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -6316,6 +6452,100 @@ msgstr ""
"torrc dosyasında `#` karakteri ile başlayan tüm satırların açıklama olarak "
"değerlendirileceğini ve Tor yapılandırmasını etkilemeyeceğini unutmayın."
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr ""
+"Ziyaret etmek istediğim bir site Tor üzerinden erişilmesini engelliyor. "
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+"Bazen web siteleri Tor kullanıcıları ile otomatik trafik arasındaki farkı "
+"bilemediğinden Tor kullanıcılarını engelliyor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+"Web sitelerinin engellediği Tor kullanıcıları için en iyi sonuç "
+"kullanıcıların doğrudan site yöneticileri ile görüşmesi yoluyla alınıyor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "İlgili siteye şöyle bir ileti göndermeniz işe yarayabilir:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+"\"Merhaba! xyz.com sitenize Tor Browser kullanarak bağlanmaya çalışıyorum "
+"ancak sitenizin Tor kullanıcılarına izin vermediğini gördüm."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+"Bu durumu gözden geçirmenizi bildirmek istedim. Dünya üzerinde kişisel "
+"gizliliğini korumak ve sansürü aşmak isteyen pek çok kişi Tor Browser "
+"kullanıyor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+"Tor kullanıcılarını engellediğinizde, baskıcı ülkelerde bulunan ve İnterneti"
+" özgürce kullanmak isteyen gazeteciler, yolsuzlukları ortaya çıkaranlar, "
+"aktivistler ve sıradan insanlar gibi izlenmeyi ve kimliklerinin ortaya "
+"çıkmasını istemeyen kişileri engellemiş oluyorsunuz."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+"Lütfen sayısal dünyada kişisel gizliliğin ve İnternet özgürlüğünün "
+"korunmasını önemsediğinizi göstermek için Tor kullanıcılarının xyz.com "
+"sitesine erişmesine izin verin. Teşekkürler.\""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"Bankalar gibi hassas web sitelerinde genellikle coğrafi konuma göre "
+"engelleme yapılır (bir banka kendi hizmetlerine belirli bir ülkeden "
+"erişilmesini istiyorsa, siz dünyanın başka bir yerindeki bir aktarıcı "
+"üzerinden geldiğinizde hesabınız engellenebilir)."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+"Bir onion hizmeti ile bağlantı kuramıyorsanız [X.onion üzerine "
+"ulaşamıyorum](../../onionservices/onionservices-3) bölümüne bakabilirsiniz."
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -7153,100 +7383,6 @@ msgstr ""
"manual.torproject.org/tr/) bulunan [sansür](https://tb-"
"manual.torproject.org/tr/circumvention/) bölümüne bakabilirsiniz."
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr ""
-"Ziyaret etmek istediğim bir site Tor üzerinden erişilmesini engelliyor. "
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-"Bazen web siteleri Tor kullanıcıları ile otomatik trafik arasındaki farkı "
-"bilemediğinden Tor kullanıcılarını engelliyor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-"Web sitelerinin engellediği Tor kullanıcıları için en iyi sonuç "
-"kullanıcıların doğrudan site yöneticileri ile görüşmesi yoluyla alınıyor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "İlgili siteye şöyle bir ileti göndermeniz işe yarayabilir:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-"\"Merhaba! xyz.com sitenize Tor Browser kullanarak bağlanmaya çalışıyorum "
-"ancak sitenizin Tor kullanıcılarına izin vermediğini gördüm."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-"Bu durumu gözden geçirmenizi bildirmek istedim. Dünya üzerinde kişisel "
-"gizliliğini korumak ve sansürü aşmak isteyen pek çok kişi Tor Browser "
-"kullanıyor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-"Tor kullanıcılarını engellediğinizde, baskıcı ülkelerde bulunan ve İnterneti"
-" özgürce kullanmak isteyen gazeteciler, yolsuzlukları ortaya çıkaranlar, "
-"aktivistler ve sıradan insanlar gibi izlenmeyi ve kimliklerinin ortaya "
-"çıkmasını istemeyen kişileri engellemiş oluyorsunuz."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-"Lütfen sayısal dünyada kişisel gizliliğin ve İnternet özgürlüğünün "
-"korunmasını önemsediğinizi göstermek için Tor kullanıcılarının xyz.com "
-"sitesine erişmesine izin verin. Teşekkürler.\""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"Bankalar gibi hassas web sitelerinde genellikle coğrafi konuma göre "
-"engelleme yapılır (bir banka kendi hizmetlerine belirli bir ülkeden "
-"erişilmesini istiyorsa, siz dünyanın başka bir yerindeki bir aktarıcı "
-"üzerinden geldiğinizde hesabınız engellenebilir)."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-"Bir onion hizmeti ile bağlantı kuramıyorsanız [X.onion üzerine "
-"ulaşamıyorum](../../onionservices/onionservices-3) bölümüne bakabilirsiniz."
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents.pot b/contents.pot
index 70ac026523..af8b4c1792 100644
--- a/contents.pot
+++ b/contents.pot
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: en <LL(a)li.org>\n"
@@ -546,6 +546,29 @@ msgstr ""
"A daemon is a computer program that runs as a background process, rather "
"than being under the direct control of a user."
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr "Dangerzone"
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -634,6 +657,40 @@ msgstr ""
"relay running on a given IP address on a given date. This service is often "
"useful when dealing with law enforcement."
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr "F-Droid"
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1746,6 +1803,87 @@ msgstr ""
"the [circuit](../circuit) rather than the typical six hops for onion "
"services."
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr "SOCKS5"
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr "SOCKS5 is an Internet protocol used by Tor."
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr "All in caps, as it is an acronym."
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1822,6 +1960,35 @@ msgstr "It aims to preserve your privacy and anonymity."
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr "[Learn more about Tails](https://tails.boum.org/)."
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr "The Guardian Project"
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -6185,6 +6352,98 @@ msgstr ""
"Remember, all lines beginning with `#` in torrc are treated as comments and "
"have no effect on Tor's configuration."
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr "A website I am trying to reach is blocking access over Tor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "Something like this might do the trick:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -7011,98 +7270,6 @@ msgstr ""
"manual.torproject.org/) section on [censorship](https://tb-"
"manual.torproject.org/circumvention/)"
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr "A website I am trying to reach is blocking access over Tor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "Something like this might do the trick:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
1
0

[translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
by translation@torproject.org 30 Jun '21
by translation@torproject.org 30 Jun '21
30 Jun '21
commit a320ee9386499209a03c57ba8bcc7810ceae9c03
Author: Translation commit bot <translation(a)torproject.org>
Date: Wed Jun 30 13:18:32 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=support-portal
---
contents+ar.po | 324 ++++++++++++++++++++++++++++++++++---------------
contents+bn.po | 324 ++++++++++++++++++++++++++++++++++---------------
contents+ca.po | 324 ++++++++++++++++++++++++++++++++++---------------
contents+cs.po | 283 ++++++++++++++++++++++++++++++++-----------
contents+de.po | 334 ++++++++++++++++++++++++++++++++++++---------------
contents+el.po | 320 +++++++++++++++++++++++++++++++++++--------------
contents+es.po | 328 +++++++++++++++++++++++++++++++++++---------------
contents+fa.po | 328 +++++++++++++++++++++++++++++++++++---------------
contents+fo.po | 280 ++++++++++++++++++++++++++++++++-----------
contents+fr.po | 338 +++++++++++++++++++++++++++++++++++----------------
contents+ga.po | 332 +++++++++++++++++++++++++++++++++++---------------
contents+he.po | 284 +++++++++++++++++++++++++++++++------------
contents+hr.po | 284 +++++++++++++++++++++++++++++++------------
contents+hu.po | 283 ++++++++++++++++++++++++++++++++-----------
contents+id.po | 324 ++++++++++++++++++++++++++++++++++---------------
contents+is.po | 328 +++++++++++++++++++++++++++++++++++---------------
contents+it.po | 336 +++++++++++++++++++++++++++++++++++----------------
contents+ja.po | 286 +++++++++++++++++++++++++++++++------------
contents+ka.po | 336 +++++++++++++++++++++++++++++++++++----------------
contents+ko.po | 288 ++++++++++++++++++++++++++++++++------------
contents+lt.po | 284 +++++++++++++++++++++++++++++++------------
contents+mk.po | 284 +++++++++++++++++++++++++++++++------------
contents+ml.po | 334 ++++++++++++++++++++++++++++++++++++---------------
contents+nb.po | 284 +++++++++++++++++++++++++++++++------------
contents+nl.po | 292 ++++++++++++++++++++++++++++++++------------
contents+pl.po | 330 +++++++++++++++++++++++++++++++++++---------------
contents+pt-BR.po | 328 +++++++++++++++++++++++++++++++++++---------------
contents+pt-PT.po | 334 ++++++++++++++++++++++++++++++++++++---------------
contents+ro.po | 336 +++++++++++++++++++++++++++++++++++----------------
contents+ru.po | 328 +++++++++++++++++++++++++++++++++++---------------
contents+sq.po | 284 +++++++++++++++++++++++++++++++------------
contents+sr.po | 280 ++++++++++++++++++++++++++++++++-----------
contents+sv.po | 292 ++++++++++++++++++++++++++++++++------------
contents+tr.po | 330 +++++++++++++++++++++++++++++++++++---------------
contents+uk.po | 294 +++++++++++++++++++++++++++++++++------------
contents+zh-CN.po | 292 ++++++++++++++++++++++++++++++++------------
contents+zh-TW.po | 292 ++++++++++++++++++++++++++++++++------------
contents.pot | 353 ++++++++++++++++++++++++++++++++++++++++--------------
38 files changed, 8508 insertions(+), 3307 deletions(-)
diff --git a/contents+ar.po b/contents+ar.po
index 78bb942c15..3497b8456b 100644
--- a/contents+ar.po
+++ b/contents+ar.po
@@ -15,16 +15,16 @@
# Isho Antar <IshoAntar(a)protonmail.com>, 2020
# Ilyes Chouia <celyes02(a)gmail.com>, 2020
# Muhammad Elghdban <Mohamed.Elghdban(a)gmail.com>, 2020
-# Emma Peel, 2021
# NASI₿ <nomadweb(a)protonmail.ch>, 2021
+# Emma Peel, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: NASI₿ <nomadweb(a)protonmail.ch>, 2021\n"
+"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Arabic (https://www.transifex.com/otf/teams/1519/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -547,6 +547,25 @@ msgstr ""
"العفريت هو عبارة عن برنامج كمبيوتر يعمل في الخلفية بدلًا من العمل بشكل مباشر"
" أمام المستخدم."
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -631,6 +650,33 @@ msgstr ""
" [Tor](../tor-tor-network-core-tor) يعمل على عنوان IP معين في تاريخ معين. "
"غالبًا ما تكون هذه الخدمة مفيدة عند التعامل مع تطبيق القانون."
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1713,6 +1759,74 @@ msgstr ""
"الفردي ثلاث قفزات فقط في [الدائرة](../ circuit) بدلاً من القفزات الستة "
"النموذجية لخدمات onion."
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1787,6 +1901,28 @@ msgstr "يهدف إلى الحفاظ على خصوصيتك وإخفاء هويت
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr "[تعرف على المزيد حول تايلز](https://tails.boum.org/)."
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -6031,6 +6167,97 @@ msgstr ""
"تذكر أن جميع الأسطر التي تبدأ بـ `` # '' في torrc يتم التعامل معها كتعليقات "
"وليس لها أي تأثير على تكوين Tor."
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr "أحد مواقع الويب التي أحاول الوصول إليها يمنع الوصول عبر Tor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+"في بعض الأحيان ، تحظر مواقع الويب مستخدمي Tor لأنهم لا يستطيعون التمييز بين "
+"متوسط مستخدم Tor وحركة المرور الآلية."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+"أفضل نجاح حققناه في جعل المواقع تزيل حظر مستخدمي Tor هو جعل المستخدمين "
+"يتصلون بمسؤولي الموقع مباشرة."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "شيء من هذا القبيل قد يفي بالغرض:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+"\"مرحبًا! لقد حاولت الوصول إلى موقعك xyz.com أثناء استخدام متصفح Tor واكتشفت"
+" أنك لا تسمح لمستخدمي Tor بالوصول إلى موقعك."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+"أحثكم على إعادة النظر في هذا القرار. يستخدم Tor من قبل الأشخاص في جميع أنحاء"
+" العالم لحماية خصوصيتهم ومحاربة الرقابة."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+"من خلال حظر مستخدمي Tor ، من المحتمل أنك تحظر الأشخاص في البلدان القمعية "
+"الذين يرغبون في استخدام الإنترنت المجاني والصحفيين والباحثين الذين يرغبون في"
+" حماية أنفسهم من الاكتشاف والمبلغين عن المخالفات والنشطاء والأشخاص العاديين "
+"الذين يرغبون في إلغاء الاشتراك في تتبع الطرف الثالث."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+"يرجى اتخاذ موقف قوي لصالح الخصوصية الرقمية وحرية الإنترنت ، والسماح لمستخدمي"
+" Tor بالوصول إلى xyz.com. شكرا جزيلا.\""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"في حالة البنوك والمواقع الحساسة الأخرى ، من الشائع أيضًا أن ترى حظرًا قائمًا"
+" على الجغرافيا (إذا كان البنك يعلم أنك تصل إلى خدماته بشكل عام من بلد ما ، "
+"وفجأة تتصل من مرحل خروج على الجانب الآخر من العالم ، قد يتم قفل حسابك أو "
+"تعليقه)."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+"إذا كنت غير قادر على الاتصال بخدمة onion ، يرجى مراجعة [لا أستطيع الوصول إلى"
+" X.onion!](../../ onionservices / onionservices-3)."
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -6842,97 +7069,6 @@ msgstr ""
"manual.torproject.org/ar/circumvention/) في [دليل المستخدمين ل متصفّح "
"تور](https://tb-manual.torproject.org/ar/)."
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr "أحد مواقع الويب التي أحاول الوصول إليها يمنع الوصول عبر Tor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-"في بعض الأحيان ، تحظر مواقع الويب مستخدمي Tor لأنهم لا يستطيعون التمييز بين "
-"متوسط مستخدم Tor وحركة المرور الآلية."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-"أفضل نجاح حققناه في جعل المواقع تزيل حظر مستخدمي Tor هو جعل المستخدمين "
-"يتصلون بمسؤولي الموقع مباشرة."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "شيء من هذا القبيل قد يفي بالغرض:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-"\"مرحبًا! لقد حاولت الوصول إلى موقعك xyz.com أثناء استخدام متصفح Tor واكتشفت"
-" أنك لا تسمح لمستخدمي Tor بالوصول إلى موقعك."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-"أحثكم على إعادة النظر في هذا القرار. يستخدم Tor من قبل الأشخاص في جميع أنحاء"
-" العالم لحماية خصوصيتهم ومحاربة الرقابة."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-"من خلال حظر مستخدمي Tor ، من المحتمل أنك تحظر الأشخاص في البلدان القمعية "
-"الذين يرغبون في استخدام الإنترنت المجاني والصحفيين والباحثين الذين يرغبون في"
-" حماية أنفسهم من الاكتشاف والمبلغين عن المخالفات والنشطاء والأشخاص العاديين "
-"الذين يرغبون في إلغاء الاشتراك في تتبع الطرف الثالث."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-"يرجى اتخاذ موقف قوي لصالح الخصوصية الرقمية وحرية الإنترنت ، والسماح لمستخدمي"
-" Tor بالوصول إلى xyz.com. شكرا جزيلا.\""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"في حالة البنوك والمواقع الحساسة الأخرى ، من الشائع أيضًا أن ترى حظرًا قائمًا"
-" على الجغرافيا (إذا كان البنك يعلم أنك تصل إلى خدماته بشكل عام من بلد ما ، "
-"وفجأة تتصل من مرحل خروج على الجانب الآخر من العالم ، قد يتم قفل حسابك أو "
-"تعليقه)."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-"إذا كنت غير قادر على الاتصال بخدمة onion ، يرجى مراجعة [لا أستطيع الوصول إلى"
-" X.onion!](../../ onionservices / onionservices-3)."
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+bn.po b/contents+bn.po
index 7d29009e8c..89a56a75ce 100644
--- a/contents+bn.po
+++ b/contents+bn.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Bengali (https://www.transifex.com/otf/teams/1519/bn/)\n"
@@ -480,6 +480,25 @@ msgid ""
"than being under the direct control of a user."
msgstr ""
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -549,6 +568,33 @@ msgid ""
"useful when dealing with law enforcement."
msgstr ""
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1437,6 +1483,74 @@ msgid ""
"services."
msgstr ""
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1500,6 +1614,28 @@ msgstr ""
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr ""
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5192,6 +5328,99 @@ msgid ""
"have no effect on Tor's configuration."
msgstr ""
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr ""
+"একটি ওয়েবসাইট যা আমি পৌঁছানোর চেষ্টা করছি টর পর্যন্ত অ্যাক্সেস অবরুদ্ধ করা "
+"হচ্ছে"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+"অনেক সময় ওয়েবসাইট টর ব্যবহারকারীদের আবদ্ধ করবে কারণ তারা গড়পড়তা টর "
+"ব্যবহারকারী এবং স্বচালিত ট্রাফিকের মধ্যে পার্থক্য বলতে পারে না ।"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+"টর ব্যবহারকারী বন্ধ করার জন্য আমরা যে সব সেরা সাফল্য পেয়েছি তা সরাসরি সাইট "
+"প্রশাসকদের সাথে যোগাযোগ করার জন্য ব্যবহারকারীরা পাচ্ছে ।"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "এরকম কিছু কিছু হয়তো চালাকি করতে পারে: "
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+" \"হাই! আমি টর ব্রাউজার ব্যবহার করার সময় আপনার সাইট xyz.com প্রবেশ করার "
+"চেষ্টা করেছি, যাতে আপনি টর ব্যবহারকারীদের আপনার সাইটে প্রবেশ করার অনুমতি না "
+"দেন ।"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+"আমি আপনাকে এই সিদ্ধান্ত বিবেচনা করতে অনুরোধ করছি; টর সারা বিশ্বের মানুষকে "
+"তাদের গোপনীয়তা রক্ষা ও যুদ্ধ করার জন্য ব্যবহার করছে ।"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+"টর ব্যবহারকারীদের আবদ্ধ করে, আপনি সম্ভবত দমনমূলক দেশে মানুষকে অবরুদ্ধ করে "
+"রাখেন, যারা বিনামূল্যে ইন্টারনেট, সাংবাদিক এবং গবেষকদের ব্যবহার করতে চান "
+"যারা whistleblowers থেকে নিজেকে রক্ষা করতে চান, যারা ইনভেসিভ থেকে অপ্ট আউট "
+"করতে চায় । তৃতীয় পক্ষের ট্র্যাকিং ।"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+"অনুগ্রহ করে ডিজিটাল গোপনীয়তা এবং ইন্টারনেট স্বাধীনতার অনুগ্রহে শক্তিশালী "
+"অবস্থান গ্রহণ করুন এবং টর ব্যবহারকারীদের xyz.com প্রবেশ করতে দিন । ধন্যবাদ ।"
+" \""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"ব্যাংক এবং অন্যান্য সংবেদনশীল ওয়েবসাইটের ক্ষেত্রে ভূগোল-ভিত্তিক ব্লকিং (যদি"
+" কোনও ব্যাঙ্ক জানেন যে আপনি সাধারণত এক দেশ থেকে তাদের সেবাগুলি অ্যাক্সেস "
+"করেন, এবং হঠাৎ আপনি অন্য প্রান্তে একটি প্রস্থান রিলে থেকে সংযুক্ত হন "
+"বিশ্বের, আপনার অ্যাকাউন্ট লক বা স্থগিত করা হতে পারে)।"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -5946,99 +6175,6 @@ msgstr ""
"Browser ইউজার ম্যানুয়াল](https://tb-manual.torproject.org/circumvention/) "
"বিভাগ দেখুন।"
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr ""
-"একটি ওয়েবসাইট যা আমি পৌঁছানোর চেষ্টা করছি টর পর্যন্ত অ্যাক্সেস অবরুদ্ধ করা "
-"হচ্ছে"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-"অনেক সময় ওয়েবসাইট টর ব্যবহারকারীদের আবদ্ধ করবে কারণ তারা গড়পড়তা টর "
-"ব্যবহারকারী এবং স্বচালিত ট্রাফিকের মধ্যে পার্থক্য বলতে পারে না ।"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-"টর ব্যবহারকারী বন্ধ করার জন্য আমরা যে সব সেরা সাফল্য পেয়েছি তা সরাসরি সাইট "
-"প্রশাসকদের সাথে যোগাযোগ করার জন্য ব্যবহারকারীরা পাচ্ছে ।"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "এরকম কিছু কিছু হয়তো চালাকি করতে পারে: "
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-" \"হাই! আমি টর ব্রাউজার ব্যবহার করার সময় আপনার সাইট xyz.com প্রবেশ করার "
-"চেষ্টা করেছি, যাতে আপনি টর ব্যবহারকারীদের আপনার সাইটে প্রবেশ করার অনুমতি না "
-"দেন ।"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-"আমি আপনাকে এই সিদ্ধান্ত বিবেচনা করতে অনুরোধ করছি; টর সারা বিশ্বের মানুষকে "
-"তাদের গোপনীয়তা রক্ষা ও যুদ্ধ করার জন্য ব্যবহার করছে ।"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-"টর ব্যবহারকারীদের আবদ্ধ করে, আপনি সম্ভবত দমনমূলক দেশে মানুষকে অবরুদ্ধ করে "
-"রাখেন, যারা বিনামূল্যে ইন্টারনেট, সাংবাদিক এবং গবেষকদের ব্যবহার করতে চান "
-"যারা whistleblowers থেকে নিজেকে রক্ষা করতে চান, যারা ইনভেসিভ থেকে অপ্ট আউট "
-"করতে চায় । তৃতীয় পক্ষের ট্র্যাকিং ।"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-"অনুগ্রহ করে ডিজিটাল গোপনীয়তা এবং ইন্টারনেট স্বাধীনতার অনুগ্রহে শক্তিশালী "
-"অবস্থান গ্রহণ করুন এবং টর ব্যবহারকারীদের xyz.com প্রবেশ করতে দিন । ধন্যবাদ ।"
-" \""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"ব্যাংক এবং অন্যান্য সংবেদনশীল ওয়েবসাইটের ক্ষেত্রে ভূগোল-ভিত্তিক ব্লকিং (যদি"
-" কোনও ব্যাঙ্ক জানেন যে আপনি সাধারণত এক দেশ থেকে তাদের সেবাগুলি অ্যাক্সেস "
-"করেন, এবং হঠাৎ আপনি অন্য প্রান্তে একটি প্রস্থান রিলে থেকে সংযুক্ত হন "
-"বিশ্বের, আপনার অ্যাকাউন্ট লক বা স্থগিত করা হতে পারে)।"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+ca.po b/contents+ca.po
index 611b5ef864..993105a72d 100644
--- a/contents+ca.po
+++ b/contents+ca.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Catalan (https://www.transifex.com/otf/teams/1519/ca/)\n"
@@ -483,6 +483,25 @@ msgstr ""
"Un dimoni és un programa informàtic que s'executa com un procés en segon "
"pla, en comptes de fer-ho sota el control directe d'un usuari."
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -552,6 +571,33 @@ msgid ""
"useful when dealing with law enforcement."
msgstr ""
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1438,6 +1484,74 @@ msgid ""
"services."
msgstr ""
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1501,6 +1615,28 @@ msgstr ""
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr ""
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5315,6 +5451,99 @@ msgid ""
"have no effect on Tor's configuration."
msgstr ""
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr "Un lloc web que estic tractant d'arribar bloca l'accés a Tor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+"De vegades, els llocs web bloquen els usuaris de Tor perquè no poden avaluar"
+" la diferència entre l'usuari Tor mitjà i el trànsit automatitzat."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+"La millor manera que hem tingut per que els llocs desbloquin els usuaris de "
+"Tor és que els usuaris es posin en contacte directament amb els "
+"administradors del lloc."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "Alguna cosa així podria funcionar:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+"\"Hola! He intentat accedir al vostre lloc xyz.com mentre feia servir el "
+"Navegador Tor i he descobert que no permet que els usuaris de Tor accedeixin"
+" al vostre lloc."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+"Et convido a reconsiderar aquesta decisió; Tor és utilitzat per persones de "
+"tot el món per protegir la seva intimitat i lluitar contra la censura."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+"Blocar els usuaris de Tor, probablement blocarà persones en països "
+"repressius que vulguin utilitzar una internet lliure, periodistes i "
+"investigadors que volen protegir-se de ser descoberts, denunciants, "
+"activistes i persones habituals que volen optar per un seguiment invasiu de "
+"tercers."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+"Si us plau, prengui una posició forta a favor de la privadesa digital i la "
+"llibertat d'internet i permeti als usuaris de Tor accedir a "
+"xyz.com.Gràcies\""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"En el cas dels bancs i altres llocs web sensibles, també és habitual veure "
+"blocatge basat en la geografia (si un banc sap que en general accedeix als "
+"seus serveis d'un país i, de sobte, es connecta d'un repetidor de sortida a "
+"l'altre costat del món, el vostre compte pot estar blocat o suspès)."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -6066,99 +6295,6 @@ msgstr ""
"manual.torproject.org/ca/circumvention/) del [manual d’usuari del Navegador "
"Tor](https://tb-manual.torproject.org/ca/)."
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr "Un lloc web que estic tractant d'arribar bloca l'accés a Tor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-"De vegades, els llocs web bloquen els usuaris de Tor perquè no poden avaluar"
-" la diferència entre l'usuari Tor mitjà i el trànsit automatitzat."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-"La millor manera que hem tingut per que els llocs desbloquin els usuaris de "
-"Tor és que els usuaris es posin en contacte directament amb els "
-"administradors del lloc."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "Alguna cosa així podria funcionar:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-"\"Hola! He intentat accedir al vostre lloc xyz.com mentre feia servir el "
-"Navegador Tor i he descobert que no permet que els usuaris de Tor accedeixin"
-" al vostre lloc."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-"Et convido a reconsiderar aquesta decisió; Tor és utilitzat per persones de "
-"tot el món per protegir la seva intimitat i lluitar contra la censura."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-"Blocar els usuaris de Tor, probablement blocarà persones en països "
-"repressius que vulguin utilitzar una internet lliure, periodistes i "
-"investigadors que volen protegir-se de ser descoberts, denunciants, "
-"activistes i persones habituals que volen optar per un seguiment invasiu de "
-"tercers."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-"Si us plau, prengui una posició forta a favor de la privadesa digital i la "
-"llibertat d'internet i permeti als usuaris de Tor accedir a "
-"xyz.com.Gràcies\""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"En el cas dels bancs i altres llocs web sensibles, també és habitual veure "
-"blocatge basat en la geografia (si un banc sap que en general accedeix als "
-"seus serveis d'un país i, de sobte, es connecta d'un repetidor de sortida a "
-"l'altre costat del món, el vostre compte pot estar blocat o suspès)."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+cs.po b/contents+cs.po
index d570f9a113..19757122ad 100644
--- a/contents+cs.po
+++ b/contents+cs.po
@@ -11,14 +11,15 @@
# Michal Stanke <mstanke(a)mozilla.cz>, 2020
# David Nowak <user412(a)secmail.pro>, 2020
# Fourdee Foureight, 2021
+# David Stepan <stepand(a)tiscali.cz>, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: Fourdee Foureight, 2021\n"
+"Last-Translator: David Stepan <stepand(a)tiscali.cz>, 2021\n"
"Language-Team: Czech (https://www.transifex.com/otf/teams/1519/cs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -495,6 +496,25 @@ msgid ""
"than being under the direct control of a user."
msgstr ""
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -564,6 +584,33 @@ msgid ""
"useful when dealing with law enforcement."
msgstr ""
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1450,6 +1497,74 @@ msgid ""
"services."
msgstr ""
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1513,6 +1628,28 @@ msgstr ""
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr ""
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5074,6 +5211,77 @@ msgid ""
"have no effect on Tor's configuration."
msgstr ""
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -5754,77 +5962,6 @@ msgstr ""
"manual.torproject.org/) v sekci [cenzura](https://tb-"
"manual.torproject.org/circumvention/)"
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+de.po b/contents+de.po
index 776b0fbd85..4a05343926 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -17,16 +17,16 @@
# Not AName <atzeje(a)web.de>, 2021
# Vormrodo <volkandogruer08(a)gmail.com>, 2021
# Gustav Gyges, 2021
-# Emma Peel, 2021
# Curtis Baltimore <curtisbaltimore(a)protonmail.com>, 2021
+# Emma Peel, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: Curtis Baltimore <curtisbaltimore(a)protonmail.com>, 2021\n"
+"Last-Translator: Emma Peel, 2021\n"
"Language-Team: German (https://www.transifex.com/otf/teams/1519/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -579,6 +579,25 @@ msgstr ""
"Ein Daemon ist ein Computerprogramm, das als Hintergrundprozess ausgeführt "
"wird und nicht unter der direkten Kontrolle eines Benutzers steht."
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -668,6 +687,33 @@ msgstr ""
"core-tor) Relay gab, das unter einer bestimmten IP-Adresse lief. Dieser "
"Service ist oft nützlich, wenn es um die Strafverfolgung geht."
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1808,6 +1854,74 @@ msgstr ""
"Onion-Dienste verwenden nur drei Sprünge im [Kanal](../circuit) statt der "
"typischen sechs Sprünge für Onion-Dienste."
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1886,6 +2000,28 @@ msgstr "Es zielt darauf ab, deine Privatsphäre und Anonymität zu schützen."
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr "[Mehr über Tails erfahren](https://tails.boum.org/)."
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -6373,6 +6509,102 @@ msgstr ""
"Denk daran, dass alle Zeilen, die mit `#` beginnen, in der torrc als "
"Kommentare behandelt werden und keinen Effekt auf Tor's Konfiguration haben."
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr ""
+"Eine Webseite, die ich versuche aufzurufen, blockiert die Verbindung über "
+"Tor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+"Manchmal blockieren Webseiten den Zugang über Tor, weil sie den Unterschied "
+"zwischen automatischen Zugriffen und Menschen, die Tor benutzen, nicht "
+"erkennen."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+"Den größten Erfolg beim Aufheben der Blockaden hatten wir, wenn sich die "
+"Betroffenen direkt an die Admins einer Seite gewandt haben."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "Etwas in dieser Art könnte helfen:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+"\"Hi! Habe versucht, mit Tor Browser auf eure Seite xyz.com zuzugreifen, "
+"aber musste feststellen, dass ihr Tor nicht erlaubt."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+"Ich möchte euch anregen, diese Entscheidung zu überdenken. Tor wird von "
+"Menschen auf der ganzen Welt benutzt, um ihre Privatsphäre zu schützen und "
+"gegen Zensur zu kämpfen."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+"Wenn ihr Tor blockiert, schließt ihr sehr wahrscheinlich Menschen aus, die "
+"unter repressiven Systemen leiden, den Zugang zum freien Internet suchen, "
+"Journalist*innen und Wissenschaftler*innen, die sich davor schützen wollen, "
+"entdeckt zu werden, sowie Aktivist*innen und gewöhnliche Leute, die der "
+"Verfolgung durch Unternehmen zu entgehen versuchen."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+"Bitte beweist eine Position zugunsten digitaler Privatsphäre und "
+"Internetfreiheit und erlaubt den Zugang zu xyz.com über Tor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"Bei Banken und anderen sensitiven Webseiten ist es üblich, basierend auf der"
+" Herkunft zu blockieren (z.B. neigen Banken dazu, Konten zu sperren, wenn "
+"das Land, von dem du dich verbindest, wechselt)."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+"Wenn du dich mit keinem Onion-Dienst verbinden kannst, lies dir folgendes "
+"durch: [Ich kann X.onion nicht "
+"erreichen!](../../onionservices/onionservices-3)."
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -7215,102 +7447,6 @@ msgstr ""
"Benutzerhandbuch](https://tb-manual.torproject.org/de) über [Zensur](https"
"://tb-manual.torproject.org/de/circumvention/)."
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr ""
-"Eine Webseite, die ich versuche aufzurufen, blockiert die Verbindung über "
-"Tor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-"Manchmal blockieren Webseiten den Zugang über Tor, weil sie den Unterschied "
-"zwischen automatischen Zugriffen und Menschen, die Tor benutzen, nicht "
-"erkennen."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-"Den größten Erfolg beim Aufheben der Blockaden hatten wir, wenn sich die "
-"Betroffenen direkt an die Admins einer Seite gewandt haben."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "Etwas in dieser Art könnte helfen:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-"\"Hi! Habe versucht, mit Tor Browser auf eure Seite xyz.com zuzugreifen, "
-"aber musste feststellen, dass ihr Tor nicht erlaubt."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-"Ich möchte euch anregen, diese Entscheidung zu überdenken. Tor wird von "
-"Menschen auf der ganzen Welt benutzt, um ihre Privatsphäre zu schützen und "
-"gegen Zensur zu kämpfen."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-"Wenn ihr Tor blockiert, schließt ihr sehr wahrscheinlich Menschen aus, die "
-"unter repressiven Systemen leiden, den Zugang zum freien Internet suchen, "
-"Journalist*innen und Wissenschaftler*innen, die sich davor schützen wollen, "
-"entdeckt zu werden, sowie Aktivist*innen und gewöhnliche Leute, die der "
-"Verfolgung durch Unternehmen zu entgehen versuchen."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-"Bitte beweist eine Position zugunsten digitaler Privatsphäre und "
-"Internetfreiheit und erlaubt den Zugang zu xyz.com über Tor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"Bei Banken und anderen sensitiven Webseiten ist es üblich, basierend auf der"
-" Herkunft zu blockieren (z.B. neigen Banken dazu, Konten zu sperren, wenn "
-"das Land, von dem du dich verbindest, wechselt)."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-"Wenn du dich mit keinem Onion-Dienst verbinden kannst, lies dir folgendes "
-"durch: [Ich kann X.onion nicht "
-"erreichen!](../../onionservices/onionservices-3)."
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+el.po b/contents+el.po
index a9e3b66aee..0ca3122310 100644
--- a/contents+el.po
+++ b/contents+el.po
@@ -19,7 +19,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Greek (https://www.transifex.com/otf/teams/1519/el/)\n"
@@ -541,6 +541,25 @@ msgid ""
"than being under the direct control of a user."
msgstr ""
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -610,6 +629,33 @@ msgid ""
"useful when dealing with law enforcement."
msgstr ""
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1496,6 +1542,74 @@ msgid ""
"services."
msgstr ""
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1559,6 +1673,28 @@ msgstr ""
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr ""
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5248,6 +5384,97 @@ msgid ""
"have no effect on Tor's configuration."
msgstr ""
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr ""
+"Μια ιστοσελίδα που προσπαθώ να αποκτήσω πρόσβαση αποκλείει πρόσβαση μέσω "
+"Tor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+"Ορισμένες φορές οι ιστοσελίδες θα εμποδίσουν τους χρήστες του Tor επειδή δεν"
+" μπορούν να διακρίνουν τη διαφορά μεταξύ του μέσου χρήστη Tor και της "
+"αυτοματοποιημένης επισκεψιμότητας."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+"Η μεγαλύτερη επιτυχία στο να επιτραπεί σε χρήστες Tor η πρόσβαση σε "
+"ιστοσελίδες είναι η άμεση επικοινωνία με τους διαχειριστές της ιστοσελίδας."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "Κάτι τέτοιο μπορεί να δουλέψει:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+"Με τον αποκλεισμό των χρηστών του Tor, είναι πιθανό να εμποδίζετε ανθρώπους "
+"σε καταπιεστικές χώρες που θέλουν να χρησιμοποιήσουν ένα ελεύθερο διαδίκτυο,"
+" δημοσιογράφους και ερευνητές που θέλουν να προστατευθούν από το να "
+"ανακαλυφθούν, whistleblowers, ακτιβιστές και απλούς ανθρώπους που θέλουν να "
+"αποφύγουν την επιθετική παρακολούθηση από τρίτους."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+"Παρακαλώ να λάβετε μια ισχυρή θέση υπέρ της ψηφιακής ιδιωτικότητας και της "
+"ελευθερίας του διαδικτύου, και να επιτρέψετε στους χρήστες του Tor να έχουν "
+"πρόσβαση στο xyz.com. Ευχαριστώ.\""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"Στην περίπτωση των τραπεζών, και άλλων ευαίσθητων ιστοσελίδων, είναι επίσης "
+"συχνό να παρατηρούνται αποκλεισμοί βάση της χώρας (αν μια τράπεζα ξέρει πως "
+"συνήθως αποκτάτε πρόσβαση στις υπηρεσίες της από μία χώρα, και ξαφνικά "
+"κάνετε σύνδεση από ένα Κόμβο Εξόδου στην άλλη άκρη του κόσμου, ο λογαριασμός"
+" σας μπορεί να κλειδωθεί ή να απενεργοποιηθεί)."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -6013,97 +6240,6 @@ msgstr ""
"[λογοκρισία](https://tb-manual.torproject.org/el/circumvention/) στο "
"[Εγχειρίδιο Χρήστη του Tor Browser](https://tb-manual.torproject.org/el/)."
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr ""
-"Μια ιστοσελίδα που προσπαθώ να αποκτήσω πρόσβαση αποκλείει πρόσβαση μέσω "
-"Tor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-"Ορισμένες φορές οι ιστοσελίδες θα εμποδίσουν τους χρήστες του Tor επειδή δεν"
-" μπορούν να διακρίνουν τη διαφορά μεταξύ του μέσου χρήστη Tor και της "
-"αυτοματοποιημένης επισκεψιμότητας."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-"Η μεγαλύτερη επιτυχία στο να επιτραπεί σε χρήστες Tor η πρόσβαση σε "
-"ιστοσελίδες είναι η άμεση επικοινωνία με τους διαχειριστές της ιστοσελίδας."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "Κάτι τέτοιο μπορεί να δουλέψει:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-"Με τον αποκλεισμό των χρηστών του Tor, είναι πιθανό να εμποδίζετε ανθρώπους "
-"σε καταπιεστικές χώρες που θέλουν να χρησιμοποιήσουν ένα ελεύθερο διαδίκτυο,"
-" δημοσιογράφους και ερευνητές που θέλουν να προστατευθούν από το να "
-"ανακαλυφθούν, whistleblowers, ακτιβιστές και απλούς ανθρώπους που θέλουν να "
-"αποφύγουν την επιθετική παρακολούθηση από τρίτους."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-"Παρακαλώ να λάβετε μια ισχυρή θέση υπέρ της ψηφιακής ιδιωτικότητας και της "
-"ελευθερίας του διαδικτύου, και να επιτρέψετε στους χρήστες του Tor να έχουν "
-"πρόσβαση στο xyz.com. Ευχαριστώ.\""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"Στην περίπτωση των τραπεζών, και άλλων ευαίσθητων ιστοσελίδων, είναι επίσης "
-"συχνό να παρατηρούνται αποκλεισμοί βάση της χώρας (αν μια τράπεζα ξέρει πως "
-"συνήθως αποκτάτε πρόσβαση στις υπηρεσίες της από μία χώρα, και ξαφνικά "
-"κάνετε σύνδεση από ένα Κόμβο Εξόδου στην άλλη άκρη του κόσμου, ο λογαριασμός"
-" σας μπορεί να κλειδωθεί ή να απενεργοποιηθεί)."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+es.po b/contents+es.po
index 2a7f79f1dd..935b204891 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Spanish (https://www.transifex.com/otf/teams/1519/es/)\n"
@@ -572,6 +572,25 @@ msgstr ""
"proceso en segundo plano, en lugar de estar bajo el control directo de un "
"usuario."
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -661,6 +680,33 @@ msgstr ""
"servicio suele ser útil cuando se necesita presentar pruebas a los agentes "
"de la ley."
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1792,6 +1838,74 @@ msgstr ""
"tres saltos en el [circuit](../circuito) en lugar de los seis típicos saltos"
" para los servicios de onion."
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1870,6 +1984,28 @@ msgstr "Su objetivo es preservar tu privacidad y anonimato."
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr "[Conoce más sobre Tails](https://tails.boum.org/)."
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -6339,6 +6475,101 @@ msgstr ""
"Recuerda que las líneas que comienzan por `#` en el archivo torrc se tratan "
"como comentarios y no tienen efecto en la configuración de Tor."
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr ""
+"Un sitio web que quiero abrir está bloqueando el acceso a través de Tor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+"Algunas veces los sitios web bloquean a los usuarios de Tor ya que no pueden"
+" distinguir entre el usuario medio de Tor y el tráfico automatizado."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+"Como más éxito hemos tenido para que los sitios desbloqueen a los usuarios "
+"de Tor es haciendo que los usuarios se pongan en contacto con los "
+"administradores del sitio directamente."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "Algo así podría ayudar:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+"\"Intenté acceder a tu sitio xyz.com mientras usaba el Navegador Tor y "
+"descubrí que no permites a los usuarios de Tor acceder a tu sitio."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+"Te pido que reconsideres esta decisión; Tor lo usa gente de todo el mundo "
+"para proteger su privacidad y luchar contra la censura."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+"Al bloquear a los usuarios de Tor, es probable que estés bloqueando a "
+"personas en países represivos que quieren usar un Internet libre, "
+"periodistas e investigadores que quieren protegerse a sí mismos de ser "
+"descubiertos, denunciantes, activistas, y gente común que quiere optar por "
+"no participar en el rastreo invasivo de terceros. "
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+"Por favor, actúa en favor de la privacidad digital y la libertad de "
+"Internet, y permite a los usuarios de Tor acceder a xyz.com. Gracias.\""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"En el caso de bancos y otros sitios web sensibles, también es normal que "
+"bloqueen basándose en la geografía (si un banco sabe que generalmente "
+"accedes a sus servicios desde un país, y de repente te estás conectando "
+"desde un repetidor de salida al otro lado del mundo, pueden bloquear tu "
+"cuenta o suspenderla)."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+"Si no puedes conectarte a un servicio cebolla, por favor mira [¡No puedo "
+"entrar en X.onion!](../../onionservices/onionservices-3)."
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -7177,101 +7408,6 @@ msgstr ""
"censura](https://tb-manual.torproject.org/es/circumvention/) del [Manual de"
" Usuario del Navegador Tor](https://tb-manual.torproject.org/es/)."
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr ""
-"Un sitio web que quiero abrir está bloqueando el acceso a través de Tor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-"Algunas veces los sitios web bloquean a los usuarios de Tor ya que no pueden"
-" distinguir entre el usuario medio de Tor y el tráfico automatizado."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-"Como más éxito hemos tenido para que los sitios desbloqueen a los usuarios "
-"de Tor es haciendo que los usuarios se pongan en contacto con los "
-"administradores del sitio directamente."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "Algo así podría ayudar:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-"\"Intenté acceder a tu sitio xyz.com mientras usaba el Navegador Tor y "
-"descubrí que no permites a los usuarios de Tor acceder a tu sitio."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-"Te pido que reconsideres esta decisión; Tor lo usa gente de todo el mundo "
-"para proteger su privacidad y luchar contra la censura."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-"Al bloquear a los usuarios de Tor, es probable que estés bloqueando a "
-"personas en países represivos que quieren usar un Internet libre, "
-"periodistas e investigadores que quieren protegerse a sí mismos de ser "
-"descubiertos, denunciantes, activistas, y gente común que quiere optar por "
-"no participar en el rastreo invasivo de terceros. "
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-"Por favor, actúa en favor de la privacidad digital y la libertad de "
-"Internet, y permite a los usuarios de Tor acceder a xyz.com. Gracias.\""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"En el caso de bancos y otros sitios web sensibles, también es normal que "
-"bloqueen basándose en la geografía (si un banco sabe que generalmente "
-"accedes a sus servicios desde un país, y de repente te estás conectando "
-"desde un repetidor de salida al otro lado del mundo, pueden bloquear tu "
-"cuenta o suspenderla)."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-"Si no puedes conectarte a un servicio cebolla, por favor mira [¡No puedo "
-"entrar en X.onion!](../../onionservices/onionservices-3)."
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+fa.po b/contents+fa.po
index e2bfa7c590..20e9cb9d13 100644
--- a/contents+fa.po
+++ b/contents+fa.po
@@ -12,19 +12,19 @@
# Ali, 2020
# Ali Mirjamali <ali.mirjamali(a)gmail.com>, 2020
# erinm, 2020
-# MYZJ, 2020
# b0b47d46632b78a09a40de799fda9a65, 2020
# Samaneh M <asamana.haoma(a)gmail.com>, 2020
# Emma Peel, 2021
# Reza Ghasemi, 2021
+# MYZJ, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: Reza Ghasemi, 2021\n"
+"Last-Translator: MYZJ, 2021\n"
"Language-Team: Persian (https://www.transifex.com/otf/teams/1519/fa/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -561,6 +561,25 @@ msgstr ""
"دیمن یک برنامه کامپیوتری است که به صورت یک فرآیند پس زمینه اجرا می شود به "
"جای اینکه تحت کنترل مستقیم کاربر باشد."
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -644,6 +663,33 @@ msgstr ""
"tor) بوده است پاسخ می دهد. این سرویس در هنگام سر و کار داشتن با مجریان قانون"
" کارایی دارد."
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1729,6 +1775,74 @@ msgstr ""
"وصل می شوند ارائه دهند پیکربندی شود. تک سرویس های پیازی فقط از سه واسطه در "
"[زنجیره](../circuit) به جای شش واسطه سرویس های پیازی مرسوم استفاده می کنند."
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1800,6 +1914,28 @@ msgstr "قصد دارد تا حریم خصوصی و ناشناس بودن شما
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr "[درباره Tails بیشتر یاد بگیرید](https://tails.boum.org/)."
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -6034,6 +6170,99 @@ msgstr ""
"به یاد داشته باشید، تمام خطوط در torrc که با `#` شروع می شوند به عنوان کامنت"
" در نظر گرفته می شوند و هیچ تاثیری روی پیکربندی Tor ندارند."
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr "یکی از سایتهای مورد نظرم دسترسی از طریق تور را مسدود کرده است."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+"گاهی اوقات وبسایتها دسترسی کاربران تور را مسدود میکنند چون نمیتوانند "
+"تفاوت بین یک کاربر معمولی تور و ترافیک خودکار را تشخیص دهند."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+"بهترین راه برای رفع محرومیت کاربران تور از دسترسی به سایتها این است که "
+"کاربران مستقیماً با مدیران سایت تماس بگیرند."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "چیزی شبیه به این می تواند راهگشا باشد:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+"\"سلام! من سعی کردم تا به سایت شما xyz.com در هنگام استفاده از مرورگر تور "
+"دسترسی پیدا کنم و متوجه شدم که شما به کاربران تور اجازه نمی دهید تا به سایت "
+"شما دسترسی پیدا کنند."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+"ما از شما می خواهیم تا در تصمیم خود تجدید نظر کنید، Tor توسط افراد زیادی در "
+"سر تا سر جهان برای اینکه از خریم خصوصی خود محافظت کنند و با سانسور مبارزه "
+"کنند استفاده می شود."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+"با مسدود سازی کاربران Tor، شما احتمالا افرادی که در کشور هایی سرکوب گر هستند"
+" و می خواهند از اینترنت آزاد استفاده کنند، روزنامه نگاران و محققانی که می "
+"خواهند از شناسایی در امان باشند، افشاگران و فعالان و افراد عادی که می خواهند"
+" توسط شخص سومی ردیابی نشوند را مسدود می کنید."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+"لطفا برای حریم خصوصی دیجیتال و آزادی اینترنت یک موضع مقتدرانه گرفته و به "
+"کاربران Tor اجازه دهید تا به xyz.com دسترسی داشته باشند. سپاس.\""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"در مورد بانک ها و سایر سایت های حساس، دیدن مسدود سازی مبتنی بر موقعیت "
+"جغرافیایی متداول است (اگر یک بانک می داند که شما معمولا به سرویس آن ها از یک"
+" کشور دسترسی پیدا می کنید و ناگهان در حال اتصال از یک گره پایانی هستید که در"
+" آنسوی جهان می باشد، ممکن است حساب کاربری شما قفل یا معلق شود)."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+"اگر قادر نیستید تا به یک سرویس پیازی وصل شوید، لطفا [نمی توانم به X.onion "
+"دسترسی پیدا کنم](../../onionservices/onionservices-3) را ببینید."
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -6826,99 +7055,6 @@ msgstr ""
"manual.torproject.org/circumvention/) در [راهنمای کاربری مرورگر تور](https"
"://tb-manual.torproject.org/) را بخوانید."
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr "یکی از سایتهای مورد نظرم دسترسی از طریق تور را مسدود کرده است."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-"گاهی اوقات وبسایتها دسترسی کاربران تور را مسدود میکنند چون نمیتوانند "
-"تفاوت بین یک کاربر معمولی تور و ترافیک خودکار را تشخیص دهند."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-"بهترین راه برای رفع محرومیت کاربران تور از دسترسی به سایتها این است که "
-"کاربران مستقیماً با مدیران سایت تماس بگیرند."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "چیزی شبیه به این می تواند راهگشا باشد:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-"\"سلام! من سعی کردم تا به سایت شما xyz.com در هنگام استفاده از مرورگر تور "
-"دسترسی پیدا کنم و متوجه شدم که شما به کاربران تور اجازه نمی دهید تا به سایت "
-"شما دسترسی پیدا کنند."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-"ما از شما می خواهیم تا در تصمیم خود تجدید نظر کنید، Tor توسط افراد زیادی در "
-"سر تا سر جهان برای اینکه از خریم خصوصی خود محافظت کنند و با سانسور مبارزه "
-"کنند استفاده می شود."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-"با مسدود سازی کاربران Tor، شما احتمالا افرادی که در کشور هایی سرکوب گر هستند"
-" و می خواهند از اینترنت آزاد استفاده کنند، روزنامه نگاران و محققانی که می "
-"خواهند از شناسایی در امان باشند، افشاگران و فعالان و افراد عادی که می خواهند"
-" توسط شخص سومی ردیابی نشوند را مسدود می کنید."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-"لطفا برای حریم خصوصی دیجیتال و آزادی اینترنت یک موضع مقتدرانه گرفته و به "
-"کاربران Tor اجازه دهید تا به xyz.com دسترسی داشته باشند. سپاس.\""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"در مورد بانک ها و سایر سایت های حساس، دیدن مسدود سازی مبتنی بر موقعیت "
-"جغرافیایی متداول است (اگر یک بانک می داند که شما معمولا به سرویس آن ها از یک"
-" کشور دسترسی پیدا می کنید و ناگهان در حال اتصال از یک گره پایانی هستید که در"
-" آنسوی جهان می باشد، ممکن است حساب کاربری شما قفل یا معلق شود)."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-"اگر قادر نیستید تا به یک سرویس پیازی وصل شوید، لطفا [نمی توانم به X.onion "
-"دسترسی پیدا کنم](../../onionservices/onionservices-3) را ببینید."
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+fo.po b/contents+fo.po
index 66ff015a0b..bd0cfb8b18 100644
--- a/contents+fo.po
+++ b/contents+fo.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: erinm, 2020\n"
"Language-Team: Faroese (https://www.transifex.com/otf/teams/1519/fo/)\n"
@@ -474,6 +474,25 @@ msgid ""
"than being under the direct control of a user."
msgstr ""
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -543,6 +562,33 @@ msgid ""
"useful when dealing with law enforcement."
msgstr ""
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1429,6 +1475,74 @@ msgid ""
"services."
msgstr ""
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1492,6 +1606,28 @@ msgstr ""
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr ""
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5036,6 +5172,77 @@ msgid ""
"have no effect on Tor's configuration."
msgstr ""
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "Nakað sum hetta kann vera loysnin:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -5707,77 +5914,6 @@ msgid ""
"manual.torproject.org/circumvention/)"
msgstr ""
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "Nakað sum hetta kann vera loysnin:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+fr.po b/contents+fr.po
index eb9d19d9e8..4ef97eb14a 100644
--- a/contents+fr.po
+++ b/contents+fr.po
@@ -11,16 +11,16 @@
# 926782667597d71479677e8aab0ad4dc_106149a, 2020
# Mehdi Djazzi <contact(a)mehdidjazzi.com>, 2020
# Emeric Vallespi <evallespi(a)protonmail.com>, 2021
-# Emma Peel, 2021
# AO <ao(a)localizationlab.org>, 2021
+# Emma Peel, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: AO <ao(a)localizationlab.org>, 2021\n"
+"Last-Translator: Emma Peel, 2021\n"
"Language-Team: French (https://www.transifex.com/otf/teams/1519/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -578,6 +578,25 @@ msgstr ""
"Un démon est un programme informatique qui s’exécute en arrière-plan, plutôt"
" que d’être sous le contrôle direct d’un utilisateur."
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -666,6 +685,33 @@ msgstr ""
"fonctionnait pour une adresse IP donnée à une date donnée. Ce service est "
"souvent utile dans les rapports avec les organismes d’application de la loi."
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1800,6 +1846,74 @@ msgstr ""
"n’utilisent que trois sauts dans le [circuit](../circuit) au lieu des six "
"sauts habituels des services oignon."
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1875,6 +1989,28 @@ msgstr ""
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr "[En apprendre davantage sur Tails](https://tails.boum.org/)."
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -6216,6 +6352,104 @@ msgid ""
"have no effect on Tor's configuration."
msgstr ""
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr "Un site Web auquel j’essaie d’accéder bloque l’accès avec Tor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+"Les sites Web bloqueront parfois les utilisateurs de Tor parce qu’ils ne "
+"peuvent pas faire la différence entre l’utilisateur de Tor moyen et le "
+"trafic automatisé."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+"Les meilleurs résultats pour débloquer l’accès des utilisateurs de Tor à un "
+"site donné ont été obtenus en demandant aux utilisateurs de contacter "
+"directement les administrateurs du site en question."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "Ce qui suit pourrait suffire :"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+"« Bonjour ! J’ai essayé d’accéder à votre site xyz.com en utilisant le "
+"Navigateur Tor et j’ai découvert que vous ne permettez pas aux utilisateurs "
+"de Tor d’y accéder."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+"Je vous prie instamment de reconsidérer votre décision ; dans le monde "
+"entier, des personnes utilisent Tor pour protéger leur vie privée et leurs "
+"données personnelles, mais aussi pour combattre la censure."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+"En bloquant les utilisateurs de Tor, vous bloquez vraisemblablement des "
+"personnes situées dans des pays où règne la répression et qui souhaitent "
+"utiliser un Internet libre, des journalistes et des chercheurs qui ne "
+"veulent pas être découverts, des lanceurs d’alerte, des activistes et des "
+"personnes ordinaires qui ne veulent pas être suivis à la trace par des tiers"
+" invasifs."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+"Veuillez adopter une position forte qui privilégie la confidentialité "
+"numérique, la protection des données personnelles et la liberté sur "
+"Internet, et permettre aux utilisateurs de Tor d’accéder à xyz.com. Merci. »"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"Dans le cas de banques ou autres sites Web sensibles, il est aussi habituel "
+"de constater un blocage d’après la position géographique (si une banque sait"
+" que vous accédez habituellement à ses services à partir d’un pays et que "
+"vous vous connectez soudainement à partir d’un relais de sortie situé de "
+"l’autre côté de la planète, votre compte pourrait être verrouillé ou "
+"suspendu)."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -7022,104 +7256,6 @@ msgstr ""
"[censure](https://tb-manual.torproject.org/fr/circumvention/) du [guide "
"d’utilisation du Navigateur Tor](https://tb-manual.torproject.org/fr)."
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr "Un site Web auquel j’essaie d’accéder bloque l’accès avec Tor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-"Les sites Web bloqueront parfois les utilisateurs de Tor parce qu’ils ne "
-"peuvent pas faire la différence entre l’utilisateur de Tor moyen et le "
-"trafic automatisé."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-"Les meilleurs résultats pour débloquer l’accès des utilisateurs de Tor à un "
-"site donné ont été obtenus en demandant aux utilisateurs de contacter "
-"directement les administrateurs du site en question."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "Ce qui suit pourrait suffire :"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-"« Bonjour ! J’ai essayé d’accéder à votre site xyz.com en utilisant le "
-"Navigateur Tor et j’ai découvert que vous ne permettez pas aux utilisateurs "
-"de Tor d’y accéder."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-"Je vous prie instamment de reconsidérer votre décision ; dans le monde "
-"entier, des personnes utilisent Tor pour protéger leur vie privée et leurs "
-"données personnelles, mais aussi pour combattre la censure."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-"En bloquant les utilisateurs de Tor, vous bloquez vraisemblablement des "
-"personnes situées dans des pays où règne la répression et qui souhaitent "
-"utiliser un Internet libre, des journalistes et des chercheurs qui ne "
-"veulent pas être découverts, des lanceurs d’alerte, des activistes et des "
-"personnes ordinaires qui ne veulent pas être suivis à la trace par des tiers"
-" invasifs."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-"Veuillez adopter une position forte qui privilégie la confidentialité "
-"numérique, la protection des données personnelles et la liberté sur "
-"Internet, et permettre aux utilisateurs de Tor d’accéder à xyz.com. Merci. »"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"Dans le cas de banques ou autres sites Web sensibles, il est aussi habituel "
-"de constater un blocage d’après la position géographique (si une banque sait"
-" que vous accédez habituellement à ses services à partir d’un pays et que "
-"vous vous connectez soudainement à partir d’un relais de sortie situé de "
-"l’autre côté de la planète, votre compte pourrait être verrouillé ou "
-"suspendu)."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+ga.po b/contents+ga.po
index de44398b99..fbd85ba9d0 100644
--- a/contents+ga.po
+++ b/contents+ga.po
@@ -4,15 +4,15 @@
# Brian ITCOB Smith <briantcob(a)gmail.com>, 2020
# Kevin Scannell <kscanne(a)gmail.com>, 2020
# erinm, 2020
-# Emma Peel, 2020
+# Emma Peel, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: Emma Peel, 2020\n"
+"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Irish (https://www.transifex.com/otf/teams/1519/ga/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -476,6 +476,25 @@ msgid ""
"than being under the direct control of a user."
msgstr ""
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -545,6 +564,33 @@ msgid ""
"useful when dealing with law enforcement."
msgstr ""
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1431,6 +1477,74 @@ msgid ""
"services."
msgstr ""
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1494,6 +1608,28 @@ msgstr ""
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr ""
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5157,6 +5293,101 @@ msgid ""
"have no effect on Tor's configuration."
msgstr ""
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr ""
+"Ba mhaith liom cuairt a thabhairt ar shuíomh Gréasáin ach cuireann sé cosc "
+"ar líonra Tor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+"Uaireanta, cuireann suímh cosc ar úsáideoirí toisc nach féidir leo "
+"idirdhealú a dhéanamh idir gnáthúsáideoirí Tor agus trácht uathoibrithe."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+"An straitéis is fearr atá againn ó thaobh deireadh a chur leis an gcosc ar "
+"úsáideoirí Tor ná dul i dteagmháil go díreach le riarthóirí an tsuímh."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "Seans go ndéanfadh rud éigin mar seo an beart:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+"\"Dia dhuit! Rinne mé iarracht cuairt a thabhairt ar do shuíomh xyz.com le "
+"Brabhsálaí Tor ach de réir cosúlachta cuireann sibh cosc ar úsáideoirí Tor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+"Molaim go láidir duit athmhachnamh a dhéanamh ar an gcinneadh seo; úsáideann"
+" daoine ar fud an domhain Tor lena bpríobháideachas a chosaint agus le troid"
+" in aghaidh cinsireachta."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+"Trí chosc a chur ar úsáideoirí Tor, is dócha go bhfuil tú ag cur cosc ar "
+"dhaoine atá faoi smacht ina dtír dhúchais agus nach bhfuil in ann leas a "
+"bhaint as Idirlíon saor is oscailte, ar iriseoirí, taighdeoirí, daoine "
+"nochta scéil, gníomhaithe, agus gnáthdhaoine nach bhfuil sásta leis an "
+"lorgaireacht chunórach a dhéanann tríú páirtithe ar an nGréasán."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+"Iarraim ort an fód a sheasamh ar son príobháideachais dhigitigh agus ar son "
+"saoirse Idirlín, trí chead a thabhairt d'úsáideoirí Tor xyz.com a úsáid. Go "
+"raibh míle maith agat.\""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"I gcás bancanna nó suímh íogaire eile, feictear blocáil bunaithe ar "
+"thíreolaíocht (má tá a fhios ag an mbanc a úsáideann tú a chuid seirbhísí ó "
+"thír amháin de ghnáth, agus má fheiceann siad go bhfuil tú ag ceangal ó thír"
+" ar an taobh eile den domhan, seans go gcuirfeadh an banc do chuntas faoi "
+"ghlas nó ar fionraí)."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -5903,101 +6134,6 @@ msgid ""
"manual.torproject.org/circumvention/)"
msgstr ""
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr ""
-"Ba mhaith liom cuairt a thabhairt ar shuíomh Gréasáin ach cuireann sé cosc "
-"ar líonra Tor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-"Uaireanta, cuireann suímh cosc ar úsáideoirí toisc nach féidir leo "
-"idirdhealú a dhéanamh idir gnáthúsáideoirí Tor agus trácht uathoibrithe."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-"An straitéis is fearr atá againn ó thaobh deireadh a chur leis an gcosc ar "
-"úsáideoirí Tor ná dul i dteagmháil go díreach le riarthóirí an tsuímh."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "Seans go ndéanfadh rud éigin mar seo an beart:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-"\"Dia dhuit! Rinne mé iarracht cuairt a thabhairt ar do shuíomh xyz.com le "
-"Brabhsálaí Tor ach de réir cosúlachta cuireann sibh cosc ar úsáideoirí Tor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-"Molaim go láidir duit athmhachnamh a dhéanamh ar an gcinneadh seo; úsáideann"
-" daoine ar fud an domhain Tor lena bpríobháideachas a chosaint agus le troid"
-" in aghaidh cinsireachta."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-"Trí chosc a chur ar úsáideoirí Tor, is dócha go bhfuil tú ag cur cosc ar "
-"dhaoine atá faoi smacht ina dtír dhúchais agus nach bhfuil in ann leas a "
-"bhaint as Idirlíon saor is oscailte, ar iriseoirí, taighdeoirí, daoine "
-"nochta scéil, gníomhaithe, agus gnáthdhaoine nach bhfuil sásta leis an "
-"lorgaireacht chunórach a dhéanann tríú páirtithe ar an nGréasán."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-"Iarraim ort an fód a sheasamh ar son príobháideachais dhigitigh agus ar son "
-"saoirse Idirlín, trí chead a thabhairt d'úsáideoirí Tor xyz.com a úsáid. Go "
-"raibh míle maith agat.\""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"I gcás bancanna nó suímh íogaire eile, feictear blocáil bunaithe ar "
-"thíreolaíocht (má tá a fhios ag an mbanc a úsáideann tú a chuid seirbhísí ó "
-"thír amháin de ghnáth, agus má fheiceann siad go bhfuil tú ag ceangal ó thír"
-" ar an taobh eile den domhan, seans go gcuirfeadh an banc do chuntas faoi "
-"ghlas nó ar fionraí)."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+he.po b/contents+he.po
index 430b262648..06c76f6d0f 100644
--- a/contents+he.po
+++ b/contents+he.po
@@ -3,18 +3,18 @@
# Gus, 2020
# itaizand, 2020
# erinm, 2020
-# ION, 2020
# Omer I.S. <omeritzicschwartz(a)gmail.com>, 2021
# Zeev Shilor <zshilor(a)gmail.com>, 2021
# Emma Peel, 2021
+# ION, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: Emma Peel, 2021\n"
+"Last-Translator: ION, 2021\n"
"Language-Team: Hebrew (https://www.transifex.com/otf/teams/1519/he/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -478,6 +478,25 @@ msgid ""
"than being under the direct control of a user."
msgstr ""
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -547,6 +566,33 @@ msgid ""
"useful when dealing with law enforcement."
msgstr ""
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1433,6 +1479,74 @@ msgid ""
"services."
msgstr ""
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1496,6 +1610,28 @@ msgstr ""
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr ""
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5025,6 +5161,77 @@ msgid ""
"have no effect on Tor's configuration."
msgstr ""
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -5707,77 +5914,6 @@ msgid ""
"manual.torproject.org/circumvention/)"
msgstr ""
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+hr.po b/contents+hr.po
index d0c9f29adb..c501a4d71b 100644
--- a/contents+hr.po
+++ b/contents+hr.po
@@ -4,16 +4,16 @@
# Igor <lyricaltumor(a)gmail.com>, 2020
# Karlo Prikratki <karlo(a)karloprikratki.com>, 2020
# erinm, 2020
-# Emma Peel, 2021
# milotype <mail(a)milotype.de>, 2021
+# Emma Peel, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: milotype <mail(a)milotype.de>, 2021\n"
+"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Croatian (https://www.transifex.com/otf/teams/1519/hr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -549,6 +549,25 @@ msgstr ""
"Daemon je program koji radi kao proces u pozadini, umjesto da korisnik njime"
" izravno upravlja."
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -632,6 +651,33 @@ msgstr ""
"određenoj IP adresi. Ova je usluga često korisna kad se bavitš provedbom "
"zakona."
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1724,6 +1770,74 @@ msgstr ""
"tri skoka u [sklopu](../circuit), umjesto uobičajenih šest skokova za onion "
"usluge."
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1795,6 +1909,28 @@ msgstr "Cilj mu je očuvanje tvoje privatnosti i anonimnosti."
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr "[Saznaj više o Tails](https://tails.boum.org/)."
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5437,6 +5573,77 @@ msgid ""
"have no effect on Tor's configuration."
msgstr ""
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -6113,77 +6320,6 @@ msgid ""
"manual.torproject.org/circumvention/)"
msgstr ""
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+hu.po b/contents+hu.po
index ebaedc6736..72c3c29db2 100644
--- a/contents+hu.po
+++ b/contents+hu.po
@@ -5,14 +5,15 @@
# erinm, 2020
# Tamas Pajor <tpajor17(a)icloud.com>, 2020
# vargaviktor <viktor.varga(a)gmail.com>, 2021
+# Emma Peel, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: vargaviktor <viktor.varga(a)gmail.com>, 2021\n"
+"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Hungarian (https://www.transifex.com/otf/teams/1519/hu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -476,6 +477,25 @@ msgid ""
"than being under the direct control of a user."
msgstr ""
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -545,6 +565,33 @@ msgid ""
"useful when dealing with law enforcement."
msgstr ""
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1431,6 +1478,74 @@ msgid ""
"services."
msgstr ""
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1494,6 +1609,28 @@ msgstr ""
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr ""
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5051,6 +5188,77 @@ msgid ""
"have no effect on Tor's configuration."
msgstr ""
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -5751,77 +5959,6 @@ msgid ""
"manual.torproject.org/circumvention/)"
msgstr ""
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+id.po b/contents+id.po
index f58445cfe3..ff0859c13b 100644
--- a/contents+id.po
+++ b/contents+id.po
@@ -19,7 +19,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Indonesian (https://www.transifex.com/otf/teams/1519/id/)\n"
@@ -485,6 +485,25 @@ msgid ""
"than being under the direct control of a user."
msgstr ""
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -554,6 +573,33 @@ msgid ""
"useful when dealing with law enforcement."
msgstr ""
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1440,6 +1486,74 @@ msgid ""
"services."
msgstr ""
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1503,6 +1617,28 @@ msgstr ""
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr ""
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5248,6 +5384,99 @@ msgid ""
"have no effect on Tor's configuration."
msgstr ""
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr "Sebuah situs web yang saya tuju menghalangi akses Tor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+"Kadang beberapa situs web memblokir pengguna Tor karena tidak dapat "
+"membedakan pengguna Tor biasa dan lalu-lintas otomatis."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+"Hal terbaik yang dapat dilakukan adalah pengguna menghubungi langsung admin "
+"situsnya."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "Ini mungkin dapat menjadi contoh:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+"Halo! Saya berusaha melakukan akses terhadap situs xyz.com Anda melalui Tor "
+"Browser dan ternyata Anda tidak mengizinkan pengguna Tor untuk melakukan "
+"akses terhadap situs Anda."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+"Saya mohon dengan sangat untuk mempertimbangkan hal ini; Tor digunakan "
+"orang-orang di seluruh dunia untuk melindungi privasi mereka dan melawan "
+"sensor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+"Dengan memblokir pengguna Tor, Anda akan memblokir orang-orang di negara-"
+"negara represif yang ingin menggunakan Internet secara bebas, wartawan, dan "
+"peneliti yang ingin melindungi diri sendiri dari penemuan, termasuk "
+"whistleblower, aktivis, dan orang-orang biasa yang ingin terbebas dari "
+"pelacakan menyeluruh yang dilakukan pihak lain."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+"Mohon dukungan penuh terhadap privasi digital dan kebebasan Internet, dan "
+"izinkan pengguna Tor untuk melakukan akses ke xyz.com. Terima kasih!"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"Untuk situs web perbankan dan situs web lain yang sensitif, umumnya ada "
+"pemblokiran berdasarkan wilayah geografis (jika bank Anda mengetahui Anda "
+"biasanya melakukan akses terhadap jasa mereka dari suatu negara dan jika "
+"tiba-tiba Anda membuka situs web mereka dari exit relay di negara lain, akun"
+" Anda mungkin akan dikunci atau dibekukan)."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -6006,99 +6235,6 @@ msgstr ""
"://tb-manual.torproject.org/id/) di bagian [censorship](https://tb-"
"manual.torproject.org/id/circumvention/)"
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr "Sebuah situs web yang saya tuju menghalangi akses Tor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-"Kadang beberapa situs web memblokir pengguna Tor karena tidak dapat "
-"membedakan pengguna Tor biasa dan lalu-lintas otomatis."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-"Hal terbaik yang dapat dilakukan adalah pengguna menghubungi langsung admin "
-"situsnya."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "Ini mungkin dapat menjadi contoh:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-"Halo! Saya berusaha melakukan akses terhadap situs xyz.com Anda melalui Tor "
-"Browser dan ternyata Anda tidak mengizinkan pengguna Tor untuk melakukan "
-"akses terhadap situs Anda."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-"Saya mohon dengan sangat untuk mempertimbangkan hal ini; Tor digunakan "
-"orang-orang di seluruh dunia untuk melindungi privasi mereka dan melawan "
-"sensor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-"Dengan memblokir pengguna Tor, Anda akan memblokir orang-orang di negara-"
-"negara represif yang ingin menggunakan Internet secara bebas, wartawan, dan "
-"peneliti yang ingin melindungi diri sendiri dari penemuan, termasuk "
-"whistleblower, aktivis, dan orang-orang biasa yang ingin terbebas dari "
-"pelacakan menyeluruh yang dilakukan pihak lain."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-"Mohon dukungan penuh terhadap privasi digital dan kebebasan Internet, dan "
-"izinkan pengguna Tor untuk melakukan akses ke xyz.com. Terima kasih!"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"Untuk situs web perbankan dan situs web lain yang sensitif, umumnya ada "
-"pemblokiran berdasarkan wilayah geografis (jika bank Anda mengetahui Anda "
-"biasanya melakukan akses terhadap jasa mereka dari suatu negara dan jika "
-"tiba-tiba Anda membuka situs web mereka dari exit relay di negara lain, akun"
-" Anda mungkin akan dikunci atau dibekukan)."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+is.po b/contents+is.po
index 2cc931a996..93d90be810 100644
--- a/contents+is.po
+++ b/contents+is.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Sveinn í Felli <sv1(a)fellsnet.is>, 2021\n"
"Language-Team: Icelandic (https://www.transifex.com/otf/teams/1519/is/)\n"
@@ -523,6 +523,25 @@ msgstr ""
"Miðlaraferli er tölvuforrit sem keyrir í bakgrunni, fremur en að vera undir "
"beinni stjórn notandans."
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -597,6 +616,33 @@ msgid ""
"useful when dealing with law enforcement."
msgstr ""
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1620,6 +1666,74 @@ msgstr ""
"nota aðeins þrjú hopp í [rásinni](../circuit) fremur en hin venjulegu sex "
"hopp algengust eru í onion-þjónustum."
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1693,6 +1807,28 @@ msgstr "Markmiðið með því er að vernda nafnleysi þitt og öryggi einkagag
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr "[Lesa meira um Tails](https://tails.boum.org/)."
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5453,6 +5589,101 @@ msgid ""
"have no effect on Tor's configuration."
msgstr ""
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr "Vefsvæði sem ég er að reyna að skoða lokar á aðgang í gegnum Tor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+"Stundum loka vefsvæði á Tor-notendur vegna þess að þau sjá ekki muninn á "
+"venjulegum Tor-notanda og sjálfvirkri netumferð."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+"Besta aðferðin sem við vitum um til að fá vefsvæði til að leyfa Tor-notendur"
+" er að fá notendurna til að hafa samband beint við stjórnendur vefsvæðanna."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "Eitthvað á borð við þetta ætti að virka:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+"\"Góðan dag. Ég var að reyna að skoða vefinn ykkar á xyz.com með Tor-"
+"vafranum og komst að því að þið neitið þeim sem nota Tor um aðgang að "
+"vefsvæðinu ykkar."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+"Ég hvet ykkur til að endurskoða þessa ákvörðun; fólk út um víða veröld notar"
+" Tor til að verja persónuupplýsingar sínar og til að geta skoðað vefinn án "
+"hafta."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+"Með því að útiloka Tor-notendur, eruð þið að loka á fólk frá löndum þar sem "
+"stjórnvöld kúga þegna sína og komið í veg fyrir að þeir sem vilja nota "
+"frjálst internet geti það, meðal annars blaðamenn og vísindafólk sem vilja "
+"ekki að fylgst sé með þeim, uppljóstrarar, aðgerðasinnar og venjulegt fólk "
+"sem ekki hefur áhuga á þrúgandi eftirliti fyrirtækja og annarra "
+"utanaðkomandi aðila."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+"Vinsamlegast takið ykkur stöðu með stafrænni friðhelgi persónuupplýsinga og "
+"frjálsu interneti, og leyfið Tor-notendum að fá aðgang að xyz.com. Takk "
+"fyrir.\""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"Á vefjum margra banka og öðrum viðkvæmum vefsvæðum er algengt að sjá "
+"takmarkanir á aðgangi út frá landfræðilegum skilgreiningum (ef banki veit að"
+" þú kemur yfirleitt inn á vefinn hans úr einu landi, en síðan ertu allt í "
+"einu tengdur frá útgangsendurvarpa í allt öðru heimshorni, þá gæti aðgangnum"
+" þínum verið hafnað eða jafnvel settur í tímabundið bann)."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -6222,101 +6453,6 @@ msgstr ""
"vafrans](https://tb-manual.torproject.org/) um [ritskoðun](https://tb-"
"manual.torproject.org/circumvention/)"
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr "Vefsvæði sem ég er að reyna að skoða lokar á aðgang í gegnum Tor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-"Stundum loka vefsvæði á Tor-notendur vegna þess að þau sjá ekki muninn á "
-"venjulegum Tor-notanda og sjálfvirkri netumferð."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-"Besta aðferðin sem við vitum um til að fá vefsvæði til að leyfa Tor-notendur"
-" er að fá notendurna til að hafa samband beint við stjórnendur vefsvæðanna."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "Eitthvað á borð við þetta ætti að virka:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-"\"Góðan dag. Ég var að reyna að skoða vefinn ykkar á xyz.com með Tor-"
-"vafranum og komst að því að þið neitið þeim sem nota Tor um aðgang að "
-"vefsvæðinu ykkar."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-"Ég hvet ykkur til að endurskoða þessa ákvörðun; fólk út um víða veröld notar"
-" Tor til að verja persónuupplýsingar sínar og til að geta skoðað vefinn án "
-"hafta."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-"Með því að útiloka Tor-notendur, eruð þið að loka á fólk frá löndum þar sem "
-"stjórnvöld kúga þegna sína og komið í veg fyrir að þeir sem vilja nota "
-"frjálst internet geti það, meðal annars blaðamenn og vísindafólk sem vilja "
-"ekki að fylgst sé með þeim, uppljóstrarar, aðgerðasinnar og venjulegt fólk "
-"sem ekki hefur áhuga á þrúgandi eftirliti fyrirtækja og annarra "
-"utanaðkomandi aðila."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-"Vinsamlegast takið ykkur stöðu með stafrænni friðhelgi persónuupplýsinga og "
-"frjálsu interneti, og leyfið Tor-notendum að fá aðgang að xyz.com. Takk "
-"fyrir.\""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"Á vefjum margra banka og öðrum viðkvæmum vefsvæðum er algengt að sjá "
-"takmarkanir á aðgangi út frá landfræðilegum skilgreiningum (ef banki veit að"
-" þú kemur yfirleitt inn á vefinn hans úr einu landi, en síðan ertu allt í "
-"einu tengdur frá útgangsendurvarpa í allt öðru heimshorni, þá gæti aðgangnum"
-" þínum verið hafnað eða jafnvel settur í tímabundið bann)."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+it.po b/contents+it.po
index 401b2e0b9a..c686fde34f 100644
--- a/contents+it.po
+++ b/contents+it.po
@@ -30,7 +30,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Italian (https://www.transifex.com/otf/teams/1519/it/)\n"
@@ -581,6 +581,25 @@ msgstr ""
"Un daemon è un programma per computer che funziona come un processo in "
"background, anziché essere sotto il diretto controllo dell'utente."
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -669,6 +688,33 @@ msgstr ""
" su un determinato indirizzo IP in una determinata data. Questo servizio è "
"spesso utile quando si ha a che fare con forze dell'ordine. "
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1782,6 +1828,74 @@ msgstr ""
"che si connettono. I servizi single onion usano solo tre salti nel "
"[circuito](../circuit) invece dei classici 6 dei servizi onion. "
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1858,6 +1972,28 @@ msgstr "Mira a preservare la tua privacy e il tuo anonimato."
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr "[conosci di più riguardo a Tails](https://tails.boum.org/)."
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -6209,6 +6345,105 @@ msgstr ""
"Ricorda, tutte le righe che iniziano con `#` in torrc sono trattate come "
"commenti e non hanno effetto sulla configurazione di Tor."
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr ""
+"Un sito che sto cercando di raggiungere sta bloccando l'accesso tramite Tor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+"Talvolta i siti internet bloccano gli utenti di Tor perché non riescono a "
+"rilevalre la differenza tra un normale utilizzatore di Tor ed il traffico "
+"generato in modo automatico."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+"I risultati migliori che abbiamo avuto per ottenere che alcuni siti "
+"sbloccassero gli utenti di Tor sono stati ottenuti contattando direttamente "
+"gli amministratori del sito."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "Può funzionare qualcosa tipo questo:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+"\"Salve! Ho provato ad accedere al tuo sito xyz.com mentre stavo navigando "
+"con Tor Browser ed ho scoperto che non permetti agli utenti di Tor di "
+"accedere al tuo sito."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+"Ti esorto a riconsiderare questa decisione; Tor è utilizzato in tutto il "
+"mondo da persone che vogliono proteggere la loro privacy e combattere la "
+"censura."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+"Bloccando gli utenti di Tor, stai probabilmente bloccando persone che si "
+"trovano in Paesi repressi e che vogliono utilizzare internet liberamente, "
+"giornalisti e ricercatori che vogliono proteggere la propria identità, "
+"informatori, attivisti e normali persone che vogliono rimanere eclusi dai "
+"tracciamenti invasivi di terzi."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+"Per favore prendi una posizione forte a favore della privacy digitale e "
+"della libertà su internet e permetti agli utenti Tor di accedere a xyz.com. "
+"Grazie\"."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"Nel caso di banche o di altri siti internet sensibili, è inoltre comune "
+"vedere blocchi basati sulla località (se una banca sa che normalmente ti "
+"connetti ai loro servizi da un Paese, e improvvisamente ti stai connettendo "
+"da un exit relay dall'altra parte del mondo, il tuo account potrebbe essere "
+"bloccato o sospeso)."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+"Se non riesci a connetterti ad un servizio onion, per favore consulta [Non "
+"riesco a raggiungere X.onion!](../../onionservices/onionservices-3)."
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -7034,105 +7269,6 @@ msgstr ""
"Browser](https://tb-manual.torproject.org/it/) sezione [elusione della "
"censura](https://tb-manual.torproject.org/it/circumvention/)."
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr ""
-"Un sito che sto cercando di raggiungere sta bloccando l'accesso tramite Tor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-"Talvolta i siti internet bloccano gli utenti di Tor perché non riescono a "
-"rilevalre la differenza tra un normale utilizzatore di Tor ed il traffico "
-"generato in modo automatico."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-"I risultati migliori che abbiamo avuto per ottenere che alcuni siti "
-"sbloccassero gli utenti di Tor sono stati ottenuti contattando direttamente "
-"gli amministratori del sito."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "Può funzionare qualcosa tipo questo:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-"\"Salve! Ho provato ad accedere al tuo sito xyz.com mentre stavo navigando "
-"con Tor Browser ed ho scoperto che non permetti agli utenti di Tor di "
-"accedere al tuo sito."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-"Ti esorto a riconsiderare questa decisione; Tor è utilizzato in tutto il "
-"mondo da persone che vogliono proteggere la loro privacy e combattere la "
-"censura."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-"Bloccando gli utenti di Tor, stai probabilmente bloccando persone che si "
-"trovano in Paesi repressi e che vogliono utilizzare internet liberamente, "
-"giornalisti e ricercatori che vogliono proteggere la propria identità, "
-"informatori, attivisti e normali persone che vogliono rimanere eclusi dai "
-"tracciamenti invasivi di terzi."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-"Per favore prendi una posizione forte a favore della privacy digitale e "
-"della libertà su internet e permetti agli utenti Tor di accedere a xyz.com. "
-"Grazie\"."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"Nel caso di banche o di altri siti internet sensibili, è inoltre comune "
-"vedere blocchi basati sulla località (se una banca sa che normalmente ti "
-"connetti ai loro servizi da un Paese, e improvvisamente ti stai connettendo "
-"da un exit relay dall'altra parte del mondo, il tuo account potrebbe essere "
-"bloccato o sospeso)."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-"Se non riesci a connetterti ad un servizio onion, per favore consulta [Non "
-"riesco a raggiungere X.onion!](../../onionservices/onionservices-3)."
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+ja.po b/contents+ja.po
index 0f56572941..10164d11f4 100644
--- a/contents+ja.po
+++ b/contents+ja.po
@@ -8,21 +8,21 @@
# Tsuyoshi CHO <Tsuyoshi.CHO+transifex(a)gmail.com>, 2020
# Songbo Gong, 2020
# erinm, 2020
-# Emma Peel, 2020
# Tokumei Nanashi, 2020
# Suzuki Smith, 2020
# Ito Takeshi, 2021
# Kaede, 2021
# D A <miramami0403(a)gmail.com>, 2021
# h345u37g3 h345u37g3, 2021
+# Emma Peel, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: h345u37g3 h345u37g3, 2021\n"
+"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Japanese (https://www.transifex.com/otf/teams/1519/ja/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -500,6 +500,25 @@ msgid ""
"than being under the direct control of a user."
msgstr ""
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -569,6 +588,33 @@ msgid ""
"useful when dealing with law enforcement."
msgstr ""
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1461,6 +1507,74 @@ msgid ""
"services."
msgstr ""
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1526,6 +1640,28 @@ msgstr "Tails は、あなたのプライバシーと匿名性を維持するこ
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr "[Tails についての詳細な情報はこちらをご覧ください](https://tails.boum.org/)。"
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5111,6 +5247,78 @@ msgid ""
"have no effect on Tor's configuration."
msgstr ""
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "このようなものが効果的かもしれません:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"銀行やその他のセキュリティ上繊細なウェブサイトの場合は、地理に基づくブロッキングをされることも一般的です(あなたがいつも銀行へA国からアクセスしていて、突然Torの出口リレーのあるB国から接続していることがわかれば、あなたのアカウントはロックまたは中断される可能性があります)。"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -5822,78 +6030,6 @@ msgid ""
"manual.torproject.org/circumvention/)"
msgstr ""
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "このようなものが効果的かもしれません:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"銀行やその他のセキュリティ上繊細なウェブサイトの場合は、地理に基づくブロッキングをされることも一般的です(あなたがいつも銀行へA国からアクセスしていて、突然Torの出口リレーのあるB国から接続していることがわかれば、あなたのアカウントはロックまたは中断される可能性があります)。"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+ka.po b/contents+ka.po
index 65ea4300c9..0e70544e1e 100644
--- a/contents+ka.po
+++ b/contents+ka.po
@@ -1,16 +1,16 @@
#
# Translators:
# erinm, 2020
-# Emma Peel, 2020
# Georgianization, 2021
+# Emma Peel, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: Georgianization, 2021\n"
+"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Georgian (https://www.transifex.com/otf/teams/1519/ka/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -568,6 +568,25 @@ msgstr ""
"ეწოდება პროგრამას, რომელიც კომპიუტერში ეშვება ფონურ რეჟიმში და პირდაპირ არ "
"იმართება მომხმარებლის მიერ."
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -656,6 +675,33 @@ msgstr ""
"core-tor)-ის გადამცემი გაშვებული მოცემულ IP-მისამართზე, მოცემულ დროს. ეს "
"მომსახურება გამოსადეგია სამართლებრივი საკითხების გადაწყვეტისას."
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1787,6 +1833,74 @@ msgstr ""
"მომსახურებები, მხოლოდ სამი მონაკვეთითაა წარმოდგენილი [წრედში](../circuit), "
"განსხვავებით ჩვეულებრივი, ექვსმონაკვეთიანი onion-მომსახურებებისა."
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1864,6 +1978,28 @@ msgstr ""
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr "[უკეთ გაეცანით Tails-ს](https://tails.boum.org/)."
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -6279,6 +6415,103 @@ msgstr ""
"დაიხსომეთ, ხაზი რომელიც იწყება `#` ნიშნით torrc ფაილში წარმოადგენს მხოლოდ "
"შენიშვნას და არ აქვს გავლენა Tor-ის კონფიგურაციაზე."
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr "საიტი რომელზე შესვლასაც ვცდილობ, ზღუდავს Tor-ით წვდომას."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+"ზოგჯერ, ვებსაიტები ზღუდავს Tor-ის მომხმარებლებს, ვინაიდან ვერ ასხვავებს "
+"ჩვეულებრივ Tor-მომხმარებელს, ავტომატური პროგრამებისგან."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+"საუკეთესო გზა, Tor-მომხმარებლებისთვის საიტებზე შეზღუდვის მოსახსნელად, ამ "
+"საიტების მმართველებთან პირდაპირ დაკავშირებაა."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "რაღაც ამის მსგავსი წესით იმუშავებს:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+"„გამარჯობა! ვცდილობდი თქვენს საიტთან xyz.com დაკავშირებას Tor-ბრაუზერის "
+"გამოყენებით და აღმოვაჩინე, რომ Tor-ის მომხმარებლებისთვის შეზღუდული გაქვთ "
+"თქვენს საიტთან წვდომა."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+"მსურს, შეგაცვლევინოთ ეს გადაწყვეტილება; Tor-ს იყენებენ ადამიანები მთელი "
+"მსოფლიოდან, თავიანთი პირადი მონაცემების დასაცავად და ცენზურასთან "
+"ბრძოლისთვის."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+"Tor-ის მომხმარებლების შეზღუდვით, თქვენ უზღუდავთ ხალხს ინტერნეტის თავისუფლად "
+"გამოყენების საშუალებას ისეთი ქვეყნებიდან, სადაც მათზე ზეწოლას აქვს ადგილი "
+"ხელისუფლებისგან, მათ შორის იმ ჟურნალისტებსა და მკვლევარებს, რომელთაც სურთ "
+"თავი დაიცვან ვინაობის გამჟღავნებისგან, თავლყურისდევნებისა და "
+"ზედამხედველებისგან, ასევე იმ რიგით ადამიანებს, რომელთაც უბრალოდ სურთ, "
+"ინტერნეტში მათი მოქმედებების აღრიცხვისგან თავის არიდება."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+"გთხოვთ, მხარი დაუჭიროთ პირადი მონაცემების ხელშეუხებლობასა და ინტერნეტის "
+"თავისუფლებას და დართოთ Tor-ის მომხმარებლებს xyz.com საიტთან წვდომის ნება. "
+"გმადლობთ.“"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"ბანკების ან სხვა დაცული მომსახურებების მომწოდებელი ვებსაიტების შემთხვევაში, "
+"ხშირია ადგილმდებარეობის მიხედვით შეზღუდვა (თუ ბანკმა იცის რომ ხშირად იყენებთ"
+" მის მომსახურებებს გარკვეული ქვეყნიდან და მოულოდნელად დაუკავშირდებით "
+"მსოფლიოს მეორე კუთხეში არსებული გამსვლელი წერტილიდან, თქვენი ანგარიში "
+"შეიძლება ჩაიკეტოს ან დროებით შეჩერდეს)."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+"თუ ვერ ახერხებთ onion-მომსახურებასთან დაკავშირებას, გთხოვთ იხილოთ [ვერ "
+"ვუკავშირდები X.onion-ს!](../../onionservices/onionservices-3)."
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -7112,103 +7345,6 @@ msgstr ""
"სახელმძღვანელოში](https://tb-manual.torproject.org/ka/circumvention/) "
"განყოფილება ცენზურა."
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr "საიტი რომელზე შესვლასაც ვცდილობ, ზღუდავს Tor-ით წვდომას."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-"ზოგჯერ, ვებსაიტები ზღუდავს Tor-ის მომხმარებლებს, ვინაიდან ვერ ასხვავებს "
-"ჩვეულებრივ Tor-მომხმარებელს, ავტომატური პროგრამებისგან."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-"საუკეთესო გზა, Tor-მომხმარებლებისთვის საიტებზე შეზღუდვის მოსახსნელად, ამ "
-"საიტების მმართველებთან პირდაპირ დაკავშირებაა."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "რაღაც ამის მსგავსი წესით იმუშავებს:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-"„გამარჯობა! ვცდილობდი თქვენს საიტთან xyz.com დაკავშირებას Tor-ბრაუზერის "
-"გამოყენებით და აღმოვაჩინე, რომ Tor-ის მომხმარებლებისთვის შეზღუდული გაქვთ "
-"თქვენს საიტთან წვდომა."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-"მსურს, შეგაცვლევინოთ ეს გადაწყვეტილება; Tor-ს იყენებენ ადამიანები მთელი "
-"მსოფლიოდან, თავიანთი პირადი მონაცემების დასაცავად და ცენზურასთან "
-"ბრძოლისთვის."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-"Tor-ის მომხმარებლების შეზღუდვით, თქვენ უზღუდავთ ხალხს ინტერნეტის თავისუფლად "
-"გამოყენების საშუალებას ისეთი ქვეყნებიდან, სადაც მათზე ზეწოლას აქვს ადგილი "
-"ხელისუფლებისგან, მათ შორის იმ ჟურნალისტებსა და მკვლევარებს, რომელთაც სურთ "
-"თავი დაიცვან ვინაობის გამჟღავნებისგან, თავლყურისდევნებისა და "
-"ზედამხედველებისგან, ასევე იმ რიგით ადამიანებს, რომელთაც უბრალოდ სურთ, "
-"ინტერნეტში მათი მოქმედებების აღრიცხვისგან თავის არიდება."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-"გთხოვთ, მხარი დაუჭიროთ პირადი მონაცემების ხელშეუხებლობასა და ინტერნეტის "
-"თავისუფლებას და დართოთ Tor-ის მომხმარებლებს xyz.com საიტთან წვდომის ნება. "
-"გმადლობთ.“"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"ბანკების ან სხვა დაცული მომსახურებების მომწოდებელი ვებსაიტების შემთხვევაში, "
-"ხშირია ადგილმდებარეობის მიხედვით შეზღუდვა (თუ ბანკმა იცის რომ ხშირად იყენებთ"
-" მის მომსახურებებს გარკვეული ქვეყნიდან და მოულოდნელად დაუკავშირდებით "
-"მსოფლიოს მეორე კუთხეში არსებული გამსვლელი წერტილიდან, თქვენი ანგარიში "
-"შეიძლება ჩაიკეტოს ან დროებით შეჩერდეს)."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-"თუ ვერ ახერხებთ onion-მომსახურებასთან დაკავშირებას, გთხოვთ იხილოთ [ვერ "
-"ვუკავშირდები X.onion-ს!](../../onionservices/onionservices-3)."
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+ko.po b/contents+ko.po
index 0abd7fa198..10a82ef7dd 100644
--- a/contents+ko.po
+++ b/contents+ko.po
@@ -6,17 +6,17 @@
# Plusb Preco <plusb21(a)gmail.com>, 2020
# Johnny Cho <popeye92(a)gmail.com>, 2020
# erinm, 2020
-# Emma Peel, 2020
# Philipp Sauter <qt123(a)pm.me>, 2020
# 장민준, 2021
+# Emma Peel, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: 장민준, 2021\n"
+"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Korean (https://www.transifex.com/otf/teams/1519/ko/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -480,6 +480,25 @@ msgid ""
"than being under the direct control of a user."
msgstr ""
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -549,6 +568,33 @@ msgid ""
"useful when dealing with law enforcement."
msgstr ""
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1435,6 +1481,74 @@ msgid ""
"services."
msgstr ""
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1498,6 +1612,28 @@ msgstr ""
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr ""
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5021,6 +5157,79 @@ msgid ""
"have no effect on Tor's configuration."
msgstr ""
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr "내가 접속하려는 웹 사이트가 Tor를 통한 접근을 차단하고 있습니다."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "이런 것은 문제를 해결할 수도 있습니다:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"은행 및 기타 민감한 웹 사이트의 경우 지역에 기반을 차단을 하는 것이 일반적입니다 (은행이 보통 특정 국가에서 서비스에 접근하는 것을 "
+"알고 있고 갑자기 다른 지역의 출구 릴레이에서 연결하는 경우). 계정이 잠기거나 일시 중지 될 수 있습니다."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -5699,79 +5908,6 @@ msgid ""
"manual.torproject.org/circumvention/)"
msgstr ""
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr "내가 접속하려는 웹 사이트가 Tor를 통한 접근을 차단하고 있습니다."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "이런 것은 문제를 해결할 수도 있습니다:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"은행 및 기타 민감한 웹 사이트의 경우 지역에 기반을 차단을 하는 것이 일반적입니다 (은행이 보통 특정 국가에서 서비스에 접근하는 것을 "
-"알고 있고 갑자기 다른 지역의 출구 릴레이에서 연결하는 경우). 계정이 잠기거나 일시 중지 될 수 있습니다."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+lt.po b/contents+lt.po
index d842e6ded2..a44a46025c 100644
--- a/contents+lt.po
+++ b/contents+lt.po
@@ -5,15 +5,15 @@
# Daumantas Backus <daumux(a)hotmail.lt>, 2020
# erinm, 2020
# Moo, 2020
-# Tautvydas Ž., 2020
+# Tautvydas Ž., 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: Tautvydas Ž., 2020\n"
+"Last-Translator: Tautvydas Ž., 2021\n"
"Language-Team: Lithuanian (https://www.transifex.com/otf/teams/1519/lt/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -477,6 +477,25 @@ msgid ""
"than being under the direct control of a user."
msgstr ""
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -546,6 +565,33 @@ msgid ""
"useful when dealing with law enforcement."
msgstr ""
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1432,6 +1478,74 @@ msgid ""
"services."
msgstr ""
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1495,6 +1609,28 @@ msgstr ""
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr ""
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5037,6 +5173,77 @@ msgid ""
"have no effect on Tor's configuration."
msgstr ""
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -5704,77 +5911,6 @@ msgid ""
"manual.torproject.org/circumvention/)"
msgstr ""
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+mk.po b/contents+mk.po
index 959286c3cb..005e26f36e 100644
--- a/contents+mk.po
+++ b/contents+mk.po
@@ -3,17 +3,17 @@
# Gus, 2020
# erinm, 2020
# Zarko Gjurov <zarkogjurov(a)gmail.com>, 2020
-# Liljana Ackovska <liljanagjurova(a)gmail.com>, 2020
# Matej Plavevski <matej.plavevski+github(a)gmail.com>, 2020
# Emma Peel, 2021
+# Liljana Ackovska <liljanagjurova(a)gmail.com>, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: Emma Peel, 2021\n"
+"Last-Translator: Liljana Ackovska <liljanagjurova(a)gmail.com>, 2021\n"
"Language-Team: Macedonian (https://www.transifex.com/otf/teams/1519/mk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -477,6 +477,25 @@ msgid ""
"than being under the direct control of a user."
msgstr ""
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -546,6 +565,33 @@ msgid ""
"useful when dealing with law enforcement."
msgstr ""
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1432,6 +1478,74 @@ msgid ""
"services."
msgstr ""
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1495,6 +1609,28 @@ msgstr ""
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr ""
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5008,6 +5144,77 @@ msgid ""
"have no effect on Tor's configuration."
msgstr ""
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -5671,77 +5878,6 @@ msgid ""
"manual.torproject.org/circumvention/)"
msgstr ""
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+ml.po b/contents+ml.po
index ccfb8d39e0..ca821e75cb 100644
--- a/contents+ml.po
+++ b/contents+ml.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Malayalam (https://www.transifex.com/otf/teams/1519/ml/)\n"
@@ -532,6 +532,25 @@ msgstr ""
"ഒരു ഉപയോക്താവിന്റെ നേരിട്ടുള്ള നിയന്ത്രണത്തിലല്ല, മറിച്ച് ഒരു പശ്ചാത്തല "
"പ്രക്രിയയായി പ്രവർത്തിക്കുന്ന ഒരു കമ്പ്യൂട്ടർ പ്രോഗ്രാമാണ് ഡെമൺ."
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -616,6 +635,33 @@ msgstr ""
"പ്രവർത്തിക്കുന്നുണ്ടോ എന്ന ചോദ്യത്തിന് ഇത് ഉത്തരം നൽകുന്നു. നിയമ "
"നിർവ്വഹണവുമായി ഇടപെടുമ്പോൾ ഈ സേവനം പലപ്പോഴും ഉപയോഗപ്രദമാണ്."
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1665,6 +1711,74 @@ msgstr ""
"സാധാരണ ആറ് ഹോപ്പുകളേക്കാൾ [സ്യൂട്ട്](../circuit) ൽ മൂന്ന് ഹോപ്സ് മാത്രമാണ് "
"ഒറ്റ ഉള്ളി സേവനങ്ങൾ ഉപയോഗിക്കുന്നത്."
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "സ്നോഫ്ളൈക് "
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1739,6 +1853,28 @@ msgstr ""
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr "[വാലുകളെക്കുറിച്ച് കൂടുതലറിയുക](https://tails.boum.org/)."
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5932,6 +6068,104 @@ msgstr ""
"ടോർക്കിലെ `#` എന്ന് ആരംഭിക്കുന്ന എല്ലാ വരികളും അഭിപ്രായങ്ങളായി "
"കണക്കാക്കുന്നുവെന്നും ടോർ കോൺഫിഗറേഷനെ ബാധിക്കില്ലെന്നും ഓർമ്മിക്കുക."
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr ""
+"ഞാൻ എത്തിച്ചേരാൻ ശ്രമിക്കുന്ന ഒരു വെബ്സൈറ്റ് ടോറിലൂടെയുള്ള ആക്സസ്സ് "
+"തടയുകയാണ്."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+"ടോർ ഉപയോക്താക്കളെ ശരാശരി ടോർ ഉപയോക്താവും യാന്ത്രിക ട്രാഫിക്കും തമ്മിലുള്ള "
+"വ്യത്യാസം പറയാൻ കഴിയാത്തതിനാൽ ചിലപ്പോൾ വെബ്സൈറ്റുകൾ തടയും."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+"ടോർ ഉപയോക്താക്കളെ തടഞ്ഞത് മാറ്റുന്നതിൽ സൈറ്റുകൾ നേടുന്നതിൽ ഞങ്ങൾ നേടിയ "
+"ഏറ്റവും മികച്ച വിജയം ഉപയോക്താക്കളെ സൈറ്റ് അഡ്മിനിസ്ട്രേറ്റർമാരുമായി നേരിട്ട്"
+" ബന്ധപ്പെടുന്നതാണ്."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "ഇതുപോലൊന്ന് തന്ത്രം ചെയ്തേക്കാം:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+"\"ഹായ്! ടോർ ബ്രൗസർ ഉപയോഗിക്കുമ്പോൾ ഞാൻ നിങ്ങളുടെ സൈറ്റ് xyz.com ആക്സസ് "
+"ചെയ്യാൻ ശ്രമിച്ചു, ടോർ ഉപയോക്താക്കളെ നിങ്ങളുടെ സൈറ്റ് ആക്സസ് ചെയ്യാൻ നിങ്ങൾ "
+"അനുവദിക്കുന്നില്ലെന്ന് കണ്ടെത്തി."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+"ഈ തീരുമാനം പുന പരിശോധിക്കാൻ ഞാൻ നിങ്ങളോട് അഭ്യർത്ഥിക്കുന്നു; "
+"ലോകമെമ്പാടുമുള്ള ആളുകൾ അവരുടെ സ്വകാര്യത പരിരക്ഷിക്കുന്നതിനും "
+"സെൻസർഷിപ്പിനെതിരെ പോരാടുന്നതിനും ടോർ ഉപയോഗിക്കുന്നു."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+"ടോർ ഉപയോക്താക്കളെ തടയുന്നതിലൂടെ, ഒരു സ്വതന്ത്ര ഇന്റർനെറ്റ് ഉപയോഗിക്കാൻ "
+"ആഗ്രഹിക്കുന്ന അടിച്ചമർത്തൽ രാജ്യങ്ങളിലെ ആളുകളെയും, കണ്ടെത്തലിൽ നിന്ന് സ്വയം "
+"പരിരക്ഷിക്കാൻ ആഗ്രഹിക്കുന്ന മാധ്യമപ്രവർത്തകരെയും ഗവേഷകരെയും, വിസിൽ "
+"ബ്ലോവർമാരെയും ആക്ടിവിസ്റ്റുകളെയും ആക്രമണാത്മക മൂന്നാം കക്ഷി ട്രാക്കിംഗ് "
+"ഒഴിവാക്കാൻ ആഗ്രഹിക്കുന്ന സാധാരണക്കാരെയും നിങ്ങൾ തടയുന്നു."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+"ഡിജിറ്റൽ സ്വകാര്യതയ്ക്കും ഇന്റർനെറ്റ് സ്വാതന്ത്ര്യത്തിനും അനുകൂലമായി ശക്തമായ"
+" നിലപാട് സ്വീകരിക്കുക, ഒപ്പം ടോർ ഉപയോക്താക്കളെ xyz.com ലേക്ക് പ്രവേശിക്കാൻ "
+"അനുവദിക്കുക. നന്ദി.\""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"ബാങ്കുകളുടെയും മറ്റ് സെൻസിറ്റീവ് വെബ്സൈറ്റുകളുടെയും കാര്യത്തിൽ, "
+"ഭൂമിശാസ്ത്രത്തെ അടിസ്ഥാനമാക്കിയുള്ള തടയൽ കാണുന്നതും സാധാരണമാണ് (ഒരു "
+"രാജ്യത്ത് നിന്ന് അവരുടെ സേവനങ്ങൾ സാധാരണയായി ആക്സസ് ചെയ്യാൻ ഒരു ബാങ്കിന് "
+"അറിയാമെങ്കിൽ, പെട്ടെന്ന് നിങ്ങൾ മറുവശത്തുള്ള ഒരു എക്സിറ്റ് റിലേയിൽ നിന്ന് "
+"കണക്റ്റുചെയ്യുന്നു ലോകം, നിങ്ങളുടെ അക്കൗണ്ട് ലോക്കുചെയ്യുകയോ താൽക്കാലികമായി "
+"നിർത്തിവയ്ക്കുകയോ ചെയ്യാം)."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -6746,104 +6980,6 @@ msgstr ""
"manual.torproject.org/circumvention/) ലെ [ടോർ ബ്രൗസർ യൂസർ മാനുവൽ](https"
"://tb-manual.torproject.org/) വിഭാഗം കാണുക."
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr ""
-"ഞാൻ എത്തിച്ചേരാൻ ശ്രമിക്കുന്ന ഒരു വെബ്സൈറ്റ് ടോറിലൂടെയുള്ള ആക്സസ്സ് "
-"തടയുകയാണ്."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-"ടോർ ഉപയോക്താക്കളെ ശരാശരി ടോർ ഉപയോക്താവും യാന്ത്രിക ട്രാഫിക്കും തമ്മിലുള്ള "
-"വ്യത്യാസം പറയാൻ കഴിയാത്തതിനാൽ ചിലപ്പോൾ വെബ്സൈറ്റുകൾ തടയും."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-"ടോർ ഉപയോക്താക്കളെ തടഞ്ഞത് മാറ്റുന്നതിൽ സൈറ്റുകൾ നേടുന്നതിൽ ഞങ്ങൾ നേടിയ "
-"ഏറ്റവും മികച്ച വിജയം ഉപയോക്താക്കളെ സൈറ്റ് അഡ്മിനിസ്ട്രേറ്റർമാരുമായി നേരിട്ട്"
-" ബന്ധപ്പെടുന്നതാണ്."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "ഇതുപോലൊന്ന് തന്ത്രം ചെയ്തേക്കാം:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-"\"ഹായ്! ടോർ ബ്രൗസർ ഉപയോഗിക്കുമ്പോൾ ഞാൻ നിങ്ങളുടെ സൈറ്റ് xyz.com ആക്സസ് "
-"ചെയ്യാൻ ശ്രമിച്ചു, ടോർ ഉപയോക്താക്കളെ നിങ്ങളുടെ സൈറ്റ് ആക്സസ് ചെയ്യാൻ നിങ്ങൾ "
-"അനുവദിക്കുന്നില്ലെന്ന് കണ്ടെത്തി."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-"ഈ തീരുമാനം പുന പരിശോധിക്കാൻ ഞാൻ നിങ്ങളോട് അഭ്യർത്ഥിക്കുന്നു; "
-"ലോകമെമ്പാടുമുള്ള ആളുകൾ അവരുടെ സ്വകാര്യത പരിരക്ഷിക്കുന്നതിനും "
-"സെൻസർഷിപ്പിനെതിരെ പോരാടുന്നതിനും ടോർ ഉപയോഗിക്കുന്നു."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-"ടോർ ഉപയോക്താക്കളെ തടയുന്നതിലൂടെ, ഒരു സ്വതന്ത്ര ഇന്റർനെറ്റ് ഉപയോഗിക്കാൻ "
-"ആഗ്രഹിക്കുന്ന അടിച്ചമർത്തൽ രാജ്യങ്ങളിലെ ആളുകളെയും, കണ്ടെത്തലിൽ നിന്ന് സ്വയം "
-"പരിരക്ഷിക്കാൻ ആഗ്രഹിക്കുന്ന മാധ്യമപ്രവർത്തകരെയും ഗവേഷകരെയും, വിസിൽ "
-"ബ്ലോവർമാരെയും ആക്ടിവിസ്റ്റുകളെയും ആക്രമണാത്മക മൂന്നാം കക്ഷി ട്രാക്കിംഗ് "
-"ഒഴിവാക്കാൻ ആഗ്രഹിക്കുന്ന സാധാരണക്കാരെയും നിങ്ങൾ തടയുന്നു."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-"ഡിജിറ്റൽ സ്വകാര്യതയ്ക്കും ഇന്റർനെറ്റ് സ്വാതന്ത്ര്യത്തിനും അനുകൂലമായി ശക്തമായ"
-" നിലപാട് സ്വീകരിക്കുക, ഒപ്പം ടോർ ഉപയോക്താക്കളെ xyz.com ലേക്ക് പ്രവേശിക്കാൻ "
-"അനുവദിക്കുക. നന്ദി.\""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"ബാങ്കുകളുടെയും മറ്റ് സെൻസിറ്റീവ് വെബ്സൈറ്റുകളുടെയും കാര്യത്തിൽ, "
-"ഭൂമിശാസ്ത്രത്തെ അടിസ്ഥാനമാക്കിയുള്ള തടയൽ കാണുന്നതും സാധാരണമാണ് (ഒരു "
-"രാജ്യത്ത് നിന്ന് അവരുടെ സേവനങ്ങൾ സാധാരണയായി ആക്സസ് ചെയ്യാൻ ഒരു ബാങ്കിന് "
-"അറിയാമെങ്കിൽ, പെട്ടെന്ന് നിങ്ങൾ മറുവശത്തുള്ള ഒരു എക്സിറ്റ് റിലേയിൽ നിന്ന് "
-"കണക്റ്റുചെയ്യുന്നു ലോകം, നിങ്ങളുടെ അക്കൗണ്ട് ലോക്കുചെയ്യുകയോ താൽക്കാലികമായി "
-"നിർത്തിവയ്ക്കുകയോ ചെയ്യാം)."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+nb.po b/contents+nb.po
index 6f5233eac3..bdae0c2d2a 100644
--- a/contents+nb.po
+++ b/contents+nb.po
@@ -1,19 +1,19 @@
#
# Translators:
-# 490cdfb601cecc09e36402222ad5913c, 2020
# Allan Nordhøy <epost(a)anotheragency.no>, 2020
# erinm, 2020
# LarsMagnusHerland <lars.magnus(a)herland.priv.no>, 2020
# Jørgen Moen Isaksen <klokkefriken2(a)protonmail.com>, 2020
# Emma Peel, 2021
+# 490cdfb601cecc09e36402222ad5913c, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: Emma Peel, 2021\n"
+"Last-Translator: 490cdfb601cecc09e36402222ad5913c, 2021\n"
"Language-Team: Norwegian Bokmål (https://www.transifex.com/otf/teams/1519/nb/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -477,6 +477,25 @@ msgid ""
"than being under the direct control of a user."
msgstr ""
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -546,6 +565,33 @@ msgid ""
"useful when dealing with law enforcement."
msgstr ""
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1434,6 +1480,74 @@ msgid ""
"services."
msgstr ""
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1497,6 +1611,28 @@ msgstr ""
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr "[Lær mer om Tails](https://tails.boum.org/)."
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5047,6 +5183,77 @@ msgid ""
"have no effect on Tor's configuration."
msgstr ""
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -5750,77 +5957,6 @@ msgid ""
"manual.torproject.org/circumvention/)"
msgstr ""
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+nl.po b/contents+nl.po
index 010ace6c81..e28ff43e9c 100644
--- a/contents+nl.po
+++ b/contents+nl.po
@@ -4,21 +4,21 @@
# 474b48c235410e3cf08f6b663c6ae38d_3608ce7 <4fd1b787750d3242ed755242cd5caceb_548411>, 2020
# Jonah Coenen <jonahcoenen(a)gmail.com>, 2020
# John Falter, 2020
-# Tonnes <tonnes.mb(a)gmail.com>, 2020
# Nathan Follens, 2020
# erinm, 2020
# Emma Peel, 2020
# Meteor0id, 2020
# kwadronaut <kwadronaut(a)autistici.org>, 2021
# Tristan <tristan(a)thewoosh.me>, 2021
+# Tonnes <tonnes.mb(a)gmail.com>, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: Tristan <tristan(a)thewoosh.me>, 2021\n"
+"Last-Translator: Tonnes <tonnes.mb(a)gmail.com>, 2021\n"
"Language-Team: Dutch (https://www.transifex.com/otf/teams/1519/nl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -566,6 +566,25 @@ msgstr ""
"Een daemon is een computerprogramma dat actief is als een "
"achtergrondsprocess, ander dan direct onder controle van een gebruiker."
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -654,6 +673,33 @@ msgstr ""
"moment op een bepaald IP-adres actief was. Deze service is vaak handig "
"tijdens het omgaan met overheidsinstanties."
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1562,6 +1608,74 @@ msgid ""
"services."
msgstr ""
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1625,6 +1739,28 @@ msgstr ""
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr ""
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5169,6 +5305,81 @@ msgid ""
"have no effect on Tor's configuration."
msgstr ""
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "Op deze manier zou het moeten lukken:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"In het geval van banken, of andere privacygevoelige website, is vaak sprake "
+"van blokkade op basis van je geografische locatie (je bank kan besluiten je "
+"account te blokkeren als je vanuit een ander land inlogt dan je gebruikelijk"
+" doet)."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -5841,81 +6052,6 @@ msgid ""
"manual.torproject.org/circumvention/)"
msgstr ""
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "Op deze manier zou het moeten lukken:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"In het geval van banken, of andere privacygevoelige website, is vaak sprake "
-"van blokkade op basis van je geografische locatie (je bank kan besluiten je "
-"account te blokkeren als je vanuit een ander land inlogt dan je gebruikelijk"
-" doet)."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+pl.po b/contents+pl.po
index bd8b26b8b6..068241c62b 100644
--- a/contents+pl.po
+++ b/contents+pl.po
@@ -14,16 +14,16 @@
# Filip <filipiczesio(a)vp.pl>, 2020
# Dawid Potocki <dpot(a)disroot.org>, 2020
# Marcin S <dzidek1003(a)o2.pl>, 2021
-# Emma Peel, 2021
# Kristian <geezet(a)riseup.net>, 2021
+# Emma Peel, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: Kristian <geezet(a)riseup.net>, 2021\n"
+"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Polish (https://www.transifex.com/otf/teams/1519/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -577,6 +577,25 @@ msgstr ""
"Demon jest programem komputerowym, który działa jako proces w tle, a nie "
"jest bezpośrednio kontrolowanym przez użytkownika."
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -666,6 +685,33 @@ msgstr ""
"](../tor-tor-network-core-tor). Usługa ta jest często przydatna w kontaktach"
" z organami ścigania."
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1802,6 +1848,74 @@ msgstr ""
"trzy węzły w [obwodzie](../circut), a nie typowe sześć węzłów dla usług "
"cebulowych."
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1879,6 +1993,28 @@ msgstr "Ma on na celu ochronę prywatności i anonimowości użytkownika."
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr "[Dowiedz się więcej o Tails](https://tails.boum.org/)."
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -6324,6 +6460,100 @@ msgstr ""
"Pamiętaj, wszystkie linie zaczynające się znakiem '#' w torrc są traktowane "
"jako komentarz, i nie mają wpływu na konfigurację Tora."
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr "Strona do której próbuję się połączyć, blokuje dostęp przez Tora."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+"Czasami strony internetowe blokują użytkowników Tora, ponieważ nie są w "
+"stanie odróżnić przeciętnego użytkownika Tora od zautomatyzowanego ruchu."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+"Największy sukces, jaki odnieśliśmy w doprowadzeniu do odblokowania "
+"użytkowników Tor przez strony internetowe, jest skłonieniem użytkowników do "
+"bezpośredniego kontaktu z administratorami stron."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "Coś w tym rodzaju może pomóc:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+"\"Cześć! Próbowałem uzyskać dostęp do twojej strony xyz.com podczas "
+"korzystania z Przeglądarki Tor i odkryłem, że nie pozwalasz użytkownikom "
+"Tora na dostęp do twojej strony."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+"Nalegam do ponownego rozważenia tej decyzji; Tor jest wykorzystywany przez "
+"ludzi na całym świecie do ochrony ich prywatności i zwalczania cenzury."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+"Blokując użytkowników Tor, prawdopodobnie blokujesz ludzi w krajach "
+"represyjnych, którzy chcą korzystać z wolnego internetu, dziennikarzy i "
+"badaczy, którzy chcą chronić się przed odkryciami, sygnalistami, aktywistami"
+" i zwykłymi ludźmi, którzy próbują zwalczać inwazyjne śledzenie przez osoby "
+"trzecie."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+"Proszę zająć zdecydowane stanowisko na rzecz prywatności cyfrowej i wolności"
+" Internetu oraz umożliwić użytkownikom Tora dostęp do xyz.com. Dziękuje.\""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"W przypadku banków i innych wrażliwych stron, powszechnie można zobaczyć "
+"blokowanie na bazie geograficznej (jeśli bank wie że zazwyczaj używasz ich "
+"usług z jednego kraju, i nagle łączysz się z mostu wyjściowego po drugiej "
+"stronie świata, twoje konto może być zablokowane lub zawieszone)."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+"Jeśli nie jesteś w stanie połączyć się do serwisu onion, sprawdź [Nie mogę "
+"połączyć się z X.onion!](../../onionservices/onionservices-3)."
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -7163,100 +7393,6 @@ msgstr ""
"Tor](https://tb-manual.torproject.org/) w sekcji [cenzura](https://tb-"
"manual.torproject.org/circumvention/)"
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr "Strona do której próbuję się połączyć, blokuje dostęp przez Tora."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-"Czasami strony internetowe blokują użytkowników Tora, ponieważ nie są w "
-"stanie odróżnić przeciętnego użytkownika Tora od zautomatyzowanego ruchu."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-"Największy sukces, jaki odnieśliśmy w doprowadzeniu do odblokowania "
-"użytkowników Tor przez strony internetowe, jest skłonieniem użytkowników do "
-"bezpośredniego kontaktu z administratorami stron."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "Coś w tym rodzaju może pomóc:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-"\"Cześć! Próbowałem uzyskać dostęp do twojej strony xyz.com podczas "
-"korzystania z Przeglądarki Tor i odkryłem, że nie pozwalasz użytkownikom "
-"Tora na dostęp do twojej strony."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-"Nalegam do ponownego rozważenia tej decyzji; Tor jest wykorzystywany przez "
-"ludzi na całym świecie do ochrony ich prywatności i zwalczania cenzury."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-"Blokując użytkowników Tor, prawdopodobnie blokujesz ludzi w krajach "
-"represyjnych, którzy chcą korzystać z wolnego internetu, dziennikarzy i "
-"badaczy, którzy chcą chronić się przed odkryciami, sygnalistami, aktywistami"
-" i zwykłymi ludźmi, którzy próbują zwalczać inwazyjne śledzenie przez osoby "
-"trzecie."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-"Proszę zająć zdecydowane stanowisko na rzecz prywatności cyfrowej i wolności"
-" Internetu oraz umożliwić użytkownikom Tora dostęp do xyz.com. Dziękuje.\""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"W przypadku banków i innych wrażliwych stron, powszechnie można zobaczyć "
-"blokowanie na bazie geograficznej (jeśli bank wie że zazwyczaj używasz ich "
-"usług z jednego kraju, i nagle łączysz się z mostu wyjściowego po drugiej "
-"stronie świata, twoje konto może być zablokowane lub zawieszone)."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-"Jeśli nie jesteś w stanie połączyć się do serwisu onion, sprawdź [Nie mogę "
-"połączyć się z X.onion!](../../onionservices/onionservices-3)."
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+pt-BR.po b/contents+pt-BR.po
index 084eac19c5..52c4d88155 100644
--- a/contents+pt-BR.po
+++ b/contents+pt-BR.po
@@ -29,7 +29,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/otf/teams/1519/pt_BR/)\n"
@@ -581,6 +581,25 @@ msgstr ""
"Um daemon é um programa de computador que é executado como um processo em "
"segundo plano, em vez de estar sob o controle direto de um usuário."
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -669,6 +688,33 @@ msgstr ""
"em um dado endereço de IP em uma determinada data. Esse serviço é muitas "
"vezes útil ao lidar com a policia."
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1794,6 +1840,74 @@ msgstr ""
"apenas três hops no [circuito](../circuit) ao invés dos típicos seis hops "
"para serviços onion. "
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1872,6 +1986,28 @@ msgstr "Busca preservar sua privacidade e anonimato."
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr "[Saiba mais sobre o Tails](https://tails.boum.org/)."
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -6292,6 +6428,101 @@ msgstr ""
"Lembre, todas as linhas iniciadas com '#' no torrc são tratadas como "
"comentários e não surtem efeito na configuração do Tor."
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr ""
+"Um site que eu estou tentando acessar está bloqueando o acesso via Tor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+"Algumas vezes websites bloquearão usuários do Tor porque eles não podem "
+"dizer a diferença entre a média de usuários Tor e tráfego automatizado."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+"O meio com maior sucesso em fazer com que websites desbloqueie usuários Tor,"
+" é os usuários entrando em contato direto com os administradores do site."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "Algo deste tipo poderá até resolver:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+"\"Oi! Eu tentei acessar seu site xyz.com enquanto estava usando o Navegador "
+"Tor e percebi que você não permite usuários Tor acessarem seu site."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+"Eu insisto para você reconsiderar essa decisão; Tor é usado por pessoas de "
+"todo o mundo para proteger sua privacidade e lutar contra a censura."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+"Bloqueando usuários do Tor, você está provavelmente bloqueando pessoas em "
+"países repressivos que querem usar uma internet livre, jornalistas e "
+"pesquisadores que querem proteger a si mesmos de descobertas, "
+"whistleblowers, ativistas, e qualquer pessoa que opte por escapar à "
+"vigilância invasiva de terceiros."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+"Por favor, mantenha uma posição firme em favor da privacidade digital e "
+"liberdade na internet, e permita aos usuários do Tor acessarem xyz.com. "
+"Agradeço.\""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"No caso de bancos, e de outros websites sensíveis, também é comum ver "
+"bloqueios baseados na localização geográfica (se um banco sabe que você "
+"geralmente acessa seus serviços de um país, e de repente está se conectando "
+"com um relay de saída em outro lugar no mundo, a sua conta pode ser "
+"bloqueada ou suspensa)."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+"Se você não estiver conseguindo se conectar a um serviço onion, por favor "
+"veja [Eu não consigo acessar X.onion](../../onionservices/onionservices-3)."
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -7120,101 +7351,6 @@ msgstr ""
"://tb-manual.torproject.org/), na seção [Censura](https://tb-"
"manual.torproject.org/circumvention/)"
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr ""
-"Um site que eu estou tentando acessar está bloqueando o acesso via Tor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-"Algumas vezes websites bloquearão usuários do Tor porque eles não podem "
-"dizer a diferença entre a média de usuários Tor e tráfego automatizado."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-"O meio com maior sucesso em fazer com que websites desbloqueie usuários Tor,"
-" é os usuários entrando em contato direto com os administradores do site."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "Algo deste tipo poderá até resolver:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-"\"Oi! Eu tentei acessar seu site xyz.com enquanto estava usando o Navegador "
-"Tor e percebi que você não permite usuários Tor acessarem seu site."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-"Eu insisto para você reconsiderar essa decisão; Tor é usado por pessoas de "
-"todo o mundo para proteger sua privacidade e lutar contra a censura."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-"Bloqueando usuários do Tor, você está provavelmente bloqueando pessoas em "
-"países repressivos que querem usar uma internet livre, jornalistas e "
-"pesquisadores que querem proteger a si mesmos de descobertas, "
-"whistleblowers, ativistas, e qualquer pessoa que opte por escapar à "
-"vigilância invasiva de terceiros."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-"Por favor, mantenha uma posição firme em favor da privacidade digital e "
-"liberdade na internet, e permita aos usuários do Tor acessarem xyz.com. "
-"Agradeço.\""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"No caso de bancos, e de outros websites sensíveis, também é comum ver "
-"bloqueios baseados na localização geográfica (se um banco sabe que você "
-"geralmente acessa seus serviços de um país, e de repente está se conectando "
-"com um relay de saída em outro lugar no mundo, a sua conta pode ser "
-"bloqueada ou suspensa)."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-"Se você não estiver conseguindo se conectar a um serviço onion, por favor "
-"veja [Eu não consigo acessar X.onion](../../onionservices/onionservices-3)."
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+pt-PT.po b/contents+pt-PT.po
index 5d3e343750..50c1358017 100644
--- a/contents+pt-PT.po
+++ b/contents+pt-PT.po
@@ -7,18 +7,18 @@
# fc2d9c36d73e741383fbbf46a4aac49f_013445b, 2020
# erinm, 2020
# Hugo Costa <hugoncosta(a)gmail.com>, 2020
-# Rui <xymarior(a)yandex.com>, 2020
# Manuela Silva <mmsrs(a)sky.com>, 2020
# Mário Furtado <furmario(a)aol.com>, 2020
# Emma Peel, 2021
+# Rui <xymarior(a)yandex.com>, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: Emma Peel, 2021\n"
+"Last-Translator: Rui <xymarior(a)yandex.com>, 2021\n"
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/otf/teams/1519/pt_PT/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -564,6 +564,25 @@ msgstr ""
"Um daemon é um programa que é executado como um processo de segundo plano, "
"em vez de estar em controlo direto de um utilizador."
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -648,6 +667,33 @@ msgstr ""
"tor) a ser executado num dado endereço de IP numa determinada data. Este "
"serviço é muitas vezes útil ao lidar com as forças de segurança."
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1763,6 +1809,74 @@ msgstr ""
"apenas três saltos no [circuito](../circuit) em vez dos típicos seis saltos "
"para serviços onion."
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1836,6 +1950,28 @@ msgstr "Visa preservar a sua privacidade e anonimato."
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr "[Saiba mais sobre o Tails](https://tails.boum.org/)."
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5953,6 +6089,102 @@ msgid ""
"have no effect on Tor's configuration."
msgstr ""
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr ""
+"Um site da Web que eu estou a tentar aceder está a bloquear o acesso ao Tor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+"Algumas vezes os sites bloqueiam os utilizadores do Tor porque eles não "
+"conseguem determinar a diferença entre um utilizador Tor e um robô/ programa"
+" automatizado."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+"O método com mais sucesso que até agora os utilizadores tiveram com os sites"
+" a desbloquearem os utilizadores do Tor é eles contactarem os "
+"administradores dos sites diretamente."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "Algo como o seguinte poderá resolver o problema:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+"\"Olá! Tentei aceder ao seu site xyz.com com o Tor Browser e descobri que "
+"vocês não permitem que os utilizadores do Tor Browser não acedam ao vosso "
+"site."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+"Peço que reconsiderem essa decisão. O Tor é utilizado por pessoas em todo o "
+"mundo que querem proteger a sua privacidade e impedir a censura."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+"Ao bloquear utilizadores do Tor, está também a bloquear as pessoas em países"
+" repressivos que querem utilizar uma Internet livre, assim como jornalistas "
+"e investigadores que querem proteger-se a eles mesmos contra informadores, "
+"ativistas e pessoas comuns que querem ter o poder de decidirem quanto à "
+"monitorização de terceiros."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+"Por favor tome uma posição forte a favor da privacidade digital e liberdade "
+"na internet, e permita que os utilizadores do Tor acedam ao vosso site. "
+"Obrigado.\""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"No caso de sites da Web bancários, e outros sensíveis, é também comum o "
+"bloqueio com base na origem geográfica (se um banco sabe que acede "
+"normalmente aos seus serviços de um país, e de repente está a ligar de uma "
+"retransmissão de saída do outro lado do mundo, a sua conta poderá ser "
+"bloqueada ou suspensa)."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -6729,102 +6961,6 @@ msgstr ""
"Browser](https://tb-manual.torproject.org/) em [censura](https://tb-"
"manual.torproject.org/circumvention/)"
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr ""
-"Um site da Web que eu estou a tentar aceder está a bloquear o acesso ao Tor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-"Algumas vezes os sites bloqueiam os utilizadores do Tor porque eles não "
-"conseguem determinar a diferença entre um utilizador Tor e um robô/ programa"
-" automatizado."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-"O método com mais sucesso que até agora os utilizadores tiveram com os sites"
-" a desbloquearem os utilizadores do Tor é eles contactarem os "
-"administradores dos sites diretamente."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "Algo como o seguinte poderá resolver o problema:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-"\"Olá! Tentei aceder ao seu site xyz.com com o Tor Browser e descobri que "
-"vocês não permitem que os utilizadores do Tor Browser não acedam ao vosso "
-"site."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-"Peço que reconsiderem essa decisão. O Tor é utilizado por pessoas em todo o "
-"mundo que querem proteger a sua privacidade e impedir a censura."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-"Ao bloquear utilizadores do Tor, está também a bloquear as pessoas em países"
-" repressivos que querem utilizar uma Internet livre, assim como jornalistas "
-"e investigadores que querem proteger-se a eles mesmos contra informadores, "
-"ativistas e pessoas comuns que querem ter o poder de decidirem quanto à "
-"monitorização de terceiros."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-"Por favor tome uma posição forte a favor da privacidade digital e liberdade "
-"na internet, e permita que os utilizadores do Tor acedam ao vosso site. "
-"Obrigado.\""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"No caso de sites da Web bancários, e outros sensíveis, é também comum o "
-"bloqueio com base na origem geográfica (se um banco sabe que acede "
-"normalmente aos seus serviços de um país, e de repente está a ligar de uma "
-"retransmissão de saída do outro lado do mundo, a sua conta poderá ser "
-"bloqueada ou suspensa)."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+ro.po b/contents+ro.po
index f7eec79eb8..9abce861eb 100644
--- a/contents+ro.po
+++ b/contents+ro.po
@@ -8,17 +8,17 @@
# A C <ana(a)shiftout.net>, 2020
# k piticu <k.piticu(a)gmail.com>, 2020
# erinm, 2020
-# eduard pintilie <eduard.pintilie(a)gmail.com>, 2020
# Albert Regus <regusal7(a)gmail.com>, 2020
# Emma Peel, 2021
+# eduard pintilie <eduard.pintilie(a)gmail.com>, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: Emma Peel, 2021\n"
+"Last-Translator: eduard pintilie <eduard.pintilie(a)gmail.com>, 2021\n"
"Language-Team: Romanian (https://www.transifex.com/otf/teams/1519/ro/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -562,6 +562,25 @@ msgstr ""
"Un daemon este un program de calculator care rulează ca un proces de fundal,"
" în loc să fie sub controlul direct al unui utilizator."
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -641,6 +660,33 @@ msgstr ""
"rulează pe o adresă IP furnizată la o dată. Acest serviciu este adesea util "
"atunci când se ocupă cu aplicarea legii."
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1723,6 +1769,74 @@ msgstr ""
"utilizează doar trei salturi în [circuit](../circuit), în locul celor șase "
"salturi tipice pentru serviciile onion."
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1796,6 +1910,28 @@ msgstr "Acesta își propune să vă păstreze confidențialitatea și anonimatu
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr "[Aflați mai multe despre Tails](https://tails.boum.org/)."
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5993,6 +6129,103 @@ msgstr ""
"Nu uitați, toate liniile care încep cu `#` în torrc sunt tratate ca și "
"comentarii și nu au niciun efect asupra configurației lui Tor."
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr "Un site web pe care încerc să ajung blochează accesul prin Tor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+"Uneori, site-urile web vor bloca utilizatorii Tor, deoarece nu pot vedea "
+"diferența dintre utilizatorul mediu Tor și traficul automat."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+"Cel mai mare succes pe care l-am obținut pentru navigarea site-urilor cu "
+"deblocarea utilizatorilor Tor a fost când utilizatorii au contactat direct "
+"administratorii site-ului."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "Ceva de genul acesta ar putea ajuta:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+"\"Bună! Am încercat să accesez site-ul dvs. xyz.com în timp ce am folosit "
+"Tor Browser și am descoperit că nu permiteți utilizatorilor Tor să acceseze "
+"site-ul dvs."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+"Vă îndemn să reconsiderați această decizie; Tor este folosit de oameni din "
+"întreaga lume pentru a-și proteja intimitatea și pentru a lupta împotriva "
+"cenzurii."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+"Blocând utilizatorii Tor, este posibil să blocați oameni din țările "
+"represive care doresc să utilizeze un internet gratuit, jurnaliști și "
+"cercetători care doresc să se protejeze de descoperire, denunțători, "
+"activiști și oameni obișnuiți care doresc să renunțe la urmărirea de către o"
+" terță parte invazivă."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+"Vă rugăm să luați o poziție puternică în favoarea confidențialității "
+"digitale și a libertății internetului și să permiteți utilizatorilor Tor să "
+"acceseze xyz.com. Mulțumesc.\""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"În cazul băncilor și al altor site-uri web sensibile, este, de asemenea, "
+"obișnuit să vedeți blocarea bazată pe geografie (dacă o bancă știe că în "
+"general accesați serviciile lor dintr-o țară și, deodată, vă conectați de la"
+" un releu de ieșire din cealaltă parte a lume, contul dvs. poate fi blocat "
+"sau suspendat)."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+"Dacă nu vă puteți conecta la un serviciu onion, consultați [Nu pot ajunge la"
+" X.onion!](../../onionservices/onionservices-3)."
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -6797,103 +7030,6 @@ msgstr ""
"Manual](https://tb-manual.torproject.org/) din [censorship](https://tb-"
"manual.torproject.org/ro/circumvention/)"
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr "Un site web pe care încerc să ajung blochează accesul prin Tor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-"Uneori, site-urile web vor bloca utilizatorii Tor, deoarece nu pot vedea "
-"diferența dintre utilizatorul mediu Tor și traficul automat."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-"Cel mai mare succes pe care l-am obținut pentru navigarea site-urilor cu "
-"deblocarea utilizatorilor Tor a fost când utilizatorii au contactat direct "
-"administratorii site-ului."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "Ceva de genul acesta ar putea ajuta:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-"\"Bună! Am încercat să accesez site-ul dvs. xyz.com în timp ce am folosit "
-"Tor Browser și am descoperit că nu permiteți utilizatorilor Tor să acceseze "
-"site-ul dvs."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-"Vă îndemn să reconsiderați această decizie; Tor este folosit de oameni din "
-"întreaga lume pentru a-și proteja intimitatea și pentru a lupta împotriva "
-"cenzurii."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-"Blocând utilizatorii Tor, este posibil să blocați oameni din țările "
-"represive care doresc să utilizeze un internet gratuit, jurnaliști și "
-"cercetători care doresc să se protejeze de descoperire, denunțători, "
-"activiști și oameni obișnuiți care doresc să renunțe la urmărirea de către o"
-" terță parte invazivă."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-"Vă rugăm să luați o poziție puternică în favoarea confidențialității "
-"digitale și a libertății internetului și să permiteți utilizatorilor Tor să "
-"acceseze xyz.com. Mulțumesc.\""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"În cazul băncilor și al altor site-uri web sensibile, este, de asemenea, "
-"obișnuit să vedeți blocarea bazată pe geografie (dacă o bancă știe că în "
-"general accesați serviciile lor dintr-o țară și, deodată, vă conectați de la"
-" un releu de ieșire din cealaltă parte a lume, contul dvs. poate fi blocat "
-"sau suspendat)."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-"Dacă nu vă puteți conecta la un serviciu onion, consultați [Nu pot ajunge la"
-" X.onion!](../../onionservices/onionservices-3)."
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+ru.po b/contents+ru.po
index 7c0a5f5524..20f58638bc 100644
--- a/contents+ru.po
+++ b/contents+ru.po
@@ -16,17 +16,17 @@
# e Translators <jobayer.1612191(a)gmail.com>, 2020
# Leonid Evdokimov <leon+transifex(a)darkk.net.ru>, 2020
# erinm, 2020
-# Sergey Smirnov <cj75300(a)gmail.com>, 2020
# Emma Peel, 2021
# Michael Radchenko, 2021
+# Sergey Smirnov <cj75300(a)gmail.com>, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: Michael Radchenko, 2021\n"
+"Last-Translator: Sergey Smirnov <cj75300(a)gmail.com>, 2021\n"
"Language-Team: Russian (https://www.transifex.com/otf/teams/1519/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -562,6 +562,25 @@ msgstr ""
"отличие от большинства программ, находящихся под непосредственным контролем "
"пользователя)."
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -645,6 +664,33 @@ msgstr ""
"конкретным IP-адресом в конкретный день. Этот сервис часто оказывается "
"полезным при общении с правоохранительными органами."
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1743,6 +1789,74 @@ msgstr ""
"onion-ресурсу достаточно трёх переходов в [цепочке](../circuit) (обычному "
"onion-ресурсу нужно шесть)."
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1816,6 +1930,28 @@ msgstr "Разработана для защиты приватности и а
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr "[Подробнее о Tails](https://tails.boum.org/)."
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -6120,6 +6256,99 @@ msgstr ""
"Обратите внимание: все строки, которые начинаются с `#`, считаются "
"комментариями. Они не влияют на настройки Tor."
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr "Сайт, на который я пытаюсь попасть, блокирует доступ из Tor"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+"Иногда сайты блокируют пользователей Tor потому, что не могут отличить их от"
+" трафика, который генерируется автоматически."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+"Лучший совет – связаться непосредственно с администрацией сайта и попросить "
+"разблокировать доступ из Tor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "Например, так:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+"\"Здравствуйте! Я пытался зайти на ваш сайт xyz.com с помощью Tor Browser и "
+"обнаружил, что вы не разрешаете доступ пользователям Tor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+"Пожалуйста, разрешите доступ. Люди во всем мире используют Tor для защиты "
+"приватности и борьбы с цензурой."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+"Блокируя пользователей Tor, вы, скорее всего, блокируете людей в странах с "
+"репрессивными режимами. Вы блокируете тех, кто хочет использовать интернет "
+"свободно. Вы не даете доступ журналистам и исследователям, пытающимся "
+"защитить свою анонимность; активистам и просто людям, которым не нравится "
+"слежка."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+"Пожалуйста, будьте на стороне защитников цифровой приватности и онлайновых "
+"свобод. Разрешите пользователям Tor доступ к xyz.com. Спасибо\"."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"У банков и других сайтов, работающих с особо важными данными, часто "
+"применяется географическая блокировка. Если банк знает, что вы обычно "
+"получаете доступ к его услугам из конкретной страны, и вдруг вы "
+"подключаетесь на другом конце света, ваша учётная запись может быть "
+"заблокирована или приостановлена."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+"Если у вас проблемы с доступом к onion-ресурсу, пожалуйста, см. страницу "
+"[\"Я не могу открыть ресурс .onion\"](../../onionservices/onionservices-3)."
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -6924,99 +7153,6 @@ msgstr ""
"manual.torproject.org/ru/) раздел [о цензуре](https://tb-"
"manual.torproject.org/ru/circumvention/)"
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr "Сайт, на который я пытаюсь попасть, блокирует доступ из Tor"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-"Иногда сайты блокируют пользователей Tor потому, что не могут отличить их от"
-" трафика, который генерируется автоматически."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-"Лучший совет – связаться непосредственно с администрацией сайта и попросить "
-"разблокировать доступ из Tor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "Например, так:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-"\"Здравствуйте! Я пытался зайти на ваш сайт xyz.com с помощью Tor Browser и "
-"обнаружил, что вы не разрешаете доступ пользователям Tor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-"Пожалуйста, разрешите доступ. Люди во всем мире используют Tor для защиты "
-"приватности и борьбы с цензурой."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-"Блокируя пользователей Tor, вы, скорее всего, блокируете людей в странах с "
-"репрессивными режимами. Вы блокируете тех, кто хочет использовать интернет "
-"свободно. Вы не даете доступ журналистам и исследователям, пытающимся "
-"защитить свою анонимность; активистам и просто людям, которым не нравится "
-"слежка."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-"Пожалуйста, будьте на стороне защитников цифровой приватности и онлайновых "
-"свобод. Разрешите пользователям Tor доступ к xyz.com. Спасибо\"."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"У банков и других сайтов, работающих с особо важными данными, часто "
-"применяется географическая блокировка. Если банк знает, что вы обычно "
-"получаете доступ к его услугам из конкретной страны, и вдруг вы "
-"подключаетесь на другом конце света, ваша учётная запись может быть "
-"заблокирована или приостановлена."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-"Если у вас проблемы с доступом к onion-ресурсу, пожалуйста, см. страницу "
-"[\"Я не могу открыть ресурс .onion\"](../../onionservices/onionservices-3)."
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+sq.po b/contents+sq.po
index 9ddb14bf4d..9ff65d36d9 100644
--- a/contents+sq.po
+++ b/contents+sq.po
@@ -1,18 +1,18 @@
#
# Translators:
# justin somedude <reimyderrizi(a)gmail.com>, 2020
-# Skender Mustafi <1mail2me(a)gmail.com>, 2020
# erinm, 2020
# Besnik Bleta <besnik(a)programeshqip.org>, 2021
# Emma Peel, 2021
+# Skender Mustafi <1mail2me(a)gmail.com>, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: Emma Peel, 2021\n"
+"Last-Translator: Skender Mustafi <1mail2me(a)gmail.com>, 2021\n"
"Language-Team: Albanian (https://www.transifex.com/otf/teams/1519/sq/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -551,6 +551,25 @@ msgstr ""
"prapaskenë, në vend të të qenit nën kontrollin e drejtpërdrejtë të një "
"përdoruesi."
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -627,6 +646,33 @@ msgid ""
"useful when dealing with law enforcement."
msgstr ""
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1524,6 +1570,74 @@ msgid ""
"services."
msgstr ""
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1587,6 +1701,28 @@ msgstr ""
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr "[Mësoni më tepër rreth Tails](https://tails.boum.org/)."
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5138,6 +5274,77 @@ msgid ""
"have no effect on Tor's configuration."
msgstr ""
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -5817,77 +6024,6 @@ msgid ""
"manual.torproject.org/circumvention/)"
msgstr ""
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+sr.po b/contents+sr.po
index 5606de3ebf..2c755e8627 100644
--- a/contents+sr.po
+++ b/contents+sr.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Aleksa Ristić, 2020\n"
"Language-Team: Serbian (https://www.transifex.com/otf/teams/1519/sr/)\n"
@@ -475,6 +475,25 @@ msgid ""
"than being under the direct control of a user."
msgstr ""
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -544,6 +563,33 @@ msgid ""
"useful when dealing with law enforcement."
msgstr ""
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1430,6 +1476,74 @@ msgid ""
"services."
msgstr ""
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1493,6 +1607,28 @@ msgstr ""
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr ""
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5019,6 +5155,77 @@ msgid ""
"have no effect on Tor's configuration."
msgstr ""
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -5698,77 +5905,6 @@ msgid ""
"manual.torproject.org/circumvention/)"
msgstr ""
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+sv.po b/contents+sv.po
index 912da17d0e..8caf05719d 100644
--- a/contents+sv.po
+++ b/contents+sv.po
@@ -2,17 +2,17 @@
# Translators:
# Jonatan Lintao <Sebulonium(a)riseup.net>, 2020
# 0848eda738c5b7991c82fe32ea145d37_6f8c5b1, 2020
-# erinm, 2020
# efef6ec5b435a041fce803c7f8af77d2_2341d43, 2020
# Jesper Wallin <jesper(a)ifconfig.se>, 2021
+# erinm, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: Jesper Wallin <jesper(a)ifconfig.se>, 2021\n"
+"Last-Translator: erinm, 2021\n"
"Language-Team: Swedish (https://www.transifex.com/otf/teams/1519/sv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -476,6 +476,25 @@ msgid ""
"than being under the direct control of a user."
msgstr ""
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -545,6 +564,33 @@ msgid ""
"useful when dealing with law enforcement."
msgstr ""
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1431,6 +1477,74 @@ msgid ""
"services."
msgstr ""
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1494,6 +1608,28 @@ msgstr ""
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr ""
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5051,6 +5187,81 @@ msgid ""
"have no effect on Tor's configuration."
msgstr ""
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr "En webbplats som jag försöker nå blockerar åtkomst över Tor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"När det gäller banker och andra känsliga webbplatser är det också vanligt "
+"att se geografibaserad blockering (om en bank vet att du i allmänhet får "
+"tillgång till sina tjänster från ett land och plötsligt ansluter du från ett"
+" exit-relä på andra sidan världen kan ditt konto låsas eller stängas)."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -5726,81 +5937,6 @@ msgid ""
"manual.torproject.org/circumvention/)"
msgstr ""
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr "En webbplats som jag försöker nå blockerar åtkomst över Tor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"När det gäller banker och andra känsliga webbplatser är det också vanligt "
-"att se geografibaserad blockering (om en bank vet att du i allmänhet får "
-"tillgång till sina tjänster från ett land och plötsligt ansluter du från ett"
-" exit-relä på andra sidan världen kan ditt konto låsas eller stängas)."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+tr.po b/contents+tr.po
index 29a200735a..ae5f7554fa 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -4,17 +4,17 @@
# Gus, 2020
# 0d1bdb3b9a0d4e8f77bc854af8bf3dfc_e6913f4, 2020
# erinm, 2020
-# Emma Peel, 2021
# T. E. Kalayci <tekrei(a)tutanota.com>, 2021
# Kaya Zeren <kayazeren(a)gmail.com>, 2021
+# Emma Peel, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: Kaya Zeren <kayazeren(a)gmail.com>, 2021\n"
+"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Turkish (https://www.transifex.com/otf/teams/1519/tr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -562,6 +562,25 @@ msgstr ""
"Bir arka plan işlemi, doğrudan kullanıcının denetimi altında olmak yerine "
"sistem tarafından arka planda çalıştırılan bilgisayar programlarıdır."
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -650,6 +669,33 @@ msgstr ""
"olup olmadığı sorusunu yanıtlar. Bu hizmet hukuki zorunluluklar ile "
"uğraşırken sıklıkla işe yarar."
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1780,6 +1826,74 @@ msgstr ""
"hizmeti [devre](../circuit) üzerinde tipik olan altı durak yerine yalnız üç "
"durak kullanır."
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1856,6 +1970,28 @@ msgstr "Kişisel gizliliğinizi ve anonimliğinizi korumayı amaçlar."
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr "[Tails hakkında ayrıntılı bilgiler](https://tails.boum.org/)."
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -6316,6 +6452,100 @@ msgstr ""
"torrc dosyasında `#` karakteri ile başlayan tüm satırların açıklama olarak "
"değerlendirileceğini ve Tor yapılandırmasını etkilemeyeceğini unutmayın."
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr ""
+"Ziyaret etmek istediğim bir site Tor üzerinden erişilmesini engelliyor. "
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+"Bazen web siteleri Tor kullanıcıları ile otomatik trafik arasındaki farkı "
+"bilemediğinden Tor kullanıcılarını engelliyor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+"Web sitelerinin engellediği Tor kullanıcıları için en iyi sonuç "
+"kullanıcıların doğrudan site yöneticileri ile görüşmesi yoluyla alınıyor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "İlgili siteye şöyle bir ileti göndermeniz işe yarayabilir:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+"\"Merhaba! xyz.com sitenize Tor Browser kullanarak bağlanmaya çalışıyorum "
+"ancak sitenizin Tor kullanıcılarına izin vermediğini gördüm."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+"Bu durumu gözden geçirmenizi bildirmek istedim. Dünya üzerinde kişisel "
+"gizliliğini korumak ve sansürü aşmak isteyen pek çok kişi Tor Browser "
+"kullanıyor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+"Tor kullanıcılarını engellediğinizde, baskıcı ülkelerde bulunan ve İnterneti"
+" özgürce kullanmak isteyen gazeteciler, yolsuzlukları ortaya çıkaranlar, "
+"aktivistler ve sıradan insanlar gibi izlenmeyi ve kimliklerinin ortaya "
+"çıkmasını istemeyen kişileri engellemiş oluyorsunuz."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+"Lütfen sayısal dünyada kişisel gizliliğin ve İnternet özgürlüğünün "
+"korunmasını önemsediğinizi göstermek için Tor kullanıcılarının xyz.com "
+"sitesine erişmesine izin verin. Teşekkürler.\""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"Bankalar gibi hassas web sitelerinde genellikle coğrafi konuma göre "
+"engelleme yapılır (bir banka kendi hizmetlerine belirli bir ülkeden "
+"erişilmesini istiyorsa, siz dünyanın başka bir yerindeki bir aktarıcı "
+"üzerinden geldiğinizde hesabınız engellenebilir)."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+"Bir onion hizmeti ile bağlantı kuramıyorsanız [X.onion üzerine "
+"ulaşamıyorum](../../onionservices/onionservices-3) bölümüne bakabilirsiniz."
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -7153,100 +7383,6 @@ msgstr ""
"manual.torproject.org/tr/) bulunan [sansür](https://tb-"
"manual.torproject.org/tr/circumvention/) bölümüne bakabilirsiniz."
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr ""
-"Ziyaret etmek istediğim bir site Tor üzerinden erişilmesini engelliyor. "
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-"Bazen web siteleri Tor kullanıcıları ile otomatik trafik arasındaki farkı "
-"bilemediğinden Tor kullanıcılarını engelliyor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-"Web sitelerinin engellediği Tor kullanıcıları için en iyi sonuç "
-"kullanıcıların doğrudan site yöneticileri ile görüşmesi yoluyla alınıyor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "İlgili siteye şöyle bir ileti göndermeniz işe yarayabilir:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-"\"Merhaba! xyz.com sitenize Tor Browser kullanarak bağlanmaya çalışıyorum "
-"ancak sitenizin Tor kullanıcılarına izin vermediğini gördüm."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-"Bu durumu gözden geçirmenizi bildirmek istedim. Dünya üzerinde kişisel "
-"gizliliğini korumak ve sansürü aşmak isteyen pek çok kişi Tor Browser "
-"kullanıyor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-"Tor kullanıcılarını engellediğinizde, baskıcı ülkelerde bulunan ve İnterneti"
-" özgürce kullanmak isteyen gazeteciler, yolsuzlukları ortaya çıkaranlar, "
-"aktivistler ve sıradan insanlar gibi izlenmeyi ve kimliklerinin ortaya "
-"çıkmasını istemeyen kişileri engellemiş oluyorsunuz."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-"Lütfen sayısal dünyada kişisel gizliliğin ve İnternet özgürlüğünün "
-"korunmasını önemsediğinizi göstermek için Tor kullanıcılarının xyz.com "
-"sitesine erişmesine izin verin. Teşekkürler.\""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"Bankalar gibi hassas web sitelerinde genellikle coğrafi konuma göre "
-"engelleme yapılır (bir banka kendi hizmetlerine belirli bir ülkeden "
-"erişilmesini istiyorsa, siz dünyanın başka bir yerindeki bir aktarıcı "
-"üzerinden geldiğinizde hesabınız engellenebilir)."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-"Bir onion hizmeti ile bağlantı kuramıyorsanız [X.onion üzerine "
-"ulaşamıyorum](../../onionservices/onionservices-3) bölümüne bakabilirsiniz."
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+uk.po b/contents+uk.po
index 543225082b..68662374be 100644
--- a/contents+uk.po
+++ b/contents+uk.po
@@ -3,7 +3,6 @@
# nobik <nobikik9(a)gmail.com>, 2019
# Любомир <n.lyubomyr(a)gmail.com>, 2020
# LinuxChata, 2020
-# CuAl40qp, 2020
# Sergio Thirdlingson <serge3ling(a)gmail.com>, 2020
# Vira Motorko <ato4ka(a)i.ua>, 2020
# Olexandr Nesterenko <nolexndr(a)gmail.com>, 2020
@@ -12,14 +11,15 @@
# Mister Tortik, 2021
# Michael Radchenko, 2021
# Kostiantyn Maiboroda, 2021
+# CuAl40qp, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: Kostiantyn Maiboroda, 2021\n"
+"Last-Translator: CuAl40qp, 2021\n"
"Language-Team: Ukrainian (https://www.transifex.com/otf/teams/1519/uk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -483,6 +483,25 @@ msgid ""
"than being under the direct control of a user."
msgstr ""
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -552,6 +571,33 @@ msgid ""
"useful when dealing with law enforcement."
msgstr ""
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1438,6 +1484,74 @@ msgid ""
"services."
msgstr ""
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1501,6 +1615,28 @@ msgstr ""
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr ""
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5013,6 +5149,82 @@ msgid ""
"have no effect on Tor's configuration."
msgstr ""
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"У випадку банків та інших чутливих веб-сайтів добре було би зважати на "
+"географічно залежне блокування (якщо банк знає, що зазвичай ви користуєтеся "
+"його послугами з одної країни, і раптом ви з'єднуєтеся через вихідне реле в "
+"іншій частині світу, дія вашого рахунку може бути заблокована або "
+"призупинена)."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -5682,82 +5894,6 @@ msgid ""
"manual.torproject.org/circumvention/)"
msgstr ""
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"У випадку банків та інших чутливих веб-сайтів добре було би зважати на "
-"географічно залежне блокування (якщо банк знає, що зазвичай ви користуєтеся "
-"його послугами з одної країни, і раптом ви з'єднуєтеся через вихідне реле в "
-"іншій частині світу, дія вашого рахунку може бути заблокована або "
-"призупинена)."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+zh-CN.po b/contents+zh-CN.po
index 5130d87549..aed3e7997c 100644
--- a/contents+zh-CN.po
+++ b/contents+zh-CN.po
@@ -18,17 +18,17 @@
# Feng Zi <admin(a)fengzi.ga>, 2021
# ff98sha, 2021
# Scott Rhodes <starring169(a)gmail.com>, 2021
-# Emma Peel, 2021
# MD Rights <psychi2009(a)gmail.com>, 2021
# 狂男风 <CrazyBoyFeng(a)qq.com>, 2021
+# Emma Peel, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: 狂男风 <CrazyBoyFeng(a)qq.com>, 2021\n"
+"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Chinese (China) (https://www.transifex.com/otf/teams/1519/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -510,6 +510,25 @@ msgid ""
"than being under the direct control of a user."
msgstr "后台进程是相对于在用户的直接控制之下,作为背景运行的计算机程序。"
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -587,6 +606,33 @@ msgstr ""
" [Tor](#tor-/-tor-network/-core-tor) 中继在给定的日期是否运行在给定的 IP "
"地址上。这个服务在应对执法部门时常常是很管用的。"
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1546,6 +1592,74 @@ msgid ""
msgstr ""
"单一洋葱服务是可以配置为不需要匿名,但希望为连接到的客户提供服务的洋葱服务。单一洋葱服务在[链路](../circuit)中仅使用三个跃点,而不是洋葱服务的典型六个跃点。"
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1613,6 +1727,28 @@ msgstr "它旨在保护您的隐私和匿名性。"
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr "[了解更多关于Tails](https://tails.boum.org/)."
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5252,6 +5388,81 @@ msgid ""
"have no effect on Tor's configuration."
msgstr "记住,在torrc中所有以“#”开头的行都会被视为注释并且不会影响Tor的配置。"
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr "我视图访问的网站阻止了来自 Tor 网络的连接请求。"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr "有些网站因为他们无法分辨出普通 Tor 用户和机器人的区别而屏蔽了 Tor 用户的访问。"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr "我们能让网站解封 Tor 用户的最成功的手段是让用户直接联系网站管理员。"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "这么做也许能解决你的问题:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr "“嗨!我正在使用 Tor 浏览器访问 xyz.com ,不过似乎你们并没有允许 Tor 用户访问。"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr "我建议您重新考虑这个决定;Tor 被世界各地的人用来保护隐私和对抗审查。"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+"封锁 Tor "
+"用户意味着也可能封锁了希望在专制国家自由的浏览互联网的用户,希望隐藏自己避免被发现的研究人员、记者、举报人和社会活动家,或只是希望不被第三方跟踪的普通人。"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr "请采取强硬立场支持数字隐私和互联网自由,以及允许 Tor 用户访问 xyz.com,谢谢。”"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"另外,银行等比较敏感的网站经常进行地区范围的屏蔽(例如如果你平时只在某个特定的国家使用他们的服务,从其他国家进行访问时你的账号可能就会被冻结)。"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+"如果您不能连接到洋葱服务器,请查阅[我不能连接到 X.onion 了!](../../onionservices/onionservices-3)。"
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -5987,81 +6198,6 @@ msgstr ""
"参阅 [Tor 浏览器用户手册](https://tb-manual.torproject.org/) 关于 [审查](https://tb-"
"manual.torproject.org/zh-CN/circumvention/) 的章节获得更多信息。"
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr "我视图访问的网站阻止了来自 Tor 网络的连接请求。"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr "有些网站因为他们无法分辨出普通 Tor 用户和机器人的区别而屏蔽了 Tor 用户的访问。"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr "我们能让网站解封 Tor 用户的最成功的手段是让用户直接联系网站管理员。"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "这么做也许能解决你的问题:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr "“嗨!我正在使用 Tor 浏览器访问 xyz.com ,不过似乎你们并没有允许 Tor 用户访问。"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr "我建议您重新考虑这个决定;Tor 被世界各地的人用来保护隐私和对抗审查。"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-"封锁 Tor "
-"用户意味着也可能封锁了希望在专制国家自由的浏览互联网的用户,希望隐藏自己避免被发现的研究人员、记者、举报人和社会活动家,或只是希望不被第三方跟踪的普通人。"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr "请采取强硬立场支持数字隐私和互联网自由,以及允许 Tor 用户访问 xyz.com,谢谢。”"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"另外,银行等比较敏感的网站经常进行地区范围的屏蔽(例如如果你平时只在某个特定的国家使用他们的服务,从其他国家进行访问时你的账号可能就会被冻结)。"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-"如果您不能连接到洋葱服务器,请查阅[我不能连接到 X.onion 了!](../../onionservices/onionservices-3)。"
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents+zh-TW.po b/contents+zh-TW.po
index 7197011f39..9c4372a35c 100644
--- a/contents+zh-TW.po
+++ b/contents+zh-TW.po
@@ -2,7 +2,6 @@
# Translators:
# 男孩不壞, 2019
# ian chou <ertiach(a)hotmail.com>, 2019
-# Hsiu-Ming Chang <cges30901(a)gmail.com>, 2020
# Gus, 2020
# Joshua Chang <j.cs.chang(a)gmail.com>, 2020
# Chi-Hsun Tsai, 2020
@@ -13,14 +12,15 @@
# 揚鈞 蘇 <tukishimaaoba(a)gmail.com>, 2020
# Emma Peel, 2021
# 孟邦 王, 2021
+# Hsiu-Ming Chang <cges30901(a)gmail.com>, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
-"Last-Translator: 孟邦 王, 2021\n"
+"Last-Translator: Hsiu-Ming Chang <cges30901(a)gmail.com>, 2021\n"
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/otf/teams/1519/zh_TW/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -484,6 +484,25 @@ msgid ""
"than being under the direct control of a user."
msgstr "常駐程式是一種在系統背景執行的電腦程式,並非被使用者直接控制。"
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -553,6 +572,33 @@ msgid ""
"useful when dealing with law enforcement."
msgstr ""
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1447,6 +1493,74 @@ msgid ""
"services."
msgstr ""
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr ""
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1510,6 +1624,28 @@ msgstr "Tails 目標是保護您的隱私和匿名性。"
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr "[了解更多關於Tails的資訊](https://tails.boum.org/)。"
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -5027,6 +5163,81 @@ msgid ""
"have no effect on Tor's configuration."
msgstr ""
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr "我要瀏覽的網站阻擋 Tor 瀏覽器的連線。"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr "有時候網站會阻擋 Tor 使用者,因為這些網站無法分辨來自一般的 Tor 使用者和自動化機器人的網路流量差異。"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr "針對讓網站解除對 Tor 使用者的屏障,我們達成的里程碑是讓使用者直接與網站管理員聯繫。"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "可以用來解決問題的一些範例:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr "“嗨!我嘗試使用 Tor 瀏覽器瀏覽您的網站 xyz.com 時,發現貴網站不允許 Tor 使用者瀏覽。"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr "想懇請您重新考慮這個決定;世界各地的人們透過使用 Tor 瀏覽器來保護他們的隱私和對抗審查。"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+"阻擋 Tor "
+"使用者的同時,您可能同時也阻擋了身處在自由受限的國家但希望使用自由網路的人們、記者、想要保護自己避免被發現的研究者、吹哨者、活動家以及想避開侵入性第三方追踪的人民。"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr "請堅定支持數位隱私和網路自由,並允許 Tor 使用者瀏覽 xyz.com。謝謝。”"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"銀行或其他對身份驗證較為敏感的網站,通常會有利用地理位置為基礎的屏障功能 "
+"(如果銀行知道您經常從某個國家/地區使用他們的服務,但您突然從世界另一端的出口中繼站進行連線,那麼您的帳戶就有可能會被鎖定或停權)。"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -5741,81 +5952,6 @@ msgstr ""
"有關更多的資訊,詳見網站 [Tor 瀏覽器使用手冊](https://tb-manual.torproject.org/) 的 [審查](https"
"://tb-manual.torproject.org/circumvention/) 段落。"
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr "我要瀏覽的網站阻擋 Tor 瀏覽器的連線。"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr "有時候網站會阻擋 Tor 使用者,因為這些網站無法分辨來自一般的 Tor 使用者和自動化機器人的網路流量差異。"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr "針對讓網站解除對 Tor 使用者的屏障,我們達成的里程碑是讓使用者直接與網站管理員聯繫。"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "可以用來解決問題的一些範例:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr "“嗨!我嘗試使用 Tor 瀏覽器瀏覽您的網站 xyz.com 時,發現貴網站不允許 Tor 使用者瀏覽。"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr "想懇請您重新考慮這個決定;世界各地的人們透過使用 Tor 瀏覽器來保護他們的隱私和對抗審查。"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-"阻擋 Tor "
-"使用者的同時,您可能同時也阻擋了身處在自由受限的國家但希望使用自由網路的人們、記者、想要保護自己避免被發現的研究者、吹哨者、活動家以及想避開侵入性第三方追踪的人民。"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr "請堅定支持數位隱私和網路自由,並允許 Tor 使用者瀏覽 xyz.com。謝謝。”"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"銀行或其他對身份驗證較為敏感的網站,通常會有利用地理位置為基礎的屏障功能 "
-"(如果銀行知道您經常從某個國家/地區使用他們的服務,但您突然從世界另一端的出口中繼站進行連線,那麼您的帳戶就有可能會被鎖定或停權)。"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
diff --git a/contents.pot b/contents.pot
index 70ac026523..af8b4c1792 100644
--- a/contents.pot
+++ b/contents.pot
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-29 13:00+CET\n"
+"POT-Creation-Date: 2021-06-30 10:04+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: en <LL(a)li.org>\n"
@@ -546,6 +546,29 @@ msgstr ""
"A daemon is a computer program that runs as a background process, rather "
"than being under the direct control of a user."
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.term)
+msgid "Dangerzone"
+msgstr "Dangerzone"
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+msgstr ""
+"[Dangerzone](https://github.com/firstlookmedia/dangerzone) converts any "
+"document (even pdf) to pdf, when the document is potentially dangerous or "
+"from an untrustworthy source."
+
+#: https//support.torproject.org/glossary/dangerzone/
+#: (content/glossary/dangerzone/contents+en.lrword.definition)
+msgid ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+msgstr ""
+"This is done by converting the pdf to raw pixel data and then back to pdf."
+
#: https//support.torproject.org/glossary/directory-authority/
#: (content/glossary/directory-authority/contents+en.lrword.term)
msgid "directory authority"
@@ -634,6 +657,40 @@ msgstr ""
"relay running on a given IP address on a given date. This service is often "
"useful when dealing with law enforcement."
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.term)
+msgid "F-Droid"
+msgstr "F-Droid"
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+msgstr ""
+"F-Droid is a repository of FOSS (free and open source software) applications"
+" for Android."
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+msgstr ""
+"Just like in Google Play one can browse, install and keep track of updates "
+"on the device using F-Droid."
+
+#: https//support.torproject.org/glossary/f-droid/
+#: (content/glossary/f-droid/contents+en.lrword.definition)
+msgid ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+msgstr ""
+"Tor Browser is available on F-Droid. Follow these [steps](https://tb-"
+"manual.torproject.org/mobile-tor/) if you prefer installing the app through "
+"F-Droid."
+
#: https//support.torproject.org/glossary/firefox/
#: (content/glossary/firefox/contents+en.lrword.term)
msgid "Firefox"
@@ -1746,6 +1803,87 @@ msgstr ""
"the [circuit](../circuit) rather than the typical six hops for onion "
"services."
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.term)
+msgid "Snowflake"
+msgstr "Snowflake"
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+msgstr ""
+"[Snowflake](https://snowflake.torproject.org) is a pluggable transport which"
+" provides censorship circumvention and access to a free and open internet."
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+msgstr ""
+"It has three components; the Snowflake client, the Snowflake proxy (the two "
+"together known as the Snowflake peers) and the broker."
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+msgstr ""
+"Snowflake can allow an open browser tab to act as an ephemeral Tor bridge."
+
+#: https//support.torproject.org/glossary/snowflake/
+#: (content/glossary/snowflake/contents+en.lrword.definition)
+msgid ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+msgstr ""
+"In order to prevent the blocking of proxy IP addresses, Snowflake involves a"
+" large number of volunteer proxies, which also makes them hard to pin point."
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.term)
+msgid "SOCKS5"
+msgstr "SOCKS5"
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid "SOCKS5 is an Internet protocol used by Tor."
+msgstr "SOCKS5 is an Internet protocol used by Tor."
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+msgstr ""
+"It sends the traffic through the Tor network instead of sending it from your"
+" IP address into the open network."
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+msgstr ""
+"It is a general purpose [proxy](../proxy) that sits at the layer 5 of the "
+"OSI model and uses the tunneling method."
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.definition)
+msgid ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+msgstr ""
+"The applications that you run with SOCKS5 will be aware of the tunneling, "
+"but you can prevent identity correlation if set up correctly."
+
+#: https//support.torproject.org/glossary/socks5/
+#: (content/glossary/socks5/contents+en.lrword.spelling)
+msgid "All in caps, as it is an acronym."
+msgstr "All in caps, as it is an acronym."
+
#: https//support.torproject.org/glossary/ssl/
#: (content/glossary/ssl/contents+en.lrword.term)
msgid "secure sockets layer (SSL)"
@@ -1822,6 +1960,35 @@ msgstr "It aims to preserve your privacy and anonymity."
msgid "[Learn more about Tails](https://tails.boum.org/)."
msgstr "[Learn more about Tails](https://tails.boum.org/)."
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.term)
+msgid "The Guardian Project"
+msgstr "The Guardian Project"
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+msgstr ""
+"[The Guardian Project](https://guardianproject.info/) is a group of software"
+" developers, activists and designers that create easy to use, secure, "
+"opensource mobile apps and operating system enhancements."
+
+#: https//support.torproject.org/glossary/the-guardian-project/
+#: (content/glossary/the-guardian-project/contents+en.lrword.definition)
+msgid ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+msgstr ""
+"[The Orbot "
+"app](https://play.google.com/store/apps/details?id=org.torproject.android) "
+"provided by The Guardian Project helps route other apps on your andriod "
+"device over the Tor network."
+
#: https//support.torproject.org/glossary/the-tor-project/
#: (content/glossary/the-tor-project/contents+en.lrword.term)
msgid "The Tor Project"
@@ -6185,6 +6352,98 @@ msgstr ""
"Remember, all lines beginning with `#` in torrc are treated as comments and "
"have no effect on Tor's configuration."
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.title)
+msgid "A website I am trying to reach is blocking access over Tor."
+msgstr "A website I am trying to reach is blocking access over Tor."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+msgstr ""
+"Sometimes websites will block Tor users because they can't tell the "
+"difference between the average Tor user and automated traffic."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+msgstr ""
+"The best success we've had in getting sites to unblock Tor users is getting "
+"users to contact the site administrators directly."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid "Something like this might do the trick:"
+msgstr "Something like this might do the trick:"
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+msgstr ""
+"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
+"discovered that you don't allow Tor users to access your site."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+msgstr ""
+"I urge you to reconsider this decision; Tor is used by people all over the "
+"world to protect their privacy and fight censorship."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+msgstr ""
+"By blocking Tor users, you are likely blocking people in repressive "
+"countries who want to use a free internet, journalists and researchers who "
+"want to protect themselves from discovery, whistleblowers, activists, and "
+"ordinary people who want to opt out of invasive third party tracking."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+msgstr ""
+"Please take a strong stance in favor of digital privacy and internet "
+"freedom, and allow Tor users access to xyz.com. Thank you.\""
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+msgstr ""
+"In the case of banks, and other sensitive websites, it is also common to see"
+" geography-based blocking (if a bank knows you generally access their "
+"services from one country, and suddenly you are connecting from an exit "
+"relay on the other side of the world, your account may be locked or "
+"suspended)."
+
+#: https//support.torproject.org/tbb/website-blocking-tor/
+#: (content/tbb/website-blocking-tor/contents+en.lrquestion.description)
+msgid ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+msgstr ""
+"If you are unable to connect to an onion service, please see [I cannot reach"
+" X.onion!](../../onionservices/onionservices-3)."
+
#: https//support.torproject.org/tormessenger/tormessenger-1/
#: (content/tormessenger/tormessenger-1/contents+en.lrquestion.title)
msgid "Does Tor Project make an application for private chat?"
@@ -7011,98 +7270,6 @@ msgstr ""
"manual.torproject.org/) section on [censorship](https://tb-"
"manual.torproject.org/circumvention/)"
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.title)
-msgid "A website I am trying to reach is blocking access over Tor."
-msgstr "A website I am trying to reach is blocking access over Tor."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-msgstr ""
-"Sometimes websites will block Tor users because they can't tell the "
-"difference between the average Tor user and automated traffic."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-msgstr ""
-"The best success we've had in getting sites to unblock Tor users is getting "
-"users to contact the site administrators directly."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid "Something like this might do the trick:"
-msgstr "Something like this might do the trick:"
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-msgstr ""
-"\"Hi! I tried to access your site xyz.com while using Tor Browser and "
-"discovered that you don't allow Tor users to access your site."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-msgstr ""
-"I urge you to reconsider this decision; Tor is used by people all over the "
-"world to protect their privacy and fight censorship."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-msgstr ""
-"By blocking Tor users, you are likely blocking people in repressive "
-"countries who want to use a free internet, journalists and researchers who "
-"want to protect themselves from discovery, whistleblowers, activists, and "
-"ordinary people who want to opt out of invasive third party tracking."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-msgstr ""
-"Please take a strong stance in favor of digital privacy and internet "
-"freedom, and allow Tor users access to xyz.com. Thank you.\""
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-msgstr ""
-"In the case of banks, and other sensitive websites, it is also common to see"
-" geography-based blocking (if a bank knows you generally access their "
-"services from one country, and suddenly you are connecting from an exit "
-"relay on the other side of the world, your account may be locked or "
-"suspended)."
-
-#: https//support.torproject.org/censorship/censorship-2/
-#: (content/censorship/censorship-2/contents+en.lrquestion.description)
-msgid ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-msgstr ""
-"If you are unable to connect to an onion service, please see [I cannot reach"
-" X.onion!](../../onionservices/onionservices-3)."
-
#: https//support.torproject.org/censorship/censorship-4/
#: (content/censorship/censorship-4/contents+en.lrquestion.title)
msgid "I can’t connect to Tor Browser, is my network censored?"
1
0