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.
 
 
 

287 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: 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-facebook.md:1
  23. msgid "Setting up Mautrix Facebook bridging (optional, deprecated)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:3
  26. msgid ""
  27. "**Note**: This bridge has been deprecated in favor of the [mautrix-"
  28. "meta](https://github.com/mautrix/meta) Messenger/Instagram bridge, which "
  29. "can be installed using [this playbook](configuring-playbook-bridge-"
  30. "mautrix-meta-messenger.md). Consider using that bridge instead of this "
  31. "one."
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:5
  34. msgid ""
  35. "The playbook can install and configure [mautrix-"
  36. "facebook](https://github.com/mautrix/facebook) for you."
  37. msgstr ""
  38. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:7
  39. msgid ""
  40. "See the project's "
  41. "[documentation](https://github.com/mautrix/facebook/blob/master/ROADMAP.md)"
  42. " to learn what it does and why it might be useful to you."
  43. msgstr ""
  44. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:9
  45. msgid "Prerequisite (optional)"
  46. msgstr ""
  47. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:11
  48. msgid ""
  49. "If you want to set up [Double "
  50. "Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) "
  51. "(hint: you most likely do) for this bridge automatically, you need to "
  52. "have enabled [Shared Secret Auth](configuring-playbook-shared-secret-"
  53. "auth.md) for this playbook."
  54. msgstr ""
  55. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:13
  56. msgid ""
  57. "For details about configuring Double Puppeting for this bridge, see the "
  58. "section below: [Set up Double Puppeting](#-set-up-double-puppeting)"
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:15
  61. msgid "Adjusting the playbook configuration"
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:17
  64. msgid ""
  65. "To enable the bridge, add the following configuration to your "
  66. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  67. msgstr ""
  68. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:23
  69. msgid ""
  70. "There are some additional things you may wish to configure about the "
  71. "bridge before you continue."
  72. msgstr ""
  73. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:25
  74. msgid ""
  75. "Encryption support is off by default. If you would like to enable "
  76. "encryption, add the following to your `vars.yml` file:"
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:35
  79. msgid ""
  80. "If you would like to be able to administrate the bridge from your account"
  81. " it can be configured like this:"
  82. msgstr ""
  83. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:44
  84. msgid "Using both would look like"
  85. msgstr ""
  86. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:56
  87. msgid ""
  88. "You may wish to look at `roles/custom/matrix-bridge-mautrix-"
  89. "facebook/templates/config.yaml.j2` and `roles/custom/matrix-bridge-"
  90. "mautrix-facebook/defaults/main.yml` to find other things you would like "
  91. "to configure."
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:58
  94. msgid "Installing"
  95. msgstr ""
  96. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:60
  97. msgid ""
  98. "After configuring the playbook, run it with [playbook tags](playbook-"
  99. "tags.md) as below:"
  100. msgstr ""
  101. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:67
  102. msgid "**Notes**:"
  103. msgstr ""
  104. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:69
  105. msgid ""
  106. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  107. "automatically create the bot's user account."
  108. msgstr ""
  109. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:71
  110. msgid ""
  111. "The shortcut commands with the [`just` program](just.md) are also "
  112. "available: `just install-all` or `just setup-all`"
  113. msgstr ""
  114. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:73
  115. msgid ""
  116. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  117. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  118. "runtime) than `just setup-all`) when its components remain unchanged. If "
  119. "you adjust your `vars.yml` to remove other components, you'd need to run "
  120. "`just setup-all`, or these components will still remain installed."
  121. msgstr ""
  122. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:75
  123. msgid "Usage"
  124. msgstr ""
  125. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:77
  126. msgid ""
  127. "To use the bridge, you need to start a chat with "
  128. "`@facebookbot:example.com` (where `example.com` is your base domain, not "
  129. "the `matrix.` domain)."
  130. msgstr ""
  131. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:79
  132. msgid ""
  133. "Send `login YOUR_FACEBOOK_EMAIL_ADDRESS` to the bridge bot to enable "
  134. "bridging for your Facebook Messenger account. You can learn more here "
  135. "about authentication from the bridge's [official documentation on "
  136. "Authentication](https://docs.mau.fi/bridges/python/facebook/authentication.html)."
  137. msgstr ""
  138. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:81
  139. msgid ""
  140. "If you run into trouble, check the [Troubleshooting](#troubleshooting) "
  141. "section below."
  142. msgstr ""
  143. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:83
  144. msgid "💡 Set up Double Puppeting"
  145. msgstr ""
  146. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:85
  147. msgid ""
  148. "After successfully enabling bridging, you may wish to set up [Double "
  149. "Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) "
  150. "(hint: you most likely do)."
  151. msgstr ""
  152. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:87
  153. msgid "To set it up, you have 2 ways of going about it."
  154. msgstr ""
  155. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:89
  156. msgid "Method 1: automatically, by enabling Shared Secret Auth"
  157. msgstr ""
  158. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:91
  159. msgid ""
  160. "The bridge automatically performs Double Puppeting if [Shared Secret Auth"
  161. "](configuring-playbook-shared-secret-auth.md) service is configured and "
  162. "enabled on the server for this playbook."
  163. msgstr ""
  164. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:93
  165. msgid ""
  166. "This is the recommended way of setting up Double Puppeting, as it's "
  167. "easier to accomplish, works for all your users automatically, and has "
  168. "less of a chance of breaking in the future."
  169. msgstr ""
  170. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:95
  171. msgid "Method 2: manually, by asking each user to provide a working access token"
  172. msgstr ""
  173. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:97
  174. msgid ""
  175. "When using this method, **each user** that wishes to enable Double "
  176. "Puppeting needs to follow the following steps:"
  177. msgstr ""
  178. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:99
  179. msgid ""
  180. "retrieve a Matrix access token for yourself. Refer to the documentation "
  181. "on [how to do that](obtaining-access-tokens.md)."
  182. msgstr ""
  183. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:101
  184. msgid ""
  185. "send the access token to the bot. Example: `login-matrix "
  186. "MATRIX_ACCESS_TOKEN_HERE`"
  187. msgstr ""
  188. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:103
  189. msgid ""
  190. "make sure you don't log out the `Mautrix-Facebook` device some time in "
  191. "the future, as that would break the Double Puppeting feature"
  192. msgstr ""
  193. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:105
  194. msgid "Troubleshooting"
  195. msgstr ""
  196. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:107
  197. msgid "Facebook rejecting login attempts and forcing you to change password"
  198. msgstr ""
  199. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:109
  200. msgid ""
  201. "If your Matrix server is in a wildly different location than where you "
  202. "usually use your Facebook account from, the bridge's login attempts may "
  203. "be outright rejected by Facebook. Along with that, Facebook may even "
  204. "force you to change the account's password."
  205. msgstr ""
  206. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:111
  207. msgid ""
  208. "If you happen to run into this problem while [setting up "
  209. "bridging](#usage), try to first get a successful session up by logging in"
  210. " to Facebook through the Matrix server's IP address."
  211. msgstr ""
  212. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:113
  213. msgid ""
  214. "The easiest way to do this may be to use "
  215. "[sshuttle](https://sshuttle.readthedocs.io/) to proxy your traffic "
  216. "through the Matrix server."
  217. msgstr ""
  218. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:115
  219. msgid "Example command for proxying your traffic through the Matrix server:"
  220. msgstr ""
  221. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:121
  222. msgid ""
  223. "Once connected, you should be able to verify that you're browsing the web"
  224. " through the Matrix server's IP by checking "
  225. "[icanhazip](https://icanhazip.com/)."
  226. msgstr ""
  227. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:123
  228. msgid "Then proceed to log in to [Facebook/Messenger](https://www.facebook.com/)."
  229. msgstr ""
  230. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:125
  231. msgid "Once logged in, proceed to [set up bridging](#usage)."
  232. msgstr ""
  233. #: ../../../docs/configuring-playbook-bridge-mautrix-facebook.md:127
  234. msgid ""
  235. "If that doesn't work, enable 2FA (see: [Facebook help page on enabling "
  236. "2FA](https://www.facebook.com/help/148233965247823)) and try to login "
  237. "again with a new password, and entering the 2FA code when prompted, it "
  238. "may take more then one try, in between attempts, check facebook.com to "
  239. "see if they are requiring another password change"
  240. msgstr ""