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.
 
 

195 lines
6.7 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-bridge-heisenbridge.md:1
  23. msgid "Setting up Heisenbridge bouncer-style IRC bridging (optional)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:3
  26. msgid ""
  27. "**Note**: bridging to "
  28. "[IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat) can also happen "
  29. "via the [matrix-appservice-irc](configuring-playbook-bridge-appservice-"
  30. "irc.md) bridge supported by the playbook."
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:5
  33. msgid ""
  34. "The playbook can install and configure "
  35. "[Heisenbridge](https://github.com/hifi/heisenbridge) - the bouncer-style "
  36. "[IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat) bridge for you."
  37. msgstr ""
  38. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:7
  39. msgid ""
  40. "See the project's "
  41. "[documentation](https://github.com/hifi/heisenbridge/blob/master/README.md)"
  42. " to learn what it does and why it might be useful to you. You can also "
  43. "take a look at [this demonstration "
  44. "video](https://www.youtube.com/watch?v=nQk1Bp4tk4I)."
  45. msgstr ""
  46. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:9
  47. msgid "Configuration"
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:11
  50. msgid ""
  51. "To enable Heisenbridge, add the following configuration to your "
  52. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:24
  55. msgid ""
  56. "For a more complete list of variables that you could override, see the "
  57. "[`defaults/main.yml` file](../roles/custom/matrix-bridge-"
  58. "heisenbridge/defaults/main.yml) of the Heisenbridge Ansible role."
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:26
  61. msgid "Adjusting the Heisenbridge URL"
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:28
  64. msgid ""
  65. "By default, this playbook installs Heisenbridge on the `matrix.` "
  66. "subdomain, at the `/heisenbridge` path "
  67. "(https://matrix.example.com/heisenbridge). It would handle media requests"
  68. " there (see the [release notes for Heisenbridge "
  69. "v1.15.0](https://github.com/hifi/heisenbridge/releases/tag/v1.15.0))."
  70. msgstr ""
  71. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:30
  72. msgid ""
  73. "This makes it easy to install it, because it **doesn't require additional"
  74. " DNS records to be set up**. If that's okay, you can skip this section."
  75. msgstr ""
  76. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:32
  77. msgid ""
  78. "By tweaking the `matrix_heisenbridge_hostname` and "
  79. "`matrix_heisenbridge_path_prefix` variables, you can easily make the "
  80. "service available at a **different hostname and/or path** than the "
  81. "default one."
  82. msgstr ""
  83. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:34
  84. msgid ""
  85. "Example additional configuration for your "
  86. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  87. msgstr ""
  88. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:42
  89. msgid "Adjusting DNS records"
  90. msgstr ""
  91. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:44
  92. msgid ""
  93. "If you've changed the default hostname, **you may need to adjust your "
  94. "DNS** records to point the Heisenbridge domain to the Matrix server."
  95. msgstr ""
  96. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:46
  97. msgid "See [Configuring DNS](configuring-dns.md) for details about DNS changes."
  98. msgstr ""
  99. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:48
  100. msgid ""
  101. "If you've decided to use the default hostname, you won't need to do any "
  102. "extra DNS configuration."
  103. msgstr ""
  104. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:50
  105. msgid "Installing"
  106. msgstr ""
  107. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:52
  108. msgid ""
  109. "After configuring the playbook and potentially [adjusting your DNS "
  110. "records](#adjusting-dns-records), run the playbook with [playbook tags"
  111. "](playbook-tags.md) as below:"
  112. msgstr ""
  113. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:59
  114. msgid "**Notes**:"
  115. msgstr ""
  116. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:61
  117. msgid ""
  118. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  119. "automatically create the bot's user account."
  120. msgstr ""
  121. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:63
  122. msgid ""
  123. "The shortcut commands with the [`just` program](just.md) are also "
  124. "available: `just install-all` or `just setup-all`"
  125. msgstr ""
  126. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:65
  127. msgid ""
  128. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  129. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  130. "runtime) than `just setup-all`) when its components remain unchanged. If "
  131. "you adjust your `vars.yml` to remove other components, you'd need to run "
  132. "`just setup-all`, or these components will still remain installed."
  133. msgstr ""
  134. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:67
  135. msgid "Usage"
  136. msgstr ""
  137. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:69
  138. msgid ""
  139. "To use the bridge, you need to start a chat with "
  140. "`@heisenbridge:example.com` (where `example.com` is your base domain, not"
  141. " the `matrix.` domain). If the bridge ignores you and a DM is not "
  142. "accepted then the owner setting may be wrong."
  143. msgstr ""
  144. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:71
  145. msgid "Help is available for all commands with the `-h` switch."
  146. msgstr ""
  147. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:73
  148. msgid ""
  149. "You can also learn the basics by watching [this demonstration "
  150. "video](https://www.youtube.com/watch?v=nQk1Bp4tk4I)."
  151. msgstr ""
  152. #: ../../../docs/configuring-playbook-bridge-heisenbridge.md:75
  153. msgid ""
  154. "If you encounter issues or feel lost you can join the project room at "
  155. "[#heisenbridge:vi.fi](https://matrix.to/#/#heisenbridge:vi.fi) for help."
  156. msgstr ""
  157. #~ msgid ""
  158. #~ "See the project's "
  159. #~ "[README](https://github.com/hifi/heisenbridge/blob/master/README.md)"
  160. #~ " to learn what it does and why"
  161. #~ " it might be useful to you. You"
  162. #~ " can also take a look at [this"
  163. #~ " demonstration "
  164. #~ "video](https://www.youtube.com/watch?v=nQk1Bp4tk4I)."
  165. #~ msgstr ""