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.
 
 

178 lines
5.8 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-honoroit.md:1
  24. msgid "Setting up Honoroit (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-bot-honoroit.md:3
  27. msgid ""
  28. "The playbook can install and configure "
  29. "[Honoroit](https://github.com/etkecc/honoroit) for you."
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-bot-honoroit.md:5
  32. msgid "It's a bot you can use to setup **your own helpdesk on matrix**"
  33. msgstr ""
  34. #: ../../../docs/configuring-playbook-bot-honoroit.md:7
  35. msgid ""
  36. "See the project's "
  37. "[documentation](https://github.com/etkecc/honoroit/blob/main/README.md) "
  38. "to learn what it does and why it might be useful to you."
  39. msgstr ""
  40. #: ../../../docs/configuring-playbook-bot-honoroit.md:9
  41. msgid "Adjusting the playbook configuration"
  42. msgstr ""
  43. #: ../../../docs/configuring-playbook-bot-honoroit.md:11
  44. msgid ""
  45. "To enable Honoroit, add the following configuration to your "
  46. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-bot-honoroit.md:26
  49. msgid "Adjusting the Honoroit URL"
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-bot-honoroit.md:28
  52. msgid ""
  53. "By default, this playbook installs Honoroit on the `matrix.` subdomain, "
  54. "at the `/honoroit` path (https://matrix.example.com/honoroit). This makes"
  55. " it easy to install it, because it **doesn't require additional DNS "
  56. "records to be set up**. If that's okay, you can skip this section."
  57. msgstr ""
  58. #: ../../../docs/configuring-playbook-bot-honoroit.md:30
  59. msgid ""
  60. "By tweaking the `matrix_bot_honoroit_hostname` and "
  61. "`matrix_bot_honoroit_path_prefix` variables, you can easily make the "
  62. "service available at a **different hostname and/or path** than the "
  63. "default one."
  64. msgstr ""
  65. #: ../../../docs/configuring-playbook-bot-honoroit.md:32
  66. msgid ""
  67. "Example additional configuration for your "
  68. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  69. msgstr ""
  70. #: ../../../docs/configuring-playbook-bot-honoroit.md:40
  71. msgid "Adjusting DNS records"
  72. msgstr ""
  73. #: ../../../docs/configuring-playbook-bot-honoroit.md:42
  74. msgid ""
  75. "If you've changed the default hostname, **you may need to adjust your "
  76. "DNS** records to point the Honoroit domain to the Matrix server."
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-bot-honoroit.md:44
  79. msgid "See [Configuring DNS](configuring-dns.md) for details about DNS changes."
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-bot-honoroit.md:46
  82. msgid ""
  83. "If you've decided to use the default hostname, you won't need to do any "
  84. "extra DNS configuration."
  85. msgstr ""
  86. #: ../../../docs/configuring-playbook-bot-honoroit.md:48
  87. msgid "Installing"
  88. msgstr ""
  89. #: ../../../docs/configuring-playbook-bot-honoroit.md:50
  90. msgid ""
  91. "After configuring the playbook and potentially [adjusting your DNS "
  92. "records](#adjusting-dns-records), run the playbook with [playbook tags"
  93. "](playbook-tags.md) as below:"
  94. msgstr ""
  95. #: ../../../docs/configuring-playbook-bot-honoroit.md:57
  96. msgid "**Notes**:"
  97. msgstr ""
  98. #: ../../../docs/configuring-playbook-bot-honoroit.md:59
  99. msgid ""
  100. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  101. "automatically create the bot's user account."
  102. msgstr ""
  103. #: ../../../docs/configuring-playbook-bot-honoroit.md:61
  104. msgid ""
  105. "The shortcut commands with the [`just` program](just.md) are also "
  106. "available: `just install-all` or `just setup-all`"
  107. msgstr ""
  108. #: ../../../docs/configuring-playbook-bot-honoroit.md:63
  109. msgid ""
  110. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  111. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  112. "runtime) than `just setup-all`) when its components remain unchanged. If "
  113. "you adjust your `vars.yml` to remove other components, you'd need to run "
  114. "`just setup-all`, or these components will still remain installed."
  115. msgstr ""
  116. #: ../../../docs/configuring-playbook-bot-honoroit.md:65
  117. msgid ""
  118. "If you change the bot password (`matrix_bot_honoroit_password` in your "
  119. "`vars.yml` file) subsequently, the bot user's credentials on the "
  120. "homeserver won't be updated automatically. If you'd like to change the "
  121. "bot user's password, use a tool like [synapse-admin](configuring-"
  122. "playbook-synapse-admin.md) to change it, and then update "
  123. "`matrix_bot_honoroit_password` to let the bot know its new password."
  124. msgstr ""
  125. #: ../../../docs/configuring-playbook-bot-honoroit.md:67
  126. msgid "Usage"
  127. msgstr ""
  128. #: ../../../docs/configuring-playbook-bot-honoroit.md:69
  129. msgid ""
  130. "To use the bot, invite the `@honoroit:example.com` to the room you "
  131. "specified in config, after that any Matrix user can send a message to the"
  132. " `@honoroit:example.com` to start a new thread in that room."
  133. msgstr ""
  134. #: ../../../docs/configuring-playbook-bot-honoroit.md:71
  135. msgid ""
  136. "Send `!ho help` to the room to see the bot's help menu for additional "
  137. "commands."
  138. msgstr ""
  139. #: ../../../docs/configuring-playbook-bot-honoroit.md:73
  140. msgid ""
  141. "You can also refer to the upstream "
  142. "[documentation](https://github.com/etkecc/honoroit#features)."
  143. msgstr ""
  144. #~ msgid ""
  145. #~ "See the project's "
  146. #~ "[documentation](https://github.com/etkecc/honoroit#how-it-"
  147. #~ "looks-like) to learn what it does "
  148. #~ "with screenshots and why it might "
  149. #~ "be useful to you."
  150. #~ msgstr ""