Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

285 righe
9.4 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-20 09:53+0200\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-playbook-email2matrix.md:1
  23. msgid "Setting up Email2Matrix (optional)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-email2matrix.md:3
  26. msgid ""
  27. "**Note**: email bridging can also happen via the [Postmoogle"
  28. "](configuring-playbook-bridge-postmoogle.md) bridge supported by the "
  29. "playbook. Postmoogle is much more powerful and easier to use, so we "
  30. "recommend that you use it, instead of Email2Matrix."
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook-email2matrix.md:5
  33. msgid ""
  34. "The playbook can install and configure "
  35. "[email2matrix](https://github.com/devture/email2matrix) for you."
  36. msgstr ""
  37. #: ../../../docs/configuring-playbook-email2matrix.md:7
  38. msgid ""
  39. "See the project's "
  40. "[documentation](https://github.com/devture/email2matrix/blob/master/docs/README.md)"
  41. " to learn what it does and why it might be useful to you."
  42. msgstr ""
  43. #: ../../../docs/configuring-playbook-email2matrix.md:9
  44. msgid "Preparation"
  45. msgstr ""
  46. #: ../../../docs/configuring-playbook-email2matrix.md:11
  47. msgid "DNS configuration"
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook-email2matrix.md:13
  50. msgid ""
  51. "It's not strictly necessary, but you may increase the chances that "
  52. "incoming emails reach your server by adding an `MX` record for "
  53. "`matrix.example.com`, as described in the [Configuring DNS](configuring-"
  54. "dns.md) documentation page."
  55. msgstr ""
  56. #: ../../../docs/configuring-playbook-email2matrix.md:15
  57. msgid "Port availability"
  58. msgstr ""
  59. #: ../../../docs/configuring-playbook-email2matrix.md:17
  60. msgid ""
  61. "Ensure that port 25 is available on your Matrix server and open in your "
  62. "firewall."
  63. msgstr ""
  64. #: ../../../docs/configuring-playbook-email2matrix.md:19
  65. msgid ""
  66. "If you have `postfix` or some other email server software installed, you "
  67. "may need to manually remove it first (unless you need it, of course)."
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-email2matrix.md:21
  70. msgid ""
  71. "If you really need to run an email server on the Matrix machine for other"
  72. " purposes, it may be possible to run Email2Matrix on another port (with a"
  73. " configuration like `matrix_email2matrix_smtp_host_bind_port: "
  74. "\"127.0.0.01:2525\"`) and have your other email server relay messages "
  75. "there."
  76. msgstr ""
  77. #: ../../../docs/configuring-playbook-email2matrix.md:23
  78. msgid ""
  79. "For details about using Email2Matrix alongside "
  80. "[Postfix](http://www.postfix.org/), see "
  81. "[here](https://github.com/devture/email2matrix/blob/master/docs/setup_with_postfix.md)."
  82. msgstr ""
  83. #: ../../../docs/configuring-playbook-email2matrix.md:25
  84. msgid "Creating a user"
  85. msgstr ""
  86. #: ../../../docs/configuring-playbook-email2matrix.md:27
  87. msgid ""
  88. "Before enabling Email2Matrix, you'd most likely wish to create a "
  89. "dedicated user (or more) that would be sending messages on the Matrix "
  90. "side. Take note of the user's ID as it needs to be specified as "
  91. "`MatrixUserId` on your `inventory/host_vars/matrix.example.com/vars.yml` "
  92. "file later."
  93. msgstr ""
  94. #: ../../../docs/configuring-playbook-email2matrix.md:29
  95. msgid ""
  96. "Refer to [Registering users](registering-users.md) for ways to create a "
  97. "user. A regular (non-admin) user works best."
  98. msgstr ""
  99. #: ../../../docs/configuring-playbook-email2matrix.md:31
  100. msgid "Creating a shared room"
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-email2matrix.md:33
  103. msgid ""
  104. "After creating the sender user, you should create one or more Matrix "
  105. "rooms that you share with that user. It doesn't matter who creates and "
  106. "owns the rooms and who joins later (you or the sender user)."
  107. msgstr ""
  108. #: ../../../docs/configuring-playbook-email2matrix.md:35
  109. msgid ""
  110. "What matters is that both you and the sender user are part of the same "
  111. "room and that the sender user has enough privileges in the room to be "
  112. "able to send messages there."
  113. msgstr ""
  114. #: ../../../docs/configuring-playbook-email2matrix.md:37
  115. msgid "Inviting additional people to the room is okay too."
  116. msgstr ""
  117. #: ../../../docs/configuring-playbook-email2matrix.md:39
  118. msgid ""
  119. "Take note of each room's room ID (different clients show the room ID in a"
  120. " different place). You'll need the room ID when [configuring the playbook"
  121. "](#adjusting-the-playbook-configuration) below."
  122. msgstr ""
  123. #: ../../../docs/configuring-playbook-email2matrix.md:41
  124. msgid "Obtaining an access token for the sender user"
  125. msgstr ""
  126. #: ../../../docs/configuring-playbook-email2matrix.md:43
  127. msgid ""
  128. "In order for the sender user created above to be able to send messages to"
  129. " the room, we'll need to obtain an access token for it. Refer to the "
  130. "documentation on [how to obtain an access token](obtaining-access-"
  131. "tokens.md)."
  132. msgstr ""
  133. #: ../../../docs/configuring-playbook-email2matrix.md:45
  134. msgid "Adjusting the playbook configuration"
  135. msgstr ""
  136. #: ../../../docs/configuring-playbook-email2matrix.md:47
  137. msgid ""
  138. "After doing the preparation steps above, add the following configuration "
  139. "to your `inventory/host_vars/matrix.example.com/vars.yml` file (adapt to "
  140. "your needs):"
  141. msgstr ""
  142. #: ../../../docs/configuring-playbook-email2matrix.md:72
  143. msgid "where:"
  144. msgstr ""
  145. #: ../../../docs/configuring-playbook-email2matrix.md:74
  146. msgid ""
  147. "MailboxName - local-part of the email address, through which emails are "
  148. "bridged to the room whose ID is defined with MatrixRoomId"
  149. msgstr ""
  150. #: ../../../docs/configuring-playbook-email2matrix.md:75
  151. msgid ""
  152. "MatrixRoomId - internal ID of the room, to which received emails are sent"
  153. " as Matrix message"
  154. msgstr ""
  155. #: ../../../docs/configuring-playbook-email2matrix.md:76
  156. msgid ""
  157. "MatrixHomeserverUrl - URL of your Matrix homeserver, through which to "
  158. "send Matrix messages. You can also set `MatrixHomeserverUrl` to the "
  159. "container URL where your homeserver's Client-Server API lives by using "
  160. "the `{{ matrix_addons_homeserver_client_api_url }}` variable"
  161. msgstr ""
  162. #: ../../../docs/configuring-playbook-email2matrix.md:77
  163. msgid ""
  164. "MatrixUserId - the full ID of the sender user which sends bridged "
  165. "messages to the room. On this configuration it is "
  166. "`@email2matrix1:example.com` and `@email2matrix2:example.com` (where "
  167. "`example.com` is your base domain, not the `matrix.` domain)"
  168. msgstr ""
  169. #: ../../../docs/configuring-playbook-email2matrix.md:78
  170. msgid "MatrixAccessToken - sender user's access token"
  171. msgstr ""
  172. #: ../../../docs/configuring-playbook-email2matrix.md:79
  173. msgid "IgnoreSubject - if set to \"true\", the subject is not bridged to Matrix"
  174. msgstr ""
  175. #: ../../../docs/configuring-playbook-email2matrix.md:80
  176. msgid "IgnoreBody - if set to \"true\", the message body is not bridged to Matrix"
  177. msgstr ""
  178. #: ../../../docs/configuring-playbook-email2matrix.md:81
  179. msgid ""
  180. "SkipMarkdown - if set to \"true\", emails are bridged as plain text "
  181. "Matrix message instead of Markdown (actually HTML)"
  182. msgstr ""
  183. #: ../../../docs/configuring-playbook-email2matrix.md:83
  184. msgid ""
  185. "Refer to the official documentation "
  186. "[here](https://github.com/devture/email2matrix/blob/master/docs/configuration.md)."
  187. msgstr ""
  188. #: ../../../docs/configuring-playbook-email2matrix.md:85
  189. msgid "Installing"
  190. msgstr ""
  191. #: ../../../docs/configuring-playbook-email2matrix.md:87
  192. msgid ""
  193. "After configuring the playbook, run it with [playbook tags](playbook-"
  194. "tags.md) as below:"
  195. msgstr ""
  196. #: ../../../docs/configuring-playbook-email2matrix.md:94
  197. msgid "**Notes**:"
  198. msgstr ""
  199. #: ../../../docs/configuring-playbook-email2matrix.md:96
  200. msgid ""
  201. "The shortcut commands with the [`just` program](just.md) are also "
  202. "available: `just install-service email2matrix` or `just setup-all`"
  203. msgstr ""
  204. #: ../../../docs/configuring-playbook-email2matrix.md:98
  205. msgid ""
  206. "`just install-service email2matrix` is useful for maintaining your setup "
  207. "quickly when its components remain unchanged. If you adjust your "
  208. "`vars.yml` to remove other components, you'd need to run `just setup-"
  209. "all`, or these components will still remain installed. Note `just setup-"
  210. "all` runs the `ensure-matrix-users-created` tag too."
  211. msgstr ""
  212. #: ../../../docs/configuring-playbook-email2matrix.md:100
  213. msgid ""
  214. "After installation, you may wish to send a test email to the email "
  215. "address assigned to `mailbox1` (default: `mailbox1@matrix.example.com`) "
  216. "to make sure that Email2Matrix works as expected."
  217. msgstr ""
  218. #~ msgid ""
  219. #~ "To enable Email2Matrix, run the playbook"
  220. #~ " with [playbook tags](playbook-tags.md) as"
  221. #~ " below:"
  222. #~ msgstr ""
  223. #~ msgid ""
  224. #~ "The shortcut commands with the [`just`"
  225. #~ " program](just.md) are also available: "
  226. #~ "`just run-tags setup-email2matrix,start` "
  227. #~ "or `just setup-all`"
  228. #~ msgstr ""
  229. #~ msgid ""
  230. #~ "`just run-tags setup-email2matrix,start` "
  231. #~ "is useful for maintaining your setup "
  232. #~ "quickly when its components remain "
  233. #~ "unchanged. If you adjust your `vars.yml`"
  234. #~ " to remove other components, you'd "
  235. #~ "need to run `just setup-all`, or"
  236. #~ " these components will still remain "
  237. #~ "installed. Note `just setup-all` runs"
  238. #~ " the `ensure-matrix-users-created` "
  239. #~ "tag too."
  240. #~ msgstr ""