From 22d6d6da28666e7b40e0d28597ae1c6082d9d4fb Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Tue, 21 Nov 2023 08:30:19 +0100 Subject: add rfc9498 --- locale/de/LC_MESSAGES/messages.mo | Bin 175039 -> 175078 bytes locale/de/LC_MESSAGES/messages.po | 290 +++++++++++++++++++++++++++++++++++--- 2 files changed, 271 insertions(+), 19 deletions(-) (limited to 'locale/de') diff --git a/locale/de/LC_MESSAGES/messages.mo b/locale/de/LC_MESSAGES/messages.mo index 9e115066..e5f642ca 100644 Binary files a/locale/de/LC_MESSAGES/messages.mo and b/locale/de/LC_MESSAGES/messages.mo differ diff --git a/locale/de/LC_MESSAGES/messages.po b/locale/de/LC_MESSAGES/messages.po index fb6042e0..27112bd4 100644 --- a/locale/de/LC_MESSAGES/messages.po +++ b/locale/de/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-09-07 10:48+0200\n" +"POT-Creation-Date: 2023-11-07 10:46+0100\n" "PO-Revision-Date: 2021-08-30 19:06+0000\n" "Last-Translator: Stefan \n" "Language-Team: German Details." msgstr "GNUnet hilft beim Aufbau eines neuen Internets" #: template/l2o/mile1.html.j2:13 template/l2o/mile2.html.j2:13 #: template/l2o/mile3.html.j2:13 template/l2o/mile4.html.j2:13 #: template/l2o/mile5.html.j2:13 template/l2o/mile6.html.j2:13 #: template/l2o/mile7.html.j2:13 template/l2o/mile8.html.j2:13 -#: template/l2o/testng.html.j2:13 +#: template/l2o/mile9.html.j2:13 template/l2o/testng.html.j2:13 msgid "Project main page" msgstr "" @@ -5125,7 +5127,7 @@ msgid "" "aec63bf. " msgstr "" -#: template/l2o/mile8.html.j2:73 +#: template/l2o/mile8.html.j2:73 template/l2o/mile9.html.j2:222 msgid "Status" msgstr "" @@ -5136,6 +5138,224 @@ msgid "" "topology." msgstr "" +#: template/l2o/mile9.html.j2:22 +msgid "Added api to store hellos with peerstore service" +msgstr "" + +#: template/l2o/mile9.html.j2:24 +msgid "" +"This functionality was formerly implemented in the peerinfo service.
See branch l20integration revision 0f8b712." +msgstr "" + +#: template/l2o/mile9.html.j2:32 +msgid "Added api to get notified when hellos are stored with peerstore service" +msgstr "" + +#: template/l2o/mile9.html.j2:34 +msgid "" +"This functionality was formerly implemented in the peerinfo service. After " +"storing hellos with the peerstore service this was needed there.

" +"See branch l20integration revision 0f8b712." +msgstr "" + +#: template/l2o/mile9.html.j2:42 +msgid "Changed new hello uri api to allow to change the expiration time" +msgstr "" + +#: template/l2o/mile9.html.j2:44 +msgid "" +"This change was necessary to create the bootstrap hello which must be valid " +"indefinitely.

See branch l20integration revision 39bcd0f." +msgstr "" + +#: template/l2o/mile9.html.j2:52 +msgid "Exchanged peerinfo api to store hellos with new peerstore api" +msgstr "" + +#: template/l2o/mile9.html.j2:54 +msgid "" +"The new api needed to be exchange in all GNUnet packages.

See " +"branch l20integration revision 23a2640." +msgstr "" + +#: template/l2o/mile9.html.j2:62 +msgid "Change watch to return actual values, before watching." +msgstr "" + +#: template/l2o/mile9.html.j2:64 +msgid "" +"The watch api of the peerstore service was changed to return all values for " +"a given key, before notifying the caller about ne values being stored.
See branch l20integration revision 86ae84f." +msgstr "" + +#: template/l2o/mile9.html.j2:72 +msgid "The old hello design replaced by the new hello design." +msgstr "" + +#: template/l2o/mile9.html.j2:74 +msgid "" +"The new hello design was exchanged in all GNUnet packages.

See " +"branch l20integration revision a362cd5." +msgstr "" + +#: template/l2o/mile9.html.j2:82 +msgid "" +"Cli tool for changing hello files in contrib can change file from old to new " +"hello design." +msgstr "" + +#: template/l2o/mile9.html.j2:84 +msgid "" +"A cli tool for changing the bootstrap hello file in the contrib/hello " +"directory was changed to rewritethe hello bootstrap file from old to new " +"format.

See branch l20integration revision 8ea9223." +msgstr "" + +#: template/l2o/mile9.html.j2:92 +msgid "Moved code to scan and import hello file into peerstore from peerinfo." +msgstr "" + +#: template/l2o/mile9.html.j2:94 +msgid "" +"The peerinfo service service was scanning a hostlist file and the data was " +"used by the hostlist server. This code was moved to the peerstore service.
See branch l20integration revision 20d6f3." +msgstr "" + +#: template/l2o/mile9.html.j2:102 +msgid "" +"Moved code to testing to have more generic test setup, which can be used not " +"only from within transport." +msgstr "" + +#: template/l2o/mile9.html.j2:104 +msgid "" +"The new testing framework was transport specific Now it can be used in other " +"packages too.

See branch l20integration revision 02a1fda." +msgstr "" + +#: template/l2o/mile9.html.j2:112 +msgid "Code moved to the core package to get rid of circular dependencies." +msgstr "" + +#: template/l2o/mile9.html.j2:114 +msgid "" +"After changes to be able to use the testing framework more generic the " +"dependencies needed to be fixed..

See branch l20integration " +"revision 1016d6d." +msgstr "" + +#: template/l2o/mile9.html.j2:122 +msgid "" +"Changed method GNUNET_HELLO_builder_get_expiration_time to not need " +"parameter GNUNET_HELLO_Builder." +msgstr "" + +#: template/l2o/mile9.html.j2:124 +msgid "" +"A small function syntax fix.

See branch l20integration revision " +"84913b." +msgstr "" + +#: template/l2o/mile9.html.j2:132 +msgid "" +"Changed the behavior of GNUNET_PEERSTORE_watch to also return the values " +"allready stored for the key." +msgstr "" + +#: template/l2o/mile9.html.j2:134 +msgid "" +"The watch functionality first returns all values for a given key, before " +"notifying the caller about new values for that key.

See branch " +"l20integration revision e1341d1." +msgstr "" + +#: template/l2o/mile9.html.j2:142 +msgid "Changed address and hello format to new TNG format." +msgstr "" + +#: template/l2o/mile9.html.j2:144 +msgid "" +"All occurencies in GNUnet packages were changed from old to new hello format." +"

See branch l20integration revision 66ecfe2." +msgstr "" + +#: template/l2o/mile9.html.j2:152 +msgid "Fixed bug in bootstrap code." +msgstr "" + +#: template/l2o/mile9.html.j2:154 +msgid "" +"Unnecessary check removed. Fixed small coding error.

See branch " +"l20integration revision 3bd35e8." +msgstr "" + +#: template/l2o/mile9.html.j2:162 +msgid "Fixed validation bug." +msgstr "" + +#: template/l2o/mile9.html.j2:164 +msgid "" +"The validation of other peers in the transport package was not working in " +"some cases, because validation did not use monotonic time, and " +"first_challenge_use wasn't reset.

See branch l20integration " +"revision 88cb4be." +msgstr "" + +#: template/l2o/mile9.html.j2:172 +msgid "Fixed wrong group name." +msgstr "" + +#: template/l2o/mile9.html.j2:174 +msgid "" +"A wrong group name was used for a DHT block entry.

See branch " +"l20integration revision 8127d51." +msgstr "" + +#: template/l2o/mile9.html.j2:182 +msgid "" +"Task added to start reading the hostlist entries only after a certain period " +"of time has elapsed." +msgstr "" + +#: template/l2o/mile9.html.j2:184 +msgid "" +"Reading hostlist entries and compiling the hostlist response to a hostlist " +"request was started too early, even though the peer did not created its own " +"hello.

See branch l20integration revision 7761b42." +msgstr "" + +#: template/l2o/mile9.html.j2:192 +msgid "Added test config to have a peer running the hostlist server." +msgstr "" + +#: template/l2o/mile9.html.j2:194 +msgid "" +"The configuration of the test case had to be changed to let one peer run a " +"hostlist server.

See branch l20integration revision 3c761cd." +msgstr "" + +#: template/l2o/mile9.html.j2:202 template/l2o/mile9.html.j2:212 +msgid "Changed hostlist server to use a hello cache." +msgstr "" + +#: template/l2o/mile9.html.j2:204 template/l2o/mile9.html.j2:214 +msgid "" +"The host list server needed a cache for the entries, because with storing " +"entries in the peerstore, only the new hellos were notified to the hostlist " +"server.

See branch l20integration revision e4b146e." +msgstr "" + +#: template/l2o/mile9.html.j2:224 +msgid "" +"The hostlist, and topology subsystems and the bootstrap functionality were " +"manually tested. Everything was working without errors. No known errors in " +"other subsystems. Branch merged into master. New Transport and Hello " +"released with version 0.21." +msgstr "" + #: template/l2o/testng.html.j2:21 msgid "Netjail setup and execution" msgstr "" @@ -5432,36 +5652,68 @@ msgid "" msgstr "" #: template/probnat/index.html.j2:174 -msgid "Milestone 6 Port Range Optimization" +msgid "Milestone 6 Android Test Infrastructure" msgstr "" #: template/probnat/index.html.j2:177 msgid "" -"Detect likely port ranges (peers exchanging lists of 'working' IP+Port " -"combinations)." +"In this milestone the test framework will be enhanced to run a headless " +"android studio emulator on a namespace node. With this emulator an android " +"device running on that node shall be emulated. Two devices running on " +"different nodes should reach each other via the test framework network. For " +"doing the network connection an app should run on each device. This app " +"should do the networking with a small c library. With this c library we like " +"to test if networking and file access is possible with a c library running " +"using the NDK of Android." msgstr "" #: template/probnat/index.html.j2:183 msgid "" -"Test case with setup using specific port ranges testing use of port subset. " -"First optimization release." +"The deliverable of this milestone is twofold: the scripts for automation and " +"the automated tests themselves, and a report on the outcome of these tests. " +"If the test case starting an Android app on two nodes doing network " +"communication between those two apps and each app accessing its own " +"filesystem will not work as expected, the task includes an overview of " +"potential approaches for achieving the desired outcomes in other ways." +msgstr "" + +#: template/probnat/index.html.j2:189 +msgid "Milestone 7 GNUnet event loop on Android" +msgstr "" + +#: template/probnat/index.html.j2:192 +msgid "" +"The c library should also start the GNUnet event loop. Therefore the library " +"will be enhanced by a minimal part of the GNUnet stack to start the event " +"loop. The testing code will be enhanced to use the event loop." +msgstr "" + +#: template/probnat/index.html.j2:198 +msgid "" +"The deliverable of this milestone is twofold: the scripts for automation and " +"the automated tests themselves, and a report on the outcome of these tests. " +"If the test case testing the same functionality as in milestone 6, but using " +"the GNUnet event loop, will not work as expected, the task includes an " +"overview of potential approaches for achieving the desired outcomes in other " +"ways." msgstr "" -#: template/probnat/index.html.j2:190 -msgid "Milestone 7 Optimization" +#: template/probnat/index.html.j2:204 +msgid "Milestone 8 Enhance GNUnet stack on Android" msgstr "" -#: template/probnat/index.html.j2:193 +#: template/probnat/index.html.j2:207 msgid "" -"Prioritize likely working IP addresses (no point in trying to go from 10.x " -"to 192.168.x). There might be optimization we do not know anything about yet." +"The working test cases of milestone 6 and 7 are prerequisites to tackle this " +"milestone! The library will be enhanced to incorporate the parts of the " +"GNUnet stack necessary to run the test case implemented in the milestones 1 " +"-4." msgstr "" -#: template/probnat/index.html.j2:200 +#: template/probnat/index.html.j2:213 msgid "" -"Test case with setup using specific IP addresses testing if not all " -"available IP addresses are used. Test cases testing general optimization. " -"Second optimization release." +"Test case testing the same functionality as in milestone 1 - 4 running on " +"Android." msgstr "" #: template/reclaim/faq.html.j2:6 -- cgit v1.2.3