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.
 
 
 

239 lines
7.9 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-cactus-comments.md:1
  24. msgid "Setting up Cactus Comments (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-cactus-comments.md:3
  27. msgid ""
  28. "The playbook can install and configure the [Cactus "
  29. "Comments](https://cactus.chat) system for you."
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-cactus-comments.md:5
  32. msgid ""
  33. "Cactus Comments is a **federated comment system** built on Matrix. It "
  34. "respects your privacy, and puts you in control."
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-cactus-comments.md:7
  37. msgid ""
  38. "See the project's [documentation](https://cactus.chat/docs/getting-"
  39. "started/introduction/) to learn what it does and why it might be useful "
  40. "to you."
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-cactus-comments.md:9
  43. msgid ""
  44. "The playbook contains 2 roles for configuring different pieces of the "
  45. "Cactus Comments system:"
  46. msgstr ""
  47. #: ../../../docs/configuring-playbook-cactus-comments.md:11
  48. msgid ""
  49. "`matrix-cactus-comments` - the backend appservice integrating with the "
  50. "Matrix homeserver"
  51. msgstr ""
  52. #: ../../../docs/configuring-playbook-cactus-comments.md:13
  53. msgid ""
  54. "`matrix-cactus-comments-client` - a static website server serving the "
  55. "[cactus-client](https://cactus.chat/docs/client/introduction/) static "
  56. "assets (`cactus.js` and `styles.css`)"
  57. msgstr ""
  58. #: ../../../docs/configuring-playbook-cactus-comments.md:15
  59. msgid "You can enable whichever component you need (typically both)."
  60. msgstr ""
  61. #: ../../../docs/configuring-playbook-cactus-comments.md:17
  62. msgid "Configuration"
  63. msgstr ""
  64. #: ../../../docs/configuring-playbook-cactus-comments.md:19
  65. msgid ""
  66. "To enable Cactus Comments, add the following configuration to your "
  67. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-cactus-comments.md:41
  70. msgid "Adjusting the Cactus Comments' client URL"
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-cactus-comments.md:43
  73. msgid ""
  74. "By default, this playbook installs Cactus Comments' client on the "
  75. "`matrix.` subdomain, at the `/cactus-comments` path "
  76. "(https://matrix.example.com/cactus-comments). This makes it easy to "
  77. "install it, because it **doesn't require additional DNS records to be set"
  78. " up**. If that's okay, you can skip this section."
  79. msgstr ""
  80. #: ../../../docs/configuring-playbook-cactus-comments.md:45
  81. msgid ""
  82. "By tweaking the `matrix_cactus_comments_client_hostname` and "
  83. "`matrix_cactus_comments_client_path_prefix` variables, you can easily "
  84. "make the service available at a **different hostname and/or path** than "
  85. "the default one."
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-cactus-comments.md:47
  88. msgid ""
  89. "Example additional configuration for your "
  90. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  91. msgstr ""
  92. #: ../../../docs/configuring-playbook-cactus-comments.md:56
  93. msgid "Adjusting DNS records"
  94. msgstr ""
  95. #: ../../../docs/configuring-playbook-cactus-comments.md:58
  96. msgid ""
  97. "If you've changed the default hostname, **you may need to adjust your "
  98. "DNS** records to point the Cactus Comments' client domain to the Matrix "
  99. "server."
  100. msgstr ""
  101. #: ../../../docs/configuring-playbook-cactus-comments.md:60
  102. msgid "See [Configuring DNS](configuring-dns.md) for details about DNS changes."
  103. msgstr ""
  104. #: ../../../docs/configuring-playbook-cactus-comments.md:62
  105. msgid ""
  106. "If you've decided to use the default hostname, you won't need to do any "
  107. "extra DNS configuration."
  108. msgstr ""
  109. #: ../../../docs/configuring-playbook-cactus-comments.md:64
  110. msgid "Installing"
  111. msgstr ""
  112. #: ../../../docs/configuring-playbook-cactus-comments.md:66
  113. msgid ""
  114. "After configuring the playbook and potentially [adjusting your DNS "
  115. "records](#adjusting-dns-records), run the playbook with [playbook tags"
  116. "](playbook-tags.md) as below:"
  117. msgstr ""
  118. #: ../../../docs/configuring-playbook-cactus-comments.md:73
  119. msgid "**Notes**:"
  120. msgstr ""
  121. #: ../../../docs/configuring-playbook-cactus-comments.md:75
  122. msgid ""
  123. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  124. "automatically create the bot's user account."
  125. msgstr ""
  126. #: ../../../docs/configuring-playbook-cactus-comments.md:77
  127. msgid ""
  128. "The shortcut commands with the [`just` program](just.md) are also "
  129. "available: `just install-all` or `just setup-all`"
  130. msgstr ""
  131. #: ../../../docs/configuring-playbook-cactus-comments.md:79
  132. msgid ""
  133. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  134. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  135. "runtime) than `just setup-all`) when its components remain unchanged. If "
  136. "you adjust your `vars.yml` to remove other components, you'd need to run "
  137. "`just setup-all`, or these components will still remain installed."
  138. msgstr ""
  139. #: ../../../docs/configuring-playbook-cactus-comments.md:81
  140. msgid "Usage"
  141. msgstr ""
  142. #: ../../../docs/configuring-playbook-cactus-comments.md:83
  143. msgid ""
  144. "Upon starting Cactus Comments, a `bot.cactusbot` user account is created "
  145. "automatically."
  146. msgstr ""
  147. #: ../../../docs/configuring-playbook-cactus-comments.md:85
  148. msgid ""
  149. "To get started, send a `help` message to the `@bot.cactusbot:example.com`"
  150. " bot to confirm it's working."
  151. msgstr ""
  152. #: ../../../docs/configuring-playbook-cactus-comments.md:87
  153. msgid ""
  154. "Then, register a site by sending `register <YourSiteName>` (where "
  155. "`<YourSiteName>` is a unique identifier you choose. It does not have to "
  156. "match your domain). You will then be invited into a moderation room."
  157. msgstr ""
  158. #: ../../../docs/configuring-playbook-cactus-comments.md:89
  159. msgid "Now you are good to go and can embed the comment section on your website!"
  160. msgstr ""
  161. #: ../../../docs/configuring-playbook-cactus-comments.md:91
  162. msgid "Embed Cactus Comments"
  163. msgstr ""
  164. #: ../../../docs/configuring-playbook-cactus-comments.md:93
  165. msgid ""
  166. "The official [documentation](https://cactus.chat/docs/getting-started"
  167. "/quick-start/) provides a useful guide to embed Cactus Comments on your "
  168. "website."
  169. msgstr ""
  170. #: ../../../docs/configuring-playbook-cactus-comments.md:95
  171. msgid ""
  172. "After including the JavaScript and CSS asset files, insert a `<div>` "
  173. "where you'd like to display the comment section:"
  174. msgstr ""
  175. #: ../../../docs/configuring-playbook-cactus-comments.md:101
  176. msgid ""
  177. "Then, you need to initialize the comment section. Make sure to replace "
  178. "`example.com` with your base domain and `<YourSiteName>` with the one "
  179. "that has been registered above:"
  180. msgstr ""
  181. #: ../../../docs/configuring-playbook-cactus-comments.md:115
  182. msgid "Adjust the domain name for self-hosting"
  183. msgstr ""
  184. #: ../../../docs/configuring-playbook-cactus-comments.md:117
  185. msgid ""
  186. "To have the assets served from your homeserver (not from `cactus.chat`), "
  187. "you need to adjust the domain name on the official documentation."
  188. msgstr ""
  189. #: ../../../docs/configuring-playbook-cactus-comments.md:119
  190. msgid ""
  191. "Make sure to replace `example.com` with your base domain before you "
  192. "include the following lines, instead of the one provided by the official "
  193. "documentation:"
  194. msgstr ""
  195. #: ../../../docs/configuring-playbook-cactus-comments.md:126
  196. msgid ""
  197. "**Note**: if the `matrix_cactus_comments_client_hostname` and "
  198. "`matrix_cactus_comments_client_path_prefix` variables are tweaked, you "
  199. "would need to adjust the URLs of the assets accordingly."
  200. msgstr ""