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.
 
 

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