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.
 
 

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