Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

237 line
8.5 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-client-element-web.md:1
  24. msgid "Configuring Element Web (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-client-element-web.md:3
  27. msgid ""
  28. "By default, this playbook installs the [Element Web](https://github.com"
  29. "/element-hq/element-web) Matrix client for you. If that's okay, you can "
  30. "skip this document."
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook-client-element-web.md:5
  33. msgid ""
  34. "💡 **Note**: the latest version of Element Web is also available on the "
  35. "web, hosted by 3rd parties. If you trust giving your credentials to the "
  36. "following 3rd party Single Page Applications, you can consider using it "
  37. "from there and avoiding the (small) overhead of self-hosting (by "
  38. "[disabling Element Web](#disabling-element-web)):"
  39. msgstr ""
  40. #: ../../../docs/configuring-playbook-client-element-web.md:7
  41. msgid ""
  42. "[app.element.io](https://app.element.io/), hosted by "
  43. "[Element](https://element.io/)"
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-client-element-web.md:8
  46. msgid "[app.etke.cc](https://app.etke.cc/), hosted by [etke.cc](https://etke.cc/)"
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-client-element-web.md:10
  49. msgid "Disabling Element Web"
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-client-element-web.md:12
  52. msgid ""
  53. "If you'd like for the playbook to not install Element Web (or to "
  54. "uninstall it if it was previously installed), add the following "
  55. "configuration to your `inventory/host_vars/matrix.example.com/vars.yml` "
  56. "file:"
  57. msgstr ""
  58. #: ../../../docs/configuring-playbook-client-element-web.md:18
  59. msgid "Adjusting the playbook configuration"
  60. msgstr ""
  61. #: ../../../docs/configuring-playbook-client-element-web.md:20
  62. msgid ""
  63. "The playbook provides some customization variables you could use to "
  64. "change Element Web's settings."
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-client-element-web.md:22
  67. msgid ""
  68. "Their defaults are defined in [`roles/custom/matrix-client-"
  69. "element/defaults/main.yml`](../roles/custom/matrix-client-"
  70. "element/defaults/main.yml) and they ultimately end up in the generated "
  71. "`/matrix/element/config.json` file (on the server). This file is "
  72. "generated from the [`roles/custom/matrix-client-"
  73. "element/templates/config.json.j2`](../roles/custom/matrix-client-"
  74. "element/templates/config.json.j2) template."
  75. msgstr ""
  76. #: ../../../docs/configuring-playbook-client-element-web.md:24
  77. msgid ""
  78. "**If there's an existing variable** which controls a setting you wish to "
  79. "change, you can simply define that variable in your configuration file "
  80. "(`inventory/host_vars/matrix.example.com/vars.yml`) and [re-run the "
  81. "playbook](installing.md) to apply the changes."
  82. msgstr ""
  83. #: ../../../docs/configuring-playbook-client-element-web.md:26
  84. msgid ""
  85. "Alternatively, **if there is no pre-defined variable** for an Element Web"
  86. " setting you wish to change:"
  87. msgstr ""
  88. #: ../../../docs/configuring-playbook-client-element-web.md:28
  89. msgid ""
  90. "you can either **request a variable to be created** (or you can submit "
  91. "such a contribution yourself). Keep in mind that it's **probably not a "
  92. "good idea** to create variables for each one of Element Web's various "
  93. "settings that rarely get used."
  94. msgstr ""
  95. #: ../../../docs/configuring-playbook-client-element-web.md:30
  96. msgid ""
  97. "or, you can **extend and override the default configuration** "
  98. "([`config.json.j2`](../roles/custom/matrix-client-"
  99. "element/templates/config.json.j2)) by making use of the "
  100. "`matrix_client_element_configuration_extension_json_` variable. You can "
  101. "find information about this in [`roles/custom/matrix-client-"
  102. "element/defaults/main.yml`](../roles/custom/matrix-client-"
  103. "element/defaults/main.yml)."
  104. msgstr ""
  105. #: ../../../docs/configuring-playbook-client-element-web.md:32
  106. msgid ""
  107. "or, if extending the configuration is still not powerful enough for your "
  108. "needs, you can **override the configuration completely** using "
  109. "`matrix_client_element_configuration_default` (or "
  110. "`matrix_client_element_configuration`). You can find information about "
  111. "this in [`roles/custom/matrix-client-"
  112. "element/defaults/main.yml`](../roles/custom/matrix-client-"
  113. "element/defaults/main.yml)."
  114. msgstr ""
  115. #: ../../../docs/configuring-playbook-client-element-web.md:34
  116. msgid "Themes"
  117. msgstr ""
  118. #: ../../../docs/configuring-playbook-client-element-web.md:36
  119. msgid ""
  120. "To change the look of Element Web, you can define your own themes "
  121. "manually by using the "
  122. "`matrix_client_element_setting_defaults_custom_themes` setting."
  123. msgstr ""
  124. #: ../../../docs/configuring-playbook-client-element-web.md:38
  125. msgid ""
  126. "Or better yet, you can automatically pull it all themes provided by the "
  127. "[aaronraimist/element-themes](https://github.com/aaronraimist/element-"
  128. "themes) project by simply flipping a flag "
  129. "(`matrix_client_element_themes_enabled: true`)."
  130. msgstr ""
  131. #: ../../../docs/configuring-playbook-client-element-web.md:40
  132. msgid ""
  133. "If you make your own theme, we encourage you to submit it to the "
  134. "**aaronraimist/element-themes** project, so that the whole community "
  135. "could easily enjoy it."
  136. msgstr ""
  137. #: ../../../docs/configuring-playbook-client-element-web.md:42
  138. msgid ""
  139. "Note that for a custom theme to work well, all Element Web instances that"
  140. " you use must have the same theme installed."
  141. msgstr ""
  142. #: ../../../docs/configuring-playbook-client-element-web.md:44
  143. msgid "Adjusting the Element Web URL"
  144. msgstr ""
  145. #: ../../../docs/configuring-playbook-client-element-web.md:46
  146. msgid ""
  147. "By default, this playbook installs Element Web on the `element.` "
  148. "subdomain (`element.example.com`) and requires you to [adjust your DNS "
  149. "records](#adjusting-dns-records)."
  150. msgstr ""
  151. #: ../../../docs/configuring-playbook-client-element-web.md:48
  152. msgid ""
  153. "By tweaking the `matrix_client_element_hostname` and "
  154. "`matrix_client_element_path_prefix` variables, you can easily make the "
  155. "service available at a **different hostname and/or path** than the "
  156. "default one."
  157. msgstr ""
  158. #: ../../../docs/configuring-playbook-client-element-web.md:50
  159. msgid ""
  160. "Example additional configuration for your "
  161. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  162. msgstr ""
  163. #: ../../../docs/configuring-playbook-client-element-web.md:61
  164. msgid "Adjusting DNS records"
  165. msgstr ""
  166. #: ../../../docs/configuring-playbook-client-element-web.md:63
  167. msgid ""
  168. "Once you've decided on the domain and path, **you may need to adjust your"
  169. " DNS** records to point the Element Web domain to the Matrix server."
  170. msgstr ""
  171. #: ../../../docs/configuring-playbook-client-element-web.md:65
  172. msgid ""
  173. "By default, you will need to create a CNAME record for `element`. See "
  174. "[Configuring DNS](configuring-dns.md) for details about DNS changes."
  175. msgstr ""
  176. #: ../../../docs/configuring-playbook-client-element-web.md:67
  177. msgid ""
  178. "If you've decided to reuse the `matrix.` domain, you won't need to do any"
  179. " extra DNS configuration."
  180. msgstr ""
  181. #: ../../../docs/configuring-playbook-client-element-web.md:69
  182. msgid "Installing"
  183. msgstr ""
  184. #: ../../../docs/configuring-playbook-client-element-web.md:71
  185. msgid ""
  186. "After configuring the playbook and potentially [adjusting your DNS "
  187. "records](#adjusting-dns-records), run the playbook with [playbook tags"
  188. "](playbook-tags.md) as below:"
  189. msgstr ""
  190. #: ../../../docs/configuring-playbook-client-element-web.md:78
  191. msgid ""
  192. "The shortcut commands with the [`just` program](just.md) are also "
  193. "available: `just install-all` or `just setup-all`"
  194. msgstr ""
  195. #: ../../../docs/configuring-playbook-client-element-web.md:80
  196. msgid ""
  197. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  198. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  199. "runtime) than `just setup-all`) when its components remain unchanged. If "
  200. "you adjust your `vars.yml` to remove other components, you'd need to run "
  201. "`just setup-all`, or these components will still remain installed. Note "
  202. "these shortcuts run the `ensure-matrix-users-created` tag too."
  203. msgstr ""