Matrix Docker Ansible eploy
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

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