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ů.
 
 

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