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.
 
 

158 lines
5.5 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-appservice-webhooks.md:1
  24. msgid "Setting up Appservice Webhooks bridging (optional, deprecated)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:3
  27. msgid ""
  28. "**Note**: This bridge has been deprecated. We recommend not bothering "
  29. "with installing it. While not a 1:1 replacement, the bridge's author "
  30. "suggests taking a look at [matrix-hookshot](https://github.com/matrix-org"
  31. "/matrix-hookshot) as a replacement, which can also be installed using "
  32. "[this playbook](configuring-playbook-bridge-hookshot.md). Consider using "
  33. "that bridge instead of this one."
  34. msgstr ""
  35. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:5
  36. msgid ""
  37. "The playbook can install and configure [matrix-appservice-"
  38. "webhooks](https://github.com/turt2live/matrix-appservice-webhooks) for "
  39. "you. This bridge provides support for Slack-compatible webhooks."
  40. msgstr ""
  41. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:7
  42. msgid ""
  43. "See the project's [documentation](https://github.com/turt2live/matrix-"
  44. "appservice-webhooks/blob/master/README.md) to learn what it does and why "
  45. "it might be useful to you."
  46. msgstr ""
  47. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:9
  48. msgid "Adjusting the playbook configuration"
  49. msgstr ""
  50. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:11
  51. msgid ""
  52. "To enable the bridge, add the following configuration to your "
  53. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  54. msgstr ""
  55. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:27
  56. msgid "Installing"
  57. msgstr ""
  58. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:29
  59. msgid ""
  60. "After configuring the playbook, run it with [playbook tags](playbook-"
  61. "tags.md) as below:"
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:36
  64. msgid "**Notes**:"
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:38
  67. msgid ""
  68. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  69. "automatically create the bot's user account."
  70. msgstr ""
  71. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:40
  72. msgid ""
  73. "The shortcut commands with the [`just` program](just.md) are also "
  74. "available: `just install-all` or `just setup-all`"
  75. msgstr ""
  76. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:42
  77. msgid ""
  78. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  79. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  80. "runtime) than `just setup-all`) when its components remain unchanged. If "
  81. "you adjust your `vars.yml` to remove other components, you'd need to run "
  82. "`just setup-all`, or these components will still remain installed."
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:44
  85. msgid "Usage"
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:46
  88. msgid ""
  89. "To use the bridge, you need to invite the bridge bot user to your room in"
  90. " either way."
  91. msgstr ""
  92. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:48
  93. msgid ""
  94. "Send `/invite @_webhook:example.com` (**Note**: Make sure you have "
  95. "administration permissions in your room)"
  96. msgstr ""
  97. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:49
  98. msgid ""
  99. "Add the bridge bot to a private channel (personal channels imply you "
  100. "being an administrator)"
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:51
  103. msgid ""
  104. "You then need to send a message to the bridge bot in order to receive a "
  105. "private message including the webhook link:"
  106. msgstr ""
  107. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:57
  108. msgid "The JSON body for posting messages will have to look like this:"
  109. msgstr ""
  110. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:68
  111. msgid "You can test this via curl like so:"
  112. msgstr ""
  113. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:81
  114. msgid "Setting Webhooks with Dimension integration manager"
  115. msgstr ""
  116. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:83
  117. msgid ""
  118. "If you're using the [Dimension integration manager](configuring-playbook-"
  119. "dimension.md), you can configure the Webhooks bridge with it."
  120. msgstr ""
  121. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:85
  122. msgid ""
  123. "To configure it, open the Dimension integration manager, and go to "
  124. "\"Settings\" and \"Bridges\", then select edit action for \"Webhook "
  125. "Bridge\"."
  126. msgstr ""
  127. #: ../../../docs/configuring-playbook-bridge-appservice-webhooks.md:87
  128. msgid ""
  129. "On the UI, press \"Add self-hosted Bridge\" button and populate "
  130. "\"Provisioning URL\" and \"Shared Secret\" values from `/matrix"
  131. "/appservice-webhooks/config/config.yaml` file's homeserver URL value and "
  132. "provisioning secret value, respectively."
  133. msgstr ""