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.
 
 

189 lines
6.1 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-16 12:05+0900\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-buscarron.md:1
  24. msgid "Setting up Buscarron (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-bot-buscarron.md:3
  27. msgid ""
  28. "The playbook can install and configure "
  29. "[Buscarron](https://github.com/etkecc/buscarron) for you."
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-bot-buscarron.md:5
  32. msgid ""
  33. "Buscarron is bot that receives HTTP POST submissions of web forms and "
  34. "forwards them to a Matrix room."
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-bot-buscarron.md:7
  37. msgid "Adjusting the playbook configuration"
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-bot-buscarron.md:9
  40. msgid ""
  41. "To enable Buscarron, add the following configuration to your "
  42. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  43. msgstr ""
  44. #: ../../../docs/configuring-playbook-bot-buscarron.md:32
  45. msgid "Adjusting the Buscarron URL"
  46. msgstr ""
  47. #: ../../../docs/configuring-playbook-bot-buscarron.md:34
  48. msgid ""
  49. "By default, this playbook installs Buscarron on the `buscarron.` "
  50. "subdomain (`buscarron.example.com`) and requires you to [adjust your DNS "
  51. "records](#adjusting-dns-records)."
  52. msgstr ""
  53. #: ../../../docs/configuring-playbook-bot-buscarron.md:36
  54. msgid ""
  55. "By tweaking the `matrix_bot_buscarron_hostname` and "
  56. "`matrix_bot_buscarron_path_prefix` variables, you can easily make the "
  57. "service available at a **different hostname and/or path** than the "
  58. "default one."
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-bot-buscarron.md:38
  61. msgid ""
  62. "Example additional configuration for your "
  63. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  64. msgstr ""
  65. #: ../../../docs/configuring-playbook-bot-buscarron.md:49
  66. msgid "Adjusting DNS records"
  67. msgstr ""
  68. #: ../../../docs/configuring-playbook-bot-buscarron.md:51
  69. msgid ""
  70. "Once you've decided on the domain and path, **you may need to adjust your"
  71. " DNS** records to point the Buscarron domain to the Matrix server."
  72. msgstr ""
  73. #: ../../../docs/configuring-playbook-bot-buscarron.md:53
  74. msgid ""
  75. "By default, you will need to create a CNAME record for `buscarron`. See "
  76. "[Configuring DNS](configuring-dns.md) for details about DNS changes."
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-bot-buscarron.md:55
  79. msgid ""
  80. "If you've decided to reuse the `matrix.` domain, you won't need to do any"
  81. " extra DNS configuration."
  82. msgstr ""
  83. #: ../../../docs/configuring-playbook-bot-buscarron.md:57
  84. msgid "Installing"
  85. msgstr ""
  86. #: ../../../docs/configuring-playbook-bot-buscarron.md:59
  87. msgid ""
  88. "After configuring the playbook and potentially [adjusting your DNS "
  89. "records](#adjusting-dns-records), run the playbook with [playbook tags"
  90. "](playbook-tags.md) as below:"
  91. msgstr ""
  92. #: ../../../docs/configuring-playbook-bot-buscarron.md:66
  93. msgid "**Notes**:"
  94. msgstr ""
  95. #: ../../../docs/configuring-playbook-bot-buscarron.md:68
  96. msgid ""
  97. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  98. "automatically create the bot's user account."
  99. msgstr ""
  100. #: ../../../docs/configuring-playbook-bot-buscarron.md:70
  101. msgid ""
  102. "The shortcut commands with the [`just` program](just.md) are also "
  103. "available: `just install-all` or `just setup-all`"
  104. msgstr ""
  105. #: ../../../docs/configuring-playbook-bot-buscarron.md:72
  106. msgid ""
  107. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  108. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  109. "runtime) than `just setup-all`) when its components remain unchanged. If "
  110. "you adjust your `vars.yml` to remove other components, you'd need to run "
  111. "`just setup-all`, or these components will still remain installed."
  112. msgstr ""
  113. #: ../../../docs/configuring-playbook-bot-buscarron.md:74
  114. msgid ""
  115. "If you change the bot password (`matrix_bot_buscarron_password` in your "
  116. "`vars.yml` file) subsequently, the bot user's credentials on the "
  117. "homeserver won't be updated automatically. If you'd like to change the "
  118. "bot user's password, use a tool like [synapse-admin](configuring-"
  119. "playbook-synapse-admin.md) to change it, and then update "
  120. "`matrix_bot_buscarron_password` to let the bot know its new password."
  121. msgstr ""
  122. #: ../../../docs/configuring-playbook-bot-buscarron.md:76
  123. msgid "Usage"
  124. msgstr ""
  125. #: ../../../docs/configuring-playbook-bot-buscarron.md:78
  126. msgid ""
  127. "To use the bot, invite the `@bot.buscarron:example.com` to the room you "
  128. "specified in a config, after that any point your form to the form url, "
  129. "example for the `contact` form:"
  130. msgstr ""
  131. #: ../../../docs/configuring-playbook-bot-buscarron.md:86
  132. msgid ""
  133. "**Note**: to fight against spam, Buscarron is **very aggressive when it "
  134. "comes to banning** and will ban you if:"
  135. msgstr ""
  136. #: ../../../docs/configuring-playbook-bot-buscarron.md:88
  137. msgid "if you hit the homepage (HTTP `GET` request to `/`)"
  138. msgstr ""
  139. #: ../../../docs/configuring-playbook-bot-buscarron.md:89
  140. msgid ""
  141. "if you submit a form to the wrong URL (`POST` request to `/non-existing-"
  142. "form`)"
  143. msgstr ""
  144. #: ../../../docs/configuring-playbook-bot-buscarron.md:90
  145. msgid ""
  146. "if `hasemail` is enabled for the form (like in the example above) and you"
  147. " don't submit an `email` field"
  148. msgstr ""
  149. #: ../../../docs/configuring-playbook-bot-buscarron.md:92
  150. msgid ""
  151. "If you get banned, you'd need to restart the process by running the "
  152. "playbook with `--tags=start` or running `systemctl restart matrix-bot-"
  153. "buscarron` on the server."
  154. msgstr ""
  155. #: ../../../docs/configuring-playbook-bot-buscarron.md:94
  156. msgid ""
  157. "You can also refer to the upstream "
  158. "[documentation](https://github.com/etkecc/buscarron)."
  159. msgstr ""