Matrix Docker Ansible eploy
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 

195 řádky
6.4 KiB

  1. # Translations template for PROJECT.
  2. # Copyright (C) 2024 ORGANIZATION
  3. # This file is distributed under the same license as the PROJECT project.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PROJECT VERSION\n"
  10. "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
  11. "POT-Creation-Date: 2024-12-16 12:05+0900\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=utf-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Generated-By: Babel 2.16.0\n"
  19. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:1
  20. msgid "Setting up Postmoogle email bridging (optional)"
  21. msgstr ""
  22. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:3
  23. msgid ""
  24. "**Note**: email bridging can also happen via the [email2matrix"
  25. "](configuring-playbook-email2matrix.md) bridge supported by the playbook."
  26. msgstr ""
  27. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:5
  28. msgid ""
  29. "The playbook can install and configure "
  30. "[Postmoogle](https://github.com/etkecc/postmoogle) for you."
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:7
  33. msgid ""
  34. "Postmoogle is a bridge you can use to have its bot user forward emails to"
  35. " Matrix rooms. It runs an SMTP email server and allows you to assign "
  36. "mailbox addresses to the rooms."
  37. msgstr ""
  38. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:9
  39. msgid ""
  40. "See the project's [documentation](https://github.com/etkecc/postmoogle) "
  41. "to learn what it does and why it might be useful to you."
  42. msgstr ""
  43. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:11
  44. msgid "Prerequisites"
  45. msgstr ""
  46. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:13
  47. msgid ""
  48. "Open the following ports on your server to be able to receive incoming "
  49. "emails:"
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:15
  52. msgid "`25/tcp`: SMTP"
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:16
  55. msgid "`587/tcp`: Submission (TLS-encrypted SMTP)"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:18
  58. msgid ""
  59. "If you don't open these ports, you will still be able to send emails, but"
  60. " not receive any."
  61. msgstr ""
  62. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:20
  63. msgid ""
  64. "These port numbers are configurable via the "
  65. "`matrix_postmoogle_smtp_host_bind_port` and "
  66. "`matrix_postmoogle_submission_host_bind_port` variables, but other email "
  67. "servers will try to deliver on these default (standard) ports, so "
  68. "changing them is of little use."
  69. msgstr ""
  70. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:22
  71. msgid "Adjusting the playbook configuration"
  72. msgstr ""
  73. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:24
  74. msgid ""
  75. "Add the following configuration to your "
  76. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:45
  79. msgid "Adjusting DNS records"
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:47
  82. msgid ""
  83. "You will also need to add several DNS records so that Postmoogle can send"
  84. " emails. See [Configuring DNS](configuring-dns.md) for details about DNS "
  85. "changes."
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:49
  88. msgid "Installing"
  89. msgstr ""
  90. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:51
  91. msgid ""
  92. "After configuring the playbook, run it with [playbook tags](playbook-"
  93. "tags.md) as below:"
  94. msgstr ""
  95. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:58
  96. msgid "**Notes**:"
  97. msgstr ""
  98. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:60
  99. msgid ""
  100. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  101. "automatically create a user account of the bridge's bot."
  102. msgstr ""
  103. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:62
  104. msgid ""
  105. "The shortcut commands with the [`just` program](just.md) are also "
  106. "available: `just install-all` or `just setup-all`"
  107. msgstr ""
  108. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:64
  109. msgid ""
  110. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  111. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  112. "runtime) than `just setup-all`) when its components remain unchanged. If "
  113. "you adjust your `vars.yml` to remove other components, you'd need to run "
  114. "`just setup-all`, or these components will still remain installed."
  115. msgstr ""
  116. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:66
  117. msgid ""
  118. "If you change the bridge's bot password (`matrix_postmoogle_password` in "
  119. "your `vars.yml` file) subsequently, the bot user's credentials on the "
  120. "homeserver won't be updated automatically. If you'd like to change the "
  121. "bot user's password, use a tool like [synapse-admin](configuring-"
  122. "playbook-synapse-admin.md) to change it, and then update "
  123. "`matrix_postmoogle_password` to let the bot know its new password."
  124. msgstr ""
  125. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:68
  126. msgid "Usage"
  127. msgstr ""
  128. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:70
  129. msgid ""
  130. "To use the bridge, invite the `@postmoogle:example.com` bot user into a "
  131. "room you want to use as a mailbox."
  132. msgstr ""
  133. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:72
  134. msgid ""
  135. "Then send `!pm mailbox NAME` to expose this Matrix room as an inbox with "
  136. "the email address `NAME@matrix.example.com`. Emails sent to that email "
  137. "address will be forwarded to the room."
  138. msgstr ""
  139. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:74
  140. msgid ""
  141. "Send `!pm help` to the room to see the bridge's help menu for additional "
  142. "commands."
  143. msgstr ""
  144. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:76
  145. msgid ""
  146. "You can also refer to the upstream "
  147. "[documentation](https://github.com/etkecc/postmoogle)."
  148. msgstr ""
  149. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:78
  150. msgid "Debug/Logs"
  151. msgstr ""
  152. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:80
  153. msgid ""
  154. "As with all other services, you can find their logs in [systemd-"
  155. "journald](https://www.freedesktop.org/software/systemd/man/systemd-"
  156. "journald.service.html) by running something like `journalctl -fu matrix-"
  157. "postmoogle`"
  158. msgstr ""
  159. #: ../../../docs/configuring-playbook-bridge-postmoogle.md:82
  160. msgid ""
  161. "The default logging level for this bridge is `INFO`, but you can increase"
  162. " it to `DEBUG` with the following additional configuration:"
  163. msgstr ""