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.
 
 

290 lines
10 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-slack.md:1
  24. msgid "Setting up Mautrix Slack bridging (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:3
  27. msgid ""
  28. "**Note**: bridging to [Slack](https://slack.com/) can also happen via the"
  29. " [mx-puppet-slack](configuring-playbook-bridge-mx-puppet-slack.md) and "
  30. "[matrix-appservice-slack](configuring-playbook-bridge-appservice-"
  31. "slack.md) bridges supported by the playbook."
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:4
  34. msgid ""
  35. "For using as a Bot we recommend the [Appservice Slack](configuring-"
  36. "playbook-bridge-appservice-slack.md), because it supports plumbing. Note "
  37. "that it is not available for new installation unless you have already "
  38. "created a classic Slack application, because the creation of classic "
  39. "Slack applications, which this bridge makes use of, has been "
  40. "discontinued."
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:5
  43. msgid ""
  44. "For personal use with a slack account we recommend the `mautrix-slack` "
  45. "bridge (the one being discussed here), because it is the most fully-"
  46. "featured and stable of the 3 Slack bridges supported by the playbook."
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:7
  49. msgid ""
  50. "The playbook can install and configure [mautrix-"
  51. "slack](https://github.com/mautrix/slack) for you."
  52. msgstr ""
  53. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:9
  54. msgid ""
  55. "See the project's "
  56. "[documentation](https://docs.mau.fi/bridges/go/slack/index.html) to learn"
  57. " what it does and why it might be useful to you."
  58. msgstr ""
  59. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:11
  60. msgid ""
  61. "See the [features and "
  62. "roadmap](https://github.com/mautrix/slack/blob/main/ROADMAP.md) for more "
  63. "information."
  64. msgstr ""
  65. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:13
  66. msgid "Prerequisites"
  67. msgstr ""
  68. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:15
  69. msgid ""
  70. "For using this bridge, you would need to authenticate by **providing your"
  71. " username and password** (legacy) or by using a **token login**. See more"
  72. " information in the "
  73. "[docs](https://docs.mau.fi/bridges/go/slack/authentication.html)."
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:17
  76. msgid ""
  77. "Note that neither of these methods are officially supported by Slack. "
  78. "[matrix-appservice-slack](configuring-playbook-bridge-appservice-"
  79. "slack.md) uses a Slack bot account which is the only officially supported"
  80. " method for bridging a Slack channel."
  81. msgstr ""
  82. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:19
  83. msgid "Enable Appservice Double Puppet (optional)"
  84. msgstr ""
  85. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:21
  86. msgid ""
  87. "If you want to set up [Double "
  88. "Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) "
  89. "(hint: you most likely do) for this bridge automatically, you need to "
  90. "have enabled [Appservice Double Puppet](configuring-playbook-appservice-"
  91. "double-puppet.md) service for this playbook."
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:23
  94. msgid ""
  95. "For details about configuring Double Puppeting for this bridge, see the "
  96. "section below: [Set up Double Puppeting](#-set-up-double-puppeting)"
  97. msgstr ""
  98. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:25
  99. msgid "Adjusting the playbook configuration"
  100. msgstr ""
  101. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:27
  102. msgid ""
  103. "To enable the bridge, add the following configuration to your "
  104. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  105. msgstr ""
  106. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:33
  107. msgid ""
  108. "You may optionally wish to add some [Additional configuration"
  109. "](#additional-configuration), or to [prepare for double-puppeting](#set-"
  110. "up-double-puppeting) before the initial installation."
  111. msgstr ""
  112. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:35
  113. msgid "Additional configuration"
  114. msgstr ""
  115. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:37
  116. msgid ""
  117. "There are some additional options you may wish to configure with the "
  118. "bridge."
  119. msgstr ""
  120. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:39
  121. msgid "Take a look at:"
  122. msgstr ""
  123. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:41
  124. msgid ""
  125. "`roles/custom/matrix-bridge-mautrix-slack/defaults/main.yml` for some "
  126. "variables that you can customize via your `vars.yml` file"
  127. msgstr ""
  128. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:42
  129. msgid ""
  130. "`roles/custom/matrix-bridge-mautrix-slack/templates/config.yaml.j2` for "
  131. "the bridge's default configuration. You can override settings (even those"
  132. " that don't have dedicated playbook variables) using the "
  133. "`matrix_mautrix_slack_configuration_extension_yaml` variable"
  134. msgstr ""
  135. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:44
  136. msgid "Installing"
  137. msgstr ""
  138. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:46
  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-slack.md:53
  144. msgid "**Notes**:"
  145. msgstr ""
  146. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:55
  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-slack.md:57
  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-slack.md:59
  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-slack.md:61
  165. msgid "Usage"
  166. msgstr ""
  167. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:63
  168. msgid ""
  169. "Start a chat with `@slackbot:example.com` (where `example.com` is your "
  170. "base domain, not the `matrix.` domain)."
  171. msgstr ""
  172. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:64
  173. msgid ""
  174. "If you would like to login to Slack using a token, send the `login-token`"
  175. " command, otherwise, send the `login-password` command. Read "
  176. "[here](https://docs.mau.fi/bridges/go/slack/authentication.html) on how "
  177. "to retrieve your token and cookie token."
  178. msgstr ""
  179. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:65
  180. msgid ""
  181. "The bot should respond with \"Successfully logged into <email> for team "
  182. "<workspace>\""
  183. msgstr ""
  184. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:66
  185. msgid ""
  186. "Now that you're logged in, you can send a `help` command to the bot "
  187. "again, to see additional commands you have access to."
  188. msgstr ""
  189. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:67
  190. msgid ""
  191. "Slack channels should automatically begin bridging if you authenticated "
  192. "using a token. Otherwise, you must wait to receive a message in the "
  193. "channel if you used password authentication."
  194. msgstr ""
  195. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:69
  196. msgid "💡 Set up Double Puppeting"
  197. msgstr ""
  198. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:71
  199. msgid ""
  200. "After successfully enabling bridging, you may wish to set up [Double "
  201. "Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) "
  202. "(hint: you most likely do)."
  203. msgstr ""
  204. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:73
  205. msgid "To set it up, you have 2 ways of going about it."
  206. msgstr ""
  207. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:75
  208. msgid "Method 1: automatically, by enabling Appservice Double Puppet"
  209. msgstr ""
  210. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:77
  211. msgid ""
  212. "The bridge automatically performs Double Puppeting if [Appservice Double "
  213. "Puppet](configuring-playbook-appservice-double-puppet.md) service is "
  214. "configured and enabled on the server for this playbook."
  215. msgstr ""
  216. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:79
  217. msgid ""
  218. "This is the recommended way of setting up Double Puppeting, as it's "
  219. "easier to accomplish, works for all your users automatically, and has "
  220. "less of a chance of breaking in the future."
  221. msgstr ""
  222. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:81
  223. msgid "Method 2: manually, by asking each user to provide a working access token"
  224. msgstr ""
  225. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:83
  226. msgid ""
  227. "When using this method, **each user** that wishes to enable Double "
  228. "Puppeting needs to follow the following steps:"
  229. msgstr ""
  230. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:85
  231. msgid ""
  232. "retrieve a Matrix access token for yourself. Refer to the documentation "
  233. "on [how to do that](obtaining-access-tokens.md)."
  234. msgstr ""
  235. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:87
  236. msgid ""
  237. "send the access token to the bot. Example: `login-matrix "
  238. "MATRIX_ACCESS_TOKEN_HERE`"
  239. msgstr ""
  240. #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:89
  241. msgid ""
  242. "make sure you don't log out the `Mautrix-Slack` device some time in the "
  243. "future, as that would break the Double Puppeting feature"
  244. msgstr ""