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

189 行
6.5 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-beeper-linkedin.md:1
  24. msgid "Setting up Beeper Linkedin bridging (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:3
  27. msgid ""
  28. "The playbook can install and configure [beeper-"
  29. "linkedin](https://github.com/beeper/linkedin) for you, for bridging to "
  30. "[LinkedIn](https://www.linkedin.com/) Messaging. This bridge is based on "
  31. "the mautrix-python framework and can be configured in a similar way to "
  32. "the other mautrix bridges"
  33. msgstr ""
  34. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:5
  35. msgid ""
  36. "See the project's "
  37. "[documentation](https://github.com/beeper/linkedin/blob/master/README.md)"
  38. " to learn what it does and why it might be useful to you."
  39. msgstr ""
  40. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:7
  41. msgid "Adjusting the playbook configuration"
  42. msgstr ""
  43. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:9
  44. msgid ""
  45. "To enable the bridge, add the following configuration to your "
  46. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:15
  49. msgid ""
  50. "There are some additional things you may wish to configure about the "
  51. "bridge before you continue."
  52. msgstr ""
  53. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:17
  54. msgid ""
  55. "Encryption support is off by default. If you would like to enable "
  56. "encryption, add the following to your `vars.yml` file:"
  57. msgstr ""
  58. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:24
  59. msgid ""
  60. "If you would like to be able to administrate the bridge from your account"
  61. " it can be configured like this:"
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:33
  64. msgid ""
  65. "You may wish to look at `roles/custom/matrix-bridge-beeper-"
  66. "linkedin/templates/config.yaml.j2` to find other things you would like to"
  67. " configure."
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:35
  70. msgid "Installing"
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:37
  73. msgid ""
  74. "After configuring the playbook, run it with [playbook tags](playbook-"
  75. "tags.md) as below:"
  76. msgstr ""
  77. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:44
  78. msgid "**Notes**:"
  79. msgstr ""
  80. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:46
  81. msgid ""
  82. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  83. "automatically create the bot's user account."
  84. msgstr ""
  85. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:48
  86. msgid ""
  87. "The shortcut commands with the [`just` program](just.md) are also "
  88. "available: `just install-all` or `just setup-all`"
  89. msgstr ""
  90. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:50
  91. msgid ""
  92. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  93. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  94. "runtime) than `just setup-all`) when its components remain unchanged. If "
  95. "you adjust your `vars.yml` to remove other components, you'd need to run "
  96. "`just setup-all`, or these components will still remain installed."
  97. msgstr ""
  98. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:52
  99. msgid ""
  100. "Set up Double Puppeting by enabling Appservice Double Puppet or Shared "
  101. "Secret Auth"
  102. msgstr ""
  103. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:54
  104. msgid ""
  105. "The bridge automatically performs Double Puppeting if [Appservice Double "
  106. "Puppet](configuring-playbook-appservice-double-puppet.md) or [Shared "
  107. "Secret Auth](configuring-playbook-shared-secret-auth.md) service is "
  108. "configured and enabled on the server for this playbook."
  109. msgstr ""
  110. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:56
  111. msgid ""
  112. "Enabling [Appservice Double Puppet](configuring-playbook-appservice-"
  113. "double-puppet.md) is the recommended way of setting up Double Puppeting, "
  114. "as it's easier to accomplish, works for all your users automatically, and"
  115. " has less of a chance of breaking in the future."
  116. msgstr ""
  117. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:58
  118. msgid ""
  119. "Enabling double puppeting by enabling the [Shared Secret Auth"
  120. "](configuring-playbook-shared-secret-auth.md) service works at the time "
  121. "of writing, but is deprecated and will stop working in the future."
  122. msgstr ""
  123. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:60
  124. msgid "Usage"
  125. msgstr ""
  126. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:62
  127. msgid ""
  128. "To use the bridge, you need to start a chat with "
  129. "`@linkedinbot:example.com` (where `example.com` is your base domain, not "
  130. "the `matrix.` domain)."
  131. msgstr ""
  132. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:64
  133. msgid ""
  134. "Send `login YOUR_LINKEDIN_EMAIL_ADDRESS` to the bridge bot to enable "
  135. "bridging for your LinkedIn account."
  136. msgstr ""
  137. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:66
  138. msgid ""
  139. "If you run into trouble, check the [Troubleshooting](#troubleshooting) "
  140. "section below."
  141. msgstr ""
  142. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:68
  143. msgid ""
  144. "After successfully enabling bridging, you may wish to [set up Double "
  145. "Puppeting](#set-up-double-puppeting-by-enabling-appservice-double-puppet-"
  146. "or-shared-secret-auth), if you haven't already done so."
  147. msgstr ""
  148. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:70
  149. msgid "Troubleshooting"
  150. msgstr ""
  151. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:72
  152. msgid "Bridge asking for 2FA even if you don't have 2FA enabled"
  153. msgstr ""
  154. #: ../../../docs/configuring-playbook-bridge-beeper-linkedin.md:74
  155. msgid ""
  156. "If you don't have 2FA enabled and are logging in from a strange IP for "
  157. "the first time, LinkedIn will send an email with a one-time code. You can"
  158. " use this code to authorize the bridge session. In my experience, once "
  159. "the IP is authorized, you will not be asked again."
  160. msgstr ""