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.
 
 

145 lines
5.0 KiB

  1. # Translations template for PROJECT.
  2. # Copyright (C) 2024 ORGANIZATION
  3. # This file is distributed under the same license as the PROJECT project.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PROJECT VERSION\n"
  10. "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
  11. "POT-Creation-Date: 2024-12-20 09:53+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. "Generated-By: Babel 2.16.0\n"
  19. #: ../../../docs/configuring-playbook-bridge-mx-puppet-slack.md:1
  20. msgid "Setting up MX Puppet Slack bridging (optional)"
  21. msgstr ""
  22. #: ../../../docs/configuring-playbook-bridge-mx-puppet-slack.md:3
  23. msgid ""
  24. "**Note**: bridging to [Slack](https://slack.com) can also happen via the "
  25. "[matrix-appservice-slack](configuring-playbook-bridge-appservice-"
  26. "slack.md) and [mautrix-slack](configuring-playbook-bridge-mautrix-"
  27. "slack.md) bridges supported by the playbook. Note that `matrix-"
  28. "appservice-slack` is not available for new installation unless you have "
  29. "already created a classic Slack application, because the creation of "
  30. "classic Slack applications, which this bridge makes use of, has been "
  31. "discontinued."
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-bridge-mx-puppet-slack.md:5
  34. msgid ""
  35. "The playbook can install and configure [mx-puppet-"
  36. "slack](https://gitlab.com/mx-puppet/slack/mx-puppet-slack) for you."
  37. msgstr ""
  38. #: ../../../docs/configuring-playbook-bridge-mx-puppet-slack.md:7
  39. msgid ""
  40. "See the project's [documentation](https://gitlab.com/mx-puppet/slack/mx-"
  41. "puppet-slack/blob/master/README.md) to learn what it does and why it "
  42. "might be useful to you."
  43. msgstr ""
  44. #: ../../../docs/configuring-playbook-bridge-mx-puppet-slack.md:9
  45. msgid "Prerequisite"
  46. msgstr ""
  47. #: ../../../docs/configuring-playbook-bridge-mx-puppet-slack.md:11
  48. msgid ""
  49. "Follow the [OAuth credentials](https://gitlab.com/mx-puppet/slack/mx-"
  50. "puppet-slack#option-2-oauth) instructions to create a new Slack app, "
  51. "setting the redirect URL to `https://matrix.example.com/slack/oauth`."
  52. msgstr ""
  53. #: ../../../docs/configuring-playbook-bridge-mx-puppet-slack.md:13
  54. msgid "Adjusting the playbook configuration"
  55. msgstr ""
  56. #: ../../../docs/configuring-playbook-bridge-mx-puppet-slack.md:15
  57. msgid ""
  58. "To enable the [Slack](https://slack.com/) bridge, add the following "
  59. "configuration to your `inventory/host_vars/matrix.example.com/vars.yml` "
  60. "file:"
  61. msgstr ""
  62. #: ../../../docs/configuring-playbook-bridge-mx-puppet-slack.md:24
  63. msgid "Installing"
  64. msgstr ""
  65. #: ../../../docs/configuring-playbook-bridge-mx-puppet-slack.md:26
  66. msgid ""
  67. "After configuring the playbook, run it with [playbook tags](playbook-"
  68. "tags.md) as below:"
  69. msgstr ""
  70. #: ../../../docs/configuring-playbook-bridge-mx-puppet-slack.md:33
  71. msgid "**Notes**:"
  72. msgstr ""
  73. #: ../../../docs/configuring-playbook-bridge-mx-puppet-slack.md:35
  74. msgid ""
  75. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  76. "automatically create the bot's user account."
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-bridge-mx-puppet-slack.md:37
  79. msgid ""
  80. "The shortcut commands with the [`just` program](just.md) are also "
  81. "available: `just install-all` or `just setup-all`"
  82. msgstr ""
  83. #: ../../../docs/configuring-playbook-bridge-mx-puppet-slack.md:39
  84. msgid ""
  85. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  86. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  87. "runtime) than `just setup-all`) when its components remain unchanged. If "
  88. "you adjust your `vars.yml` to remove other components, you'd need to run "
  89. "`just setup-all`, or these components will still remain installed."
  90. msgstr ""
  91. #: ../../../docs/configuring-playbook-bridge-mx-puppet-slack.md:41
  92. msgid "Usage"
  93. msgstr ""
  94. #: ../../../docs/configuring-playbook-bridge-mx-puppet-slack.md:43
  95. msgid ""
  96. "To use the bridge, you need to start a chat with `Slack Puppet Bridge` "
  97. "with the handle `@_slackpuppet_bot:example.com` (where `example.com` is "
  98. "your base domain, not the `matrix.` domain)."
  99. msgstr ""
  100. #: ../../../docs/configuring-playbook-bridge-mx-puppet-slack.md:45
  101. msgid ""
  102. "Three authentication methods are available, Legacy Token, OAuth and xoxc "
  103. "token. See mx-puppet-slack [documentation](https://gitlab.com/mx-"
  104. "puppet/slack/mx-puppet-slack) for more information about how to configure"
  105. " the bridge."
  106. msgstr ""
  107. #: ../../../docs/configuring-playbook-bridge-mx-puppet-slack.md:47
  108. msgid "Once logged in, send `list` to the bot user to list the available rooms."
  109. msgstr ""
  110. #: ../../../docs/configuring-playbook-bridge-mx-puppet-slack.md:49
  111. msgid ""
  112. "Clicking rooms in the list will result in you receiving an invitation to "
  113. "the bridged room."
  114. msgstr ""
  115. #: ../../../docs/configuring-playbook-bridge-mx-puppet-slack.md:51
  116. msgid "Also send `help` to the bot to see the commands available."
  117. msgstr ""
  118. #~ msgid ""
  119. #~ "See the project page to learn what"
  120. #~ " it does and why it might be"
  121. #~ " useful to you."
  122. #~ msgstr ""