Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

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