acme.po 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. msgid ""
  2. msgstr ""
  3. "PO-Revision-Date: 2020-05-29 19:41+0000\n"
  4. "Last-Translator: Ananaskirsche <ananaskirsche@gmail.com>\n"
  5. "Language-Team: German <https://hosted.weblate.org/projects/openwrt/"
  6. "luciapplicationsacme/de/>\n"
  7. "Language: de\n"
  8. "Content-Type: text/plain; charset=UTF-8\n"
  9. "Content-Transfer-Encoding: 8bit\n"
  10. "Plural-Forms: nplurals=2; plural=n != 1;\n"
  11. "X-Generator: Weblate 4.1-dev\n"
  12. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:18
  13. msgid "ACME certificates"
  14. msgstr "ACME Zertifikate"
  15. #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3
  16. msgid "ACME certs"
  17. msgstr "ACME Zertifikate"
  18. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:27
  19. msgid "ACME global config"
  20. msgstr "Globale ACME Einstellungen"
  21. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:35
  22. msgid "Account email"
  23. msgstr "Account E-Mail"
  24. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:43
  25. msgid "Certificate config"
  26. msgstr "Zertifikateinstellungen"
  27. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:107
  28. msgid "Challenge Alias"
  29. msgstr ""
  30. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:94
  31. msgid "DNS API"
  32. msgstr "DNS API"
  33. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:101
  34. msgid "DNS API credentials"
  35. msgstr "DNS API Zugangsdaten"
  36. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:112
  37. msgid "Domain Alias"
  38. msgstr ""
  39. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:88
  40. msgid "Domain names"
  41. msgstr ""
  42. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:89
  43. msgid ""
  44. "Domain names to include in the certificate. The first name will be the "
  45. "subject name, subsequent names will be alt names. Note that all domain names "
  46. "must point at the router in the global DNS."
  47. msgstr ""
  48. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:36
  49. msgid "Email address to associate with account key."
  50. msgstr ""
  51. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:40
  52. msgid "Enable debug logging"
  53. msgstr ""
  54. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:47
  55. msgid "Enabled"
  56. msgstr "Aktiviert"
  57. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:51
  58. msgid ""
  59. "Get certificate from the Letsencrypt staging server (use for testing; the "
  60. "certificate won't be valid)."
  61. msgstr ""
  62. #: applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json:3
  63. msgid "Grant UCI access for luci-app-acme"
  64. msgstr ""
  65. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:55
  66. msgid "Key size"
  67. msgstr "Schlüssellänge"
  68. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:56
  69. msgid "Key size (and type) for the generated certificate."
  70. msgstr ""
  71. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:30
  72. msgid "State directory"
  73. msgstr ""
  74. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:108
  75. msgid ""
  76. "The challenge alias to use for ALL domains. See https://github.com/acmesh-"
  77. "official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI "
  78. "only supports one challenge alias per certificate."
  79. msgstr ""
  80. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:102
  81. msgid ""
  82. "The credentials for the DNS API mode selected above. See https://github.com/"
  83. "acmesh-official/acme.sh/wiki/dnsapi for the format of credentials required "
  84. "by each API. Add multiple entries here in KEY=VAL shell variable format to "
  85. "supply multiple credential variables."
  86. msgstr ""
  87. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:113
  88. msgid ""
  89. "The domain alias to use for ALL domains. See https://github.com/acmesh-"
  90. "official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI "
  91. "only supports one challenge domain per certificate."
  92. msgstr ""
  93. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:19
  94. msgid ""
  95. "This configures ACME (Letsencrypt) automatic certificate installation. "
  96. "Simply fill out this to have the router configured with Letsencrypt-issued "
  97. "certificates for the web interface. Note that the domain names in the "
  98. "certificate must already be configured to point at the router's public IP "
  99. "address. Once configured, issuing certificates can take a while. Check the "
  100. "logs for progress and any errors."
  101. msgstr ""
  102. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:95
  103. msgid ""
  104. "To use DNS mode to issue certificates, set this to the name of a DNS API "
  105. "supported by acme.sh. See https://github.com/acmesh-official/acme.sh/wiki/"
  106. "dnsapi for the list of available APIs. In DNS mode, the domain name does not "
  107. "have to resolve to the router IP. DNS mode is also the only mode that "
  108. "supports wildcard certificates. Using this mode requires the acme-dnsapi "
  109. "package to be installed."
  110. msgstr ""
  111. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:75
  112. msgid ""
  113. "Update the nginx config with this certificate once issued (only select this "
  114. "for one certificate).Nginx must support ssl, if not it won't start as it "
  115. "needs to be compiled with ssl support to use cert options"
  116. msgstr ""
  117. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:67
  118. msgid ""
  119. "Update the uhttpd config with this certificate once issued (only select this "
  120. "for one certificate).Is also available luci-app-uhttpd to configure uhttpd "
  121. "form the LuCI interface."
  122. msgstr ""
  123. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:74
  124. msgid "Use for nginx"
  125. msgstr ""
  126. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:66
  127. msgid "Use for uhttpd"
  128. msgstr ""
  129. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:50
  130. msgid "Use staging server"
  131. msgstr ""
  132. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:82
  133. msgid "Webroot directory"
  134. msgstr ""
  135. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:83
  136. msgid ""
  137. "Webserver root directory. Set this to the webserver document root to run "
  138. "Acme in webroot mode. The web server must be accessible from the internet on "
  139. "port 80."
  140. msgstr ""
  141. #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:31
  142. msgid "Where certs and other state files are kept."
  143. msgstr ""