Matrix Docker Ansible eploy
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

152 lines
5.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-dendrite.md:1
  23. msgid "Configuring Dendrite (optional)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-dendrite.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. "[Dendrite](https://github.com/matrix-org/dendrite)."
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-dendrite.md:5
  32. msgid "**Notes**:"
  33. msgstr ""
  34. #: ../../../docs/configuring-playbook-dendrite.md:7
  35. msgid ""
  36. "**You can't switch an existing Matrix server's implementation** (e.g. "
  37. "Synapse -> Dendrite). 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-dendrite.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-dendrite.md:11
  49. msgid "Adjusting the playbook configuration"
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-dendrite.md:13
  52. msgid ""
  53. "To use Dendrite, you **generally** need to add the following "
  54. "configuration to your `inventory/host_vars/matrix.example.com/vars.yml` "
  55. "file:"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-dendrite.md:19
  58. msgid ""
  59. "The playbook provides lots of customization variables you could use to "
  60. "change Dendrite's settings."
  61. msgstr ""
  62. #: ../../../docs/configuring-playbook-dendrite.md:21
  63. msgid ""
  64. "Their defaults are defined in [`roles/custom/matrix-"
  65. "dendrite/defaults/main.yml`](../roles/custom/matrix-"
  66. "dendrite/defaults/main.yml) and they ultimately end up in the generated "
  67. "`/matrix/dendrite/config/dendrite.yaml` file (on the server). This file "
  68. "is generated from the [`roles/custom/matrix-"
  69. "dendrite/templates/dendrite/dendrite.yaml.j2`](../roles/custom/matrix-"
  70. "dendrite/templates/dendrite/dendrite.yaml.j2) template."
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-dendrite.md:23
  73. msgid ""
  74. "**If there's an existing variable** which controls a setting you wish to "
  75. "change, you can simply define that variable in your configuration file "
  76. "(`inventory/host_vars/matrix.example.com/vars.yml`) and [re-run the "
  77. "playbook](installing.md) to apply the changes."
  78. msgstr ""
  79. #: ../../../docs/configuring-playbook-dendrite.md:25
  80. msgid ""
  81. "Alternatively, **if there is no pre-defined variable** for a Dendrite "
  82. "setting you wish to change:"
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-dendrite.md:27
  85. msgid ""
  86. "you can either **request a variable to be created** (or you can submit "
  87. "such a contribution yourself). Keep in mind that it's **probably not a "
  88. "good idea** to create variables for each one of Dendrite's various "
  89. "settings that rarely get used."
  90. msgstr ""
  91. #: ../../../docs/configuring-playbook-dendrite.md:29
  92. msgid ""
  93. "or, you can **extend and override the default configuration** "
  94. "([`dendrite.yaml.j2`](../roles/custom/matrix-"
  95. "dendrite/templates/dendrite/dendrite.yaml.j2)) by making use of the "
  96. "`matrix_dendrite_configuration_extension_yaml` variable. You can find "
  97. "information about this in [`roles/custom/matrix-"
  98. "dendrite/defaults/main.yml`](../roles/custom/matrix-"
  99. "dendrite/defaults/main.yml)."
  100. msgstr ""
  101. #: ../../../docs/configuring-playbook-dendrite.md:31
  102. msgid ""
  103. "or, if extending the configuration is still not powerful enough for your "
  104. "needs, you can **override the configuration completely** using "
  105. "`matrix_dendrite_configuration` (or "
  106. "`matrix_dendrite_configuration_yaml`). You can find information about "
  107. "this in [`roles/custom/matrix-"
  108. "dendrite/defaults/main.yml`](../roles/custom/matrix-"
  109. "dendrite/defaults/main.yml)."
  110. msgstr ""
  111. #: ../../../docs/configuring-playbook-dendrite.md:33
  112. msgid "Installing"
  113. msgstr ""
  114. #: ../../../docs/configuring-playbook-dendrite.md:35
  115. msgid ""
  116. "After configuring the playbook, run it with [playbook tags](playbook-"
  117. "tags.md) as below:"
  118. msgstr ""
  119. #: ../../../docs/configuring-playbook-dendrite.md:42
  120. msgid ""
  121. "The shortcut commands with the [`just` program](just.md) are also "
  122. "available: `just install-all` or `just setup-all`"
  123. msgstr ""
  124. #: ../../../docs/configuring-playbook-dendrite.md:44
  125. msgid ""
  126. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  127. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  128. "runtime) than `just setup-all`) when its components remain unchanged. If "
  129. "you adjust your `vars.yml` to remove other components, you'd need to run "
  130. "`just setup-all`, or these components will still remain installed. Note "
  131. "these shortcuts run the `ensure-matrix-users-created` tag too."
  132. msgstr ""