aboutsummaryrefslogtreecommitdiff
path: root/locale/es/LC_MESSAGES/messages.po
diff options
context:
space:
mode:
Diffstat (limited to 'locale/es/LC_MESSAGES/messages.po')
-rw-r--r--locale/es/LC_MESSAGES/messages.po118
1 files changed, 114 insertions, 4 deletions
diff --git a/locale/es/LC_MESSAGES/messages.po b/locale/es/LC_MESSAGES/messages.po
index d593d981..89d82718 100644
--- a/locale/es/LC_MESSAGES/messages.po
+++ b/locale/es/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: 2022-08-17 22:14+0000\n" 11"PO-Revision-Date: 2022-08-17 22:14+0000\n"
12"Last-Translator: Lucía López <lulopezcabrera@gmail.com>\n" 12"Last-Translator: Lucía López <lulopezcabrera@gmail.com>\n"
13"Language-Team: Spanish <https://weblate.taler.net/projects/gnunet/website/es/" 13"Language-Team: Spanish <https://weblate.taler.net/projects/gnunet/website/es/"
@@ -3749,6 +3749,119 @@ msgstr ""
3749msgid "Videos related to GNUnet" 3749msgid "Videos related to GNUnet"
3750msgstr "" 3750msgstr ""
3751 3751
3752#: template/dev_pages/t3sserakt.html.j2:8
3753#, fuzzy
3754#| msgid "Developer Team"
3755msgid "Developer page: t3sserakt"
3756msgstr "Equipo de desarrollo"
3757
3758#: template/dev_pages/t3sserakt.html.j2:23
3759msgid "Current Work"
3760msgstr ""
3761
3762#: template/dev_pages/t3sserakt.html.j2:25
3763msgid ""
3764"At the moment I am working on Transport Next Generation (TNG). The current "
3765"GNUnet TRANSPORT architecture with its pluggable transport mechanism (TCP, "
3766"UDP, HTTP(S) and other protocols) together with the ATS subsystem for "
3767"bandwidth allocation and choosing plugins has several issues with its "
3768"design. With the Layer-2-Overlay project we like to implement the design "
3769"goals of the future GNUnet TRANSPORT Next Generation (TNG) subsystem. For "
3770"details have a look on the <a href=\"https://www.gnunet.org/en/l2o/"
3771"\">project page</a>."
3772msgstr ""
3773
3774#: template/dev_pages/t3sserakt.html.j2:40
3775msgid "Future Work"
3776msgstr ""
3777
3778#: template/dev_pages/t3sserakt.html.j2:42
3779msgid ""
3780"The next project I will work on is named \"Probabilistic NAT Traversal\"."
3781msgstr ""
3782
3783#: template/dev_pages/t3sserakt.html.j2:47
3784msgid ""
3785"Today consumer devices are behind a NAT quite often, restricting internet "
3786"connectivity. There are several methods to reach peers being behind a NAT, "
3787"but there are as many reasons those existing methods might fail. We will "
3788"implement a new way of NAT traversal that we think of being independent from "
3789"the existing network configuration, and does not require a third party which "
3790"is not natted helping two peers to connect to each other. Two peers trying "
3791"to connect to each other will send out a burst of connection attempts to the "
3792"other peer on different ports. The sheer vast amount of connections attempts "
3793"from both side will lead to a high probability that two connection attempts "
3794"from both peers onto the same port will be at the same time leading to a "
3795"successful connection between those peers."
3796msgstr ""
3797
3798#: template/dev_pages/t3sserakt.html.j2:57
3799msgid ""
3800"There are two problems a NAT traversal method has to solve. First there "
3801"needs to be a method to know the global IP address of a peer A another peer "
3802"B wants to connect to. Second – because inbound connections from the outside "
3803"are blocked by the NAT firewall of peer A, peer A needs to be informed of a "
3804"connection attempt by peer B. The most common solution for both problems is "
3805"to have a third party C which is not behind a NAT. This third party C "
3806"obviously knows the global IP address of natted peers, after peer A is "
3807"trying to connect to C. Peer B tells C it likes to connect to peer A, and C "
3808"informs A about it. Using this method for a privacy preserving network like "
3809"GNUnet, this could facilitate eclipse attacks (isolating a peer) which then "
3810"can be used for deanonymization attacks and cencorship. Also any additional "
3811"infrastructure needed to provide some kind of functionality has to be "
3812"maintained by someone, becoming a target and/or point of failure. Therefore "
3813"this method is not suitable. More sophisticated methods like \"Autonomous "
3814"NAT Traversal (pwnat)\" using ICMP fake message, which do not need a third "
3815"party for the initiation of the connection, are not successful in all "
3816"circumstances, because this method depend on the behavior of the NAT "
3817"firewall."
3818msgstr ""
3819
3820#: template/dev_pages/t3sserakt.html.j2:71
3821msgid ""
3822"If two natted peers are using the method to start a burst of connection "
3823"attempts, this method still needs the global IP of the other peer and a "
3824"“start signal” to coordinate. In the NGI Assure project L2O we are "
3825"establishing a backchannel with neighbourhood routing over an ad- hoc "
3826"distance vector protocol to solve the problem of not directly connected "
3827"peers. The peers serving as hops to a distant peer which are a direct "
3828"neighbour of the start or end peer on that path do know the global IP "
3829"address of the start or end peer. If those two peers like to use the burst "
3830"method for hole punching the global IP address is known. Via the distance "
3831"vector protocol we are also able to communicate the \"start signal\". Also "
3832"in the L2O project we introduced a new test framework for GNUnet to test "
3833"network setups with peers having restricted connectivity. This test "
3834"framework will be used to create test setups suitable to test possible NAT "
3835"configurations. A challenge for this NAT traversal method will be how to "
3836"handle the burst in terms of network load, thus we need to experiment with "
3837"different frequencies and the amount of connection attempts."
3838msgstr ""
3839
3840#: template/dev_pages/t3sserakt.html.j2:93
3841msgid "Past Work"
3842msgstr ""
3843
3844#: template/dev_pages/t3sserakt.html.j2:95
3845msgid ""
3846"In the past I have tried to help making the vision of the <a href=\"http://"
3847"secushare.org\">secushare</a> project a reality. To achieve this the GNUnet "
3848"framework was the perfect match for a solution to fullfill the privacy "
3849"preserving part of that vision, and we could concentrate to build a tool for "
3850"social communication that deserves its name. While trying to use GNUnet, we "
3851"found and fixed bugs. For example there was one <a href=\"https://bugs."
3852"gnunet.org/view.php?id=5822\">bug</a> in CADET which prevented the re-"
3853"establishment of a connection after a communication partner suddenly stopped "
3854"communicating. From our perspective there is no alternativ to GNUnet, which "
3855"led us to first bring the parts of GNUnet needed by secushare to a state "
3856"that they can be used prouctively."
3857msgstr ""
3858
3859#: template/dev_pages/t3sserakt.html.j2:110
3860#, fuzzy
3861#| msgid "Contact information"
3862msgid "Contact Information"
3863msgstr "Información de contacto"
3864
3752#: template/l2o/index.html.j2:6 template/l2o/mile1.html.j2:6 3865#: template/l2o/index.html.j2:6 template/l2o/mile1.html.j2:6
3753#: template/l2o/mile2.html.j2:6 template/l2o/mile3.html.j2:6 3866#: template/l2o/mile2.html.j2:6 template/l2o/mile3.html.j2:6
3754#: template/l2o/mile4.html.j2:6 template/l2o/testng.html.j2:6 3867#: template/l2o/mile4.html.j2:6 template/l2o/testng.html.j2:6
@@ -4629,9 +4742,6 @@ msgstr ""
4629#~ msgid "Get off GNUnet" 4742#~ msgid "Get off GNUnet"
4630#~ msgstr "Qué es GNUnet?" 4743#~ msgstr "Qué es GNUnet?"
4631 4744
4632#~ msgid "Developer Team"
4633#~ msgstr "Equipo de desarrollo"
4634
4635#, fuzzy 4745#, fuzzy
4636#~| msgid "C-Tutorial" 4746#~| msgid "C-Tutorial"
4637#~ msgid "Install-Tutorials" 4747#~ msgid "Install-Tutorials"