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.
 
 

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