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.
 
 

224 lines
7.9 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-telegram.md:1
  24. msgid "Setting up Mautrix Telegram bridging (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:3
  27. msgid ""
  28. "The playbook can install and configure [mautrix-"
  29. "telegram](https://github.com/mautrix/telegram) for you."
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:5
  32. msgid ""
  33. "See the project's "
  34. "[documentation](https://docs.mau.fi/bridges/python/telegram/index.html) "
  35. "to learn what it does and why it might be useful to you."
  36. msgstr ""
  37. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:7
  38. msgid "Prerequisite (optional)"
  39. msgstr ""
  40. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.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-telegram.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-telegram.md:13
  55. msgid "Adjusting the playbook configuration"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:15
  58. msgid ""
  59. "You'll need to obtain API keys from "
  60. "[https://my.telegram.org/apps](https://my.telegram.org/apps) and then add"
  61. " the following configuration to your "
  62. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  63. msgstr ""
  64. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:23
  65. msgid "Installing"
  66. msgstr ""
  67. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:25
  68. msgid ""
  69. "After configuring the playbook, run it with [playbook tags](playbook-"
  70. "tags.md) as below:"
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:32
  73. msgid "**Notes**:"
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:34
  76. msgid ""
  77. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  78. "automatically create the bot's user account."
  79. msgstr ""
  80. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:36
  81. msgid ""
  82. "The shortcut commands with the [`just` program](just.md) are also "
  83. "available: `just install-all` or `just setup-all`"
  84. msgstr ""
  85. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:38
  86. msgid ""
  87. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  88. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  89. "runtime) than `just setup-all`) when its components remain unchanged. If "
  90. "you adjust your `vars.yml` to remove other components, you'd need to run "
  91. "`just setup-all`, or these components will still remain installed."
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:40
  94. msgid "Usage"
  95. msgstr ""
  96. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:42
  97. msgid ""
  98. "To use the bridge, you need to start a chat with "
  99. "`@telegrambot:example.com` (where `example.com` is your base domain, not "
  100. "the `matrix.` domain)."
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:44
  103. msgid ""
  104. "If you want to use the relay-bot feature ([relay bot "
  105. "documentation](https://docs.mau.fi/bridges/python/telegram/relay-"
  106. "bot.html)), which allows anonymous user to chat with telegram users, add "
  107. "the following configuration to your "
  108. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  109. msgstr ""
  110. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:54
  111. msgid "You might also want to give permissions to administrate the bot:"
  112. msgstr ""
  113. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:63
  114. msgid ""
  115. "More details about permissions in this example: "
  116. "https://github.com/mautrix/telegram/blob/master/mautrix_telegram/example-"
  117. "config.yaml#L410"
  118. msgstr ""
  119. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:65
  120. msgid ""
  121. "If you like to exclude all groups from syncing and use the Telgeram-"
  122. "Bridge only for direct chats, you can add the following additional "
  123. "playbook configuration:"
  124. msgstr ""
  125. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:71
  126. msgid "💡 Set up Double Puppeting"
  127. msgstr ""
  128. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:73
  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-telegram.md:75
  135. msgid "To set it up, you have 2 ways of going about it."
  136. msgstr ""
  137. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:77
  138. msgid ""
  139. "Method 1: automatically, by enabling Appservice Double Puppet or Shared "
  140. "Secret Auth"
  141. msgstr ""
  142. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:79
  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-telegram.md:81
  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-telegram.md:83
  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-telegram.md:85
  163. msgid "Method 2: manually, by asking each user to provide a working access token"
  164. msgstr ""
  165. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:87
  166. msgid ""
  167. "**Note**: This method for enabling Double Puppeting can be configured "
  168. "only after you've already set up bridging."
  169. msgstr ""
  170. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:89
  171. msgid ""
  172. "When using this method, **each user** that wishes to enable Double "
  173. "Puppeting needs to follow the following steps:"
  174. msgstr ""
  175. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:91
  176. msgid ""
  177. "retrieve a Matrix access token for yourself. Refer to the documentation "
  178. "on [how to do that](obtaining-access-tokens.md)."
  179. msgstr ""
  180. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:93
  181. msgid ""
  182. "send `login-matrix` to the bot and follow instructions about how to send "
  183. "the access token to it"
  184. msgstr ""
  185. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:95
  186. msgid ""
  187. "make sure you don't log out the `Mautrix-Telegram` device some time in "
  188. "the future, as that would break the Double Puppeting feature"
  189. msgstr ""