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.
 
 
 

218 lines
7.8 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-googlechat.md:1
  24. msgid "Setting up Mautrix Google Chat bridging (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:3
  27. msgid ""
  28. "The playbook can install and configure [mautrix-"
  29. "googlechat](https://github.com/mautrix/googlechat) for you."
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:5
  32. msgid ""
  33. "See the project's "
  34. "[documentation](https://docs.mau.fi/bridges/python/googlechat/index.html)"
  35. " to learn what it does and why it might be useful to you."
  36. msgstr ""
  37. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:7
  38. msgid "Prerequisite (optional)"
  39. msgstr ""
  40. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:9
  41. msgid ""
  42. "If you want to set up [Double "
  43. "Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) "
  44. "(hint: you most likely do) for this bridge automatically, you need to "
  45. "have enabled [Appservice Double Puppet](configuring-playbook-appservice-"
  46. "double-puppet.md) or [Shared Secret Auth](configuring-playbook-shared-"
  47. "secret-auth.md) service for this playbook."
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:11
  50. msgid ""
  51. "For details about configuring Double Puppeting for this bridge, see the "
  52. "section below: [Set up Double Puppeting](#-set-up-double-puppeting)"
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:13
  55. msgid "Adjusting the playbook configuration"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:15
  58. msgid ""
  59. "To enable the [Google Chat](https://chat.google.com/) bridge, add the "
  60. "following configuration to your "
  61. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:21
  64. msgid "Installing"
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:23
  67. msgid ""
  68. "After configuring the playbook, run it with [playbook tags](playbook-"
  69. "tags.md) as below:"
  70. msgstr ""
  71. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:30
  72. msgid "**Notes**:"
  73. msgstr ""
  74. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:32
  75. msgid ""
  76. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  77. "automatically create the bot's user account."
  78. msgstr ""
  79. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:34
  80. msgid ""
  81. "The shortcut commands with the [`just` program](just.md) are also "
  82. "available: `just install-all` or `just setup-all`"
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:36
  85. msgid ""
  86. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  87. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  88. "runtime) than `just setup-all`) when its components remain unchanged. If "
  89. "you adjust your `vars.yml` to remove other components, you'd need to run "
  90. "`just setup-all`, or these components will still remain installed."
  91. msgstr ""
  92. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:38
  93. msgid "Usage"
  94. msgstr ""
  95. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:40
  96. msgid ""
  97. "To use the bridge, you need to start a chat with `googlechat bridge bot` "
  98. "with handle `@googlechatbot:example.com` (where `example.com` is your "
  99. "base domain, not the `matrix.` domain)."
  100. msgstr ""
  101. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:42
  102. msgid ""
  103. "Send `login` to the bridge bot to receive a link to the portal from which"
  104. " you can enable the bridging. Open the link sent by the bot and follow "
  105. "the instructions."
  106. msgstr ""
  107. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:44
  108. msgid ""
  109. "Automatic login may not work. If it does not, reload the page and select "
  110. "the \"Manual login\" checkbox before starting. Manual login involves "
  111. "logging into your Google account normally and then manually getting the "
  112. "OAuth token from browser cookies with developer tools."
  113. msgstr ""
  114. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:46
  115. msgid ""
  116. "Once logged in, recent chats should show up as new conversations "
  117. "automatically. Other chats will get portals as you receive messages."
  118. msgstr ""
  119. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:48
  120. msgid ""
  121. "You can learn more about authentication from the bridge's [official "
  122. "documentation on "
  123. "Authentication](https://docs.mau.fi/bridges/python/googlechat/authentication.html)."
  124. msgstr ""
  125. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:50
  126. msgid "💡 Set up Double Puppeting"
  127. msgstr ""
  128. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:52
  129. msgid ""
  130. "After successfully enabling bridging, you may wish to set up [Double "
  131. "Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) "
  132. "(hint: you most likely do)."
  133. msgstr ""
  134. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:54
  135. msgid "To set it up, you have 2 ways of going about it."
  136. msgstr ""
  137. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:56
  138. msgid ""
  139. "Method 1: automatically, by enabling Appservice Double Puppet or Shared "
  140. "Secret Auth"
  141. msgstr ""
  142. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:58
  143. msgid ""
  144. "The bridge automatically performs Double Puppeting if [Appservice Double "
  145. "Puppet](configuring-playbook-appservice-double-puppet.md) or [Shared "
  146. "Secret Auth](configuring-playbook-shared-secret-auth.md) service is "
  147. "configured and enabled on the server for this playbook."
  148. msgstr ""
  149. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:60
  150. msgid ""
  151. "Enabling [Appservice Double Puppet](configuring-playbook-appservice-"
  152. "double-puppet.md) is the recommended way of setting up Double Puppeting, "
  153. "as it's easier to accomplish, works for all your users automatically, and"
  154. " has less of a chance of breaking in the future."
  155. msgstr ""
  156. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:62
  157. msgid ""
  158. "Enabling double puppeting by enabling the [Shared Secret Auth"
  159. "](configuring-playbook-shared-secret-auth.md) service works at the time "
  160. "of writing, but is deprecated and will stop working in the future."
  161. msgstr ""
  162. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:64
  163. msgid "Method 2: manually, by asking each user to provide a working access token"
  164. msgstr ""
  165. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:66
  166. msgid ""
  167. "When using this method, **each user** that wishes to enable Double "
  168. "Puppeting needs to follow the following steps:"
  169. msgstr ""
  170. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:68
  171. msgid ""
  172. "retrieve a Matrix access token for yourself. Refer to the documentation "
  173. "on [how to do that](obtaining-access-tokens.md)."
  174. msgstr ""
  175. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:70
  176. msgid ""
  177. "send the access token to the bot. Example: `login-matrix "
  178. "MATRIX_ACCESS_TOKEN_HERE`"
  179. msgstr ""
  180. #: ../../../docs/configuring-playbook-bridge-mautrix-googlechat.md:72
  181. msgid ""
  182. "make sure you don't log out the `Mautrix-googlechat` device some time in "
  183. "the future, as that would break the Double Puppeting feature"
  184. msgstr ""