aboutsummaryrefslogtreecommitdiff
path: root/locale/de/LC_MESSAGES/messages.po
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-07 00:19:40 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-07 00:19:40 +0900
commitcf944d8c5fc1239f27136605c87ef895f6dcedb7 (patch)
tree9fb5d62a7129e816236e038f469ef5fd2d7a87f7 /locale/de/LC_MESSAGES/messages.po
parent930acde63fef036e1a83f3acc50cad0ea40f1a0f (diff)
downloadwww-cf944d8c5fc1239f27136605c87ef895f6dcedb7.tar.gz
www-cf944d8c5fc1239f27136605c87ef895f6dcedb7.zip
po
Diffstat (limited to 'locale/de/LC_MESSAGES/messages.po')
-rw-r--r--locale/de/LC_MESSAGES/messages.po118
1 files changed, 114 insertions, 4 deletions
diff --git a/locale/de/LC_MESSAGES/messages.po b/locale/de/LC_MESSAGES/messages.po
index 3c2e8230..fa2e41f1 100644
--- a/locale/de/LC_MESSAGES/messages.po
+++ b/locale/de/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
7msgstr "" 7msgstr ""
8"Project-Id-Version: PROJECT VERSION\n" 8"Project-Id-Version: PROJECT VERSION\n"
9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 9"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10"POT-Creation-Date: 2022-10-24 23:15+0900\n" 10"POT-Creation-Date: 2022-12-06 23:58+0900\n"
11"PO-Revision-Date: 2021-08-30 19:06+0000\n" 11"PO-Revision-Date: 2021-08-30 19:06+0000\n"
12"Last-Translator: Stefan <eintritt@hotmail.com>\n" 12"Last-Translator: Stefan <eintritt@hotmail.com>\n"
13"Language-Team: German <http://weblate.taler.net/projects/gnunet/website/de/" 13"Language-Team: German <http://weblate.taler.net/projects/gnunet/website/de/"
@@ -4140,6 +4140,119 @@ msgstr "Oh mein Gott, ihr habt mir mein Internet kaputt gemacht"
4140msgid "Videos related to GNUnet" 4140msgid "Videos related to GNUnet"
4141msgstr "Videos zu GNUnet" 4141msgstr "Videos zu GNUnet"
4142 4142
4143#: template/dev_pages/t3sserakt.html.j2:8
4144#, fuzzy
4145#| msgid "Developer Team"
4146msgid "Developer page: t3sserakt"
4147msgstr "Entwickelerteam"
4148
4149#: template/dev_pages/t3sserakt.html.j2:23
4150msgid "Current Work"
4151msgstr ""
4152
4153#: template/dev_pages/t3sserakt.html.j2:25
4154msgid ""
4155"At the moment I am working on Transport Next Generation (TNG). The current "
4156"GNUnet TRANSPORT architecture with its pluggable transport mechanism (TCP, "
4157"UDP, HTTP(S) and other protocols) together with the ATS subsystem for "
4158"bandwidth allocation and choosing plugins has several issues with its "
4159"design. With the Layer-2-Overlay project we like to implement the design "
4160"goals of the future GNUnet TRANSPORT Next Generation (TNG) subsystem. For "
4161"details have a look on the <a href=\"https://www.gnunet.org/en/l2o/"
4162"\">project page</a>."
4163msgstr ""
4164
4165#: template/dev_pages/t3sserakt.html.j2:40
4166msgid "Future Work"
4167msgstr ""
4168
4169#: template/dev_pages/t3sserakt.html.j2:42
4170msgid ""
4171"The next project I will work on is named \"Probabilistic NAT Traversal\"."
4172msgstr ""
4173
4174#: template/dev_pages/t3sserakt.html.j2:47
4175msgid ""
4176"Today consumer devices are behind a NAT quite often, restricting internet "
4177"connectivity. There are several methods to reach peers being behind a NAT, "
4178"but there are as many reasons those existing methods might fail. We will "
4179"implement a new way of NAT traversal that we think of being independent from "
4180"the existing network configuration, and does not require a third party which "
4181"is not natted helping two peers to connect to each other. Two peers trying "
4182"to connect to each other will send out a burst of connection attempts to the "
4183"other peer on different ports. The sheer vast amount of connections attempts "
4184"from both side will lead to a high probability that two connection attempts "
4185"from both peers onto the same port will be at the same time leading to a "
4186"successful connection between those peers."
4187msgstr ""
4188
4189#: template/dev_pages/t3sserakt.html.j2:57
4190msgid ""
4191"There are two problems a NAT traversal method has to solve. First there "
4192"needs to be a method to know the global IP address of a peer A another peer "
4193"B wants to connect to. Second – because inbound connections from the outside "
4194"are blocked by the NAT firewall of peer A, peer A needs to be informed of a "
4195"connection attempt by peer B. The most common solution for both problems is "
4196"to have a third party C which is not behind a NAT. This third party C "
4197"obviously knows the global IP address of natted peers, after peer A is "
4198"trying to connect to C. Peer B tells C it likes to connect to peer A, and C "
4199"informs A about it. Using this method for a privacy preserving network like "
4200"GNUnet, this could facilitate eclipse attacks (isolating a peer) which then "
4201"can be used for deanonymization attacks and cencorship. Also any additional "
4202"infrastructure needed to provide some kind of functionality has to be "
4203"maintained by someone, becoming a target and/or point of failure. Therefore "
4204"this method is not suitable. More sophisticated methods like \"Autonomous "
4205"NAT Traversal (pwnat)\" using ICMP fake message, which do not need a third "
4206"party for the initiation of the connection, are not successful in all "
4207"circumstances, because this method depend on the behavior of the NAT "
4208"firewall."
4209msgstr ""
4210
4211#: template/dev_pages/t3sserakt.html.j2:71
4212msgid ""
4213"If two natted peers are using the method to start a burst of connection "
4214"attempts, this method still needs the global IP of the other peer and a "
4215"“start signal” to coordinate. In the NGI Assure project L2O we are "
4216"establishing a backchannel with neighbourhood routing over an ad- hoc "
4217"distance vector protocol to solve the problem of not directly connected "
4218"peers. The peers serving as hops to a distant peer which are a direct "
4219"neighbour of the start or end peer on that path do know the global IP "
4220"address of the start or end peer. If those two peers like to use the burst "
4221"method for hole punching the global IP address is known. Via the distance "
4222"vector protocol we are also able to communicate the \"start signal\". Also "
4223"in the L2O project we introduced a new test framework for GNUnet to test "
4224"network setups with peers having restricted connectivity. This test "
4225"framework will be used to create test setups suitable to test possible NAT "
4226"configurations. A challenge for this NAT traversal method will be how to "
4227"handle the burst in terms of network load, thus we need to experiment with "
4228"different frequencies and the amount of connection attempts."
4229msgstr ""
4230
4231#: template/dev_pages/t3sserakt.html.j2:93
4232msgid "Past Work"
4233msgstr ""
4234
4235#: template/dev_pages/t3sserakt.html.j2:95
4236msgid ""
4237"In the past I have tried to help making the vision of the <a href=\"http://"
4238"secushare.org\">secushare</a> project a reality. To achieve this the GNUnet "
4239"framework was the perfect match for a solution to fullfill the privacy "
4240"preserving part of that vision, and we could concentrate to build a tool for "
4241"social communication that deserves its name. While trying to use GNUnet, we "
4242"found and fixed bugs. For example there was one <a href=\"https://bugs."
4243"gnunet.org/view.php?id=5822\">bug</a> in CADET which prevented the re-"
4244"establishment of a connection after a communication partner suddenly stopped "
4245"communicating. From our perspective there is no alternativ to GNUnet, which "
4246"led us to first bring the parts of GNUnet needed by secushare to a state "
4247"that they can be used prouctively."
4248msgstr ""
4249
4250#: template/dev_pages/t3sserakt.html.j2:110
4251#, fuzzy
4252#| msgid "Contact information"
4253msgid "Contact Information"
4254msgstr "Kontaktinformation"
4255
4143#: template/l2o/index.html.j2:6 template/l2o/mile1.html.j2:6 4256#: template/l2o/index.html.j2:6 template/l2o/mile1.html.j2:6
4144#: template/l2o/mile2.html.j2:6 template/l2o/mile3.html.j2:6 4257#: template/l2o/mile2.html.j2:6 template/l2o/mile3.html.j2:6
4145#: template/l2o/mile4.html.j2:6 template/l2o/testng.html.j2:6 4258#: template/l2o/mile4.html.j2:6 template/l2o/testng.html.j2:6
@@ -5042,9 +5155,6 @@ msgstr ""
5042#~ "org/'>Freier Software</a> erstellt.<br> Probleme bitte <a href='contact." 5155#~ "org/'>Freier Software</a> erstellt.<br> Probleme bitte <a href='contact."
5043#~ "html'>hier</a> melden." 5156#~ "html'>hier</a> melden."
5044 5157
5045#~ msgid "Developer Team"
5046#~ msgstr "Entwickelerteam"
5047
5048#, fuzzy 5158#, fuzzy
5049#~| msgid "Tutorials" 5159#~| msgid "Tutorials"
5050#~ msgid "Install-Tutorials" 5160#~ msgid "Install-Tutorials"