Matrix Docker Ansible eploy
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

122 行
6.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: 2025-01-27 09:54+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, for bridging to [Kakaotalk](https://www.kakaocorp.com/page/service/service/KakaoTalk?lang=ENG). This bridge is 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 "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."
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:7
  32. msgid "[!WARNING] There have been recent reports (~2022-09-16) that **using this bridge may get your account banned**."
  33. msgstr ""
  34. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:10
  35. msgid "Prerequisite (optional)"
  36. msgstr ""
  37. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:12
  38. msgid "Enable Shared Secret Auth"
  39. msgstr ""
  40. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:14
  41. 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."
  42. msgstr ""
  43. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:16
  44. msgid "See [this section](configuring-playbook-bridge-mautrix-bridges.md#set-up-double-puppeting-optional) on the [common guide for configuring mautrix bridges](configuring-playbook-bridge-mautrix-bridges.md) for details about setting up Double Puppeting."
  45. msgstr ""
  46. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:18
  47. msgid "**Note**: double puppeting with the Shared Secret Auth works at the time of writing, but is deprecated and will stop working in the future."
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:20
  50. msgid "Adjusting the playbook configuration"
  51. msgstr ""
  52. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:22
  53. msgid "To enable the bridge, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  54. msgstr ""
  55. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:28
  56. msgid "Extending the configuration"
  57. msgstr ""
  58. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:30
  59. msgid "There are some additional things you may wish to configure about the bridge."
  60. msgstr ""
  61. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:32
  62. msgid "Take a look at:"
  63. msgstr ""
  64. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:34
  65. msgid "`roles/custom/matrix-bridge-appservice-kakaotalk/defaults/main.yml` for some variables that you can customize via your `vars.yml` file"
  66. msgstr ""
  67. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:35
  68. 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"
  69. msgstr ""
  70. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:37
  71. msgid "Installing"
  72. msgstr ""
  73. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:39
  74. msgid "After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below:"
  75. msgstr ""
  76. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:46
  77. msgid "**Notes**:"
  78. msgstr ""
  79. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:48
  80. msgid "The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account."
  81. msgstr ""
  82. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:50
  83. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  84. msgstr ""
  85. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:52
  86. 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."
  87. msgstr ""
  88. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:54
  89. msgid "Usage"
  90. msgstr ""
  91. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:56
  92. 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)."
  93. msgstr ""
  94. #: ../../../docs/configuring-playbook-bridge-appservice-kakaotalk.md:58
  95. msgid "You then need to 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."
  96. msgstr ""