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.
 
 

157 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-20 09:53+0200\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-bot-matrix-registration-bot.md:1
  24. msgid "Setting up matrix-registration-bot (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-bot-matrix-registration-bot.md:3
  27. msgid ""
  28. "The playbook can install and configure [matrix-registration-"
  29. "bot](https://github.com/moan0s/matrix-registration-bot) for you."
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-bot-matrix-registration-bot.md:5
  32. msgid ""
  33. "The bot allows you to easily **create and manage registration tokens** "
  34. "aka. invitation codes. It can be used for an invitation-based server, "
  35. "where you invite someone by sending them a registration token (tokens "
  36. "look like this: `rbalQ0zkaDSRQCOp`). They can register as per normal but "
  37. "have to provide a valid registration token in the final step of the "
  38. "registration process."
  39. msgstr ""
  40. #: ../../../docs/configuring-playbook-bot-matrix-registration-bot.md:7
  41. msgid ""
  42. "See the project's [documentation](https://github.com/moan0s/matrix-"
  43. "registration-bot/blob/master/README.md) to learn what it does and why it "
  44. "might be useful to you."
  45. msgstr ""
  46. #: ../../../docs/configuring-playbook-bot-matrix-registration-bot.md:9
  47. msgid "Configuration"
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook-bot-matrix-registration-bot.md:11
  50. msgid ""
  51. "To enable the bot, add the following configuration to your "
  52. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-bot-matrix-registration-bot.md:30
  55. msgid "The bot account will be created automatically."
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-bot-matrix-registration-bot.md:32
  58. msgid "Installing"
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-bot-matrix-registration-bot.md:34
  61. msgid ""
  62. "After configuring the playbook, run it with [playbook tags](playbook-"
  63. "tags.md) as below:"
  64. msgstr ""
  65. #: ../../../docs/configuring-playbook-bot-matrix-registration-bot.md:41
  66. msgid "**Notes**:"
  67. msgstr ""
  68. #: ../../../docs/configuring-playbook-bot-matrix-registration-bot.md:43
  69. msgid ""
  70. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  71. "automatically create the bot's user account."
  72. msgstr ""
  73. #: ../../../docs/configuring-playbook-bot-matrix-registration-bot.md:45
  74. msgid ""
  75. "The shortcut commands with the [`just` program](just.md) are also "
  76. "available: `just install-all` or `just setup-all`"
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-bot-matrix-registration-bot.md:47
  79. msgid ""
  80. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  81. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  82. "runtime) than `just setup-all`) when its components remain unchanged. If "
  83. "you adjust your `vars.yml` to remove other components, you'd need to run "
  84. "`just setup-all`, or these components will still remain installed."
  85. msgstr ""
  86. #: ../../../docs/configuring-playbook-bot-matrix-registration-bot.md:49
  87. msgid ""
  88. "If you change the bot password "
  89. "(`matrix_bot_matrix_registration_bot_bot_password` in your `vars.yml` "
  90. "file) subsequently, the bot user's credentials on the homeserver won't be"
  91. " updated automatically. If you'd like to change the bot user's password, "
  92. "use a tool like [synapse-admin](configuring-playbook-synapse-admin.md) to"
  93. " change it, and then update "
  94. "`matrix_bot_matrix_registration_bot_bot_password` to let the bot know its"
  95. " new password."
  96. msgstr ""
  97. #: ../../../docs/configuring-playbook-bot-matrix-registration-bot.md:51
  98. msgid "Usage"
  99. msgstr ""
  100. #: ../../../docs/configuring-playbook-bot-matrix-registration-bot.md:53
  101. msgid ""
  102. "To use the bot, start a chat with `@bot.matrix-registration-"
  103. "bot:example.com` (where `example.com` is your base domain, not the "
  104. "`matrix.` domain)."
  105. msgstr ""
  106. #: ../../../docs/configuring-playbook-bot-matrix-registration-bot.md:55
  107. msgid "In this room send `help` and the bot will reply with all options."
  108. msgstr ""
  109. #: ../../../docs/configuring-playbook-bot-matrix-registration-bot.md:57
  110. msgid ""
  111. "You can also refer to the upstream [Usage "
  112. "documentation](https://github.com/moan0s/matrix-registration-bot"
  113. "#supported-commands)."
  114. msgstr ""
  115. #: ../../../docs/configuring-playbook-bot-matrix-registration-bot.md:59
  116. msgid ""
  117. "If you have any questions, or if you need help setting it up, read the "
  118. "[troublshooting guide](https://github.com/moan0s/matrix-registration-"
  119. "bot/blob/main/docs/troubleshooting.md) or join [#matrix-registration-"
  120. "bot:hyteck.de](https://matrix.to/#/#matrix-registration-bot:hyteck.de)."
  121. msgstr ""
  122. #: ../../../docs/configuring-playbook-bot-matrix-registration-bot.md:61
  123. msgid ""
  124. "To clean the cache (session & encryption data) after you changed the "
  125. "bot's username, changed the login method from access_token to password "
  126. "etc… you can use:"
  127. msgstr ""
  128. #~ msgid ""
  129. #~ "See the project's "
  130. #~ "[documentation](https://github.com/moan0s/matrix-"
  131. #~ "registration-bot#supported-commands) to learn "
  132. #~ "what it does and why it might "
  133. #~ "be useful to you."
  134. #~ msgstr ""