tor-commits
Threads by month
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- 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
October 2021
- 15 participants
- 2055 discussions
[community/translations] add strings of menus on top and bottom for l10n
by emmapeel@torproject.org 09 Oct '21
by emmapeel@torproject.org 09 Oct '21
09 Oct '21
commit 190785be1d6e4a512d895ceed29f9e0bfe73fba7
Author: emma peel <emma.peel(a)riseup.net>
Date: Sun Oct 10 00:20:00 2021 +0200
add strings of menus on top and bottom for l10n
---
templates/home.html | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/templates/home.html b/templates/home.html
index 09449f0..06d0724 100644
--- a/templates/home.html
+++ b/templates/home.html
@@ -25,3 +25,13 @@
</div>
</section>
</div>
+<!--
+ This strings need to be localized, so they get translated on the menu
+ because there is no support for databags on the i18n plugin
+ {{ _("About") }}
+ {{ _("Documentation") }}
+ {{ _("Support") }}
+ {{ _("Jobs") }}
+ {{ _("Contact") }}
+ {{ _("Press") }}
+-->
1
0
commit 34ca8aefb9f206a7e949bec3f9d789552004ceba
Author: emma peel <emma.peel(a)riseup.net>
Date: Sun Oct 10 00:03:13 2021 +0200
add menu strings
---
i18n/contents.pot | 30 +++++++++++++++++++++++++++---
1 file changed, 27 insertions(+), 3 deletions(-)
diff --git a/i18n/contents.pot b/i18n/contents.pot
index c6a3aac..4d97efd 100644
--- a/i18n/contents.pot
+++ b/i18n/contents.pot
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 20:29+CET\n"
+"POT-Creation-Date: 2021-10-09 23:31+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"
@@ -1881,7 +1881,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lr:page.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor "
-"Code of Conduct](../training/code-of-conduct/)."
+"Code of Conduct](../code-of-conduct/)."
msgstr ""
#: https://community.torproject.org/training/best-practices/
@@ -1932,7 +1932,7 @@ msgstr ""
#: https://community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lr:page.body)
msgid ""
-"6. Show the participants the retources at [community.torproject.org](/) and "
+"6. Show the participants the resources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -18363,6 +18363,30 @@ msgstr ""
msgid "Menu"
msgstr ""
+#: lego/templates/navbar.html:86 templates/navbar.html:86
+msgid "About"
+msgstr ""
+
+#: lego/templates/navbar.html:87 templates/navbar.html:87
+msgid "Documentation"
+msgstr ""
+
+#: lego/templates/navbar.html:88 templates/navbar.html:88
+msgid "Support"
+msgstr ""
+
+#: lego/templates/navbar.html:89 templates/navbar.html:89
+msgid "Jobs"
+msgstr ""
+
+#: lego/templates/navbar.html:90 templates/navbar.html:90
+msgid "Contact"
+msgstr ""
+
+#: lego/templates/navbar.html:91 templates/navbar.html:91
+msgid "Press"
+msgstr ""
+
#: lego/templates/search.html:5
msgid "Search"
msgstr ""
1
0
commit ebeb6e270764efd964b232b2c4d31136a5fa1dae
Author: emma peel <emma.peel(a)riseup.net>
Date: Sat Oct 9 21:30:53 2021 +0200
correct link
---
content/training/best-practices/contents.lr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/training/best-practices/contents.lr b/content/training/best-practices/contents.lr
index 43b83b5..31cf26a 100644
--- a/content/training/best-practices/contents.lr
+++ b/content/training/best-practices/contents.lr
@@ -51,7 +51,7 @@ Once you've answered those questions, you're ready to plan your training!
Will you be able to handle this alone? Or will you require partners?
If you need more help, make sure the partners you're bringing in are aware of the safety needs of the community, and communicate with your contacts in the community to make sure they're okay with you bringing in additional trainers.
7. Make sure your presentation is up-to-date (both information and screenshots) and save your presentation in two file formats -- for example, odp and pdf -- and on at least one additional device -- for example, on your computer and on a USB stick.
-8. Decide how you will facilitate a safer space. We recommend using the [Tor Code of Conduct](../training/code-of-conduct/).
+8. Decide how you will facilitate a safer space. We recommend using the [Tor Code of Conduct](../code-of-conduct/).
You can also start the training by asking participants to come up with their own community agreements for the space.
1
0
09 Oct '21
commit 19a14f25038d45747bc9a895b5813c3987a9014b
Author: emma peel <emma.peel(a)riseup.net>
Date: Sun Oct 10 00:17:56 2021 +0200
update templates translation
---
i18n/contents.pot | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)
diff --git a/i18n/contents.pot b/i18n/contents.pot
index 4d97efd..90d256b 100644
--- a/i18n/contents.pot
+++ b/i18n/contents.pot
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 23:31+CET\n"
+"POT-Creation-Date: 2021-10-10 00:17+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"
@@ -18363,27 +18363,33 @@ msgstr ""
msgid "Menu"
msgstr ""
-#: lego/templates/navbar.html:86 templates/navbar.html:86
+#: lego/templates/navbar.html:86 templates/home.html:31
+#: templates/navbar.html:86
msgid "About"
msgstr ""
-#: lego/templates/navbar.html:87 templates/navbar.html:87
+#: lego/templates/navbar.html:87 templates/home.html:32
+#: templates/navbar.html:87
msgid "Documentation"
msgstr ""
-#: lego/templates/navbar.html:88 templates/navbar.html:88
+#: lego/templates/navbar.html:88 templates/home.html:33
+#: templates/navbar.html:88
msgid "Support"
msgstr ""
-#: lego/templates/navbar.html:89 templates/navbar.html:89
+#: lego/templates/navbar.html:89 templates/home.html:34
+#: templates/navbar.html:89
msgid "Jobs"
msgstr ""
-#: lego/templates/navbar.html:90 templates/navbar.html:90
+#: lego/templates/navbar.html:90 templates/home.html:35
+#: templates/navbar.html:90
msgid "Contact"
msgstr ""
-#: lego/templates/navbar.html:91 templates/navbar.html:91
+#: lego/templates/navbar.html:91 templates/home.html:36
+#: templates/navbar.html:91
msgid "Press"
msgstr ""
1
0
[translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
by translation@torproject.org 09 Oct '21
by translation@torproject.org 09 Oct '21
09 Oct '21
commit e5e26be5b41d8f00f6cc31ae54ed4bc55b2c772a
Author: Translation commit bot <translation(a)torproject.org>
Date: Sat Oct 9 21:17:51 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=support-portal
---
contents+ar.po | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/contents+ar.po b/contents+ar.po
index b7fcfd39e9..c4407c6909 100644
--- a/contents+ar.po
+++ b/contents+ar.po
@@ -1188,6 +1188,11 @@ msgid ""
"[bridges](../bridge), [pluggable transports](../pluggable-transports), and "
"[GetTor](../censorship/gettor-1)."
msgstr ""
+"في بعض الأحيان يتم حظر الوصول المباشر إلى [شبكة Tor](../tor-tor-network-"
+"core-tor) بواسطة [موفر خدمة الإنترنت (ISP)](../internet-service-provider-"
+"isp) أو بواسطة الحكومة. يتضمن متصفح Tor بعض أدوات التحايل للتغلب على هذه "
+"الكتل ، بما في ذلك [bridge](../bridge) و [pluggable transports"
+"](../pluggable-transports), و [GetTor](../censorship/gettor-1)."
#: https//support.torproject.org/glossary/new-identity/
#: (content/glossary/new-identity/contents+en.lrword.term)
1
0
[translation/tpo-web] https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
by translation@torproject.org 09 Oct '21
by translation@torproject.org 09 Oct '21
09 Oct '21
commit d5bcd582620e58d3fa14d5dbc80a27fcf4a43e44
Author: Translation commit bot <translation(a)torproject.org>
Date: Sat Oct 9 21:17:45 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
---
contents+ru.po | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/contents+ru.po b/contents+ru.po
index bdf5de48f1..a7e025da02 100644
--- a/contents+ru.po
+++ b/contents+ru.po
@@ -14,9 +14,9 @@
# Sergey Smirnov <cj75300(a)gmail.com>, 2021
# Evgeny Malyshev <evgeny.malyshev.sss(a)gmail.com>, 2021
# erinm, 2021
-# Emma Peel, 2021
# T9 T9, 2021
# psiphon3 <psiphon3.admin(a)psiphon.ca>, 2021
+# Emma Peel, 2021
#
msgid ""
msgstr ""
@@ -24,7 +24,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-08 13:14+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
-"Last-Translator: psiphon3 <psiphon3.admin(a)psiphon.ca>, 2021\n"
+"Last-Translator: Emma Peel, 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"
@@ -803,9 +803,9 @@ msgid ""
"timeline), v2 onion services will be completely unreachable once Tor Browser"
" moves to Tor 0.4.6.x in October 2021."
msgstr ""
-"Как [мы объявили в прошлом году] (https://blog.torproject.org/v2"
-"-deprecation-timeline), onion-сервисы v2 будут полностью недоступны после "
-"перехода Tor Browser на Tor 0.4.6.x в октябре 2021 года."
+"Как [мы объявили в прошлом году](https://blog.torproject.org/v2-deprecation-"
+"timeline), onion-сервисы v2 будут полностью недоступны после перехода Tor "
+"Browser на Tor 0.4.6.x в октябре 2021 года."
#: https//www.torproject.org/releases/tor-browser-10-5/
#: (content/releases/tor-browser-10-5/contents+en.lrpage.body)
1
0
[translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
by translation@torproject.org 09 Oct '21
by translation@torproject.org 09 Oct '21
09 Oct '21
commit 600ee00ebbdcb140533d5eaa27b0b3596ec8e694
Author: Translation commit bot <translation(a)torproject.org>
Date: Sat Oct 9 21:16:57 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
---
contents+ru.po | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/contents+ru.po b/contents+ru.po
index 358a064114..3110b54fc1 100644
--- a/contents+ru.po
+++ b/contents+ru.po
@@ -11,9 +11,9 @@
# JZDLin, 2021
# Gus, 2021
# erinm, 2021
-# Emma Peel, 2021
# T9 T9, 2021
# Sergey Smirnov <cj75300(a)gmail.com>, 2021
+# Emma Peel, 2021
#
msgid ""
msgstr ""
@@ -21,7 +21,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-07 17:29+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
-"Last-Translator: Sergey Smirnov <cj75300(a)gmail.com>, 2021\n"
+"Last-Translator: Emma Peel, 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"
@@ -2619,10 +2619,10 @@ msgid ""
"individual web pages, or block it entirely."
msgstr ""
"Tor Browser включает дополнение под названием NoScript. Оно доступно через "
-"\"Настройки\" (или \"Опции\" в Windows) в [меню (≡)] "
-"(https://support.torproject.org/glossary/hamburger-menu/) затем выберите "
-"\"Настроить\" и перетащите значок \"S\" в правый верхний угол окна. NoScript"
-" позволяет контролировать JavaScript (и другие сценарии), которые "
+"\"Настройки\" (или \"Опции\" в Windows) в [меню "
+"(≡)](https://support.torproject.org/glossary/hamburger-menu/), затем "
+"выберите \"Настроить\" и перетащите значок \"S\" в правый верхний угол окна."
+" NoScript позволяет контролировать JavaScript (и другие сценарии), которые "
"выполняются на отдельных веб-страницах, или полностью блокировать их."
#: https//tb-manual.torproject.org/plugins/
1
0
[translation/communitytpo-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot
by translation@torproject.org 09 Oct '21
by translation@torproject.org 09 Oct '21
09 Oct '21
commit 3d8bf48c126a0f1f059c21032d5b1896401155e3
Author: Translation commit bot <translation(a)torproject.org>
Date: Sat Oct 9 21:15:14 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-conten…
---
contents+ar.po | 5 +++++
contents+de.po | 12 ++++++------
contents+ru.po | 8 ++++----
3 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/contents+ar.po b/contents+ar.po
index aa40165932..6d8e2bfb98 100644
--- a/contents+ar.po
+++ b/contents+ar.po
@@ -8201,6 +8201,9 @@ msgid ""
" (because of the use of many guard nodes), so try to use [client "
"authorization](../client-auth/) when possible."
msgstr ""
+"ومع ذلك ، فإن وجود عدد كبير جدًا من عناوين onion يعد أمرًا سيئًا بالفعل "
+"لأمنك (بسبب استخدام العديد من عقد الحراسة), لذا حاول استخدامها [client "
+"authorization](../client-auth/) عندما يكون ذلك ممكنا."
#: https//community.torproject.org/onion-services/advanced/dos/
#: (content/onion-services/advanced/dos/contents+en.lrpage.body)
@@ -18528,6 +18531,8 @@ msgid ""
"If your bridge is now running, check out the [post-install notes](../post-"
"install/)."
msgstr ""
+"إذا كان الجسر الخاص بك يعمل الآن ، فتحقق من [ملاحظات ما بعد التثبيت"
+"](../post-install/)."
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.title)
diff --git a/contents+de.po b/contents+de.po
index f7608afea0..e9cbb8c3b3 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -19,8 +19,8 @@
# IDRASSI Mounir <mounir.idrassi(a)idrix.fr>, 2021
# Ettore Atalan <atalanttore(a)googlemail.com>, 2021
# erinm, 2021
-# Steffen Rüting <steffen.rueting(a)gmail.com>, 2021
# kwadronaut <kwadronaut(a)autistici.org>, 2021
+# Steffen Rüting <steffen.rueting(a)gmail.com>, 2021
# Curtis Baltimore <curtisbaltimore(a)protonmail.com>, 2021
# Emma Peel, 2021
#
@@ -5101,7 +5101,7 @@ msgid ""
"website](https://torpat.ch/)"
msgstr ""
"Wir haben Statistiken über einige unserer Übersetzungen in der [Tor Patches-"
-"Website] (https://torpat.ch/) verfügbar."
+"Website](https://torpat.ch/) verfügbar."
#: https//community.torproject.org/localization/current-status/
#: (content/localization/current-status/contents+en.lrpage.body)
@@ -5112,9 +5112,9 @@ msgid ""
"/Localization-for-translators)"
msgstr ""
"Um mehr über die verschiedenen Dateien in der Übersetzung zu erfahren, "
-"schaut bitte auf [unseren Wiki-Bereich für Übersetzer] "
-"(https://gitlab.torproject.org/tpo/community/l10n/-/wikis/Localization-for-"
-"translators)"
+"schaut bitte auf [unseren Wiki-Bereich für "
+"Übersetzer](https://gitlab.torproject.org/tpo/community/l10n/-/wikis"
+"/Localization-for-translators)"
#: https//community.torproject.org/localization/current-status/
#: (content/localization/current-status/contents+en.lrpage.body)
@@ -11862,7 +11862,7 @@ msgid ""
"[OpenDNS](http://www.opendns.com) or Quad (9.9.9.9) configurations)."
msgstr ""
"* Verwendung eines DNS-Providers, der seine Ergebnisse zensiert (wie z.B. "
-"einige [OpenDNS] (http://www.opendns.com) oder Quad (9.9.9.9) "
+"einige [OpenDNS](http://www.opendns.com) oder Quad (9.9.9.9) "
"Konfigurationen)."
#: https//community.torproject.org/relay/community-resources/bad-relays/
diff --git a/contents+ru.po b/contents+ru.po
index 1f933c3c4a..e25f50c535 100644
--- a/contents+ru.po
+++ b/contents+ru.po
@@ -16,8 +16,8 @@
# Giovanni Pellerano <giovanni.pellerano(a)evilaliv3.org>, 2021
# erinm, 2021
# Sergey Smirnov <cj75300(a)gmail.com>, 2021
-# Emma Peel, 2021
# T9 T9, 2021
+# Emma Peel, 2021
#
msgid ""
msgstr ""
@@ -25,7 +25,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
-"Last-Translator: T9 T9, 2021\n"
+"Last-Translator: Emma Peel, 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"
@@ -582,8 +582,8 @@ msgid ""
"First of all, make sure you read the [Tor Code of "
"Conduct](https://gitweb.torproject.org/community/policies.git/tree/code_of_…."
msgstr ""
-"Прежде всего, убедитесь, что вы прочитали [Кодекс поведения Tor] "
-"(https://gitweb.torproject.org/community/policies.git/tree/code_of_conduct.t…)"
+"Прежде всего, убедитесь, что вы прочитали [Кодекс поведения "
+"Tor](https://gitweb.torproject.org/community/policies.git/tree/code_of_cond…."
#: https//community.torproject.org/user-research/guidelines/
#: (content/user-research/guidelines/contents+en.lrpage.body)
1
0
[translation/communitytpo-contentspot_completed] https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot_completed
by translation@torproject.org 09 Oct '21
by translation@torproject.org 09 Oct '21
09 Oct '21
commit 98dba4becaf3080f807c2c344baecf3c0c00f35e
Author: Translation commit bot <translation(a)torproject.org>
Date: Sat Oct 9 20:46:06 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-conten…
---
contents+tr.po | 74 +++++++++++++++++++++-----------------------------
contents.pot | 85 ++++++++++++++++++++++++++--------------------------------
2 files changed, 68 insertions(+), 91 deletions(-)
diff --git a/contents+tr.po b/contents+tr.po
index 981c18decc..2c4ad9878c 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -18,7 +18,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Turkish (https://www.transifex.com/otf/teams/1519/tr/)\n"
@@ -2340,11 +2340,8 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
-"8. Ortama daha güvenli bir şekilde nasıl yön verebileceğinize karar verin. "
-"[Tor Davranış Kurallarını](/training/code-of-conduct/) kullanmanızı "
-"öneririz."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -2404,14 +2401,9 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
-"6. Katılımcılara "
-"[community.torproject.org](https://community.torproject.org) ve "
-"[support.torproject.org](https://support.torproject.org) adreslerindeki "
-"kaynakları gösterin."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -3990,13 +3982,9 @@ msgstr "### Sorumluluğu dağıtmak"
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
-"[Özet](https://community.torproject.org/onion-services/overview/) bölümünde "
-"anlatıldığı gibi, onion hizmetlerini kabul ya da red eden bir merkezi "
-"otorite yoktur."
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
@@ -19136,14 +19124,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr "### 5. Son notlar"
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -19523,23 +19533,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr "### 6. Son Notlar"
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -20047,13 +20040,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr "### 6. Son Notlar"
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents.pot b/contents.pot
index 50352e5a46..a229c49853 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-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+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"
@@ -2308,10 +2308,10 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -2371,12 +2371,10 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
#: https//community.torproject.org/training/best-practices/
@@ -3950,13 +3948,11 @@ msgstr "### Decentralization"
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
@@ -18835,18 +18831,41 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr "### 5. Final Notes"
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
#: https//community.torproject.org/relay/setup/bridge/post-install/
#: (content/relay/setup/bridge/post-install/contents+en.lrpage.title)
@@ -19213,25 +19232,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr "### 6. Final notes"
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -19736,15 +19736,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr "### 6. Final Notes"
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
1
0
[translation/communitytpo-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot
by translation@torproject.org 09 Oct '21
by translation@torproject.org 09 Oct '21
09 Oct '21
commit cd6b085ed5630af6031e61d23523938a8bb6e5d7
Author: Translation commit bot <translation(a)torproject.org>
Date: Sat Oct 9 20:46:00 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-conten…
---
contents+ar.po | 77 +++++++++++----------------
contents+bn.po | 64 +++++++++++-----------
contents+ca.po | 64 +++++++++++-----------
contents+de.po | 155 ++++++++++++++++++++++++++++++++++--------------------
contents+el.po | 69 +++++++++++-------------
contents+es.po | 78 +++++++++++----------------
contents+fa.po | 69 +++++++++++-------------
contents+fi.po | 64 +++++++++++-----------
contents+fr.po | 70 +++++++++++-------------
contents+he.po | 69 +++++++++++-------------
contents+hi.po | 64 +++++++++++-----------
contents+hr.po | 64 +++++++++++-----------
contents+hu.po | 64 +++++++++++-----------
contents+id.po | 64 +++++++++++-----------
contents+is.po | 64 +++++++++++-----------
contents+it.po | 64 +++++++++++-----------
contents+ja.po | 64 +++++++++++-----------
contents+ka.po | 72 +++++++++++--------------
contents+ko.po | 68 +++++++++++-------------
contents+mk.po | 64 +++++++++++-----------
contents+mr.po | 64 +++++++++++-----------
contents+ms.po | 64 +++++++++++-----------
contents+my.po | 64 +++++++++++-----------
contents+nb-NO.po | 64 +++++++++++-----------
contents+nl.po | 64 +++++++++++-----------
contents+pa.po | 64 +++++++++++-----------
contents+pl.po | 64 +++++++++++-----------
contents+pt-BR.po | 69 +++++++++++-------------
contents+pt-PT.po | 64 +++++++++++-----------
contents+ro.po | 69 +++++++++++-------------
contents+ru.po | 64 +++++++++++-----------
contents+sq.po | 64 +++++++++++-----------
contents+sw.po | 64 +++++++++++-----------
contents+tr.po | 144 +++++++++++++++++++++++++++++++++++---------------
contents+uk.po | 64 +++++++++++-----------
contents+zh-CN.po | 64 +++++++++++-----------
contents+zh-TW.po | 64 +++++++++++-----------
contents.pot | 85 +++++++++++++-----------------
38 files changed, 1290 insertions(+), 1404 deletions(-)
diff --git a/contents+ar.po b/contents+ar.po
index 52b64690bc..aa40165932 100644
--- a/contents+ar.po
+++ b/contents+ar.po
@@ -24,7 +24,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Arabic (https://www.transifex.com/otf/teams/1519/ar/)\n"
@@ -2270,10 +2270,8 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
-"8. قرر كيف ستعمل على توفير مساحة أكثر أمانًا. نوصي باستخدام [مدونة سلوك "
-"Tor](/training/code-of-conduct/)."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -2331,13 +2329,9 @@ msgstr "5. التواصل حول كيفية اتصال المشاركين بك
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
-"6. اعرض على المشاركين الموارد على "
-"[community.torproject.org](https://community.torproject.org) و "
-"[support.torproject.org](https://support.torproject.org)."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -3846,12 +3840,9 @@ msgstr "### اللامركزية"
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
-"كما هو موضح في [نظرة عامة](https://community.torproject.org/onion-"
-"services/overview/) ، لا توجد سلطة مركزية توافق على خدمات onion أو ترفضها."
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
@@ -18123,12 +18114,36 @@ msgstr "### 5. ملاحظات نهائية"
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+"إذا كنت تواجه مشكلة في إعداد الجسر ، فقم بإلقاء نظرة على [قسم المساعدة الخاص"
+" بنا](../../../getting-help/)."
+
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+msgid ""
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -18495,25 +18510,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr "### 6. ملاحظات نهائية"
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-"إذا كنت تواجه مشكلة في إعداد الجسر ، فقم بإلقاء نظرة على [قسم المساعدة الخاص"
-" بنا](../../../getting-help/)."
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -19014,15 +19010,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr "### 6. ملاحظات نهائية"
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-"إذا كنت تواجه مشكلة في إعداد الجسر ، فقم بإلقاء نظرة على [قسم المساعدة الخاص"
-" بنا](../../../getting-help/)."
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+bn.po b/contents+bn.po
index 46651e5f0b..a8f802e3ff 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-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Bengali (https://www.transifex.com/otf/teams/1519/bn/)\n"
@@ -1910,7 +1910,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
#: https//community.torproject.org/training/best-practices/
@@ -1961,8 +1961,7 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -3220,9 +3219,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -15517,14 +15515,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -15835,23 +15855,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16290,13 +16293,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+ca.po b/contents+ca.po
index f1e72bb6e4..20e5e0ee24 100644
--- a/contents+ca.po
+++ b/contents+ca.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Catalan (https://www.transifex.com/otf/teams/1519/ca/)\n"
@@ -1924,7 +1924,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
#: https//community.torproject.org/training/best-practices/
@@ -1975,8 +1975,7 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -3234,9 +3233,8 @@ msgstr "### Descentralització"
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -15545,14 +15543,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -15863,23 +15883,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16318,13 +16321,6 @@ msgstr ""
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+de.po b/contents+de.po
index d476e78d79..f7608afea0 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -28,7 +28,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: German (https://www.transifex.com/otf/teams/1519/de/)\n"
@@ -2412,10 +2412,8 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
-"8. Entscheide, wie du einen sichereren Raum ermöglichst. Wir empfehlen die "
-"Verwendung des [Tor-Verhaltenskodex](/training/code-of-conduct/)."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -2477,13 +2475,9 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
-"6. Zeige den Teilnehmern die Ressourcen unter "
-"[community.torproject.org](https://community.torproject.org) und "
-"[support.torproject.org](https://support.torproject.org)."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -4065,13 +4059,9 @@ msgstr "### Dezentralisierung"
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
-"Wie in der [Übersicht](https://community.torproject.org/onion-"
-"services/overview/) erläutert, gibt es keine zentrale Behörde, die Onion-"
-"Dienste bewilligt oder ablehnt."
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
@@ -8460,7 +8450,7 @@ msgstr ""
#: https//community.torproject.org/training/resources/tor-relay-workshop/
#: (content/training/resources/tor-relay-workshop/contents+en.lrslide.title)
msgid "At your company or organization"
-msgstr ""
+msgstr "In deinem Unternehmen oder deiner Organisation"
#: https//community.torproject.org/training/resources/tor-relay-workshop/
#: (content/training/resources/tor-relay-workshop/contents+en.lrslide.description)
@@ -8468,6 +8458,8 @@ msgid ""
"- If you work at a Tor-friendly company or organization, that's another "
"ideal place to run a relay."
msgstr ""
+"- Wenn du in einer Tor-freundlichen Firma oder Organisation arbeitest, ist "
+"das ein weiterer idealer Ort, um ein Relay zu betreiben."
#: https//community.torproject.org/training/resources/tor-relay-workshop/
#: (content/training/resources/tor-relay-workshop/contents+en.lrslide.description)
@@ -8493,7 +8485,7 @@ msgstr "Schlechte Relays"
#: https//community.torproject.org/training/resources/tor-relay-workshop/
#: (content/training/resources/tor-relay-workshop/contents+en.lrslide.title)
msgid "What is a bad relay?"
-msgstr ""
+msgstr "Was ist ein schlechtes Relay?"
#: https//community.torproject.org/training/resources/tor-relay-workshop/
#: (content/training/resources/tor-relay-workshop/contents+en.lrslide.description)
@@ -8502,6 +8494,9 @@ msgid ""
"users' connections. That can be either through maliciousness or "
"misconfiguration."
msgstr ""
+"Ein schlechtes Relay ist ein Relay, das entweder nicht richtig funktioniert "
+"oder die Verbindungen unserer Benutzer manipuliert. Dies kann entweder durch"
+" Böswilligkeit oder Fehlkonfiguration geschehen."
#: https//community.torproject.org/training/resources/tor-relay-workshop/
#: (content/training/resources/tor-relay-workshop/contents+en.lrslide.description)
@@ -8535,7 +8530,7 @@ msgstr ""
#: https//community.torproject.org/training/resources/tor-relay-workshop/
#: (content/training/resources/tor-relay-workshop/contents+en.lrslide.title)
msgid "What happens to bad relays?"
-msgstr ""
+msgstr "Was passiert mit schlechten Relays?"
#: https//community.torproject.org/training/resources/tor-relay-workshop/
#: (content/training/resources/tor-relay-workshop/contents+en.lrslide.description)
@@ -8605,7 +8600,7 @@ msgstr ""
#: https//community.torproject.org/onion-services/advanced/https/
#: (content/onion-services/advanced/https/contents+en.lrpage.section)
msgid "advanced configuration"
-msgstr ""
+msgstr "Erweiterte Einstellungen"
#: https//community.torproject.org/onion-services/advanced/dos/
#: (content/onion-services/advanced/dos/contents+en.lrpage.body)
@@ -8634,7 +8629,7 @@ msgstr ""
#: https//community.torproject.org/onion-services/advanced/dos/
#: (content/onion-services/advanced/dos/contents+en.lrpage.body)
msgid "### Onionbalance"
-msgstr ""
+msgstr "### Onionbalance"
#: https//community.torproject.org/onion-services/advanced/dos/
#: (content/onion-services/advanced/dos/contents+en.lrpage.body)
@@ -11166,6 +11161,10 @@ msgid ""
" inclusion in a number of systems to help other sites deal with this issue: "
"https://code.google.com/apis/recaptcha/intro.html"
msgstr ""
+"Tatsächlich bietet Google einen kostenlosen Captcha-Dienst an, komplett mit "
+"Code zur einfachen Einbindung in eine Reihe von Systemen, um anderen Sites "
+"bei der Bewältigung dieses Problems zu helfen: "
+"https://code.google.com/apis/recaptcha/intro.html"
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.body)
@@ -11175,6 +11174,11 @@ msgid ""
"httpd.conf TimeOut and KeepAliveTimeout config values to 15-30 and raising "
"the ServerLimit and MaxClients values to something like 3000."
msgstr ""
+"Langsame DoS-Angriffe [die darauf abzielen, das Apache MaxClients-Limit "
+"aufzubrauchen](http://www.guerilla-ciso.com/archives/2049) können durch die "
+"Reduzierung der httpd.conf TimeOut- und KeepAliveTimeout-Konfigurationswerte"
+" auf 15-30 und die Anhebung der ServerLimit- und MaxClient-Werte auf etwa "
+"3000 gemildert werden."
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.body)
@@ -11793,6 +11797,8 @@ msgid ""
"Many bad relays are caught thanks to our wider community, so many thanks for"
" all your help and vigilance!"
msgstr ""
+"Viele schlechte Relays werden dank unserer breiteren Community entdeckt, "
+"also vielen Dank für all eure Hilfe und Wachsamkeit!"
#: https//community.torproject.org/relay/community-resources/bad-relays/
#: (content/relay/community-resources/bad-relays/contents+en.lrpage.body)
@@ -11855,6 +11861,9 @@ msgid ""
"* Using a DNS provider that censors its results (such as some "
"[OpenDNS](http://www.opendns.com) or Quad (9.9.9.9) configurations)."
msgstr ""
+"* Verwendung eines DNS-Providers, der seine Ergebnisse zensiert (wie z.B. "
+"einige [OpenDNS] (http://www.opendns.com) oder Quad (9.9.9.9) "
+"Konfigurationen)."
#: https//community.torproject.org/relay/community-resources/bad-relays/
#: (content/relay/community-resources/bad-relays/contents+en.lrpage.body)
@@ -11897,6 +11906,9 @@ msgid ""
"The following are currently permitted yet do have some discussion for "
"prohibition (as such, they should not be reported at this time):"
msgstr ""
+"Die folgenden Beispiele sind derzeit erlaubt, sind aber noch Gegenstand von "
+"Diskussionen für ein Verbot (deshalb sollten sie zu diesem Zeitpunkt auch "
+"nicht gemeldet werden):"
#: https//community.torproject.org/relay/community-resources/bad-relays/
#: (content/relay/community-resources/bad-relays/contents+en.lrpage.body)
@@ -12030,7 +12042,7 @@ msgstr ""
#: https//community.torproject.org/relay/community-resources/bad-relays/
#: (content/relay/community-resources/bad-relays/contents+en.lrpage.body)
msgid "### My relay was given the BadExit flag. What's up?"
-msgstr ""
+msgstr "### Meinen Relays wurde die BadExit-Markierung gegeben. Was ist los?"
#: https//community.torproject.org/relay/community-resources/bad-relays/
#: (content/relay/community-resources/bad-relays/contents+en.lrpage.body)
@@ -12289,6 +12301,11 @@ msgid ""
"don't end up with your own IP range. Here is template you can use: "
"[Inquiry](https://www.torservers.net/wiki/hoster/inquiry)"
msgstr ""
+"Das zweistufige Verfahren hilft in der Regel dabei, deine Anforderung auf "
+"ein höheres Niveau zu heben, ohne die Support-Mitarbeiter zu früh "
+"abzuschrecken, auch wenn du am Ende keinen einen eigenen IP-Bereich kriegst."
+" Hier ist eine Vorlage, die du verwenden kannst: "
+"[Anfrage](https://www.torservers.net/wiki/hoster/inquiry)"
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12482,6 +12499,10 @@ msgid ""
"criminals](https://2019.www.torproject.org/docs/faq-"
"abuse#WhatAboutCriminals))."
msgstr ""
+"Wenn du sie kontaktierst, hast du die Chance, ihnen beizubringen, warum Tor "
+"der Welt nützlich ist (und warum es [für Kriminelle nicht besonders "
+"hilfreich ist](https://2019.www.torproject.org/docs/faq-"
+"abuse#WhatAboutCriminals))."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12824,6 +12845,9 @@ msgid ""
" 'proxy', 'tor-proxy'. So when other people see the address in their web "
"logs, they will more quickly understand what's going on."
msgstr ""
+"* Stelle Reverse DNS auf etwas ein, das seine Verwendung signalisiert, z.B. "
+"'anonymous-relay', 'proxy', 'tor-proxy'. Wenn andere Leute die Adresse in "
+"ihren Weblogs sehen, werden sie dann schneller verstehen, was vor sich geht."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12955,6 +12979,11 @@ msgid ""
"faq/), and the good news is that many lawyers believe that Tor exit node "
"operators are in the same boat as the ISPs themselves."
msgstr ""
+"In den USA scheinen dies vor allem der [DMCA](/relay/community-resources"
+"/eff-tor-legal-faq/) und [CDA](/relay/community-resources/eff-tor-legal-"
+"faq/) zu sein, und die gute Nachricht ist, dass viele Juristen der "
+"Auffassung sind, dass die Betreiber von Tor-Exit-Knoten im selben Boot "
+"sitzen wie die Internetdienstanbieter selbst."
#: https//community.torproject.org/relay/community-resources/tor-relay-universities/
#: (content/relay/community-resources/tor-relay-universities/contents+en.lrpage.body)
@@ -13383,6 +13412,11 @@ msgid ""
" send them to your university's lawyers -- acting on it yourself is [almost "
"always a poor idea](/relay/community-resources/eff-tor-legal-faq/))."
msgstr ""
+"Sei hilfsbereit und nutze die Gelegenheit, ihnen Tor zu erklären und warum "
+"es für die Welt nützlich ist. (Wenn sie sich wegen der Logs direkt an dich "
+"wenden, solltest du sie an die Anwälte deiner Universität schicken - es auf "
+"eigene Faust zu tun, ist [fast immer eine schlechte Idee](/relay/community-"
+"resources/eff-tor-legal-faq/))."
#: https//community.torproject.org/relay/community-resources/tor-relay-universities/
#: (content/relay/community-resources/tor-relay-universities/contents+en.lrpage.body)
@@ -13551,6 +13585,9 @@ msgid ""
"out please see "
"[#72](https://gitlab.torproject.org/tpo/web/community/-/issues/72)."
msgstr ""
+"**Hinweis**: Diese Seite wird derzeit überarbeitet. Wenn du mithelfen "
+"möchtest, schau bitte nach unter "
+"[#72](https://gitlab.torproject.org/tpo/web/community/-/issues/72)."
#: https//community.torproject.org/relay/community-resources/good-bad-isps/
#: (content/relay/community-resources/good-bad-isps/contents+en.lrpage.body)
@@ -13609,6 +13646,11 @@ msgid ""
"\"proxies\" on private lines. Cheap synchronous (SDSL) connections. | "
"12/2011 |"
msgstr ""
+"| [Tele2 Austria GmbH](https://tele2.at/) | - | - | Ja | Ja | Verstöße "
+"werden bei Geschäftsanschlüssen weitergeleitet. Gute Verbindungsqualität, "
+"jedoch werden \"Proxydienste\" bei Privatanschlüssen nicht gerne gesehen. "
+"Günstige DSL Anschlüsse mit symmetrischer Datenrate (SDSL). | Dezember 2011 "
+"|"
#: https//community.torproject.org/relay/community-resources/good-bad-isps/
#: (content/relay/community-resources/good-bad-isps/contents+en.lrpage.body)
@@ -13710,7 +13752,7 @@ msgstr "### Tschechien"
#: https//community.torproject.org/relay/community-resources/good-bad-isps/
#: (content/relay/community-resources/good-bad-isps/contents+en.lrpage.body)
msgid "| [T-Systems](http://www.t-systems.cz/) | - | Yes | Yes | ? | - | - |"
-msgstr ""
+msgstr "| [T-Systems](http://www.t-systems.cz/) | - | Ja | Ja | ? | - | - |"
#: https//community.torproject.org/relay/community-resources/good-bad-isps/
#: (content/relay/community-resources/good-bad-isps/contents+en.lrpage.body)
@@ -13763,6 +13805,9 @@ msgid ""
"| [Pulse Servers](http://www.pulseservers.com/) | AS16276 | Yes | Yes | Yes "
"| VPS uses OVH AS. You can build ANY kind tor relays. | 09/27/2021 |"
msgstr ""
+"| [Pulse Servers](http://www.pulseservers.com/) | AS16276 | Ja | Ja | Ja | "
+"VPS nutzt OVH AS. Es kann jegliche Art von Tor Relay eingerichtet werden. | "
+"09/27/2021 |"
#: https//community.torproject.org/relay/community-resources/good-bad-isps/
#: (content/relay/community-resources/good-bad-isps/contents+en.lrpage.body)
@@ -13826,6 +13871,7 @@ msgstr ""
msgid ""
"| [IPX-Server](https://www.ipx-server.de) | - | Yes | Yes | - | - | - |"
msgstr ""
+"| [IPX-Server](https://www.ipx-server.de) | - | Ja | Ja | - | - | - |"
#: https//community.torproject.org/relay/community-resources/good-bad-isps/
#: (content/relay/community-resources/good-bad-isps/contents+en.lrpage.body)
@@ -13841,6 +13887,8 @@ msgid ""
"| [Afterburst](http://afterburst.com) | AS29761, AS8100 | - | Yes | No | -"
" | - |"
msgstr ""
+"| [Afterburst](http://afterburst.com) | AS29761, AS8100 | - | Ja | Nein | - "
+"| - |"
#: https//community.torproject.org/relay/community-resources/good-bad-isps/
#: (content/relay/community-resources/good-bad-isps/contents+en.lrpage.body)
@@ -18081,7 +18129,7 @@ msgstr ""
#: https//community.torproject.org/relay/setup/snowflake/standalone/
#: (content/relay/setup/snowflake/standalone/contents+en.lrpage.body)
msgid "### Ansible"
-msgstr ""
+msgstr "### Ansible"
#: https//community.torproject.org/relay/setup/snowflake/standalone/
#: (content/relay/setup/snowflake/standalone/contents+en.lrpage.body)
@@ -18835,18 +18883,37 @@ msgstr "### 5. Finale Notizen"
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
msgstr ""
"Wenn du Probleme beim Einrichten deiner Brücke hast, schau dir [unsere "
-"Hilfe-Sektion](https://community.torproject.org/relay/getting-help/) an. "
-"Wenn deine Brücke jetzt läuft, schau dir die [Post-install "
-"notes](https://community.torproject.org/relay/setup/bridge/post-install/) "
-"an."
+"Hilfe-Sektion](../../../getting-help/) an."
+
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+msgid ""
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
+msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
#: (content/relay/setup/bridge/post-install/contents+en.lrpage.title)
@@ -19217,25 +19284,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr "### 6. Schlussbemerkungen"
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-"Wenn du Probleme beim Einrichten deiner Brücke hast, schau dir [unsere "
-"Hilfe-Sektion](../../../getting-help/) an."
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -19707,15 +19755,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr "### 6. Schlussbemerkungen"
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-"Wenn du Probleme beim Einrichten deiner Brücke hast, schau dir [unsere "
-"Hilfe-Sektion](../../../getting-help/) an."
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+el.po b/contents+el.po
index 4888ce4a80..f4f8c119ee 100644
--- a/contents+el.po
+++ b/contents+el.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Greek (https://www.transifex.com/otf/teams/1519/el/)\n"
@@ -2129,10 +2129,8 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
-"8. Αποφασίστε πώς θα εξασφαλίσετε ένα ασφαλέστερο χώρο. Σας συνιστούμε να "
-"χρησιμοποιήσετε το [Tor Code of Conduct](/training/code-of-conduct/)."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -2193,13 +2191,9 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
-"6. Δείξτε στους συμμετέχοντες τους πόρους στο "
-"[community.torproject.org](https://community.torproject.org) και το "
-"[support.torproject.org](https://support.torproject.org)."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -3511,9 +3505,8 @@ msgstr "### Αποκεντροποίηση"
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -16011,14 +16004,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -16342,23 +16357,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr "### 6. Τελικές σημειώσεις"
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16800,13 +16798,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+es.po b/contents+es.po
index 0275289fc1..7998c67a45 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Spanish (https://www.transifex.com/otf/teams/1519/es/)\n"
@@ -2368,10 +2368,8 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
-"8. Decide como facilitarás un espacio más seguro. Recomendamos el uso del "
-"[Código de Conducta de Tor](/training/code-of-conduct/)."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -2431,13 +2429,9 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
-"6. Muestra a los participantes los recursos en "
-"[community.torproject.org](https://community.torproject.org) y "
-"[support.torproject.org](https://support.torproject.org)."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -4022,13 +4016,9 @@ msgstr "### Descentralización"
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
-"Como se explicó en el [Resumen](https://community.torproject.org/onion-"
-"services/overview/), no hay una autoridad central que apruebe o rechace "
-"servicios cebolla."
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
@@ -19141,12 +19131,36 @@ msgstr "### 5. Notas Finales"
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+"Si estás teniendo problemas para configurar tu puente, dale un vistazo a "
+"[nuestra sección de ayuda](../../../getting-help/)."
+
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+msgid ""
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -19522,25 +19536,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr "### 6. Notas Finales"
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-"Si estás teniendo problemas para configurar tu puente, dale un vistazo a "
-"[nuestra sección de ayuda](../../../getting-help/)."
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -20048,15 +20043,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr "### 6. Notas Finales"
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-"Si estás teniendo problemas para configurar tu puente, dale un vistazo a "
-"[nuestra sección de ayuda](../../../getting-help/)."
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+fa.po b/contents+fa.po
index 39670d1334..a65493396f 100644
--- a/contents+fa.po
+++ b/contents+fa.po
@@ -23,7 +23,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Reza Ghasemi, 2021\n"
"Language-Team: Persian (https://www.transifex.com/otf/teams/1519/fa/)\n"
@@ -2024,10 +2024,8 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
-"8. نحوه تسهیل یک مکان امن تر را مشخص کنید. ما [قواعد رفتاری تور](/training"
-"/code-of-conduct/) را توصیه می کنیم."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -2085,13 +2083,9 @@ msgstr "5. درباره نحوه ارتباط با شما پس از آموزش
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
-"6. به مشارکت کنندگان منابع در "
-"[community.torproject.org](https://community.torproject.org) و "
-"[support.torproject.org](https://support.torproject.org) را نشان بدهید."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -3412,9 +3406,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -16666,14 +16659,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr "### 5. نکات پایانی"
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -17036,23 +17051,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr "### 6. یادداشت های پایانی"
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -17514,13 +17512,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr "### 6. نکات پایانی"
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+fi.po b/contents+fi.po
index 1d17d1d279..414ba075b9 100644
--- a/contents+fi.po
+++ b/contents+fi.po
@@ -18,7 +18,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: mine sheep <minesheep103(a)gmail.com>, 2021\n"
"Language-Team: Finnish (https://www.transifex.com/otf/teams/1519/fi/)\n"
@@ -1928,7 +1928,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
#: https//community.torproject.org/training/best-practices/
@@ -1979,8 +1979,7 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -3238,9 +3237,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -15484,14 +15482,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -15801,23 +15821,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16254,13 +16257,6 @@ msgstr ""
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+fr.po b/contents+fr.po
index fcf2e0614a..11598d9a86 100644
--- a/contents+fr.po
+++ b/contents+fr.po
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: AO <ao(a)localizationlab.org>, 2021\n"
"Language-Team: French (https://www.transifex.com/otf/teams/1519/fr/)\n"
@@ -2121,11 +2121,8 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
-"8. Décidez de comment vous créerez un espace plus sûr. Nous vous "
-"recommandons d’appliquer le [Code de conduite de Tor](/training/code-of-"
-"conduct/)."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -2189,13 +2186,9 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
-"6. Montrez aux participants les ressources présentes sur "
-"[community.torproject.org](https://community.torproject.org) et "
-"[support.torproject.org](https://support.torproject.org)."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -3549,9 +3542,8 @@ msgstr "## Décentralisation"
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -16379,14 +16371,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -16697,23 +16711,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -17150,13 +17147,6 @@ msgstr ""
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+he.po b/contents+he.po
index d52465c5b9..cd9f6ab69c 100644
--- a/contents+he.po
+++ b/contents+he.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: ION, 2021\n"
"Language-Team: Hebrew (https://www.transifex.com/otf/teams/1519/he/)\n"
@@ -2017,10 +2017,8 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
-"8. יש להחליט כיצד מארגנים מרחב בטוח יותר. אנו ממליצים להשתמש ב [Tor Code of"
-" Conduct](/training/code-of-conduct/)."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -2075,13 +2073,9 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
-"6. הראו למשתתפים את המשאבים ב "
-"[community.torproject.org](https://community.torproject.org) ו "
-"[support.torproject.org](https://support.torproject.org)."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -3391,9 +3385,8 @@ msgstr "### ביזוריות"
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -17098,14 +17091,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr "### 5. הערות אחרונות"
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -17457,23 +17472,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr "### 6. הערות אחרונות"
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -17932,13 +17930,6 @@ msgstr ""
msgid "### 6. Final Notes"
msgstr "### 6. הערות אחרונות"
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+hi.po b/contents+hi.po
index 8155237e66..e3e89e3417 100644
--- a/contents+hi.po
+++ b/contents+hi.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Hindi (https://www.transifex.com/otf/teams/1519/hi/)\n"
@@ -1933,7 +1933,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
#: https//community.torproject.org/training/best-practices/
@@ -1984,8 +1984,7 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -3243,9 +3242,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -15480,14 +15478,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -15798,23 +15818,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16253,13 +16256,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+hr.po b/contents+hr.po
index d117a5f876..b0c2234038 100644
--- a/contents+hr.po
+++ b/contents+hr.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Croatian (https://www.transifex.com/otf/teams/1519/hr/)\n"
@@ -1943,7 +1943,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
#: https//community.torproject.org/training/best-practices/
@@ -1994,8 +1994,7 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -3253,9 +3252,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -15515,14 +15513,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -15832,23 +15852,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16285,13 +16288,6 @@ msgstr ""
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+hu.po b/contents+hu.po
index 8f1b8b8838..4854b909ed 100644
--- a/contents+hu.po
+++ b/contents+hu.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: vargaviktor <viktor.varga(a)gmail.com>, 2021\n"
"Language-Team: Hungarian (https://www.transifex.com/otf/teams/1519/hu/)\n"
@@ -1906,7 +1906,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
#: https//community.torproject.org/training/best-practices/
@@ -1957,8 +1957,7 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -3216,9 +3215,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -15453,14 +15451,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -15771,23 +15791,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16226,13 +16229,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+id.po b/contents+id.po
index d26c0cca4a..4203ab5cae 100644
--- a/contents+id.po
+++ b/contents+id.po
@@ -23,7 +23,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Indonesian (https://www.transifex.com/otf/teams/1519/id/)\n"
@@ -1934,7 +1934,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
#: https//community.torproject.org/training/best-practices/
@@ -1985,8 +1985,7 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -3244,9 +3243,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -15492,14 +15490,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -15815,23 +15835,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16270,13 +16273,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+is.po b/contents+is.po
index f413d4a459..8e938b158f 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-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Sveinn í Felli <sv1(a)fellsnet.is>, 2021\n"
"Language-Team: Icelandic (https://www.transifex.com/otf/teams/1519/is/)\n"
@@ -1898,7 +1898,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
#: https//community.torproject.org/training/best-practices/
@@ -1949,8 +1949,7 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -3208,9 +3207,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -15451,14 +15449,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -15768,23 +15788,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16221,13 +16224,6 @@ msgstr ""
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+it.po b/contents+it.po
index ee8259663e..0a1da5ef43 100644
--- a/contents+it.po
+++ b/contents+it.po
@@ -32,7 +32,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Italian (https://www.transifex.com/otf/teams/1519/it/)\n"
@@ -2077,7 +2077,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
#: https//community.torproject.org/training/best-practices/
@@ -2136,8 +2136,7 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -3419,9 +3418,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -16001,14 +15999,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr "### 5. Note finali"
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -16321,23 +16341,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16776,13 +16779,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr "### 6. Note finali"
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+ja.po b/contents+ja.po
index 5e701eabff..5e63f51a4a 100644
--- a/contents+ja.po
+++ b/contents+ja.po
@@ -23,7 +23,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Japanese (https://www.transifex.com/otf/teams/1519/ja/)\n"
@@ -1929,7 +1929,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
#: https//community.torproject.org/training/best-practices/
@@ -1980,8 +1980,7 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -3242,9 +3241,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -15579,14 +15577,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -15904,23 +15924,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16359,13 +16362,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+ka.po b/contents+ka.po
index 0b6a67a2e9..bf5a8dd79b 100644
--- a/contents+ka.po
+++ b/contents+ka.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Georgianization, 2021\n"
"Language-Team: Georgian (https://www.transifex.com/otf/teams/1519/ka/)\n"
@@ -2338,10 +2338,8 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
-"8. იფიქრეთ, როგორ შეუწყოთ ხელი უსაფრთხო სივრცეს. გირჩევთ, გამოიყენოთ [Tor-ის"
-" ქცევის კოდექსი](/training/code-of-conduct/)."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -2401,13 +2399,9 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
-"6. აჩვენეთ მონაწილეებს მასალები მისამართებზე "
-"[community.torproject.org](https://community.torproject.org) და "
-"[support.torproject.org](https://support.torproject.org)."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -3974,13 +3968,9 @@ msgstr "### ერთპიროვნული მართვის არი
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
-"განმარტებულია [მიმოხილვაში](https://community.torproject.org/onion-"
-"services/overview/), არ არსებობს ვინმე საერთო ზემდგომი, რომელიც დაუშვებს ან "
-"უარყოფს Onion-მომსახურებებს."
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
@@ -19064,14 +19054,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr "### 5. ბოლო შენიშვნები"
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -19445,23 +19457,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr "### 6. ბოლო შენიშვნები"
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -19966,13 +19961,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr "### 6. ბოლო შენიშვნები"
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+ko.po b/contents+ko.po
index e9e6640d40..7d808ea39c 100644
--- a/contents+ko.po
+++ b/contents+ko.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Korean (https://www.transifex.com/otf/teams/1519/ko/)\n"
@@ -1955,10 +1955,8 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
-"8. 더 안전한 공간을 어떻게 활용할 것인지 결정하세요. [Tor 행동 강령](/training/code-of-conduct/)을 "
-"사용하는 것이 좋습니다."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -2008,12 +2006,9 @@ msgstr "5. 교육 후 참가자들이 안전하게 연락할 수 있는 방법
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
-"6. 참가자들에게 [community.torproject.org](https://community.torproject.org) 및 "
-"[support.torproject.org](https://support.torproject.org)에서 자료를 보여 줍니다."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -3290,9 +3285,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -15527,14 +15521,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -15845,23 +15861,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16300,13 +16299,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+mk.po b/contents+mk.po
index 4c816bc437..13f0d11552 100644
--- a/contents+mk.po
+++ b/contents+mk.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Daniel Nikoloski <nikoloskid(a)protonmail.com>, 2021\n"
"Language-Team: Macedonian (https://www.transifex.com/otf/teams/1519/mk/)\n"
@@ -1905,7 +1905,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
#: https//community.torproject.org/training/best-practices/
@@ -1956,8 +1956,7 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -3215,9 +3214,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -15454,14 +15452,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -15772,23 +15792,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16227,13 +16230,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+mr.po b/contents+mr.po
index 80cadb9f7d..d8e6b96459 100644
--- a/contents+mr.po
+++ b/contents+mr.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: vinay bichave <vinaybichave4(a)gmail.com>, 2021\n"
"Language-Team: Marathi (https://www.transifex.com/otf/teams/1519/mr/)\n"
@@ -1940,7 +1940,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
#: https//community.torproject.org/training/best-practices/
@@ -1991,8 +1991,7 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -3250,9 +3249,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -15512,14 +15510,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -15830,23 +15850,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16283,13 +16286,6 @@ msgstr ""
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+ms.po b/contents+ms.po
index 0c6958fcf4..e1d18941dc 100644
--- a/contents+ms.po
+++ b/contents+ms.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Malay (Malaysia) (https://www.transifex.com/otf/teams/1519/ms_MY/)\n"
@@ -1898,7 +1898,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
#: https//community.torproject.org/training/best-practices/
@@ -1949,8 +1949,7 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -3208,9 +3207,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -15447,14 +15445,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -15765,23 +15785,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16220,13 +16223,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+my.po b/contents+my.po
index 1995061db2..edecc68de7 100644
--- a/contents+my.po
+++ b/contents+my.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Burmese (https://www.transifex.com/otf/teams/1519/my/)\n"
@@ -1902,7 +1902,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
#: https//community.torproject.org/training/best-practices/
@@ -1953,8 +1953,7 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -3212,9 +3211,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -15451,14 +15449,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -15769,23 +15789,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16224,13 +16227,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+nb-NO.po b/contents+nb-NO.po
index be729fe98f..1cf28d7137 100644
--- a/contents+nb-NO.po
+++ b/contents+nb-NO.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Norwegian Bokmål (https://www.transifex.com/otf/teams/1519/nb/)\n"
@@ -1908,7 +1908,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
#: https//community.torproject.org/training/best-practices/
@@ -1959,8 +1959,7 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -3220,9 +3219,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -15476,14 +15474,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -15794,23 +15814,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16249,13 +16252,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+nl.po b/contents+nl.po
index 83d60514ff..f06098ae12 100644
--- a/contents+nl.po
+++ b/contents+nl.po
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Dutch (https://www.transifex.com/otf/teams/1519/nl/)\n"
@@ -1917,7 +1917,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
#: https//community.torproject.org/training/best-practices/
@@ -1968,8 +1968,7 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -3227,9 +3226,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -15464,14 +15462,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -15782,23 +15802,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16237,13 +16240,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+pa.po b/contents+pa.po
index dee977f948..c46f58071c 100644
--- a/contents+pa.po
+++ b/contents+pa.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Panjabi (Punjabi) (https://www.transifex.com/otf/teams/1519/pa/)\n"
@@ -1897,7 +1897,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
#: https//community.torproject.org/training/best-practices/
@@ -1948,8 +1948,7 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -3207,9 +3206,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -15444,14 +15442,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -15762,23 +15782,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16217,13 +16220,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+pl.po b/contents+pl.po
index ec3b1e7ae5..906511346b 100644
--- a/contents+pl.po
+++ b/contents+pl.po
@@ -23,7 +23,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Waldemar Stoczkowski, 2021\n"
"Language-Team: Polish (https://www.transifex.com/otf/teams/1519/pl/)\n"
@@ -2009,7 +2009,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
#: https//community.torproject.org/training/best-practices/
@@ -2060,8 +2060,7 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -3321,9 +3320,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -15621,14 +15619,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -15939,23 +15959,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16394,13 +16397,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+pt-BR.po b/contents+pt-BR.po
index 730b94ca05..d04e63e355 100644
--- a/contents+pt-BR.po
+++ b/contents+pt-BR.po
@@ -33,7 +33,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Reurison Silva Rodrigues, 2021\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/otf/teams/1519/pt_BR/)\n"
@@ -2143,10 +2143,8 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
-"8. Decida como você irá facilitar um local mais seguro. Nós recomendamos "
-"usar o [Código Tor de Conduta](/training/code-of-conduct/)."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -2206,13 +2204,9 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
-"6. Mostre aos participantes os recursos em "
-"[community.torproject.org](https://community.torproject.org) and "
-"[support.torproject.org](https://support.torproject.org)."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -3564,9 +3558,8 @@ msgstr "### Descentralização"
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -16727,14 +16720,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr "### 5. Considerações finais"
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -17053,23 +17068,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr "### 6. Considerações finais"
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -17512,13 +17510,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr "### 6. Considerações finais"
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+pt-PT.po b/contents+pt-PT.po
index f9b80f0867..fb57100953 100644
--- a/contents+pt-PT.po
+++ b/contents+pt-PT.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Manuela Silva <mmsrs(a)sky.com>, 2021\n"
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/otf/teams/1519/pt_PT/)\n"
@@ -1972,7 +1972,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
#: https//community.torproject.org/training/best-practices/
@@ -2023,8 +2023,7 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -3282,9 +3281,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -15522,14 +15520,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -15839,23 +15859,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16292,13 +16295,6 @@ msgstr ""
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+ro.po b/contents+ro.po
index 1d35e11489..31ff91c4a9 100644
--- a/contents+ro.po
+++ b/contents+ro.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Legend Youtuber, 2021\n"
"Language-Team: Romanian (https://www.transifex.com/otf/teams/1519/ro/)\n"
@@ -2047,10 +2047,8 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
-"8. Decideți cum veți facilita un spațiu mai sigur. Vă recomandăm să folosiți"
-" [Codul de conduită Tor](/training/code-of-conduct/)."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -2113,13 +2111,9 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
-"6. Arătați participantilor resursele de la "
-"[community.torproject.org](https://community.torproject.org) și "
-"[support.torproject.org](https://support.torproject.org)."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -3442,9 +3436,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -16892,14 +16885,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr "### 5. Note finale"
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -17271,23 +17286,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr "### 6. Note finale"
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -17754,13 +17752,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr "### 6. Note finale"
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+ru.po b/contents+ru.po
index f47c97dbf2..1f933c3c4a 100644
--- a/contents+ru.po
+++ b/contents+ru.po
@@ -23,7 +23,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: T9 T9, 2021\n"
"Language-Team: Russian (https://www.transifex.com/otf/teams/1519/ru/)\n"
@@ -2009,7 +2009,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
#: https//community.torproject.org/training/best-practices/
@@ -2060,8 +2060,7 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -3319,9 +3318,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -15560,14 +15558,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -15878,23 +15898,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16333,13 +16336,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+sq.po b/contents+sq.po
index 11ebf323da..4ccb855b22 100644
--- a/contents+sq.po
+++ b/contents+sq.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Besnik Bleta <besnik(a)programeshqip.org>, 2021\n"
"Language-Team: Albanian (https://www.transifex.com/otf/teams/1519/sq/)\n"
@@ -1939,7 +1939,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
#: https//community.torproject.org/training/best-practices/
@@ -1990,8 +1990,7 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -3249,9 +3248,8 @@ msgstr "### Decentralizim"
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -15498,14 +15496,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr "### 5. Shënime Përfundimtare"
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -15815,23 +15835,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr "### 6. Shënime përfundimtare"
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16269,13 +16272,6 @@ msgstr ""
msgid "### 6. Final Notes"
msgstr "### 6. Shënime Përfundimtare"
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+sw.po b/contents+sw.po
index b442184d0e..fa20497606 100644
--- a/contents+sw.po
+++ b/contents+sw.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Swahili (https://www.transifex.com/otf/teams/1519/sw/)\n"
@@ -1904,7 +1904,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
#: https//community.torproject.org/training/best-practices/
@@ -1955,8 +1955,7 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -3214,9 +3213,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -15453,14 +15451,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -15771,23 +15791,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16226,13 +16229,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+tr.po b/contents+tr.po
index 981c18decc..b3672ba25e 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -18,7 +18,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Turkish (https://www.transifex.com/otf/teams/1519/tr/)\n"
@@ -485,6 +485,8 @@ msgid ""
"Before running Tor user research, be sure you read our [Guidelines to "
"becoming a user researcher with Tor](../guidelines/)."
msgstr ""
+"Tor kullanıcı araştırmasını yürütmeden önce, [Tor kullanıcı araştırmacısı "
+"olma yönergeleri](../guidelines) belgesini okuduğunuzdan emin olun."
#: https//community.torproject.org/user-research/open/
#: (content/user-research/open/contents+en.lrpage.body)
@@ -1109,6 +1111,9 @@ msgid ""
"look at our [current needs for user research](../open/) and see which study "
"better suits you."
msgstr ""
+"Zaten Tor Projesi ve kullanıcı sınaması ile ilgili bilginiz varsa , "
+"[kullanıcı araştırması için güncel gereksinimlerimiz](../open/) bölümüne "
+"bakarak size uygun bir çalışma seçebilirsiniz."
#: https//community.torproject.org/user-research/how-to-volunteer/
#: (content/user-research/how-to-volunteer/contents+en.lrpage.body)
@@ -1126,11 +1131,15 @@ msgid ""
"Conduct](https://gitweb.torproject.org/community/policies.git/tree/code_of_…,"
" as well our [Guidelines for Research](../guidelines/)."
msgstr ""
+"Bir gönüllümüz olarak [Davranış "
+"Kuralları](https://gitweb.torproject.org/community/policies.git/tree/code_o…"
+" ve [Araştırma Yönergeleri](../guidelines/) belgelerimizi okuyup "
+"içindekilere uygun davranmanızı istiyoruz."
#: https//community.torproject.org/user-research/how-to-volunteer/
#: (content/user-research/how-to-volunteer/contents+en.lrpage.body)
msgid "### Why do we run Demographics?"
-msgstr ""
+msgstr "### Neden demografik veri topluyoruz?"
#: https//community.torproject.org/user-research/how-to-volunteer/
#: (content/user-research/how-to-volunteer/contents+en.lrpage.body)
@@ -1279,6 +1288,8 @@ msgid ""
"Please read our [Guidelines](../guidelines/) to get to know this process "
"more."
msgstr ""
+"Bu sure hakkında ayrıntılı bilgi almak için [Yönergeler](../guidelines/) "
+"belgemizi okuyabilirsiniz."
#: https//community.torproject.org/user-research/how-to-volunteer/
#: (content/user-research/how-to-volunteer/contents+en.lrpage.body)
@@ -1337,7 +1348,7 @@ msgstr ""
#: (content/user-research/how-to-volunteer/contents+en.lrpage.body)
msgid ""
"- Learn more about our users by reading [Tor's user personas](../persona/)."
-msgstr ""
+msgstr "- [Tor kişilik tanımları](../persona/) hakkında ayrıntılı bilgi alın."
#: https//community.torproject.org/user-research/reports/
#: (content/user-research/reports/contents+en.lrpage.title)
@@ -1922,6 +1933,7 @@ msgstr ""
msgid ""
"* [EFF Tor legal FAQ](../../relay/community-resources/eff-tor-legal-faq/)"
msgstr ""
+"* [EFF Tor ve hukuk SSS](../../relay/community-resources/eff-tor-legal-faq/)"
#: https//community.torproject.org/training/risks/
#: (content/training/risks/contents+en.lrpage.body)
@@ -1989,6 +2001,8 @@ msgid ""
"* I read and agree with the Tor Project [Code of Coduct](../code-of-"
"conduct/)"
msgstr ""
+"* Tor Project [Davranış Kuralları](../code-of-conduct/) belgesini okudum ve "
+"kabul ediyorum"
#: https//community.torproject.org/training/checklist/
#: (content/training/checklist/contents+en.lrpage.body)
@@ -2340,10 +2354,10 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
"8. Ortama daha güvenli bir şekilde nasıl yön verebileceğinize karar verin. "
-"[Tor Davranış Kurallarını](/training/code-of-conduct/) kullanmanızı "
+"[Tor Davranış Kurallarını](../training/code-of-conduct/) kullanmanızı "
"öneririz."
#: https//community.torproject.org/training/best-practices/
@@ -2404,12 +2418,10 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
-"6. Katılımcılara "
-"[community.torproject.org](https://community.torproject.org) ve "
+"6. Katılımcılara [community.torproject.org](/) ve "
"[support.torproject.org](https://support.torproject.org) adreslerindeki "
"kaynakları gösterin."
@@ -3470,6 +3482,11 @@ msgid ""
"infrastructure](https://metrics.torproject.org/rs.html#toprelays), where Tor"
" users encrypted traffic is routed around to reach out the open internet."
msgstr ""
+"[Tor aktarıcıları](../../relay/types-of-relays/), açık İnternet üzerine "
+"erişmek için Tor kullanıcılarının şifrelenmiş trafiğinin yöneltilerek "
+"dolaştırıldığı [herkese açık "
+"altyapının](https://metrics.torproject.org/rs.html#toprelays) bir "
+"parçasıdır."
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
@@ -3511,6 +3528,10 @@ msgid ""
"Service does not result in your IP address being publicly listed anywhere, "
"nor does your service relay other Tor traffic."
msgstr ""
+"Bir [Tor aktarıcı](../../relay) işletmenin aksine, bir Tor Onion hizmeti "
+"işletmen, IP adresinizin herhangi bir yerde herkese açık olarak "
+"listelenmesine neden olmaz ya da Onion hizmetiniz başka bir Tor trafiğini "
+"aktarmaz."
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
@@ -3519,6 +3540,9 @@ msgid ""
"and watch this talk: [DEF CON 25 - Next Generation Tor Onion "
"Services](https://www.youtube.com/watch?v=Di7qAVidy1Y)."
msgstr ""
+"Daha ayrıntılı bilgi almak için, [Onion Hizmetleri Özeti](../overview/) "
+"bölümünü okuyabilir ve şu konuşmayı izleyebilirsiniz: [DEF CON 25 - Gelecek "
+"Nesil Tor Onion Hizmetleri](https: // www.youtube.com/watch?v=Di7qAVidy1Y)"
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
@@ -3990,13 +4014,11 @@ msgstr "### Sorumluluğu dağıtmak"
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
-"[Özet](https://community.torproject.org/onion-services/overview/) bölümünde "
-"anlatıldığı gibi, onion hizmetlerini kabul ya da red eden bir merkezi "
-"otorite yoktur."
+"[Özet](../overview/) bölümünde anlatıldığı gibi, onion hizmetlerini kabul ya"
+" da red eden bir merkezi otorite yoktur."
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
@@ -4124,6 +4146,9 @@ msgid ""
" an [onion site](../setup/) and read about the [protocol "
"overview](../overview/)."
msgstr ""
+"Artık onion hizmetlerinin tüm yararlarını biliyorsunuz. Bir [onion "
+"sitesi](../setup/) kurmak ve [iletişim kuralı özeti](../overview/) bölümünü "
+"okumak isteyebilirsiniz."
#: https//community.torproject.org/onion-services/advanced/
#: (content/onion-services/advanced/contents+en.lrpage.title)
@@ -4679,6 +4704,8 @@ msgid ""
"Read more about [Client authorization](../advanced/client-auth/) "
"documentation."
msgstr ""
+"Ayrıntılı bilgi almak için [İstemci kimliği doğrulaması](../client-auth/) "
+"bölümüne bakabilirsiniz."
#: https//community.torproject.org/onion-services/setup/
#: (content/onion-services/setup/contents+en.lrpage.body)
@@ -4940,6 +4967,14 @@ msgid ""
"[stem](https://stem.torproject.org/tutorials/over_the_river.html) to "
"automate the management of your onion services."
msgstr ""
+"Artık çalışan bir onion siteniz olduğuna göre, [Onion-Location](../advanced"
+"/onion-location/) özelliğini etkinleştirmek veya onion hizmetlerinizin "
+"yönetimi otomatikleştirmek için Docker, "
+"[Heroku](https://gitlab.torproject.org/hiro/onions-on-heroku), "
+"[Terraform](https://gitlab.torproject.org/hiro/terraform-onions), "
+"[Ansible](https://galaxy.ansible.com/systemli/onion) veya "
+"[stem](https://stem.torproject.org/tutorials/over_the_river.html) gibi "
+"araçları kullanmak isteyebilirsiniz."
#: https//community.torproject.org/onion-services/setup/
#: (content/onion-services/setup/contents+en.lrpage.body)
@@ -7231,6 +7266,8 @@ msgstr ""
#: (content/outreach/meetup/contents+en.lrpage.body)
msgid "Read and follow our [best practices](../../training/best-practices/)."
msgstr ""
+"[İyi örnekler](../../training/best-practices/) belgemizi okuyun ve "
+"uygulayın."
#: https//community.torproject.org/outreach/meetup/
#: (content/outreach/meetup/contents+en.lrpage.body)
@@ -7243,6 +7280,8 @@ msgid ""
"Before the meetup, organize the space. Buy some chips and snacks, hang some "
"[posters](../kit/) nearby the local, so people can find easily."
msgstr ""
+"Buluşmadan önce mekanı düzenleyin. Atıştırmalık yiyecek içecek alın. "
+"İnsanların kolay bulabilmesi için yakınlara [posterler](../kit/) asın."
#: https//community.torproject.org/outreach/meetup/
#: (content/outreach/meetup/contents+en.lrpage.body)
@@ -8639,6 +8678,10 @@ msgid ""
" (because of the use of many guard nodes), so try to use [client "
"authorization](../client-auth/) when possible."
msgstr ""
+"Bununla birlikte, çok fazla onion adresinin olması, aslında güvenliğiniz "
+"için kötüdür (birçok koruma durağı kullanıldığından). Bu nedenle "
+"yapabildiğinizde [istemci kimlik doğrulaması](../client-auth/) kullanmaya "
+"çalışın."
#: https//community.torproject.org/onion-services/advanced/dos/
#: (content/onion-services/advanced/dos/contents+en.lrpage.body)
@@ -9489,6 +9532,10 @@ msgid ""
" using HTTPS, for example, linking their onion site address from an HTTPS-"
"authenticated page, or using [Onion-Location](../onion-location/)."
msgstr ""
+"Alternatif olarak, web siteleri, onion adreslerini HTTPS kullanarak "
+"doğrulamak için başka yollar da sunabilir. Örneğin, HTTPS ile kimliği "
+"doğrulanmış bir sayfadan onion sitesi adresini verebilir ya da [Onion-"
+"Location](../onion-location/) özelliğini kullanır."
#: https//community.torproject.org/onion-services/advanced/https/
#: (content/onion-services/advanced/https/contents+en.lrpage.body)
@@ -9852,6 +9899,9 @@ msgid ""
"- As mentioned [here](../../setup/), be careful of letting your web server "
"reveal identifying information about you, your computer, or your location."
msgstr ""
+"- [Burada](../../setup/) belirtildiği üzere, web sunucunuzun sizinle, "
+"bilgisayarınızla veya konumunuzla ilgili tanımlayıcı bilgiler yayınlamasına "
+"izin verirken dikkatli olun."
#: https//community.torproject.org/onion-services/advanced/opsec/
#: (content/onion-services/advanced/opsec/contents+en.lrpage.body)
@@ -10021,6 +10071,10 @@ msgid ""
" the instructions described in the section [Setup](../../setup/) will "
"automatically create this directory."
msgstr ""
+"Hizmet tarafında istemci kimlik doğrulamasını yapılandırmak için, "
+"`<HiddenServiceDir>/authorized_clients/` klasörünün var olması gerekir. "
+"[Kurulum](../../setup/) bölümündeki yönergelerin izlenmesi bu klasörü "
+"otomatik olarak oluşturur."
#: https//community.torproject.org/onion-services/advanced/client-auth/
#: (content/onion-services/advanced/client-auth/contents+en.lrpage.body)
@@ -12851,7 +12905,7 @@ msgstr ""
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
msgid "* [Tor Relay Guide](../../)"
-msgstr ""
+msgstr "* [Tor aktarıcı rehberi](../../)"
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -19136,15 +19190,41 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr "### 5. Son notlar"
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+"Köprünüzü kurmakta sorun yaşıyorsanız [yardım bölümüne](../../../getting-"
+"help/) bakabilirsiniz."
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
+"Köprünüz çalışıyorsa [kurulum sonrası notları](../../post-install/) bölümüne"
+" bakabilirsiniz."
#: https//community.torproject.org/relay/setup/bridge/post-install/
#: (content/relay/setup/bridge/post-install/contents+en.lrpage.title)
@@ -19523,23 +19603,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr "### 6. Son Notlar"
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -19558,6 +19621,8 @@ msgid ""
"If your bridge is now running, check out the [post-install notes](../post-"
"install/)."
msgstr ""
+"Köprünüz çalışıyorsa [kurulum sonrası notları](../post-install/) bölümüne "
+"bakabilirsiniz."
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.title)
@@ -20047,13 +20112,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr "### 6. Son Notlar"
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+uk.po b/contents+uk.po
index 43ccfad865..291572eca0 100644
--- a/contents+uk.po
+++ b/contents+uk.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: CuAl40qp, 2021\n"
"Language-Team: Ukrainian (https://www.transifex.com/otf/teams/1519/uk/)\n"
@@ -1917,7 +1917,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
#: https//community.torproject.org/training/best-practices/
@@ -1968,8 +1968,7 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -3227,9 +3226,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -15454,14 +15452,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -15771,23 +15791,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16224,13 +16227,6 @@ msgstr ""
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+zh-CN.po b/contents+zh-CN.po
index 3bbf900a4f..24d77b8791 100644
--- a/contents+zh-CN.po
+++ b/contents+zh-CN.po
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Chinese (China) (https://www.transifex.com/otf/teams/1519/zh_CN/)\n"
@@ -1917,7 +1917,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
#: https//community.torproject.org/training/best-practices/
@@ -1968,8 +1968,7 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -3232,9 +3231,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -15479,14 +15477,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -15797,23 +15817,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16252,13 +16255,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents+zh-TW.po b/contents+zh-TW.po
index ace5efeb4e..e12c4f45f6 100644
--- a/contents+zh-TW.po
+++ b/contents+zh-TW.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/otf/teams/1519/zh_TW/)\n"
@@ -1909,7 +1909,7 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
#: https//community.torproject.org/training/best-practices/
@@ -1960,8 +1960,7 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
@@ -3219,9 +3218,8 @@ msgstr ""
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
#: https//community.torproject.org/onion-services/talk/
@@ -15458,14 +15456,36 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr ""
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
#: https//community.torproject.org/relay/setup/bridge/post-install/
@@ -15776,23 +15796,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -16231,13 +16234,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr ""
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
diff --git a/contents.pot b/contents.pot
index 50352e5a46..a229c49853 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-10-09 18:52+CET\n"
+"POT-Creation-Date: 2021-10-09 20:29+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"
@@ -2308,10 +2308,10 @@ msgstr ""
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
msgstr ""
"8. Decide how you will facilitate a safer space. We recommend using the [Tor"
-" Code of Conduct](/training/code-of-conduct/)."
+" Code of Conduct](../training/code-of-conduct/)."
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
@@ -2371,12 +2371,10 @@ msgstr ""
#: https//community.torproject.org/training/best-practices/
#: (content/training/best-practices/contents+en.lrpage.body)
msgid ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
msgstr ""
-"6. Show the participants the resources at "
-"[community.torproject.org](https://community.torproject.org) and "
+"6. Show the participants the retources at [community.torproject.org](/) and "
"[support.torproject.org](https://support.torproject.org)."
#: https//community.torproject.org/training/best-practices/
@@ -3950,13 +3948,11 @@ msgstr "### Decentralization"
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
msgid ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
msgstr ""
-"As explained in [Overview](https://community.torproject.org/onion-"
-"services/overview/), there's no central authority that approves or rejects "
-"onion services."
+"As explained in [Overview](../overview/), there's no central authority that "
+"approves or rejects onion services."
#: https//community.torproject.org/onion-services/talk/
#: (content/onion-services/talk/contents+en.lrpage.body)
@@ -18835,18 +18831,41 @@ msgstr ""
msgid "### 5. Final Notes"
msgstr "### 5. Final Notes"
+#: https//community.torproject.org/relay/setup/bridge/netbsd/
+#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
+#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/windows/
+#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
+#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/docker/
+#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
+#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/fedora/
+#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/freebsd/
+#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
+#: https//community.torproject.org/relay/setup/bridge/openbsd/
+#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
+msgid ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+msgstr ""
+"If you are having trouble setting up your bridge, have a look at [our help "
+"section](../../../getting-help/)."
+
#: https//community.torproject.org/relay/setup/bridge/netbsd/
#: (content/relay/setup/bridge/netbsd/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/windows/
#: (content/relay/setup/bridge/windows/contents+en.lrpage.body)
msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
msgstr ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](https://community.torproject.org/relay/getting-help/). If your "
-"bridge is now running, check out the [post-install notes](../post-install/)."
+"If your bridge is now running, check out the [post-install notes"
+"](../../post-install/)."
#: https//community.torproject.org/relay/setup/bridge/post-install/
#: (content/relay/setup/bridge/post-install/contents+en.lrpage.title)
@@ -19213,25 +19232,6 @@ msgstr ""
msgid "### 6. Final notes"
msgstr "### 6. Final notes"
-#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
-#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/docker/
-#: (content/relay/setup/bridge/docker/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
-#: (content/relay/setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/fedora/
-#: (content/relay/setup/bridge/fedora/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/freebsd/
-#: (content/relay/setup/bridge/freebsd/contents+en.lrpage.body)
-#: https//community.torproject.org/relay/setup/bridge/openbsd/
-#: (content/relay/setup/bridge/openbsd/contents+en.lrpage.body)
-msgid ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-"If you are having trouble setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay/setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
@@ -19736,15 +19736,6 @@ msgstr "`# tail /var/log/tor/notices.log`"
msgid "### 6. Final Notes"
msgstr "### 6. Final Notes"
-#: https//community.torproject.org/relay/setup/bridge/dragonflybsd/
-#: (content/relay/setup/bridge/dragonflybsd/contents+en.lrpage.body)
-msgid ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-msgstr ""
-"If you are having troubles setting up your bridge, have a look at [our help "
-"section](../../../getting-help/)."
-
#: https//community.torproject.org/relay/setup/bridge/docker/
#: (content/relay/setup/bridge/docker/contents+en.lrpage.title)
msgid "Docker"
1
0