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.
 
 
 

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