Matrix Docker Ansible eploy
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

175 rader
6.3 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-sliding-sync-proxy.md:1
  23. msgid "Setting up the Sliding Sync proxy (optional)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-sliding-sync-proxy.md:3
  26. msgid ""
  27. "**Note**: The sliding-sync proxy is **not required** anymore as it's been"
  28. " replaced with a different method (called Simplified Sliding Sync) which "
  29. "is integrated into newer homeservers by default (**Conduit** homeserver "
  30. "from version `0.6.0` or **Synapse** from version `1.114`). This component"
  31. " and documentation remain here for historical purposes, but **installing "
  32. "this old sliding-sync proxy is generally not recommended anymore**."
  33. msgstr ""
  34. #: ../../../docs/configuring-playbook-sliding-sync-proxy.md:5
  35. msgid ""
  36. "The playbook can install and configure [sliding-sync](https://github.com"
  37. "/matrix-org/sliding-sync) proxy for you."
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-sliding-sync-proxy.md:7
  40. msgid ""
  41. "Sliding Sync is an implementation of [MSC3575](https://github.com/matrix-"
  42. "org/matrix-spec-proposals/blob/kegan/sync-v3/proposals/3575-sync.md) and "
  43. "a prerequisite for running Element X clients ([Element X "
  44. "iOS](https://github.com/element-hq/element-x-ios) and [Element X "
  45. "Android](https://github.com/element-hq/element-x-android)). See the "
  46. "project's [documentation](https://github.com/matrix-org/sliding-sync) to "
  47. "learn more."
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook-sliding-sync-proxy.md:9
  50. msgid "Adjusting the playbook configuration"
  51. msgstr ""
  52. #: ../../../docs/configuring-playbook-sliding-sync-proxy.md:11
  53. msgid ""
  54. "To enable Sliding Sync proxy, add the following configuration to your "
  55. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-sliding-sync-proxy.md:17
  58. msgid "Adjusting the Sliding Sync proxy URL"
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-sliding-sync-proxy.md:19
  61. msgid ""
  62. "By default, this playbook installs the Sliding Sync proxy on the "
  63. "`matrix.` subdomain, at the `/sliding-sync` path "
  64. "(https://matrix.example.com/sliding-sync). This makes it easy to install "
  65. "it, because it **doesn't require additional DNS records to be set up**. "
  66. "If that's okay, you can skip this section."
  67. msgstr ""
  68. #: ../../../docs/configuring-playbook-sliding-sync-proxy.md:21
  69. msgid ""
  70. "By tweaking the `matrix_sliding_sync_hostname` and "
  71. "`matrix_sliding_sync_path_prefix` variables, you can easily make the "
  72. "service available at a **different hostname and/or path** than the "
  73. "default one."
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-sliding-sync-proxy.md:23
  76. msgid ""
  77. "Example additional configuration for your "
  78. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  79. msgstr ""
  80. #: ../../../docs/configuring-playbook-sliding-sync-proxy.md:31
  81. msgid "Adjusting DNS records"
  82. msgstr ""
  83. #: ../../../docs/configuring-playbook-sliding-sync-proxy.md:33
  84. msgid ""
  85. "If you've changed the default hostname, **you may need to adjust your "
  86. "DNS** records to point the Honoroit domain to the Matrix server."
  87. msgstr ""
  88. #: ../../../docs/configuring-playbook-sliding-sync-proxy.md:35
  89. msgid "See [Configuring DNS](configuring-dns.md) for details about DNS changes."
  90. msgstr ""
  91. #: ../../../docs/configuring-playbook-sliding-sync-proxy.md:37
  92. msgid ""
  93. "If you've decided to use the default hostname, you won't need to do any "
  94. "extra DNS configuration."
  95. msgstr ""
  96. #: ../../../docs/configuring-playbook-sliding-sync-proxy.md:39
  97. msgid "Installing"
  98. msgstr ""
  99. #: ../../../docs/configuring-playbook-sliding-sync-proxy.md:41
  100. msgid ""
  101. "After configuring the playbook and potentially [adjusting your DNS "
  102. "records](#adjusting-dns-records), run the playbook with [playbook tags"
  103. "](playbook-tags.md) as below:"
  104. msgstr ""
  105. #: ../../../docs/configuring-playbook-sliding-sync-proxy.md:48
  106. msgid ""
  107. "The shortcut commands with the [`just` program](just.md) are also "
  108. "available: `just install-all` or `just setup-all`"
  109. msgstr ""
  110. #: ../../../docs/configuring-playbook-sliding-sync-proxy.md:50
  111. msgid ""
  112. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  113. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  114. "runtime) than `just setup-all`) when its components remain unchanged. If "
  115. "you adjust your `vars.yml` to remove other components, you'd need to run "
  116. "`just setup-all`, or these components will still remain installed. Note "
  117. "these shortcuts run the `ensure-matrix-users-created` tag too."
  118. msgstr ""
  119. #: ../../../docs/configuring-playbook-sliding-sync-proxy.md:52
  120. msgid "External databases"
  121. msgstr ""
  122. #: ../../../docs/configuring-playbook-sliding-sync-proxy.md:54
  123. msgid ""
  124. "Please note that, if your setup utilizes an external database, you must "
  125. "also establish configuration for the sliding sync proxy. Alter the "
  126. "defaults below to suit your configuration:"
  127. msgstr ""
  128. #: ../../../docs/configuring-playbook-sliding-sync-proxy.md:64
  129. msgid "Usage"
  130. msgstr ""
  131. #: ../../../docs/configuring-playbook-sliding-sync-proxy.md:66
  132. msgid ""
  133. "You **don't need to do anything special** to make use of the Sliding Sync"
  134. " proxy. Simply open your client which supports Sliding Sync (like Element"
  135. " X) and log in."
  136. msgstr ""
  137. #: ../../../docs/configuring-playbook-sliding-sync-proxy.md:68
  138. msgid ""
  139. "When the Sliding Sync proxy is [installed](#installing), your `/.well-"
  140. "known/matrix/client` file is also updated. A new "
  141. "`org.matrix.msc3575.proxy` section and `url` property are added there and"
  142. " made to point to your Sliding Sync proxy's base URL (e.g. "
  143. "`https://matrix.example.com/sliding-sync`)."
  144. msgstr ""
  145. #: ../../../docs/configuring-playbook-sliding-sync-proxy.md:70
  146. msgid ""
  147. "This allows clients which support Sliding Sync to detect the Sliding Sync"
  148. " proxy's URL and make use of it."
  149. msgstr ""