Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

213 行
7.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: 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-bridge-mautrix-whatsapp.md:1
  23. msgid "Setting up Mautrix Whatsapp bridging (optional)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:3
  26. msgid ""
  27. "The playbook can install and configure [mautrix-"
  28. "whatsapp](https://github.com/mautrix/whatsapp) for you."
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:5
  31. msgid ""
  32. "See the project's "
  33. "[documentation](https://docs.mau.fi/bridges/go/whatsapp/index.html) to "
  34. "learn what it does and why it might be useful to you."
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:7
  37. msgid "Prerequisite (optional)"
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:9
  40. msgid ""
  41. "If you want to set up [Double "
  42. "Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) "
  43. "(hint: you most likely do) for this bridge automatically, you need to "
  44. "have enabled [Appservice Double Puppet](configuring-playbook-appservice-"
  45. "double-puppet.md) or [Shared Secret Auth](configuring-playbook-shared-"
  46. "secret-auth.md) service for this playbook."
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:11
  49. msgid ""
  50. "For details about configuring Double Puppeting for this bridge, see the "
  51. "section below: [Set up Double Puppeting](#-set-up-double-puppeting)"
  52. msgstr ""
  53. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:13
  54. msgid "Adjusting the playbook configuration"
  55. msgstr ""
  56. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:15
  57. msgid ""
  58. "To enable the bridge, add the following configuration to your "
  59. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  60. msgstr ""
  61. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:21
  62. msgid ""
  63. "Whatsapp multidevice beta is required, now it is enough if Whatsapp is "
  64. "connected to the Internet every 2 weeks."
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:23
  67. msgid ""
  68. "The relay bot functionality is off by default. If you would like to "
  69. "enable the relay bot, add the following to your `vars.yml` file:"
  70. msgstr ""
  71. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:29
  72. msgid ""
  73. "By default, only admins are allowed to set themselves as relay users. To "
  74. "allow anyone on your homeserver to set themselves as relay users add this"
  75. " to your `vars.yml` file:"
  76. msgstr ""
  77. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:35
  78. msgid ""
  79. "If you want to activate the relay bot in a room, send `!wa set-relay`. To"
  80. " deactivate, send `!wa unset-relay`."
  81. msgstr ""
  82. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:37
  83. msgid "Installing"
  84. msgstr ""
  85. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:39
  86. msgid ""
  87. "After configuring the playbook, run it with [playbook tags](playbook-"
  88. "tags.md) as below:"
  89. msgstr ""
  90. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:46
  91. msgid "**Notes**:"
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:48
  94. msgid ""
  95. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  96. "automatically create the bot's user account."
  97. msgstr ""
  98. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:50
  99. msgid ""
  100. "The shortcut commands with the [`just` program](just.md) are also "
  101. "available: `just install-all` or `just setup-all`"
  102. msgstr ""
  103. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:52
  104. msgid ""
  105. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  106. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  107. "runtime) than `just setup-all`) when its components remain unchanged. If "
  108. "you adjust your `vars.yml` to remove other components, you'd need to run "
  109. "`just setup-all`, or these components will still remain installed."
  110. msgstr ""
  111. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:54
  112. msgid "Usage"
  113. msgstr ""
  114. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:56
  115. msgid ""
  116. "To use the bridge, you need to start a chat with "
  117. "`@whatsappbot:example.com` (where `example.com` is your base domain, not "
  118. "the `matrix.` domain)."
  119. msgstr ""
  120. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:58
  121. msgid "💡 Set up Double Puppeting"
  122. msgstr ""
  123. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:60
  124. msgid ""
  125. "After successfully enabling bridging, you may wish to set up [Double "
  126. "Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) "
  127. "(hint: you most likely do)."
  128. msgstr ""
  129. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:62
  130. msgid "To set it up, you have 2 ways of going about it."
  131. msgstr ""
  132. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:64
  133. msgid ""
  134. "Method 1: automatically, by enabling Appservice Double Puppet or Shared "
  135. "Secret Auth"
  136. msgstr ""
  137. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:66
  138. msgid ""
  139. "The bridge automatically performs Double Puppeting if [Appservice Double "
  140. "Puppet](configuring-playbook-appservice-double-puppet.md) or [Shared "
  141. "Secret Auth](configuring-playbook-shared-secret-auth.md) service is "
  142. "configured and enabled on the server for this playbook."
  143. msgstr ""
  144. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:68
  145. msgid ""
  146. "Enabling [Appservice Double Puppet](configuring-playbook-appservice-"
  147. "double-puppet.md) is the recommended way of setting up Double Puppeting, "
  148. "as it's easier to accomplish, works for all your users automatically, and"
  149. " has less of a chance of breaking in the future."
  150. msgstr ""
  151. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:70
  152. msgid ""
  153. "Enabling double puppeting by enabling the [Shared Secret Auth"
  154. "](configuring-playbook-shared-secret-auth.md) service works at the time "
  155. "of writing, but is deprecated and will stop working in the future."
  156. msgstr ""
  157. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:72
  158. msgid "Method 2: manually, by asking each user to provide a working access token"
  159. msgstr ""
  160. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:74
  161. msgid ""
  162. "When using this method, **each user** that wishes to enable Double "
  163. "Puppeting needs to follow the following steps:"
  164. msgstr ""
  165. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:76
  166. msgid ""
  167. "retrieve a Matrix access token for yourself. Refer to the documentation "
  168. "on [how to do that](obtaining-access-tokens.md)."
  169. msgstr ""
  170. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:78
  171. msgid ""
  172. "send the access token to the bot. Example: `login-matrix "
  173. "MATRIX_ACCESS_TOKEN_HERE`"
  174. msgstr ""
  175. #: ../../../docs/configuring-playbook-bridge-mautrix-whatsapp.md:80
  176. msgid ""
  177. "make sure you don't log out the `Mautrix-Whatsapp` device some time in "
  178. "the future, as that would break the Double Puppeting feature"
  179. msgstr ""