Matrix Docker Ansible eploy
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

167 satır
8.5 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2025, Slavi Pantaleev, Aine Etke, MDAD community members
  3. # This file is distributed under the same license as the matrix-docker-ansible-deploy package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2025-01-27 09:54+0200\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:1
  19. msgid "Setting up Appservice Discord bridging (optional)"
  20. msgstr ""
  21. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:3
  22. msgid "**Note**: bridging to [Discord](https://discordapp.com/) can also happen via the [mx-puppet-discord](configuring-playbook-bridge-mx-puppet-discord.md) and [mautrix-discord](configuring-playbook-bridge-mautrix-discord.md) bridges supported by the playbook."
  23. msgstr ""
  24. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:4
  25. msgid "For using as a Bot we are recommend the Appservice Discord bridge (the one being discussed here), because it supports plumbing."
  26. msgstr ""
  27. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:5
  28. msgid "For personal use we recommend the [mautrix-discord](configuring-playbook-bridge-mautrix-discord.md) bridge, because it is the most fully-featured and stable of the 3 Discord bridges supported by the playbook."
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:7
  31. msgid "The playbook can install and configure [matrix-appservice-discord](https://github.com/matrix-org/matrix-appservice-discord) for you."
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:9
  34. msgid "See the project's [documentation](https://github.com/matrix-org/matrix-appservice-discord/blob/master/README.md) to learn what it does and why it might be useful to you."
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:11
  37. msgid "Prerequisites"
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:13
  40. msgid "Create a Discord Application [here](https://discordapp.com/developers/applications). Then retrieve Client ID, and create a bot from the Bot tab and retrieve the Bot token."
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:15
  43. msgid "Adjusting the playbook configuration"
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:17
  46. msgid "To enable the bridge, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:31
  49. msgid "Installing"
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:33
  52. msgid "After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below:"
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:40
  55. msgid "**Notes**:"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:42
  58. msgid "The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account."
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:44
  61. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:46
  64. msgid "`just install-all` is useful for maintaining your setup quickly ([2x-5x faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-runtime) than `just setup-all`) when its components remain unchanged. If you adjust your `vars.yml` to remove other components, you'd need to run `just setup-all`, or these components will still remain installed."
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:48
  67. msgid "Self-Service Bridging (Manual)"
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:50
  70. msgid "Self-service bridging allows you to bridge specific and existing Matrix rooms to specific Discord rooms. To enable it, add the following configuration to your `vars.yml` file:"
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:56
  73. msgid "**Note**: If self-service bridging is not enabled, `!discord help` commands will return no results."
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:58
  76. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:82
  77. msgid "Usage"
  78. msgstr ""
  79. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:60
  80. msgid "Once self-service is enabled, start a chat with `@_discord_bot:example.com` and say `!discord help bridge`."
  81. msgstr ""
  82. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:62
  83. msgid "Then, follow the instructions in the help output message."
  84. msgstr ""
  85. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:64
  86. msgid "If the bot is not already in the Discord server, follow the provided invite link. This may require you to be a administrator of the Discord server."
  87. msgstr ""
  88. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:66
  89. msgid "On the Discord side, send `!matrix help` to the bot to see the available commands for managing the bridge and Matrix users."
  90. msgstr ""
  91. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:68
  92. msgid "**Note**: Encrypted Matrix rooms are not supported as of writing."
  93. msgstr ""
  94. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:70
  95. msgid "Portal Bridging (Automatic)"
  96. msgstr ""
  97. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:72
  98. msgid "Through portal bridging, Matrix rooms will automatically be created by the bot and bridged to the relevant Discord room. This is done by simply joining a room with a specific name pattern (`#_discord_<guildID>_<channelID>`)."
  99. msgstr ""
  100. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:74
  101. msgid "All Matrix rooms created this way are **listed publicly** by default, and you will not have admin permissions to change this. To get more control, [make yourself a room Administrator](#getting-administrator-access-in-a-portal-bridged-room). You can then unlist the room from the directory and change the join rules."
  102. msgstr ""
  103. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:76
  104. msgid "To disable portal bridging, add the following configuration to your `vars.yml` file:"
  105. msgstr ""
  106. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:84
  107. msgid "To get started with Portal Bridging:"
  108. msgstr ""
  109. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:86
  110. msgid "To invite the bot to Discord, retrieve the invite link from the `{{ matrix_appservice_discord_config_path }}/invite_link` file on the server (this defaults to `/matrix/appservice-discord/config/invite_link`). You need to peek at the file on the server via SSH, etc., because it's not available via HTTP(S)."
  111. msgstr ""
  112. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:87
  113. msgid "Room addresses follow this syntax: `#_discord_<guildID>_<channelID>`. You can easily find the guild and channel IDs by logging into Discord in a browser and opening the desired channel. The URL will have this format: `discord.com/channels/<guildID>/<channelID>`."
  114. msgstr ""
  115. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:88
  116. msgid "Once you have figured out the appropriate room address, you can join by doing `/join #_discord_<guildID>_<channelID>` in your Matrix client."
  117. msgstr ""
  118. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:90
  119. msgid "Getting Administrator access in a portal bridged room"
  120. msgstr ""
  121. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:92
  122. msgid "By default, you won't have Administrator access in rooms created by the bridge."
  123. msgstr ""
  124. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:94
  125. msgid "To adjust room access privileges or do various other things (change the room name subsequently, etc.), you'd wish to become an Administrator."
  126. msgstr ""
  127. #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:96
  128. msgid "There's the Discord bridge's guide for [setting privileges on bridge managed rooms](https://github.com/matrix-org/matrix-appservice-discord/blob/master/docs/howto.md#set-privileges-on-bridge-managed-rooms). To do the same with our container setup, run the following command on the server:"
  129. msgstr ""