acme.po 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. msgid ""
  2. msgstr ""
  3. "PO-Revision-Date: 2023-11-30 14:34+0000\n"
  4. "Last-Translator: rygle <pittos@post.com>\n"
  5. "Language-Team: English <https://hosted.weblate.org/projects/openwrt/"
  6. "luciapplicationsacme/en/>\n"
  7. "Language: en\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 5.3-dev\n"
  12. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:25
  13. #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3
  14. msgid "ACME certificates"
  15. msgstr "ACME certificates"
  16. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:36
  17. msgid "ACME global config"
  18. msgstr "ACME global config"
  19. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:508
  20. msgid "ACME server URL"
  21. msgstr "ACME server URL"
  22. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39
  23. msgid "Account email"
  24. msgstr "Account email"
  25. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57
  26. msgid "Advanced Settings"
  27. msgstr "Advanced Settings"
  28. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:433
  29. msgid "Base64 content of private key. Use instead of YC_SA_Key_File_Path"
  30. msgstr ""
  31. "Base64 content of private key. Use instead of YC_SA_Key_File_Path (Yandex "
  32. "Cloud Service Account Key File Path)"
  33. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:33
  34. msgid "Cert files are stored in"
  35. msgstr "Certificate files are stored in"
  36. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
  37. msgid "Certificate config"
  38. msgstr "Certificate configuration"
  39. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:599
  40. msgid "Certificates"
  41. msgstr "Certificates"
  42. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:452
  43. msgid "Challenge Alias"
  44. msgstr "Challenge Alias"
  45. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509
  46. msgid "Custom ACME server directory URL."
  47. msgstr "Custom ACME server directory URL"
  48. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74
  49. msgid "DNS"
  50. msgstr "DNS (Domain Name System)"
  51. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87
  52. msgid "DNS API"
  53. msgstr "DNS API"
  54. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:444
  55. msgid "DNS API credentials"
  56. msgstr "DNS API credentials"
  57. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56
  58. msgid "DNS Challenge Validation"
  59. msgstr "DNS Challenge Validation"
  60. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:515
  61. msgid "Days until renewal"
  62. msgstr "Days until renewal"
  63. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
  64. msgid "Default"
  65. msgstr "Default"
  66. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:459
  67. msgid "Domain Alias"
  68. msgstr "Domain Alias"
  69. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:62
  70. msgid "Domain names"
  71. msgstr "Domain names"
  72. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:63
  73. msgid ""
  74. "Domain names to include in the certificate. The first name will be the "
  75. "subject name, subsequent names will be alt names. Note that all domain names "
  76. "must point at the router in the global DNS."
  77. msgstr ""
  78. "Domain names to include in the certificate. The first name will be the "
  79. "subject name, subsequent names will be alt ermate names. Note that all "
  80. "domain names must point at the router in the global DNS."
  81. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:410
  82. msgid ""
  83. "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example.com:11111</"
  84. "code>"
  85. msgstr ""
  86. "E.g. <code>_acme-challenge.example.com:12345:98765 alias.example.com:11111</"
  87. "code>"
  88. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:482
  89. #, fuzzy
  90. msgid "ECC 256 bits"
  91. msgstr "ECC (Elliptic Curve) 256 bit Encryption"
  92. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:483
  93. #, fuzzy
  94. msgid "ECC 384 bits"
  95. msgstr "ECC (Elliptic Curve) 384 bit Encryption"
  96. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:40
  97. msgid "Email address to associate with account key."
  98. msgstr "Email address to associate with account key."
  99. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46
  100. msgid "Enable debug logging"
  101. msgstr "Enable debug logging"
  102. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59
  103. msgid "Enabled"
  104. msgstr "Enabled"
  105. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54
  106. msgid "General Settings"
  107. msgstr "General Settings"
  108. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:469
  109. msgid ""
  110. "Get certificate from the Letsencrypt staging server (use for testing; the "
  111. "certificate won't be valid)."
  112. msgstr ""
  113. "Get a certificate from the Letsencrypt staging server (use for testing only; "
  114. "the certificate won't be valid)."
  115. #: applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json:3
  116. msgid "Grant UCI access for luci-app-acme"
  117. msgstr "Grant UCI access for luci-app-acme"
  118. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:41
  119. msgid ""
  120. "If a certificate wasn't renewed in time then you'll receive a notice at 20 "
  121. "days before expiry."
  122. msgstr ""
  123. "If a certificate wasn't renewed in time then you'll receive a notice at 20 "
  124. "days before expiry."
  125. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:581
  126. msgid "Issued on"
  127. msgstr "Issued on"
  128. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:477
  129. msgid "Key size (and type) for the generated certificate."
  130. msgstr "Key size (and type) for the generated certificate."
  131. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:476
  132. msgid "Key type"
  133. msgstr "Key type"
  134. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:578
  135. msgid "Main Domain"
  136. msgstr "Main Domain"
  137. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:369
  138. #, fuzzy
  139. msgid "OCID of tenancy that contains the target DNS zone"
  140. msgstr ""
  141. "OCID (Oracle Cloud Identifier) of tenancy that contains the target DNS zone"
  142. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:372
  143. #, fuzzy
  144. msgid "OCID of user with permission to add/remove records from zones"
  145. msgstr ""
  146. "OCID (Oracle Cloud Identifier) of user with permission to add/remove records "
  147. "from zones"
  148. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:275
  149. msgid ""
  150. "Open <a href=\"https://www.duckdns.org/\">DuckDNS</a> and copy a token here"
  151. msgstr ""
  152. "Open <a href=\"https://www.duckdns.org/\">DuckDNS</a> and copy a token here"
  153. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:378
  154. msgid "Path to private API signing key file in PEM format"
  155. msgstr "Path to private API signing key file in PEM format"
  156. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:579
  157. #, fuzzy
  158. msgid "Private Key"
  159. msgstr "Private Key"
  160. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:580
  161. msgid "Public Certificate"
  162. msgstr "Public Certificate"
  163. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:479
  164. msgid "RSA 2048 bits"
  165. msgstr "RSA 2048 bit Encryption"
  166. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:480
  167. msgid "RSA 3072 bits"
  168. msgstr "RSA 3072 bit Encryption"
  169. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:481
  170. msgid "RSA 4096 bits"
  171. msgstr "RSA 4096 bit Encryption"
  172. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:236
  173. msgid "See instructions"
  174. msgstr "See instructions"
  175. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:375
  176. msgid "Should point to the tenancy home region"
  177. msgstr "Should point to the tenancy home region"
  178. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:72
  179. msgid "Standalone"
  180. msgstr "Standalone"
  181. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:69
  182. msgid ""
  183. "Standalone mode will use the built-in webserver of acme.sh to issue a "
  184. "certificate. Webroot mode will use an existing webserver to issue a "
  185. "certificate. DNS mode will allow you to use the DNS API of your DNS provider "
  186. "to issue a certificate."
  187. msgstr ""
  188. "Standalone mode will use the built-in webserver of acme.sh to issue a "
  189. "certificate. Webroot mode will use an existing webserver to issue a "
  190. "certificate. DNS mode will allow you to use the DNS API of your DNS provider "
  191. "to issue a certificate."
  192. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:453
  193. msgid ""
  194. "The challenge alias to use for ALL domains. See https://github.com/acmesh-"
  195. "official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI "
  196. "only supports one challenge alias per certificate."
  197. msgstr ""
  198. "The challenge alias to use for ALL domains. See https://github.com/acmesh-"
  199. "official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI "
  200. "only supports one challenge alias per certificate."
  201. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:445
  202. msgid ""
  203. "The credentials for the DNS API mode selected above. See https://github.com/"
  204. "acmesh-official/acme.sh/wiki/dnsapi for the format of credentials required "
  205. "by each API. Add multiple entries here in KEY=VAL shell variable format to "
  206. "supply multiple credential variables."
  207. msgstr ""
  208. "The credentials for the DNS API mode selected above. See https://github.com/"
  209. "acmesh-official/acme.sh/wiki/dnsapi for the format of credentials required "
  210. "by each API. Add multiple entries here in KEY=VAL shell variable format to "
  211. "supply multiple credential variables."
  212. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:460
  213. msgid ""
  214. "The domain alias to use for ALL domains. See https://github.com/acmesh-"
  215. "official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI "
  216. "only supports one challenge domain per certificate."
  217. msgstr ""
  218. "The domain alias to use for ALL domains. See https://github.com/acmesh-"
  219. "official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI "
  220. "only supports one challenge domain per certificate."
  221. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:381
  222. msgid "The private API signing key in PEM format"
  223. msgstr "The private API signing key in PEM format"
  224. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26
  225. msgid ""
  226. "This configures ACME (Letsencrypt) automatic certificate installation. "
  227. "Simply fill out this to have the router configured with Letsencrypt-issued "
  228. "certificates for the web interface. Note that the domain names in the "
  229. "certificate must already be configured to point at the router's public IP "
  230. "address. Once configured, issuing certificates can take a while. Check the "
  231. "logs for progress and any errors."
  232. msgstr ""
  233. "This configures ACME (Letsencrypt) automatic certificate installation. "
  234. "Simply fill in the required information to have the router configured with "
  235. "Letsencrypt-issued certificates for the web interface. Note that the domain "
  236. "names in the certificate must already be configured to point at the router's "
  237. "public IP address. Once configured, issuing certificates can take a while. "
  238. "Check the logs for progress and any errors."
  239. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:297
  240. msgid "This is usually NOT an email address"
  241. msgstr "This is usually NOT an email address"
  242. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88
  243. msgid ""
  244. "To use DNS mode to issue certificates, set this to the name of a DNS API "
  245. "supported by acme.sh. See https://github.com/acmesh-official/acme.sh/wiki/"
  246. "dnsapi for the list of available APIs. In DNS mode, the domain name does not "
  247. "have to resolve to the router IP. DNS mode is also the only mode that "
  248. "supports wildcard certificates. Using this mode requires the acme-dnsapi "
  249. "package to be installed."
  250. msgstr ""
  251. "To use DNS mode to issue certificates, set this to the name of a DNS API "
  252. "supported by acme.sh. See https://github.com/acmesh-official/acme.sh/wiki/"
  253. "dnsapi for the list of available APIs. In DNS mode, the domain name does not "
  254. "have to resolve to the router IP. DNS mode is also the only mode that "
  255. "supports wildcard certificates. Using this mode requires the acme-dnsapi "
  256. "package to be installed."
  257. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:509
  258. msgid "Use a custom CA instead of Let's Encrypt."
  259. msgstr "Use a custom CA (Certificate Authority) instead of Let's Encrypt."
  260. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:467
  261. msgid "Use staging server"
  262. msgstr "Use a staging server"
  263. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:68
  264. msgid "Validation method"
  265. msgstr "Validation method"
  266. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73
  267. msgid "Webroot"
  268. msgstr ""
  269. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55
  270. msgid "Webroot Challenge Validation"
  271. msgstr "Webroot Challenge Validation"
  272. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:77
  273. msgid "Webroot directory"
  274. msgstr "Webroot directory"
  275. #: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:78
  276. msgid ""
  277. "Webserver root directory. Set this to the webserver document root to run "
  278. "Acme in webroot mode. The web server must be accessible from the internet on "
  279. "port 80."
  280. msgstr ""
  281. "Webserver root directory. Set this to the webserver document root to run "
  282. "Acme in webroot mode. The web server must be accessible from the internet on "
  283. "port 80."
  284. #, fuzzy
  285. #~ msgid "Custom ACME CA"
  286. #~ msgstr "Custom ACME CA (Certificate Authority)"