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.
 
 

215 lines
7.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-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-hangouts.md:1
  24. msgid "Setting up Mautrix Hangouts bridging (optional, deprecated)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-bridge-mautrix-hangouts.md:3
  27. msgid ""
  28. "💡 **Note**: This bridge has been deprecated in favor of [Google Chat "
  29. "bridge](https://github.com/mautrix/googlechat), which can be installed "
  30. "using [this playbook](configuring-playbook-bridge-mautrix-googlechat.md)."
  31. " Installing the mautrix-hangouts bridge is **no longer possible**. For "
  32. "now, this documentation page remains here for historical purposes."
  33. msgstr ""
  34. #: ../../../docs/configuring-playbook-bridge-mautrix-hangouts.md:5
  35. msgid ""
  36. "The playbook can install and configure [mautrix-"
  37. "hangouts](https://github.com/mautrix/hangouts) for you."
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-bridge-mautrix-hangouts.md:7
  40. msgid ""
  41. "See the project's "
  42. "[documentation](https://docs.mau.fi/bridges/python/hangouts/index.html) "
  43. "to learn what it does and why it might be useful to you."
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-bridge-mautrix-hangouts.md:9
  46. msgid "Prerequisite (optional)"
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-bridge-mautrix-hangouts.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-hangouts.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-hangouts.md:15
  62. msgid "Adjusting the playbook configuration"
  63. msgstr ""
  64. #: ../../../docs/configuring-playbook-bridge-mautrix-hangouts.md:17
  65. msgid ""
  66. "To enable the [Google Hangouts](https://hangouts.google.com/) bridge, add"
  67. " the following configuration to your "
  68. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  69. msgstr ""
  70. #: ../../../docs/configuring-playbook-bridge-mautrix-hangouts.md:23
  71. msgid "Installing"
  72. msgstr ""
  73. #: ../../../docs/configuring-playbook-bridge-mautrix-hangouts.md:25
  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-hangouts.md:32
  79. msgid "**Notes**:"
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-bridge-mautrix-hangouts.md:34
  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-hangouts.md:36
  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-hangouts.md:38
  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-hangouts.md:40
  100. msgid "Usage"
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-bridge-mautrix-hangouts.md:42
  103. msgid ""
  104. "To use the bridge, you need to start a chat with `Hangouts bridge bot` "
  105. "with handle `@hangoutsbot:example.com` (where `example.com` is your base "
  106. "domain, not the `matrix.` domain)."
  107. msgstr ""
  108. #: ../../../docs/configuring-playbook-bridge-mautrix-hangouts.md:44
  109. msgid ""
  110. "Send `login` to the bridge bot to receive a link to the portal from which"
  111. " you can enable the bridging. Open the link sent by the bot and follow "
  112. "the instructions."
  113. msgstr ""
  114. #: ../../../docs/configuring-playbook-bridge-mautrix-hangouts.md:46
  115. msgid ""
  116. "Automatic login may not work. If it does not, reload the page and select "
  117. "the \"Manual login\" checkbox before starting. Manual login involves "
  118. "logging into your Google account normally and then manually getting the "
  119. "OAuth token from browser cookies with developer tools."
  120. msgstr ""
  121. #: ../../../docs/configuring-playbook-bridge-mautrix-hangouts.md:48
  122. msgid ""
  123. "Once logged in, recent chats should show up as new conversations "
  124. "automatically. Other chats will get portals as you receive messages."
  125. msgstr ""
  126. #: ../../../docs/configuring-playbook-bridge-mautrix-hangouts.md:50
  127. msgid ""
  128. "You can learn more about authentication from the bridge's [official "
  129. "documentation on "
  130. "Authentication](https://docs.mau.fi/bridges/python/hangouts/authentication.html)."
  131. msgstr ""
  132. #: ../../../docs/configuring-playbook-bridge-mautrix-hangouts.md:52
  133. msgid "💡 Set up Double Puppeting"
  134. msgstr ""
  135. #: ../../../docs/configuring-playbook-bridge-mautrix-hangouts.md:54
  136. msgid ""
  137. "After successfully enabling bridging, you may wish to set up [Double "
  138. "Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) "
  139. "(hint: you most likely do)."
  140. msgstr ""
  141. #: ../../../docs/configuring-playbook-bridge-mautrix-hangouts.md:56
  142. msgid "To set it up, you have 2 ways of going about it."
  143. msgstr ""
  144. #: ../../../docs/configuring-playbook-bridge-mautrix-hangouts.md:58
  145. msgid "Method 1: automatically, by enabling Shared Secret Auth"
  146. msgstr ""
  147. #: ../../../docs/configuring-playbook-bridge-mautrix-hangouts.md:60
  148. msgid ""
  149. "The bridge automatically performs Double Puppeting if [Shared Secret Auth"
  150. "](configuring-playbook-shared-secret-auth.md) service is configured and "
  151. "enabled on the server for this playbook."
  152. msgstr ""
  153. #: ../../../docs/configuring-playbook-bridge-mautrix-hangouts.md:62
  154. msgid ""
  155. "This is the recommended way of setting up Double Puppeting, as it's "
  156. "easier to accomplish, works for all your users automatically, and has "
  157. "less of a chance of breaking in the future."
  158. msgstr ""
  159. #: ../../../docs/configuring-playbook-bridge-mautrix-hangouts.md:64
  160. msgid "Method 2: manually, by asking each user to provide a working access token"
  161. msgstr ""
  162. #: ../../../docs/configuring-playbook-bridge-mautrix-hangouts.md:66
  163. msgid ""
  164. "When using this method, **each user** that wishes to enable Double "
  165. "Puppeting needs to follow the following steps:"
  166. msgstr ""
  167. #: ../../../docs/configuring-playbook-bridge-mautrix-hangouts.md:68
  168. msgid ""
  169. "retrieve a Matrix access token for yourself. Refer to the documentation "
  170. "on [how to do that](obtaining-access-tokens.md)."
  171. msgstr ""
  172. #: ../../../docs/configuring-playbook-bridge-mautrix-hangouts.md:70
  173. msgid ""
  174. "send the access token to the bot. Example: `login-matrix "
  175. "MATRIX_ACCESS_TOKEN_HERE`"
  176. msgstr ""
  177. #: ../../../docs/configuring-playbook-bridge-mautrix-hangouts.md:72
  178. msgid ""
  179. "make sure you don't log out the `Mautrix-Hangouts` device some time in "
  180. "the future, as that would break the Double Puppeting feature"
  181. msgstr ""