fwknopd.po 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: PACKAGE VERSION\n"
  4. "PO-Revision-Date: 2021-05-17 07:42+0000\n"
  5. "Last-Translator: Zocker1012 <julian.schoemer.1997@gmail.com>\n"
  6. "Language-Team: German <https://hosted.weblate.org/projects/openwrt/"
  7. "luciapplicationsfwknopd/de/>\n"
  8. "Language: de\n"
  9. "MIME-Version: 1.0\n"
  10. "Content-Type: text/plain; charset=UTF-8\n"
  11. "Content-Transfer-Encoding: 8bit\n"
  12. "Plural-Forms: nplurals=2; plural=n != 1;\n"
  13. "X-Generator: Weblate 4.7-dev\n"
  14. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:602
  15. msgid ""
  16. "Allow SPA clients to request access to services through an iptables firewall "
  17. "instead of just to it."
  18. msgstr ""
  19. "Ermögliche SPA-Clients Zugriff auf Dienste über eine iptables-Firewall "
  20. "anzufordern anstatt direkten Zugriff zu gewähren."
  21. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:603
  22. msgid "Allow SPA clients to request forwarding destination by DNS name."
  23. msgstr "Erlaube SPA-Clients die Forward-destination via DNS-Namen zu setzen."
  24. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:441
  25. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:458
  26. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:551
  27. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:573
  28. msgid "Base64 key"
  29. msgstr "Base64-Schlüssel"
  30. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:308
  31. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:319
  32. msgid "Close"
  33. msgstr "Schließen"
  34. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:485
  35. msgid "Custom configuration"
  36. msgstr ""
  37. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:415
  38. msgid "Custom configuration read from /etc/fwknop/access.conf."
  39. msgstr ""
  40. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:581
  41. msgid ""
  42. "Define a set of ports and protocols (tcp or udp) that are explicitly not "
  43. "allowed regardless of the validity of the incoming SPA packet. Multiple "
  44. "entries are comma-separated."
  45. msgstr ""
  46. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:576
  47. msgid ""
  48. "Define a set of ports and protocols (tcp or udp) that will be opened if a "
  49. "valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
  50. "to honor any proto/port request specified in the SPA data (unless of it "
  51. "matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
  52. msgstr ""
  53. "Definiere ein Set an Ports und Protokollen (TCP oder UDP), das bei "
  54. "erfolgreicher Port-Knock-Sequenz geöffnet wird. Falls diese Option nicht "
  55. "gesetzt wird, wird fwknopd versuchen, alle Protokoll/Port-Anfragen aus dem "
  56. "SPA-Feld zu ermöglichen (außer es deckt sich mit \"RESTRICT_PORTS\"-"
  57. "Einträgen). Mehrfacheinträge per Komma trennen."
  58. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:562
  59. msgid ""
  60. "Define the HMAC authentication key (in Base64 encoding) used for verifying "
  61. "the authenticity of the SPA packet before the packet is decrypted."
  62. msgstr ""
  63. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:554
  64. msgid ""
  65. "Define the HMAC authentication key used for verifying the authenticity of "
  66. "the SPA packet before the packet is decrypted."
  67. msgstr ""
  68. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:585
  69. msgid ""
  70. "Define the length of time access will be granted by fwknopd through the "
  71. "firewall after a valid knock sequence from a source IP address. If "
  72. "“FW_ACCESS_TIMEOUT” is not set then the default timeout of 30 seconds will "
  73. "automatically be set."
  74. msgstr ""
  75. "Definiere die Zeit, während der fwknopd einer IP-Adresse Zugriff durch die "
  76. "Firewall gewährt, nachdem eine valide Port-Knock-Sequenz von dieser IP "
  77. "erkannt wurde. Falls \"FW_ACCESS_TIMEOUT\" nicht gesetzt ist, wird die "
  78. "Voreinstellung von 30s automatisch gesetzt."
  79. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:540
  80. msgid ""
  81. "Define the symmetric key (in Base64 encoding) used for decrypting an "
  82. "incoming SPA packet that is encrypted by the fwknop client with Rijndael."
  83. msgstr ""
  84. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:532
  85. msgid ""
  86. "Define the symmetric key used for decrypting an incoming SPA packet that is "
  87. "encrypted by the fwknop client with Rijndael."
  88. msgstr ""
  89. "Lege den symmetrischen Schlüssel fest, der für die Entschlüsselung der "
  90. "eingehenden SPA-Pakete des fwknop-Clients (Rijndael-Algorithmus) genutzt "
  91. "wird."
  92. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:480
  93. msgid "Enable Uci/Luci control"
  94. msgstr "Aktiviere Uci/Luci-Zugriff"
  95. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:482
  96. msgid "Enable config overwrite"
  97. msgstr "Erlaube das Überschreiben der Konfiguration"
  98. #: applications/luci-app-fwknopd/root/usr/share/luci/menu.d/luci-app-fwknopd.json:3
  99. msgid "Firewall Knock Daemon"
  100. msgstr "Firewall-Knock-Daemon"
  101. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:303
  102. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:314
  103. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:478
  104. msgid "Firewall Knock Operator Daemon"
  105. msgstr ""
  106. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:590
  107. msgid ""
  108. "Force all SPA packets to contain a real IP address within the encrypted "
  109. "data. This makes it impossible to use the -s command line argument on the "
  110. "fwknop client command line, so either -R has to be used to automatically "
  111. "resolve the external address (if the client behind a NAT) or the client must "
  112. "know the external IP and set it via the -a argument."
  113. msgstr ""
  114. "Erwinge, dass alle SPA-Pakete echte IP-Adressen verschlüsselt enthalten "
  115. "müssen. Dies verhindert, dass der \"-s\"-Kommandozeilenparameter von fwknop "
  116. "verwendet wird, d.h. es muss entweder \"-R\" zu automatischen Auflösung der "
  117. "externen Adresse verwendet werden (falls der Client hinter einem NAT sitzt) "
  118. "oder der die externe IP muss bekannt sein und beim Client per \"-a\"-"
  119. "Argument mitgegeben werden."
  120. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:527
  121. msgid "Generate Keys"
  122. msgstr ""
  123. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:523
  124. msgid "Generate keys"
  125. msgstr ""
  126. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:523
  127. msgid ""
  128. "Generates the symmetric key used for decrypting an incoming SPA packet, that "
  129. "is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
  130. "authentication key used to verify the authenticity of the incoming SPA "
  131. "packet before the packet is decrypted."
  132. msgstr ""
  133. #: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
  134. msgid "Grant UCI access for luci-app-fwknopd"
  135. msgstr "Gewähre UCI Zugriff auf luci-app-fwknopd"
  136. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:571
  137. msgid "HMAC key type"
  138. msgstr ""
  139. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:549
  140. msgid "Key type"
  141. msgstr ""
  142. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:178
  143. msgid "Loading…"
  144. msgstr ""
  145. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:600
  146. msgid ""
  147. "Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
  148. "seconds."
  149. msgstr ""
  150. "Maximale Zeit in Sekunden, nach der ein SPA-Paket noch als gültig akzeptiert "
  151. "wird. Voreinstellung sind 120s."
  152. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:494
  153. msgid "Network"
  154. msgstr ""
  155. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:492
  156. msgid "Network configuration"
  157. msgstr ""
  158. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
  159. msgid "No stanza found."
  160. msgstr ""
  161. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:440
  162. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:457
  163. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:550
  164. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:572
  165. msgid "Normal key"
  166. msgstr "Normal-Schlüssel"
  167. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:485
  168. msgid ""
  169. "Parses the /etc/fwknop/access.conf file (and included files/folders/keys) "
  170. "and generates QR codes for all found stanzas. Handles only files in /etc/"
  171. "fwknop folder due to access rights restrictions."
  172. msgstr ""
  173. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:422
  174. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:506
  175. msgid "QR code"
  176. msgstr ""
  177. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:489
  178. msgid "Show access.conf QR codes"
  179. msgstr ""
  180. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:601
  181. msgid "Specify the ethernet interface on which fwknopd will sniff packets."
  182. msgstr ""
  183. "Lege die Ethernet-Schnittstelle fest, die fwknopd für das sniffen auf Pakete "
  184. "nutzen soll."
  185. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:447
  186. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:453
  187. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:559
  188. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:568
  189. msgid "The HMAC authentication key has to be specified."
  190. msgstr ""
  191. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:517
  192. msgid ""
  193. "The destination address for which the SPA packet will be accepted. The "
  194. "string “ANY” is also accepted if a valid SPA packet should be honored to any "
  195. "destination IP. Networks should be specified in CIDR notation (e.g. "
  196. "“192.168.10.0/24”), and individual IP addresses can be specified as well. "
  197. "Multiple entries are comma-separated."
  198. msgstr ""
  199. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:494
  200. msgid ""
  201. "The network on which the daemon listens. The daemon is automatically started "
  202. "when the network is up-and-running. This option has precedence over "
  203. "“PCAP_INTF” option."
  204. msgstr ""
  205. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:508
  206. msgid ""
  207. "The source address from which the SPA packet will be accepted. The string "
  208. "“ANY” is also accepted if a valid SPA packet should be honored from any "
  209. "source IP. Networks should be specified in CIDR notation (e.g. "
  210. "“192.168.10.0/24”), and individual IP addresses can be specified as well. "
  211. "Multiple entries are comma-separated."
  212. msgstr ""
  213. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:514
  214. msgid "The source address has to be specified."
  215. msgstr ""
  216. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:430
  217. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:436
  218. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:537
  219. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:546
  220. msgid "The symmetric key has to be specified."
  221. msgstr ""
  222. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:594
  223. msgid ""
  224. "This instructs fwknopd to accept complete commands that are contained within "
  225. "an authorization packet. Any such command will be executed on the fwknopd "
  226. "server as the user specified by the “CMD_EXEC_USER” or as the user that "
  227. "started fwknopd if that is not set."
  228. msgstr ""
  229. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:482
  230. msgid ""
  231. "When unchecked, the config files in /etc/fwknopd will be used as is, "
  232. "ignoring any settings here."
  233. msgstr ""
  234. "Dies deaktivieren um die Konfigurationsdateien unter /etc/fwknopd zu nutzen, "
  235. "anstatt der Einstellungen hier."
  236. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:419
  237. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:502
  238. msgid "access.conf stanzas"
  239. msgstr "access.conf-Einträge"
  240. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:598
  241. msgid "fwknopd.conf config options"
  242. msgstr "fwknopd.conf-Konfigurationsoptionen"
  243. #~ msgid "Firewall Knock Operator"
  244. #~ msgstr "Firewall-Knock-Operator"
  245. #~ msgid "The Base64 HMAC key"
  246. #~ msgstr "Der Base 64-HMAC-Schlüssel"
  247. #~ msgid "Use ANY for any source IP"
  248. #~ msgstr "Nutze ANY für alle Source-IPs"
  249. #~ msgid "Enter custom access.conf variables below:"
  250. #~ msgstr "Enter custom access.conf variables below:"
  251. #~ msgid "Enter custom fwknopd.conf variables below:"
  252. #~ msgstr "Enter custom fwknopd.conf variables below:"