Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

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