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.
 
 
 

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