acme.po 5.4 KB

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