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.
 
 

215 lines
6.8 KiB

  1. # Translations template for PROJECT.
  2. # Copyright (C) 2024 ORGANIZATION
  3. # This file is distributed under the same license as the PROJECT project.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PROJECT VERSION\n"
  10. "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
  11. "POT-Creation-Date: 2024-12-20 09:53+0200\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=utf-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Generated-By: Babel 2.16.0\n"
  19. #: ../../../docs/configuring-playbook-bot-go-neb.md:1
  20. msgid "Setting up Go-NEB (optional, unmaintained)"
  21. msgstr ""
  22. #: ../../../docs/configuring-playbook-bot-go-neb.md:3
  23. msgid ""
  24. "**Note**: [Go-NEB](https://github.com/matrix-org/go-neb) is now an "
  25. "archived (**unmaintained**) project. We recommend not bothering with "
  26. "installing it. While not a 1:1 replacement, the bridge's author suggests "
  27. "taking a look at [matrix-hookshot](https://github.com/matrix-org/matrix-"
  28. "hookshot) as a replacement, which can also be installed using [this "
  29. "playbook](configuring-playbook-bridge-hookshot.md). Consider using that "
  30. "bot instead of this one."
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook-bot-go-neb.md:5
  33. msgid ""
  34. "The playbook can install and configure [Go-NEB](https://github.com"
  35. "/matrix-org/go-neb) for you."
  36. msgstr ""
  37. #: ../../../docs/configuring-playbook-bot-go-neb.md:7
  38. msgid ""
  39. "Go-NEB is a Matrix bot written in Go. It is the successor to Matrix-NEB, "
  40. "the original Matrix bot written in Python."
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-bot-go-neb.md:9
  43. msgid ""
  44. "See the project's [documentation](https://github.com/matrix-org/go-"
  45. "neb/blob/master/README.md) to learn what it does and why it might be "
  46. "useful to you."
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-bot-go-neb.md:11
  49. msgid "Registering the bot account"
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-bot-go-neb.md:13
  52. msgid ""
  53. "The playbook does not automatically create users for you. The bot "
  54. "requires at least 1 access token to be able to connect to your "
  55. "homeserver."
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-bot-go-neb.md:15
  58. msgid "You **need to register the bot user manually** before setting up the bot."
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-bot-go-neb.md:17
  61. msgid ""
  62. "Choose a strong password for the bot. You can generate a good password "
  63. "with a command like this: `pwgen -s 64 1`."
  64. msgstr ""
  65. #: ../../../docs/configuring-playbook-bot-go-neb.md:19
  66. msgid "You can use the playbook to [register a new user](registering-users.md):"
  67. msgstr ""
  68. #: ../../../docs/configuring-playbook-bot-go-neb.md:25
  69. msgid ""
  70. "Once the user is created you can [obtain an access token](obtaining-"
  71. "access-tokens.md)."
  72. msgstr ""
  73. #: ../../../docs/configuring-playbook-bot-go-neb.md:27
  74. msgid "Adjusting the playbook configuration"
  75. msgstr ""
  76. #: ../../../docs/configuring-playbook-bot-go-neb.md:29
  77. msgid ""
  78. "To enable Go-NEB, add the following configuration to your "
  79. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-bot-go-neb.md:193
  82. msgid "Adjusting the Go-NEB URL"
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-bot-go-neb.md:195
  85. msgid ""
  86. "By default, this playbook installs Go-NEB on the `goneb.` subdomain "
  87. "(`goneb.example.com`) and requires you to [adjust your DNS records"
  88. "](#adjusting-dns-records)."
  89. msgstr ""
  90. #: ../../../docs/configuring-playbook-bot-go-neb.md:197
  91. msgid ""
  92. "By tweaking the `matrix_bot_go_neb_hostname` and "
  93. "`matrix_bot_go_neb_path_prefix` variables, you can easily make the "
  94. "service available at a **different hostname and/or path** than the "
  95. "default one."
  96. msgstr ""
  97. #: ../../../docs/configuring-playbook-bot-go-neb.md:199
  98. msgid ""
  99. "Example additional configuration for your "
  100. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-bot-go-neb.md:210
  103. msgid "Adjusting DNS records"
  104. msgstr ""
  105. #: ../../../docs/configuring-playbook-bot-go-neb.md:212
  106. msgid ""
  107. "Once you've decided on the domain and path, **you may need to adjust your"
  108. " DNS** records to point the Go-NEB domain to the Matrix server."
  109. msgstr ""
  110. #: ../../../docs/configuring-playbook-bot-go-neb.md:214
  111. msgid ""
  112. "By default, you will need to create a CNAME record for `goneb`. See "
  113. "[Configuring DNS](configuring-dns.md) for details about DNS changes."
  114. msgstr ""
  115. #: ../../../docs/configuring-playbook-bot-go-neb.md:216
  116. msgid ""
  117. "If you've decided to reuse the `matrix.` domain, you won't need to do any"
  118. " extra DNS configuration."
  119. msgstr ""
  120. #: ../../../docs/configuring-playbook-bot-go-neb.md:218
  121. msgid "Installing"
  122. msgstr ""
  123. #: ../../../docs/configuring-playbook-bot-go-neb.md:220
  124. msgid ""
  125. "After configuring the playbook and potentially [adjusting your DNS "
  126. "records](#adjusting-dns-records), run the playbook with [playbook tags"
  127. "](playbook-tags.md) as below:"
  128. msgstr ""
  129. #: ../../../docs/configuring-playbook-bot-go-neb.md:227
  130. msgid "**Notes**:"
  131. msgstr ""
  132. #: ../../../docs/configuring-playbook-bot-go-neb.md:229
  133. msgid ""
  134. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  135. "automatically create the bot's user account."
  136. msgstr ""
  137. #: ../../../docs/configuring-playbook-bot-go-neb.md:231
  138. msgid ""
  139. "The shortcut commands with the [`just` program](just.md) are also "
  140. "available: `just install-all` or `just setup-all`"
  141. msgstr ""
  142. #: ../../../docs/configuring-playbook-bot-go-neb.md:233
  143. msgid ""
  144. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  145. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  146. "runtime) than `just setup-all`) when its components remain unchanged. If "
  147. "you adjust your `vars.yml` to remove other components, you'd need to run "
  148. "`just setup-all`, or these components will still remain installed."
  149. msgstr ""
  150. #: ../../../docs/configuring-playbook-bot-go-neb.md:235
  151. msgid "Usage"
  152. msgstr ""
  153. #: ../../../docs/configuring-playbook-bot-go-neb.md:237
  154. msgid ""
  155. "To use the bot, invite it to any existing Matrix room (`/invite @bot.go-"
  156. "neb:example.com` where `example.com` is your base domain, not the "
  157. "`matrix.` domain). Make sure you are granted with the sufficient "
  158. "permission if you are not the room owner."
  159. msgstr ""
  160. #: ../../../docs/configuring-playbook-bot-go-neb.md:239
  161. msgid ""
  162. "Basic usage is like this: `!echo hi` or `!imgur puppies` or `!giphy "
  163. "matrix`"
  164. msgstr ""
  165. #: ../../../docs/configuring-playbook-bot-go-neb.md:241
  166. msgid ""
  167. "If you enabled the github_cmd service you can get the supported commands "
  168. "via `!github help`"
  169. msgstr ""
  170. #: ../../../docs/configuring-playbook-bot-go-neb.md:243
  171. msgid ""
  172. "You can also refer to the upstream [Documentation](https://github.com"
  173. "/matrix-org/go-neb)."
  174. msgstr ""
  175. #~ msgid ""
  176. #~ "See the project's [documentation](https://github.com"
  177. #~ "/matrix-org/go-neb) to learn what it"
  178. #~ " does and why it might be "
  179. #~ "useful to you."
  180. #~ msgstr ""