Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

138 行
4.4 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-conduit.md:1
  23. msgid "Configuring Conduit (optional)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-conduit.md:3
  26. msgid ""
  27. "By default, this playbook configures the [Synapse](https://github.com"
  28. "/element-hq/synapse) Matrix server, but you can also use "
  29. "[Conduit](https://conduit.rs)."
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-conduit.md:5
  32. msgid "**Notes**:"
  33. msgstr ""
  34. #: ../../../docs/configuring-playbook-conduit.md:7
  35. msgid ""
  36. "**You can't switch an existing Matrix server's implementation** (e.g. "
  37. "Synapse -> Conduit). Proceed below only if you're OK with losing data or "
  38. "you're dealing with a server on a new domain name, which hasn't "
  39. "participated in the Matrix federation yet."
  40. msgstr ""
  41. #: ../../../docs/configuring-playbook-conduit.md:9
  42. msgid ""
  43. "**homeserver implementations other than Synapse may not be fully "
  44. "functional**. The playbook may also not assist you in an optimal way "
  45. "(like it does with Synapse). Make yourself familiar with the downsides "
  46. "before proceeding"
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-conduit.md:11
  49. msgid "Adjusting the playbook configuration"
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-conduit.md:13
  52. msgid ""
  53. "To use Conduit, you **generally** need to add the following configuration"
  54. " to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  55. msgstr ""
  56. #: ../../../docs/configuring-playbook-conduit.md:19
  57. msgid "Creating the first user account"
  58. msgstr ""
  59. #: ../../../docs/configuring-playbook-conduit.md:21
  60. msgid ""
  61. "Since it is difficult to create the first user account on Conduit (see "
  62. "[famedly/conduit#276](https://gitlab.com/famedly/conduit/-/issues/276) "
  63. "and "
  64. "[famedly/conduit#354](https://gitlab.com/famedly/conduit/-/merge_requests/354))"
  65. " and it does not support [registering users](registering-users.md) (via "
  66. "the command line or via the playbook) like Synapse and Dendrite do, we "
  67. "recommend the following procedure:"
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-conduit.md:23
  70. msgid ""
  71. "Add `matrix_conduit_allow_registration: true` to your `vars.yml` the "
  72. "first time around, temporarily"
  73. msgstr ""
  74. #: ../../../docs/configuring-playbook-conduit.md:24
  75. msgid ""
  76. "Run the playbook (`ansible-playbook -i inventory/hosts setup.yml --tags"
  77. "=setup-all,start` - see [Installing](installing.md))"
  78. msgstr ""
  79. #: ../../../docs/configuring-playbook-conduit.md:25
  80. msgid ""
  81. "Create your first user via Element Web or any other client which supports"
  82. " creating users"
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-conduit.md:26
  85. msgid "Get rid of `matrix_conduit_allow_registration: true` from your `vars.yml`"
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-conduit.md:27
  88. msgid ""
  89. "Run the playbook again (`ansible-playbook -i inventory/hosts setup.yml "
  90. "--tags=setup-conduit,start` would be enough this time)"
  91. msgstr ""
  92. #: ../../../docs/configuring-playbook-conduit.md:28
  93. msgid ""
  94. "You can now use your server safely. Additional users can be created by "
  95. "messaging the internal Conduit bot"
  96. msgstr ""
  97. #: ../../../docs/configuring-playbook-conduit.md:30
  98. msgid "Configuring bridges / appservices"
  99. msgstr ""
  100. #: ../../../docs/configuring-playbook-conduit.md:32
  101. msgid ""
  102. "Automatic appservice setup is currently unsupported when using Conduit. "
  103. "After setting up the service as usual you may notice that it is unable to"
  104. " start."
  105. msgstr ""
  106. #: ../../../docs/configuring-playbook-conduit.md:34
  107. msgid ""
  108. "You will have to manually register appservices using the the [register-"
  109. "appservice](https://gitlab.com/famedly/conduit/-/blob/next/APPSERVICES.md)"
  110. " command."
  111. msgstr ""
  112. #: ../../../docs/configuring-playbook-conduit.md:36
  113. msgid ""
  114. "Find the `registration.yaml` in the `/matrix` directory, for example "
  115. "`/matrix/mautrix-signal/bridge/registration.yaml`, then pass the content "
  116. "to Conduit:"
  117. msgstr ""