Matrix Docker Ansible eploy
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

260 linhas
9.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: 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-dimension.md:1
  24. msgid "Setting up Dimension integration manager (optional, unmaintained)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-dimension.md:3
  27. msgid ""
  28. "**[Dimension](https://dimension.t2bot.io) can only be installed after "
  29. "Matrix services are installed and running.** If you're just installing "
  30. "Matrix services for the first time, please continue with the "
  31. "[Configuration](configuring-playbook.md) / [Installation](installing.md) "
  32. "flow and come back here later."
  33. msgstr ""
  34. #: ../../../docs/configuring-playbook-dimension.md:5
  35. msgid ""
  36. "**Note**: Dimension is **[officially "
  37. "unmaintained](https://github.com/spantaleev/matrix-docker-ansible-"
  38. "deploy/issues/2806#issuecomment-1673559299)**. We recommend not bothering"
  39. " with installing it."
  40. msgstr ""
  41. #: ../../../docs/configuring-playbook-dimension.md:7
  42. msgid ""
  43. "**Note**: This playbook now supports running "
  44. "[Dimension](https://dimension.t2bot.io) in both a federated and "
  45. "[unfederated](https://github.com/turt2live/matrix-"
  46. "dimension/blob/master/docs/unfederated.md) environments. This is handled "
  47. "automatically based on the value of "
  48. "`matrix_homeserver_federation_enabled`. Enabling Dimension, means that "
  49. "the `openid` API endpoints will be exposed on the Matrix Federation port "
  50. "(usually `8448`), even if [federation](configuring-playbook-"
  51. "federation.md) is disabled. It's something to be aware of, especially in "
  52. "terms of firewall whitelisting (make sure port `8448` is accessible)."
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-dimension.md:9
  55. msgid "Adjusting the playbook configuration"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-dimension.md:11
  58. msgid ""
  59. "To enable Dimension, add this to your configuration file "
  60. "(`inventory/host_vars/matrix.example.com/vars.yml`):"
  61. msgstr ""
  62. #: ../../../docs/configuring-playbook-dimension.md:17
  63. msgid "Define admin users"
  64. msgstr ""
  65. #: ../../../docs/configuring-playbook-dimension.md:19
  66. msgid ""
  67. "These users can modify the integrations this Dimension supports. Add this"
  68. " to your configuration file "
  69. "(`inventory/host_vars/matrix.example.com/vars.yml`):"
  70. msgstr ""
  71. #: ../../../docs/configuring-playbook-dimension.md:27
  72. msgid ""
  73. "The admin interface is accessible within Element Web by accessing it in "
  74. "any room and clicking the cog wheel/settings icon in the top right. "
  75. "Currently, Dimension can be opened in Element Web by the \"Add widgets, "
  76. "bridges, & bots\" link in the room information."
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-dimension.md:29
  79. msgid "Access token"
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-dimension.md:31
  82. msgid ""
  83. "We recommend that you create a dedicated Matrix user for Dimension "
  84. "(`dimension` is a good username). Follow our [Registering users"
  85. "](registering-users.md) guide to learn how to register **a regular (non-"
  86. "admin) user**."
  87. msgstr ""
  88. #: ../../../docs/configuring-playbook-dimension.md:33
  89. msgid ""
  90. "You are required to specify an access token (belonging to this new user) "
  91. "for Dimension to work. To get an access token for the Dimension user, you"
  92. " can follow the documentation on [how to do obtain an access token"
  93. "](obtaining-access-tokens.md)."
  94. msgstr ""
  95. #: ../../../docs/configuring-playbook-dimension.md:35
  96. msgid ""
  97. "**Access tokens are sensitive information. Do not include them in any bug"
  98. " reports, messages, or logs. Do not share the access token with anyone.**"
  99. msgstr ""
  100. #: ../../../docs/configuring-playbook-dimension.md:37
  101. msgid ""
  102. "Add access token to your configuration file "
  103. "(`inventory/host_vars/matrix.example.com/vars.yml`):"
  104. msgstr ""
  105. #: ../../../docs/configuring-playbook-dimension.md:43
  106. msgid ""
  107. "For more information on how to acquire an access token, visit "
  108. "[https://t2bot.io/docs/access_tokens](https://t2bot.io/docs/access_tokens)."
  109. msgstr ""
  110. #: ../../../docs/configuring-playbook-dimension.md:45
  111. msgid "Adjusting the Dimension URL"
  112. msgstr ""
  113. #: ../../../docs/configuring-playbook-dimension.md:47
  114. msgid ""
  115. "By default, this playbook installs Dimension on the `dimension.` "
  116. "subdomain (`dimension.example.com`) and requires you to [adjust your DNS "
  117. "records](#adjusting-dns-records)."
  118. msgstr ""
  119. #: ../../../docs/configuring-playbook-dimension.md:49
  120. msgid ""
  121. "By tweaking the `matrix_dimension_hostname` and "
  122. "`matrix_dimension_path_prefix` variables, you can easily make the service"
  123. " available at a **different hostname and/or path** than the default one."
  124. msgstr ""
  125. #: ../../../docs/configuring-playbook-dimension.md:51
  126. msgid ""
  127. "Example additional configuration for your "
  128. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  129. msgstr ""
  130. #: ../../../docs/configuring-playbook-dimension.md:62
  131. msgid ""
  132. "**Note**: While there is a `matrix_dimension_path_prefix` variable for "
  133. "changing the path where Dimension is served, overriding it is not "
  134. "possible due to [this Dimension issue](https://github.com/turt2live"
  135. "/matrix-dimension/issues/510). You must serve Dimension at a dedicated "
  136. "subdomain."
  137. msgstr ""
  138. #: ../../../docs/configuring-playbook-dimension.md:64
  139. msgid "Adjusting DNS records"
  140. msgstr ""
  141. #: ../../../docs/configuring-playbook-dimension.md:66
  142. msgid ""
  143. "Once you've decided on the domain and path, **you may need to adjust your"
  144. " DNS** records to point the Dimension domain to the Matrix server."
  145. msgstr ""
  146. #: ../../../docs/configuring-playbook-dimension.md:68
  147. msgid ""
  148. "By default, you will need to create a CNAME record for `dimension`. See "
  149. "[Configuring DNS](configuring-dns.md) for details about DNS changes."
  150. msgstr ""
  151. #: ../../../docs/configuring-playbook-dimension.md:70
  152. msgid "Installing"
  153. msgstr ""
  154. #: ../../../docs/configuring-playbook-dimension.md:72
  155. msgid ""
  156. "After configuring the playbook and potentially [adjusting your DNS "
  157. "records](#adjusting-dns-records), run the playbook with [playbook tags"
  158. "](playbook-tags.md) as below:"
  159. msgstr ""
  160. #: ../../../docs/configuring-playbook-dimension.md:79
  161. msgid "**Notes**:"
  162. msgstr ""
  163. #: ../../../docs/configuring-playbook-dimension.md:81
  164. msgid ""
  165. "The shortcut commands with the [`just` program](just.md) are also "
  166. "available: `just install-all` or `just setup-all`"
  167. msgstr ""
  168. #: ../../../docs/configuring-playbook-dimension.md:83
  169. msgid ""
  170. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  171. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  172. "runtime) than `just setup-all`) when its components remain unchanged. If "
  173. "you adjust your `vars.yml` to remove other components, you'd need to run "
  174. "`just setup-all`, or these components will still remain installed. Note "
  175. "these shortcuts run the `ensure-matrix-users-created` tag too."
  176. msgstr ""
  177. #: ../../../docs/configuring-playbook-dimension.md:85
  178. msgid ""
  179. "After Dimension has been installed you may need to log out and log back "
  180. "in for it to pick up the new integration manager. Then you can access "
  181. "integrations in Element Web by opening a room, clicking the Room info "
  182. "button (`i`) button in the top right corner of the screen, and then "
  183. "clicking Add widgets, bridges & bots."
  184. msgstr ""
  185. #: ../../../docs/configuring-playbook-dimension.md:87
  186. msgid "Jitsi domain"
  187. msgstr ""
  188. #: ../../../docs/configuring-playbook-dimension.md:89
  189. msgid ""
  190. "By default Dimension will use [jitsi.riot.im](https://jitsi.riot.im/) as "
  191. "the `conferenceDomain` of [Jitsi](https://jitsi.org/) audio/video "
  192. "conference widgets. For users running [a self-hosted Jitsi instance"
  193. "](./configuring-playbook-jitsi.md), you will likely want the widget to "
  194. "use your own Jitsi instance. Currently there is no way to configure this "
  195. "via the playbook, see [this issue](https://github.com/turt2live/matrix-"
  196. "dimension/issues/345) for details."
  197. msgstr ""
  198. #: ../../../docs/configuring-playbook-dimension.md:91
  199. msgid ""
  200. "In the interim until the above limitation is resolved, an admin user "
  201. "needs to configure the domain via the admin ui once dimension is running."
  202. " In Element Web, go to *Manage Integrations* &rightarrow; *Settings* "
  203. "&rightarrow; *Widgets* &rightarrow; *Jitsi Conference Settings* and set "
  204. "*Jitsi Domain* and *Jitsi Script URL* appropriately."
  205. msgstr ""
  206. #: ../../../docs/configuring-playbook-dimension.md:93
  207. msgid "Additional features"
  208. msgstr ""
  209. #: ../../../docs/configuring-playbook-dimension.md:95
  210. msgid ""
  211. "To use a more custom configuration, you can define a "
  212. "`matrix_dimension_configuration_extension_yaml` string variable and put "
  213. "your configuration in it. To learn more about how to do this, refer to "
  214. "the information about `matrix_dimension_configuration_extension_yaml` in "
  215. "the [default variables file](../roles/custom/matrix-"
  216. "dimension/defaults/main.yml) of the Dimension component."
  217. msgstr ""
  218. #: ../../../docs/configuring-playbook-dimension.md:97
  219. msgid ""
  220. "You can find all configuration options on [GitHub page of Dimension "
  221. "project](https://github.com/turt2live/matrix-"
  222. "dimension/blob/master/config/default.yaml)."
  223. msgstr ""