Matrix Docker Ansible eploy
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

251 satır
8.3 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-etherpad.md:1
  23. msgid "Setting up Etherpad (optional)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-etherpad.md:3
  26. msgid ""
  27. "[Etherpad](https://etherpad.org) is an open source collaborative text "
  28. "editor that can be embedded in a Matrix chat room using the [Dimension "
  29. "integration manager](https://dimension.t2bot.io) or used as standalone "
  30. "web app."
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook-etherpad.md:5
  33. msgid ""
  34. "When enabled together with the Jitsi audio/video conferencing system (see"
  35. " [our docs on Jitsi](configuring-playbook-jitsi.md)), it will be made "
  36. "available as an option during the conferences."
  37. msgstr ""
  38. #: ../../../docs/configuring-playbook-etherpad.md:7
  39. msgid "Adjusting the playbook configuration"
  40. msgstr ""
  41. #: ../../../docs/configuring-playbook-etherpad.md:9
  42. msgid ""
  43. "To enable Etherpad, add the following configuration to your "
  44. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  45. msgstr ""
  46. #: ../../../docs/configuring-playbook-etherpad.md:19
  47. msgid "Adjusting the Etherpad URL"
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook-etherpad.md:21
  50. msgid ""
  51. "By default, this playbook installs Etherpad on the `etherpad.` subdomain "
  52. "(`etherpad.example.com`) and requires you to [adjust your DNS records"
  53. "](#adjusting-dns-records)."
  54. msgstr ""
  55. #: ../../../docs/configuring-playbook-etherpad.md:23
  56. msgid ""
  57. "By tweaking the `etherpad_hostname` and `etherpad_path_prefix` variables,"
  58. " you can easily make the service available at a **different hostname "
  59. "and/or path** than the default one."
  60. msgstr ""
  61. #: ../../../docs/configuring-playbook-etherpad.md:25
  62. msgid ""
  63. "Example additional configuration for your "
  64. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-etherpad.md:36
  67. msgid "Adjusting DNS records"
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-etherpad.md:38
  70. msgid ""
  71. "Once you've decided on the domain and path, **you may need to adjust your"
  72. " DNS** records to point the Etherpad domain to the Matrix server."
  73. msgstr ""
  74. #: ../../../docs/configuring-playbook-etherpad.md:40
  75. msgid ""
  76. "By default, you will need to create a CNAME record for `etherpad`. See "
  77. "[Configuring DNS](configuring-dns.md) for details about DNS changes."
  78. msgstr ""
  79. #: ../../../docs/configuring-playbook-etherpad.md:42
  80. msgid ""
  81. "If you've decided to reuse the `matrix.` domain, you won't need to do any"
  82. " extra DNS configuration."
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-etherpad.md:44
  85. msgid "Installing"
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-etherpad.md:46
  88. msgid ""
  89. "After configuring the playbook and potentially [adjusting your DNS "
  90. "records](#adjusting-dns-records), run the playbook with [playbook tags"
  91. "](playbook-tags.md) as below:"
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-etherpad.md:53
  94. msgid "**Notes**:"
  95. msgstr ""
  96. #: ../../../docs/configuring-playbook-etherpad.md:55
  97. msgid ""
  98. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  99. "automatically create the Etherpad admin user (`etherpad_admin_username`)."
  100. msgstr ""
  101. #: ../../../docs/configuring-playbook-etherpad.md:57
  102. msgid ""
  103. "The shortcut commands with the [`just` program](just.md) are also "
  104. "available: `just install-all` or `just setup-all`"
  105. msgstr ""
  106. #: ../../../docs/configuring-playbook-etherpad.md:59
  107. msgid ""
  108. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  109. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  110. "runtime) than `just setup-all`) when its components remain unchanged. If "
  111. "you adjust your `vars.yml` to remove other components, you'd need to run "
  112. "`just setup-all`, or these components will still remain installed."
  113. msgstr ""
  114. #: ../../../docs/configuring-playbook-etherpad.md:61
  115. msgid ""
  116. "If you change the Etherpad admin user's password "
  117. "(`etherpad_admin_password` in your `vars.yml` file) subsequently, the "
  118. "admin user's credentials on the homeserver won't be updated "
  119. "automatically. If you'd like to change the admin user's password, use a "
  120. "tool like [synapse-admin](configuring-playbook-synapse-admin.md) to "
  121. "change it, and then update `etherpad_admin_password` to let the admin "
  122. "user know its new password."
  123. msgstr ""
  124. #: ../../../docs/configuring-playbook-etherpad.md:63
  125. msgid "Usage"
  126. msgstr ""
  127. #: ../../../docs/configuring-playbook-etherpad.md:65
  128. msgid ""
  129. "The Etherpad UI should be available at `https://etherpad.example.com`, "
  130. "while the admin UI (if enabled) should then be available at "
  131. "`https://etherpad.example.com/admin`."
  132. msgstr ""
  133. #: ../../../docs/configuring-playbook-etherpad.md:67
  134. msgid ""
  135. "If you've [decided on another hostname or path-prefix](#adjusting-the-"
  136. "etherpad-url) (e.g. `https://matrix.example.com/etherpad`), adjust these "
  137. "URLs accordingly before usage."
  138. msgstr ""
  139. #: ../../../docs/configuring-playbook-etherpad.md:69
  140. msgid "Managing / Deleting old pads"
  141. msgstr ""
  142. #: ../../../docs/configuring-playbook-etherpad.md:71
  143. msgid ""
  144. "If you want to manage and remove old unused pads from Etherpad, you will "
  145. "first need to able Admin access as described above."
  146. msgstr ""
  147. #: ../../../docs/configuring-playbook-etherpad.md:73
  148. msgid ""
  149. "Then from the plugin manager page "
  150. "(`https://etherpad.example.com/admin/plugins`, install the `adminpads2` "
  151. "plugin. Once installed, you should have a \"Manage pads\" section in the "
  152. "Admin web-UI."
  153. msgstr ""
  154. #: ../../../docs/configuring-playbook-etherpad.md:75
  155. msgid ""
  156. "How to use Etherpad widgets without an integration manager (like "
  157. "Dimension)"
  158. msgstr ""
  159. #: ../../../docs/configuring-playbook-etherpad.md:77
  160. msgid ""
  161. "This is how it works in Element Web, it might work quite similar with "
  162. "other clients:"
  163. msgstr ""
  164. #: ../../../docs/configuring-playbook-etherpad.md:79
  165. msgid ""
  166. "To integrate a standalone Etherpad in a room, create your pad by visiting"
  167. " `https://etherpad.example.com`. When the pad opens, copy the URL and "
  168. "send a command like this to the room: `/addwidget URL`. You will then "
  169. "find your integrated Etherpad within the right sidebar in the `Widgets` "
  170. "section."
  171. msgstr ""
  172. #: ../../../docs/configuring-playbook-etherpad.md:81
  173. msgid "Set Dimension default to the self-hosted Etherpad (optional)"
  174. msgstr ""
  175. #: ../../../docs/configuring-playbook-etherpad.md:83
  176. msgid ""
  177. "If you decided to install [Dimension integration manager](configuring-"
  178. "playbook-dimension.md) alongside Etherpad, the Dimension administrator "
  179. "users can configure the default URL template."
  180. msgstr ""
  181. #: ../../../docs/configuring-playbook-etherpad.md:85
  182. msgid ""
  183. "The Dimension configuration menu can be accessed with the sprocket icon "
  184. "as you begin to add a widget to a room in Element Web. There you will "
  185. "find the Etherpad Widget Configuration action beneath the _Widgets_ tab."
  186. msgstr ""
  187. #: ../../../docs/configuring-playbook-etherpad.md:87
  188. msgid "Removing the integrated Etherpad chat"
  189. msgstr ""
  190. #: ../../../docs/configuring-playbook-etherpad.md:89
  191. msgid ""
  192. "If you wish to disable the Etherpad chat button, you can do it by "
  193. "appending `?showChat=false` to the end of the pad URL, or the template."
  194. msgstr ""
  195. #: ../../../docs/configuring-playbook-etherpad.md:91
  196. msgid "Example: `https://etherpad.example.com/p/$roomId_$padName?showChat=false`"
  197. msgstr ""
  198. #: ../../../docs/configuring-playbook-etherpad.md:93
  199. msgid "Known issues"
  200. msgstr ""
  201. #: ../../../docs/configuring-playbook-etherpad.md:95
  202. msgid ""
  203. "If your Etherpad widget fails to load, this might be due to Dimension "
  204. "generating a Pad name so long, the Etherpad app rejects it."
  205. msgstr ""
  206. #: ../../../docs/configuring-playbook-etherpad.md:97
  207. msgid ""
  208. "`$roomId_$padName` can end up being longer than 50 characters. You can "
  209. "avoid having this problem by altering the template so it only contains "
  210. "the three word random identifier `$padName`."
  211. msgstr ""