Matrix Docker Ansible eploy
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

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