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.
 
 

231 lines
8.2 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-bridge-appservice-kakaotalk.md:1
  24. msgid "Setting up Appservice Kakaotalk bridging (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:3
  27. msgid ""
  28. "The playbook can install and configure [matrix-appservice-"
  29. "kakaotalk](https://src.miscworks.net/fair/matrix-appservice-kakaotalk) "
  30. "for you. `matrix-appservice-kakaotalk` is a bridge to "
  31. "[Kakaotalk](https://www.kakaocorp.com/page/service/service/KakaoTalk?lang=ENG)"
  32. " based on [node-kakao](https://github.com/storycraft/node-kakao) (now "
  33. "unmaintained) and some [mautrix-"
  34. "facebook](https://github.com/mautrix/facebook) code."
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:5
  37. msgid ""
  38. "⚠️ **Warning**: there have been recent reports (~2022-09-16) that **using"
  39. " this bridge may get your account banned**."
  40. msgstr ""
  41. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:7
  42. msgid ""
  43. "See the project's [documentation](https://src.miscworks.net/fair/matrix-"
  44. "appservice-kakaotalk) to learn what it does and why it might be useful to"
  45. " you."
  46. msgstr ""
  47. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:9
  48. msgid "Prerequisite (optional)"
  49. msgstr ""
  50. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:11
  51. msgid ""
  52. "If you want to set up [Double "
  53. "Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) "
  54. "(hint: you most likely do) for this bridge automatically, you need to "
  55. "have enabled [Shared Secret Auth](configuring-playbook-shared-secret-"
  56. "auth.md) for this playbook."
  57. msgstr ""
  58. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:13
  59. msgid ""
  60. "For details about configuring Double Puppeting for this bridge, see the "
  61. "section below: [Set up Double Puppeting](#-set-up-double-puppeting)"
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:15
  64. msgid "Adjusting the playbook configuration"
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:17
  67. msgid ""
  68. "To enable the bridge, add the following configuration to your "
  69. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  70. msgstr ""
  71. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:23
  72. msgid ""
  73. "You may optionally wish to add some [Additional configuration"
  74. "](#additional-configuration), or to [prepare for double-puppeting](#set-"
  75. "up-double-puppeting) before the initial installation."
  76. msgstr ""
  77. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:25
  78. msgid "Additional configuration"
  79. msgstr ""
  80. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:27
  81. msgid ""
  82. "There are some additional things you may wish to configure about the "
  83. "bridge."
  84. msgstr ""
  85. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:29
  86. msgid "Take a look at:"
  87. msgstr ""
  88. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:31
  89. msgid ""
  90. "`roles/custom/matrix-bridge-appservice-kakaotalk/defaults/main.yml` for "
  91. "some variables that you can customize via your `vars.yml` file"
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:32
  94. msgid ""
  95. "`roles/custom/matrix-bridge-appservice-"
  96. "kakaotalk/templates/config.yaml.j2` for the bridge's default "
  97. "configuration. You can override settings (even those that don't have "
  98. "dedicated playbook variables) using the "
  99. "`matrix_appservice_kakaotalk_configuration_extension_yaml` variable"
  100. msgstr ""
  101. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:34
  102. msgid "Installing"
  103. msgstr ""
  104. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:36
  105. msgid ""
  106. "After configuring the playbook, run it with [playbook tags](playbook-"
  107. "tags.md) as below:"
  108. msgstr ""
  109. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:43
  110. msgid "**Notes**:"
  111. msgstr ""
  112. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:45
  113. msgid ""
  114. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  115. "automatically create the bot's user account."
  116. msgstr ""
  117. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:47
  118. msgid ""
  119. "The shortcut commands with the [`just` program](just.md) are also "
  120. "available: `just install-all` or `just setup-all`"
  121. msgstr ""
  122. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:49
  123. msgid ""
  124. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  125. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  126. "runtime) than `just setup-all`) when its components remain unchanged. If "
  127. "you adjust your `vars.yml` to remove other components, you'd need to run "
  128. "`just setup-all`, or these components will still remain installed."
  129. msgstr ""
  130. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:51
  131. msgid "Usage"
  132. msgstr ""
  133. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:53
  134. msgid ""
  135. "To use the bridge, you need to start a chat with "
  136. "`@kakaotalkbot:example.com` (where `example.com` is your base domain, not"
  137. " the `matrix.` domain)."
  138. msgstr ""
  139. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:55
  140. msgid ""
  141. "Send `login --save EMAIL_OR_PHONE_NUMBER` to the bridge bot to enable "
  142. "bridging for your Kakaotalk account. The `--save` flag may be omitted, if"
  143. " you'd rather not save your password."
  144. msgstr ""
  145. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:57
  146. msgid "💡 Set up Double Puppeting"
  147. msgstr ""
  148. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:59
  149. msgid ""
  150. "After successfully enabling bridging, you may wish to set up [Double "
  151. "Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) "
  152. "(hint: you most likely do)."
  153. msgstr ""
  154. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:61
  155. msgid "To set it up, you have 2 ways of going about it."
  156. msgstr ""
  157. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:63
  158. msgid "Method 1: automatically, by enabling Shared Secret Auth"
  159. msgstr ""
  160. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:65
  161. msgid ""
  162. "The bridge automatically performs Double Puppeting if [Shared Secret Auth"
  163. "](configuring-playbook-shared-secret-auth.md) service is configured and "
  164. "enabled on the server for this playbook."
  165. msgstr ""
  166. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:67
  167. msgid ""
  168. "This is the recommended way of setting up Double Puppeting, as it's "
  169. "easier to accomplish, works for all your users automatically, and has "
  170. "less of a chance of breaking in the future."
  171. msgstr ""
  172. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:69
  173. msgid "Method 2: manually, by asking each user to provide a working access token"
  174. msgstr ""
  175. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:71
  176. msgid ""
  177. "When using this method, **each user** that wishes to enable Double "
  178. "Puppeting needs to follow the following steps:"
  179. msgstr ""
  180. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:73
  181. msgid ""
  182. "retrieve a Matrix access token for yourself. Refer to the documentation "
  183. "on [how to do that](obtaining-access-tokens.md)."
  184. msgstr ""
  185. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:75
  186. msgid ""
  187. "send the access token to the bot. Example: `login-matrix "
  188. "MATRIX_ACCESS_TOKEN_HERE`"
  189. msgstr ""
  190. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:77
  191. msgid ""
  192. "make sure you don't log out the `Appservice-Kakaotalk` device some time "
  193. "in the future, as that would break the Double Puppeting feature"
  194. msgstr ""