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.
 
 

263 lines
8.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: 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-twitter.md:1
  24. msgid "Setting up Mautrix Twitter bridging (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:3
  27. msgid ""
  28. "**Note**: bridging to [Twitter](https://twitter.com/) can also happen via"
  29. " the [mx-puppet-twitter](configuring-playbook-bridge-mx-puppet-"
  30. "twitter.md) bridge supported by the playbook."
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:5
  33. msgid ""
  34. "The playbook can install and configure [mautrix-"
  35. "twitter](https://github.com/mautrix/twitter) for you."
  36. msgstr ""
  37. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:7
  38. msgid ""
  39. "See the project's "
  40. "[documentation](https://github.com/mautrix/twitter/blob/master/README.md)"
  41. " to learn what it does and why it might be useful to you."
  42. msgstr ""
  43. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:9
  44. msgid "Prerequisite (optional)"
  45. msgstr ""
  46. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:11
  47. msgid "Enable Appservice Double Puppet (optional)"
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:13
  50. msgid ""
  51. "If you want to set up [Double "
  52. "Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) "
  53. "(hint: you most likely do) for this bridge automatically, you need to "
  54. "have enabled [Appservice Double Puppet](configuring-playbook-appservice-"
  55. "double-puppet.md) service for this playbook."
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:15
  58. msgid ""
  59. "For details about configuring Double Puppeting for this bridge, see the "
  60. "section below: [Set up Double Puppeting](#-set-up-double-puppeting)"
  61. msgstr ""
  62. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:17
  63. msgid "Adjusting the playbook configuration"
  64. msgstr ""
  65. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:19
  66. msgid ""
  67. "To enable the bridge, add the following configuration to your "
  68. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  69. msgstr ""
  70. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:25
  71. msgid "Installing"
  72. msgstr ""
  73. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:27
  74. msgid ""
  75. "After configuring the playbook, run it with [playbook tags](playbook-"
  76. "tags.md) as below:"
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:34
  79. msgid "**Notes**:"
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:36
  82. msgid ""
  83. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  84. "automatically create the bot's user account."
  85. msgstr ""
  86. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:38
  87. msgid ""
  88. "The shortcut commands with the [`just` program](just.md) are also "
  89. "available: `just install-all` or `just setup-all`"
  90. msgstr ""
  91. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:40
  92. msgid ""
  93. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  94. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  95. "runtime) than `just setup-all`) when its components remain unchanged. If "
  96. "you adjust your `vars.yml` to remove other components, you'd need to run "
  97. "`just setup-all`, or these components will still remain installed."
  98. msgstr ""
  99. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:42
  100. msgid "Usage"
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:44
  103. msgid ""
  104. "You then need to start a chat with `@twitterbot:example.com` (where "
  105. "`example.com` is your base domain, not the `matrix.` domain)."
  106. msgstr ""
  107. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:45
  108. msgid ""
  109. "Send login-cookie to start the login. The bot should respond with "
  110. "instructions on how to proceed."
  111. msgstr ""
  112. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:47
  113. msgid ""
  114. "You can learn more here about authentication from the bridge's [official "
  115. "documentation on "
  116. "Authentication](https://docs.mau.fi/bridges/python/twitter/authentication.html)."
  117. msgstr ""
  118. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:49
  119. msgid "💡 Set up Double Puppeting"
  120. msgstr ""
  121. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:51
  122. msgid ""
  123. "After successfully enabling bridging, you may wish to set up [Double "
  124. "Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) "
  125. "(hint: you most likely do)."
  126. msgstr ""
  127. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:53
  128. msgid "To set it up, you have 2 ways of going about it."
  129. msgstr ""
  130. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:55
  131. msgid "Method 1: automatically, by enabling Appservice Double Puppet"
  132. msgstr ""
  133. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:57
  134. msgid ""
  135. "The bridge automatically performs Double Puppeting if [Appservice Double "
  136. "Puppet](configuring-playbook-appservice-double-puppet.md) service is "
  137. "configured and enabled on the server for this playbook."
  138. msgstr ""
  139. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:59
  140. msgid ""
  141. "This is the recommended way of setting up Double Puppeting, as it's "
  142. "easier to accomplish, works for all your users automatically, and has "
  143. "less of a chance of breaking in the future."
  144. msgstr ""
  145. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:61
  146. msgid "Method 2: manually, by asking each user to provide a working access token"
  147. msgstr ""
  148. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:63
  149. msgid ""
  150. "When using this method, **each user** that wishes to enable Double "
  151. "Puppeting needs to follow the following steps:"
  152. msgstr ""
  153. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:65
  154. msgid ""
  155. "retrieve a Matrix access token for yourself. Refer to the documentation "
  156. "on [how to do that](obtaining-access-tokens.md)."
  157. msgstr ""
  158. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:67
  159. msgid ""
  160. "send the access token to the bot. Example: `login-matrix "
  161. "MATRIX_ACCESS_TOKEN_HERE`"
  162. msgstr ""
  163. #: ../../../docs/configuring-playbook-bridge-mautrix-twitter.md:69
  164. msgid ""
  165. "make sure you don't log out the `Mautrix-Slack` device some time in the "
  166. "future, as that would break the Double Puppeting feature"
  167. msgstr ""
  168. #~ msgid ""
  169. #~ "See the project's "
  170. #~ "[documentation](https://github.com/mautrix/twitter) to "
  171. #~ "learn what it does and why it "
  172. #~ "might be useful to you."
  173. #~ msgstr ""
  174. #~ msgid ""
  175. #~ "If you want to set up [Double "
  176. #~ "Puppeting](https://docs.mau.fi/bridges/general/double-"
  177. #~ "puppeting.html) (hint: you most likely "
  178. #~ "do) for this bridge automatically, you"
  179. #~ " need to have enabled [Appservice "
  180. #~ "Double Puppet](configuring-playbook-appservice-"
  181. #~ "double-puppet.md) or [Shared Secret Auth"
  182. #~ "](configuring-playbook-shared-secret-auth.md) "
  183. #~ "service for this playbook."
  184. #~ msgstr ""
  185. #~ msgid ""
  186. #~ "Method 1: automatically, by enabling "
  187. #~ "Appservice Double Puppet or Shared "
  188. #~ "Secret Auth"
  189. #~ msgstr ""
  190. #~ msgid ""
  191. #~ "The bridge automatically performs Double "
  192. #~ "Puppeting if [Appservice Double Puppet"
  193. #~ "](configuring-playbook-appservice-double-"
  194. #~ "puppet.md) or [Shared Secret Auth"
  195. #~ "](configuring-playbook-shared-secret-auth.md) "
  196. #~ "service is configured and enabled on "
  197. #~ "the server for this playbook."
  198. #~ msgstr ""
  199. #~ msgid ""
  200. #~ "Enabling [Appservice Double Puppet](configuring-"
  201. #~ "playbook-appservice-double-puppet.md) is "
  202. #~ "the recommended way of setting up "
  203. #~ "Double Puppeting, as it's easier to "
  204. #~ "accomplish, works for all your users "
  205. #~ "automatically, and has less of a "
  206. #~ "chance of breaking in the future."
  207. #~ msgstr ""
  208. #~ msgid ""
  209. #~ "Enabling double puppeting by enabling "
  210. #~ "the [Shared Secret Auth](configuring-"
  211. #~ "playbook-shared-secret-auth.md) service "
  212. #~ "works at the time of writing, but"
  213. #~ " is deprecated and will stop working"
  214. #~ " in the future."
  215. #~ msgstr ""
  216. #~ msgid ""
  217. #~ "This method is currently not available"
  218. #~ " for the Mautrix-Twitter bridge, but"
  219. #~ " is on the "
  220. #~ "[roadmap](https://github.com/mautrix/twitter/blob/master/ROADMAP.md)"
  221. #~ " under Misc/Manual login with `login-"
  222. #~ "matrix`"
  223. #~ msgstr ""