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.
 
 

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