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.
 
 

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