2
0

acme.po 5.7 KB

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