Matrix Docker Ansible eploy
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

411 行
11 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2024, Slavi Pantaleev, Aine Etke, MDAD community
  3. # members
  4. # This file is distributed under the same license as the
  5. # matrix-docker-ansible-deploy package.
  6. # FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
  7. #
  8. #, fuzzy
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2024-12-16 12:05+0900\n"
  14. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  15. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  16. "Language: bg\n"
  17. "Language-Team: bg <LL@li.org>\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=utf-8\n"
  21. "Content-Transfer-Encoding: 8bit\n"
  22. "Generated-By: Babel 2.16.0\n"
  23. #: ../../../docs/configuring-dns.md:1
  24. msgid "Configuring your DNS settings"
  25. msgstr ""
  26. #: ../../../docs/configuring-dns.md:3
  27. msgid ""
  28. "<sup>[Prerequisites](prerequisites.md) > Configuring your DNS settings > "
  29. "[Getting the playbook](getting-the-playbook.md) > [Configuring the "
  30. "playbook](configuring-playbook.md) > [Installing](installing.md)</sup>"
  31. msgstr ""
  32. #: ../../../docs/configuring-dns.md:5
  33. msgid "To set up Matrix on your domain, you'd need to do some DNS configuration."
  34. msgstr ""
  35. #: ../../../docs/configuring-dns.md:7
  36. msgid "DNS setting for server delegation (optional)"
  37. msgstr ""
  38. #: ../../../docs/configuring-dns.md:9
  39. msgid ""
  40. "In the sample `vars.yml` ([`examples/vars.yml`](../examples/vars.yml)), "
  41. "we recommend to use a short user ID like `@alice:example.com` instead of "
  42. "`@alice:matrix.example.com`."
  43. msgstr ""
  44. #: ../../../docs/configuring-dns.md:11
  45. msgid ""
  46. "To use such an ID, you don't need to install anything on the actual "
  47. "`example.com` server. Instead, you need to instruct the Matrix network "
  48. "that Matrix services for `example.com` are redirected over to "
  49. "`matrix.example.com`. This redirection is also known as \"delegation\"."
  50. msgstr ""
  51. #: ../../../docs/configuring-dns.md:13
  52. msgid ""
  53. "As we discuss in [Server Delegation](howto-server-delegation.md), server "
  54. "delegation can be configured in either of these ways:"
  55. msgstr ""
  56. #: ../../../docs/configuring-dns.md:15
  57. msgid ""
  58. "Setting up a `/.well-known/matrix/server` file on the base domain "
  59. "(`example.com`)"
  60. msgstr ""
  61. #: ../../../docs/configuring-dns.md:16
  62. msgid "Setting up a `_matrix._tcp` DNS SRV record"
  63. msgstr ""
  64. #: ../../../docs/configuring-dns.md:18
  65. msgid ""
  66. "For simplicity reasons, this playbook recommends you to set up server "
  67. "delegation via a `/.well-known/matrix/server` file, instead of using a "
  68. "DNS SRV record."
  69. msgstr ""
  70. #: ../../../docs/configuring-dns.md:20
  71. msgid ""
  72. "If you choose the recommended method (file-based delegation), you do not "
  73. "need to configure the DNS record to enable server delegation. You will "
  74. "need to add a necessary configuration later, when you [finalize the "
  75. "installation](installing.md#finalize-the-installation) after installing "
  76. "and starting Matrix services."
  77. msgstr ""
  78. #: ../../../docs/configuring-dns.md:22
  79. msgid ""
  80. "On the other hand, if you choose this method (setting up a DNS SRV "
  81. "record), you need to configure the additional DNS record as well as "
  82. "adjust SSL certificate handling. Take a look at this documentation for "
  83. "more information: [Server Delegation via a DNS SRV record (advanced"
  84. ")](howto-server-delegation.md#server-delegation-via-a-dns-srv-record-"
  85. "advanced)"
  86. msgstr ""
  87. #: ../../../docs/configuring-dns.md:24
  88. msgid "DNS settings for services enabled by default"
  89. msgstr ""
  90. #: ../../../docs/configuring-dns.md:26
  91. msgid ""
  92. "To serve the base domain (`example.com`) and [Element Web](configuring-"
  93. "playbook-client-element-web.md) with the default subdomain, adjust DNS "
  94. "records as below."
  95. msgstr ""
  96. #: ../../../docs/configuring-dns.md
  97. msgid "Type"
  98. msgstr ""
  99. #: ../../../docs/configuring-dns.md
  100. msgid "Host"
  101. msgstr ""
  102. #: ../../../docs/configuring-dns.md
  103. msgid "Priority"
  104. msgstr ""
  105. #: ../../../docs/configuring-dns.md
  106. msgid "Weight"
  107. msgstr ""
  108. #: ../../../docs/configuring-dns.md
  109. msgid "Port"
  110. msgstr ""
  111. #: ../../../docs/configuring-dns.md
  112. msgid "Target"
  113. msgstr ""
  114. #: ../../../docs/configuring-dns.md
  115. msgid "A"
  116. msgstr ""
  117. #: ../../../docs/configuring-dns.md
  118. msgid "`matrix`"
  119. msgstr ""
  120. #: ../../../docs/configuring-dns.md
  121. msgid "-"
  122. msgstr ""
  123. #: ../../../docs/configuring-dns.md
  124. msgid "`matrix-server-IP`"
  125. msgstr ""
  126. #: ../../../docs/configuring-dns.md
  127. msgid "CNAME"
  128. msgstr ""
  129. #: ../../../docs/configuring-dns.md
  130. msgid "`element`"
  131. msgstr ""
  132. #: ../../../docs/configuring-dns.md
  133. msgid "`matrix.example.com`"
  134. msgstr ""
  135. #: ../../../docs/configuring-dns.md:33
  136. msgid ""
  137. "As the table illustrates, you need to create 2 subdomains "
  138. "(`matrix.example.com` and `element.example.com`) and point both of them "
  139. "to your server's IP address (DNS `A` record or `CNAME` record is fine)."
  140. msgstr ""
  141. #: ../../../docs/configuring-dns.md:35
  142. msgid ""
  143. "The `element.example.com` subdomain is necessary, because this playbook "
  144. "installs the [Element Web](https://github.com/element-hq/element-web) "
  145. "client for you by default. If you'd rather instruct the playbook not to "
  146. "install Element Web (`matrix_client_element_enabled: false` when "
  147. "[Configuring the playbook](configuring-playbook.md) later), feel free to "
  148. "skip the `element.example.com` DNS record."
  149. msgstr ""
  150. #: ../../../docs/configuring-dns.md:37
  151. msgid "Be mindful as to how long it will take for the DNS records to propagate."
  152. msgstr ""
  153. #: ../../../docs/configuring-dns.md:39
  154. msgid ""
  155. "If you are using Cloudflare DNS, make sure to disable the proxy and set "
  156. "all records to \"DNS only\". Otherwise, fetching certificates will fail."
  157. msgstr ""
  158. #: ../../../docs/configuring-dns.md:41
  159. msgid "DNS settings for optional services/features"
  160. msgstr ""
  161. #: ../../../docs/configuring-dns.md:43
  162. msgid ""
  163. "For other services which may need subdomain settings, see the table below"
  164. " and configure the DNS (`CNAME`) records accordingly."
  165. msgstr ""
  166. #: ../../../docs/configuring-dns.md
  167. msgid "Used by component"
  168. msgstr ""
  169. #: ../../../docs/configuring-dns.md
  170. msgid "[Dimension](configuring-playbook-dimension.md) integration server"
  171. msgstr ""
  172. #: ../../../docs/configuring-dns.md
  173. msgid "`dimension`"
  174. msgstr ""
  175. #: ../../../docs/configuring-dns.md
  176. msgid "[Jitsi](configuring-playbook-jitsi.md) video-conferencing platform"
  177. msgstr ""
  178. #: ../../../docs/configuring-dns.md
  179. msgid "`jitsi`"
  180. msgstr ""
  181. #: ../../../docs/configuring-dns.md
  182. msgid ""
  183. "[Prometheus/Grafana](configuring-playbook-prometheus-grafana.md) "
  184. "monitoring system"
  185. msgstr ""
  186. #: ../../../docs/configuring-dns.md
  187. msgid "`stats`"
  188. msgstr ""
  189. #: ../../../docs/configuring-dns.md
  190. msgid "[Go-NEB](configuring-playbook-bot-go-neb.md) bot"
  191. msgstr ""
  192. #: ../../../docs/configuring-dns.md
  193. msgid "`goneb`"
  194. msgstr ""
  195. #: ../../../docs/configuring-dns.md
  196. msgid "[Sygnal](configuring-playbook-sygnal.md) push notification gateway"
  197. msgstr ""
  198. #: ../../../docs/configuring-dns.md
  199. msgid "`sygnal`"
  200. msgstr ""
  201. #: ../../../docs/configuring-dns.md
  202. msgid "[ntfy](configuring-playbook-ntfy.md) push notifications server"
  203. msgstr ""
  204. #: ../../../docs/configuring-dns.md
  205. msgid "`ntfy`"
  206. msgstr ""
  207. #: ../../../docs/configuring-dns.md
  208. msgid "[Etherpad](configuring-playbook-etherpad.md) collaborative text editor"
  209. msgstr ""
  210. #: ../../../docs/configuring-dns.md
  211. msgid "`etherpad`"
  212. msgstr ""
  213. #: ../../../docs/configuring-dns.md
  214. msgid "[Hydrogen](configuring-playbook-client-hydrogen.md) web client"
  215. msgstr ""
  216. #: ../../../docs/configuring-dns.md
  217. msgid "`hydrogen`"
  218. msgstr ""
  219. #: ../../../docs/configuring-dns.md
  220. msgid "[Cinny](configuring-playbook-client-cinny.md) web client"
  221. msgstr ""
  222. #: ../../../docs/configuring-dns.md
  223. msgid "`cinny`"
  224. msgstr ""
  225. #: ../../../docs/configuring-dns.md
  226. msgid "[SchildiChat Web](configuring-playbook-client-schildichat-web.md) client"
  227. msgstr ""
  228. #: ../../../docs/configuring-dns.md
  229. msgid "`schildichat`"
  230. msgstr ""
  231. #: ../../../docs/configuring-dns.md
  232. msgid "[wsproxy](configuring-playbook-bridge-mautrix-wsproxy.md) sms bridge"
  233. msgstr ""
  234. #: ../../../docs/configuring-dns.md
  235. msgid "`wsproxy`"
  236. msgstr ""
  237. #: ../../../docs/configuring-dns.md
  238. msgid "[Buscarron](configuring-playbook-bot-buscarron.md) helpdesk bot"
  239. msgstr ""
  240. #: ../../../docs/configuring-dns.md
  241. msgid "`buscarron`"
  242. msgstr ""
  243. #: ../../../docs/configuring-dns.md
  244. msgid "[rageshake](configuring-playbook-rageshake.md) bug report server"
  245. msgstr ""
  246. #: ../../../docs/configuring-dns.md
  247. msgid "`rageshake`"
  248. msgstr ""
  249. #: ../../../docs/configuring-dns.md
  250. msgid "[ma1sd](configuring-playbook-ma1sd.md) identity server"
  251. msgstr ""
  252. #: ../../../docs/configuring-dns.md
  253. msgid "SRV"
  254. msgstr ""
  255. #: ../../../docs/configuring-dns.md
  256. msgid "`_matrix-identity._tcp`"
  257. msgstr ""
  258. #: ../../../docs/configuring-dns.md
  259. msgid "10"
  260. msgstr ""
  261. #: ../../../docs/configuring-dns.md
  262. msgid "0"
  263. msgstr ""
  264. #: ../../../docs/configuring-dns.md
  265. msgid "443"
  266. msgstr ""
  267. #: ../../../docs/configuring-dns.md
  268. msgid ""
  269. "[Postmoogle](configuring-playbook-bridge-postmoogle.md)/[Email2Matrix"
  270. "](configuring-playbook-email2matrix.md) email bridges"
  271. msgstr ""
  272. #: ../../../docs/configuring-dns.md
  273. msgid "MX"
  274. msgstr ""
  275. #: ../../../docs/configuring-dns.md
  276. msgid "[Postmoogle](configuring-playbook-bridge-postmoogle.md) email bridge"
  277. msgstr ""
  278. #: ../../../docs/configuring-dns.md
  279. msgid "TXT"
  280. msgstr ""
  281. #: ../../../docs/configuring-dns.md
  282. msgid "`v=spf1 ip4:matrix-server-IP -all`"
  283. msgstr ""
  284. #: ../../../docs/configuring-dns.md
  285. msgid "`_dmarc.matrix`"
  286. msgstr ""
  287. #: ../../../docs/configuring-dns.md
  288. msgid "`v=DMARC1; p=quarantine;`"
  289. msgstr ""
  290. #: ../../../docs/configuring-dns.md
  291. msgid "`postmoogle._domainkey.matrix`"
  292. msgstr ""
  293. #: ../../../docs/configuring-dns.md
  294. msgid "get it from `!pm dkim`"
  295. msgstr ""
  296. #: ../../../docs/configuring-dns.md:66
  297. msgid "SRV record for ma1sd"
  298. msgstr ""
  299. #: ../../../docs/configuring-dns.md:68
  300. msgid ""
  301. "To make ma1sd enable its federation features, you need to set up a "
  302. "`_matrix-identity._tcp` SRV record. Don't confuse this with the "
  303. "`_matrix._tcp` SRV record for server delegation. See the table above and "
  304. "[this section](configuring-playbook-ma1sd.md#adjusting-dns-records) for "
  305. "values which need to be specified."
  306. msgstr ""
  307. #: ../../../docs/configuring-dns.md:70
  308. msgid ""
  309. "When setting up a SRV record, if you are asked for a service and protocol"
  310. " instead of a hostname split the host value from the table where the "
  311. "period is. For example use service as `_matrix-identity` and protocol as "
  312. "`_tcp`."
  313. msgstr ""
  314. #: ../../../docs/configuring-dns.md:72
  315. msgid "MX and TXT records for Postmoogle"
  316. msgstr ""
  317. #: ../../../docs/configuring-dns.md:74
  318. msgid ""
  319. "To make Postmoogle enable its email sending features, you need to "
  320. "configure MX and TXT (SPF, DMARC, and DKIM) records. See the table above "
  321. "for values which need to be specified."
  322. msgstr ""
  323. #: ../../../docs/configuring-dns.md:78
  324. msgid ""
  325. "[▶️](getting-the-playbook.md) When you're done with the DNS configuration"
  326. " and ready to proceed, continue with [Getting the playbook](getting-the-"
  327. "playbook.md)."
  328. msgstr ""