Matrix Docker Ansible eploy
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

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