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.
 
 
 

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