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.
 
 
 

267 lines
9.1 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-playbook-bridge-mautrix-signal.md:1
  23. msgid "Setting up Mautrix Signal bridging (optional)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:3
  26. msgid ""
  27. "The playbook can install and configure [mautrix-"
  28. "signal](https://github.com/mautrix/signal) for you."
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:5
  31. msgid ""
  32. "See the project's "
  33. "[documentation](https://docs.mau.fi/bridges/python/signal/index.html) to "
  34. "learn what it does and why it might be useful to you."
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:7
  37. msgid ""
  38. "**Note**: This revamped version of the [mautrix-signal (legacy"
  39. ")](configuring-playbook-bridge-mautrix-signal.md) may increase the CPU "
  40. "usage of your homeserver."
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:9
  43. msgid "Prerequisites (optional)"
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:11
  46. msgid "Prepare Postgres database on external Postgres server"
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:13
  49. msgid ""
  50. "If you're running with the Postgres database server integrated by the "
  51. "playbook (which is the default), you don't need to do anything special "
  52. "and can easily proceed with installing."
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:15
  55. msgid ""
  56. "However, if you're [using an external Postgres server](configuring-"
  57. "playbook-external-postgres.md), you'd need to manually prepare a Postgres"
  58. " database for this bridge and adjust the variables related to that "
  59. "(`matrix_mautrix_signal_database_*`)."
  60. msgstr ""
  61. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:17
  62. msgid "Enable Appservice Double Puppet"
  63. msgstr ""
  64. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:19
  65. msgid ""
  66. "If you want to set up [Double "
  67. "Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) "
  68. "(hint: you most likely do) for this bridge automatically, you need to "
  69. "have enabled [Appservice Double Puppet](configuring-playbook-appservice-"
  70. "double-puppet.md) service for this playbook."
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:21
  73. msgid ""
  74. "For details about configuring Double Puppeting for this bridge, see the "
  75. "section below: [Set up Double Puppeting](#-set-up-double-puppeting)"
  76. msgstr ""
  77. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:23
  78. msgid "Adjusting the playbook configuration"
  79. msgstr ""
  80. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:25
  81. msgid ""
  82. "To enable the bridge, add the following configuration to your "
  83. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  84. msgstr ""
  85. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:31
  86. msgid ""
  87. "There are some additional things you may wish to configure about the "
  88. "bridge before you continue."
  89. msgstr ""
  90. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:33
  91. msgid "By default, any user on your homeserver will be able to use the bridge."
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:35
  94. msgid "Different levels of permission can be granted to users:"
  95. msgstr ""
  96. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:37
  97. msgid "relay - Allowed to be relayed through the bridge, no access to commands;"
  98. msgstr ""
  99. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:38
  100. msgid "user - Use the bridge with puppeting;"
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:39
  103. msgid "admin - Use and administer the bridge."
  104. msgstr ""
  105. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:41
  106. msgid ""
  107. "The permissions are following the sequence: nothing < relay < user < "
  108. "admin."
  109. msgstr ""
  110. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:43
  111. msgid "The default permissions are set as follows:"
  112. msgstr ""
  113. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:51
  114. msgid ""
  115. "If you want to augment the preset permissions, you might want to set the "
  116. "additional permissions with the following settings in your `vars.yml` "
  117. "file:"
  118. msgstr ""
  119. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:60
  120. msgid ""
  121. "This will add the admin permission to the specific user, while keeping "
  122. "the default permissions."
  123. msgstr ""
  124. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:62
  125. msgid ""
  126. "In case you want to replace the default permissions settings "
  127. "**completely**, populate the following item within your `vars.yml` file:"
  128. msgstr ""
  129. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:70
  130. msgid ""
  131. "You may wish to look at `roles/custom/matrix-bridge-mautrix-"
  132. "signal/templates/config.yaml.j2` to find more information on the "
  133. "permissions settings and other options you would like to configure."
  134. msgstr ""
  135. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:72
  136. msgid "Installing"
  137. msgstr ""
  138. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:74
  139. msgid ""
  140. "After configuring the playbook, run it with [playbook tags](playbook-"
  141. "tags.md) as below:"
  142. msgstr ""
  143. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:81
  144. msgid "**Notes**:"
  145. msgstr ""
  146. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:83
  147. msgid ""
  148. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  149. "automatically create the bot's user account."
  150. msgstr ""
  151. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:85
  152. msgid ""
  153. "The shortcut commands with the [`just` program](just.md) are also "
  154. "available: `just install-all` or `just setup-all`"
  155. msgstr ""
  156. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:87
  157. msgid ""
  158. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  159. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  160. "runtime) than `just setup-all`) when its components remain unchanged. If "
  161. "you adjust your `vars.yml` to remove other components, you'd need to run "
  162. "`just setup-all`, or these components will still remain installed."
  163. msgstr ""
  164. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:89
  165. msgid "Usage"
  166. msgstr ""
  167. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:91
  168. msgid ""
  169. "To use the bridge, you need to start a chat with `@signalbot:example.com`"
  170. " (where `example.com` is your base domain, not the `matrix.` domain)."
  171. msgstr ""
  172. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:93
  173. msgid "💡 Set up Double Puppeting"
  174. msgstr ""
  175. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:95
  176. msgid ""
  177. "After successfully enabling bridging, you may wish to set up [Double "
  178. "Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) "
  179. "(hint: you most likely do)."
  180. msgstr ""
  181. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:97
  182. msgid "To set it up, you have 2 ways of going about it."
  183. msgstr ""
  184. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:99
  185. msgid "Method 1: automatically, by enabling Appservice Double Puppet"
  186. msgstr ""
  187. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:101
  188. msgid ""
  189. "The bridge automatically performs Double Puppeting if [Appservice Double "
  190. "Puppet](configuring-playbook-appservice-double-puppet.md) service is "
  191. "configured and enabled on the server for this playbook."
  192. msgstr ""
  193. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:103
  194. msgid ""
  195. "This is the recommended way of setting up Double Puppeting, as it's "
  196. "easier to accomplish, works for all your users automatically, and has "
  197. "less of a chance of breaking in the future."
  198. msgstr ""
  199. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:105
  200. msgid "Method 2: manually, by asking each user to provide a working access token"
  201. msgstr ""
  202. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:107
  203. msgid ""
  204. "When using this method, **each user** that wishes to enable Double "
  205. "Puppeting needs to follow the following steps:"
  206. msgstr ""
  207. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:109
  208. msgid ""
  209. "retrieve a Matrix access token for yourself. Refer to the documentation "
  210. "on [how to do that](obtaining-access-tokens.md)."
  211. msgstr ""
  212. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:111
  213. msgid ""
  214. "send the access token to the bot. Example: `login-matrix "
  215. "MATRIX_ACCESS_TOKEN_HERE`"
  216. msgstr ""
  217. #: ../../../docs/configuring-playbook-bridge-mautrix-signal.md:113
  218. msgid ""
  219. "make sure you don't log out the `Mautrix-Signal` device some time in the "
  220. "future, as that would break the Double Puppeting feature"
  221. msgstr ""