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.
 
 
 

223 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: 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-telegram.md:1
  23. msgid "Setting up Mautrix Telegram bridging (optional)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:3
  26. msgid ""
  27. "The playbook can install and configure [mautrix-"
  28. "telegram](https://github.com/mautrix/telegram) for you."
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:5
  31. msgid ""
  32. "See the project's "
  33. "[documentation](https://docs.mau.fi/bridges/python/telegram/index.html) "
  34. "to learn what it does and why it might be useful to you."
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:7
  37. msgid "Prerequisite (optional)"
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:9
  40. msgid ""
  41. "If you want to set up [Double "
  42. "Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) "
  43. "(hint: you most likely do) for this bridge automatically, you need to "
  44. "have enabled [Appservice Double Puppet](configuring-playbook-appservice-"
  45. "double-puppet.md) or [Shared Secret Auth](configuring-playbook-shared-"
  46. "secret-auth.md) service for this playbook."
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:11
  49. msgid ""
  50. "For details about configuring Double Puppeting for this bridge, see the "
  51. "section below: [Set up Double Puppeting](#-set-up-double-puppeting)"
  52. msgstr ""
  53. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:13
  54. msgid "Adjusting the playbook configuration"
  55. msgstr ""
  56. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:15
  57. msgid ""
  58. "You'll need to obtain API keys from "
  59. "[https://my.telegram.org/apps](https://my.telegram.org/apps) and then add"
  60. " the following configuration to your "
  61. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:23
  64. msgid "Installing"
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:25
  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-telegram.md:32
  72. msgid "**Notes**:"
  73. msgstr ""
  74. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:34
  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-telegram.md:36
  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-telegram.md:38
  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-telegram.md:40
  93. msgid "Usage"
  94. msgstr ""
  95. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:42
  96. msgid ""
  97. "To use the bridge, you need to start a chat with "
  98. "`@telegrambot:example.com` (where `example.com` is your base domain, not "
  99. "the `matrix.` domain)."
  100. msgstr ""
  101. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:44
  102. msgid ""
  103. "If you want to use the relay-bot feature ([relay bot "
  104. "documentation](https://docs.mau.fi/bridges/python/telegram/relay-"
  105. "bot.html)), which allows anonymous user to chat with telegram users, add "
  106. "the following configuration to your "
  107. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  108. msgstr ""
  109. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:54
  110. msgid "You might also want to give permissions to administrate the bot:"
  111. msgstr ""
  112. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:63
  113. msgid ""
  114. "More details about permissions in this example: "
  115. "https://github.com/mautrix/telegram/blob/master/mautrix_telegram/example-"
  116. "config.yaml#L410"
  117. msgstr ""
  118. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:65
  119. msgid ""
  120. "If you like to exclude all groups from syncing and use the Telgeram-"
  121. "Bridge only for direct chats, you can add the following additional "
  122. "playbook configuration:"
  123. msgstr ""
  124. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:71
  125. msgid "💡 Set up Double Puppeting"
  126. msgstr ""
  127. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:73
  128. msgid ""
  129. "After successfully enabling bridging, you may wish to set up [Double "
  130. "Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) "
  131. "(hint: you most likely do)."
  132. msgstr ""
  133. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:75
  134. msgid "To set it up, you have 2 ways of going about it."
  135. msgstr ""
  136. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:77
  137. msgid ""
  138. "Method 1: automatically, by enabling Appservice Double Puppet or Shared "
  139. "Secret Auth"
  140. msgstr ""
  141. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:79
  142. msgid ""
  143. "The bridge automatically performs Double Puppeting if [Appservice Double "
  144. "Puppet](configuring-playbook-appservice-double-puppet.md) or [Shared "
  145. "Secret Auth](configuring-playbook-shared-secret-auth.md) service is "
  146. "configured and enabled on the server for this playbook."
  147. msgstr ""
  148. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:81
  149. msgid ""
  150. "Enabling [Appservice Double Puppet](configuring-playbook-appservice-"
  151. "double-puppet.md) is the recommended way of setting up Double Puppeting, "
  152. "as it's easier to accomplish, works for all your users automatically, and"
  153. " has less of a chance of breaking in the future."
  154. msgstr ""
  155. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:83
  156. msgid ""
  157. "Enabling double puppeting by enabling the [Shared Secret Auth"
  158. "](configuring-playbook-shared-secret-auth.md) service works at the time "
  159. "of writing, but is deprecated and will stop working in the future."
  160. msgstr ""
  161. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:85
  162. msgid "Method 2: manually, by asking each user to provide a working access token"
  163. msgstr ""
  164. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:87
  165. msgid ""
  166. "**Note**: This method for enabling Double Puppeting can be configured "
  167. "only after you've already set up bridging."
  168. msgstr ""
  169. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:89
  170. msgid ""
  171. "When using this method, **each user** that wishes to enable Double "
  172. "Puppeting needs to follow the following steps:"
  173. msgstr ""
  174. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:91
  175. msgid ""
  176. "retrieve a Matrix access token for yourself. Refer to the documentation "
  177. "on [how to do that](obtaining-access-tokens.md)."
  178. msgstr ""
  179. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:93
  180. msgid ""
  181. "send `login-matrix` to the bot and follow instructions about how to send "
  182. "the access token to it"
  183. msgstr ""
  184. #: ../../../docs/configuring-playbook-bridge-mautrix-telegram.md:95
  185. msgid ""
  186. "make sure you don't log out the `Mautrix-Telegram` device some time in "
  187. "the future, as that would break the Double Puppeting feature"
  188. msgstr ""