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.
 
 

261 lines
8.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-mautrix-bridges.md:1
  24. msgid "Setting up a Generic Mautrix Bridge (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-mautrix-bridges.md:3
  27. msgid ""
  28. "The playbook can install and configure various "
  29. "[mautrix](https://github.com/mautrix) bridges (twitter, facebook, "
  30. "instagram, signal, hangouts, googlechat, etc.), as well as many other "
  31. "(non-mautrix) bridges. This is a common guide for configuring mautrix "
  32. "bridges."
  33. msgstr ""
  34. #: ../../../docs/configuring-playbook-mautrix-bridges.md:5
  35. msgid ""
  36. "You can see each bridge's features at in the `ROADMAP.md` file in its "
  37. "corresponding [mautrix](https://github.com/mautrix) repository."
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-mautrix-bridges.md:7
  40. msgid "Adjusting the playbook configuration"
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-mautrix-bridges.md:9
  43. msgid ""
  44. "To enable the bridge, add the following configuration to your "
  45. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  46. msgstr ""
  47. #: ../../../docs/configuring-playbook-mautrix-bridges.md:16
  48. msgid ""
  49. "There are some additional things you may wish to configure about the "
  50. "bridge before you continue. Each bridge may have additional requirements "
  51. "besides `_enabled: true`. For example, the mautrix-telegram bridge (our "
  52. "documentation page about it is [here](configuring-playbook-bridge-"
  53. "mautrix-telegram.md)) requires the `matrix_mautrix_telegram_api_id` and "
  54. "`matrix_mautrix_telegram_api_hash` variables to be defined. Refer to each"
  55. " bridge's individual documentation page for details about enabling "
  56. "bridges."
  57. msgstr ""
  58. #: ../../../docs/configuring-playbook-mautrix-bridges.md:18
  59. msgid ""
  60. "To **configure a user as an administrator for all bridges**, add the "
  61. "following configuration to your "
  62. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  63. msgstr ""
  64. #: ../../../docs/configuring-playbook-mautrix-bridges.md:24
  65. msgid ""
  66. "**Alternatively** (more verbose, but allows multiple admins to be "
  67. "configured), you can do the same on a per-bridge basis with:"
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-mautrix-bridges.md:33
  70. msgid "encryption"
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-mautrix-bridges.md:35
  73. msgid ""
  74. "Encryption support is off by default. If you would like to enable "
  75. "encryption, add the following configuration to your "
  76. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-mautrix-bridges.md:37
  79. msgid "**for all bridges with encryption support**:"
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-mautrix-bridges.md:44
  82. #: ../../../docs/configuring-playbook-mautrix-bridges.md:61
  83. msgid "**Alternatively**, for a specific bridge:"
  84. msgstr ""
  85. #: ../../../docs/configuring-playbook-mautrix-bridges.md:51
  86. msgid "relay mode"
  87. msgstr ""
  88. #: ../../../docs/configuring-playbook-mautrix-bridges.md:53
  89. msgid ""
  90. "Relay mode is off by default. If you would like to enable relay mode, add"
  91. " the following configuration to your "
  92. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  93. msgstr ""
  94. #: ../../../docs/configuring-playbook-mautrix-bridges.md:55
  95. msgid "**for all bridges with relay mode support**:"
  96. msgstr ""
  97. #: ../../../docs/configuring-playbook-mautrix-bridges.md:70
  98. msgid ""
  99. "You can only have one "
  100. "`matrix_mautrix_SERVICENAME_configuration_extension_yaml` definition in "
  101. "`vars.yml` per bridge, so if you need multiple pieces of configuration "
  102. "there, just merge them like this:"
  103. msgstr ""
  104. #: ../../../docs/configuring-playbook-mautrix-bridges.md:82
  105. msgid "Setting the bot's username"
  106. msgstr ""
  107. #: ../../../docs/configuring-playbook-mautrix-bridges.md:88
  108. msgid "Can be used to set the username for the bridge."
  109. msgstr ""
  110. #: ../../../docs/configuring-playbook-mautrix-bridges.md:90
  111. msgid "Discovering additional configuration options"
  112. msgstr ""
  113. #: ../../../docs/configuring-playbook-mautrix-bridges.md:92
  114. msgid ""
  115. "You may wish to look at `roles/custom/matrix-bridge-mautrix-"
  116. "SERVICENAME/templates/config.yaml.j2` and `roles/custom/matrix-bridge-"
  117. "mautrix-SERVICENAME/defaults/main.yml` to find other things you would "
  118. "like to configure."
  119. msgstr ""
  120. #: ../../../docs/configuring-playbook-mautrix-bridges.md:94
  121. msgid "Installing"
  122. msgstr ""
  123. #: ../../../docs/configuring-playbook-mautrix-bridges.md:96
  124. msgid ""
  125. "After configuring the playbook, run it with [playbook tags](playbook-"
  126. "tags.md) as below:"
  127. msgstr ""
  128. #: ../../../docs/configuring-playbook-mautrix-bridges.md:103
  129. msgid "**Notes**:"
  130. msgstr ""
  131. #: ../../../docs/configuring-playbook-mautrix-bridges.md:105
  132. msgid ""
  133. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  134. "automatically create the bot's user account."
  135. msgstr ""
  136. #: ../../../docs/configuring-playbook-mautrix-bridges.md:107
  137. msgid ""
  138. "The shortcut commands with the [`just` program](just.md) are also "
  139. "available: `just install-all` or `just setup-all`"
  140. msgstr ""
  141. #: ../../../docs/configuring-playbook-mautrix-bridges.md:109
  142. msgid ""
  143. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  144. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  145. "runtime) than `just setup-all`) when its components remain unchanged. If "
  146. "you adjust your `vars.yml` to remove other components, you'd need to run "
  147. "`just setup-all`, or these components will still remain installed."
  148. msgstr ""
  149. #: ../../../docs/configuring-playbook-mautrix-bridges.md:111
  150. msgid "Set up Double Puppeting"
  151. msgstr ""
  152. #: ../../../docs/configuring-playbook-mautrix-bridges.md:113
  153. msgid ""
  154. "To set up [Double Puppeting](https://docs.mau.fi/bridges/general/double-"
  155. "puppeting.html) enable the [Appservice Double Puppet](configuring-"
  156. "playbook-appservice-double-puppet.md) service for this playbook."
  157. msgstr ""
  158. #: ../../../docs/configuring-playbook-mautrix-bridges.md:115
  159. msgid ""
  160. "The bridge automatically performs Double Puppeting if [Shared Secret Auth"
  161. "](configuring-playbook-shared-secret-auth.md) is configured and enabled "
  162. "on the server for this playbook by adding"
  163. msgstr ""
  164. #: ../../../docs/configuring-playbook-mautrix-bridges.md:121
  165. msgid ""
  166. "This is the recommended way of setting up Double Puppeting, as it's "
  167. "easier to accomplish, works for all your users automatically, and has "
  168. "less of a chance of breaking in the future."
  169. msgstr ""
  170. #: ../../../docs/configuring-playbook-mautrix-bridges.md:123
  171. msgid "Controlling the logging level"
  172. msgstr ""
  173. #: ../../../docs/configuring-playbook-mautrix-bridges.md:129
  174. msgid ""
  175. "to `vars.yml` to control the logging level, where you may replace WARN "
  176. "with one of the following to control the verbosity of the logs generated:"
  177. " TRACE, DEBUG, INFO, WARN, ERROR, or FATAL."
  178. msgstr ""
  179. #: ../../../docs/configuring-playbook-mautrix-bridges.md:131
  180. msgid ""
  181. "If you have issues with a service, and are requesting support, the higher"
  182. " levels of logging will generally be more helpful."
  183. msgstr ""
  184. #: ../../../docs/configuring-playbook-mautrix-bridges.md:133
  185. msgid "Usage"
  186. msgstr ""
  187. #: ../../../docs/configuring-playbook-mautrix-bridges.md:135
  188. msgid ""
  189. "To use the bridge, you need to start a chat with "
  190. "`@SERVICENAMEbot:example.com` (where `example.com` is your base domain, "
  191. "not the `matrix.` domain)."
  192. msgstr ""
  193. #: ../../../docs/configuring-playbook-mautrix-bridges.md:137
  194. msgid ""
  195. "Send `login` to the bridge bot to get started. You can learn more here "
  196. "about authentication from the bridge's official documentation on "
  197. "Authentication: "
  198. "https://docs.mau.fi/bridges/python/SERVICENAME/authentication.html"
  199. msgstr ""
  200. #: ../../../docs/configuring-playbook-mautrix-bridges.md:139
  201. msgid ""
  202. "If you run into trouble, check the [Troubleshooting](#troubleshooting) "
  203. "section below."
  204. msgstr ""
  205. #: ../../../docs/configuring-playbook-mautrix-bridges.md:141
  206. msgid "Troubleshooting"
  207. msgstr ""
  208. #: ../../../docs/configuring-playbook-mautrix-bridges.md:143
  209. msgid ""
  210. "For troubleshooting information with a specific bridge, please see the "
  211. "playbook documentation about it (some other document in in `docs/`) and "
  212. "the upstream ([mautrix](https://github.com/mautrix)) bridge documentation"
  213. " for that specific bridge."
  214. msgstr ""
  215. #: ../../../docs/configuring-playbook-mautrix-bridges.md:145
  216. msgid ""
  217. "Reporting bridge bugs should happen upstream, in the corresponding "
  218. "mautrix repository, not to us."
  219. msgstr ""