Matrix Docker Ansible eploy
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

123 linhas
5.9 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: 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-mautrix-wsproxy.md:1
  24. msgid "Setting up Mautrix wsproxy for bridging Android SMS or Apple iMessage (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:3
  27. msgid "<sup>Refer the common guide for configuring mautrix bridges: [Setting up a Generic Mautrix Bridge](configuring-playbook-bridge-mautrix-bridges.md)</sup>"
  28. msgstr ""
  29. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:5
  30. msgid "The playbook can install and configure [mautrix-wsproxy](https://github.com/mautrix/wsproxy) for you."
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:7
  33. msgid "See the project's [documentation](https://github.com/mautrix/wsproxy/blob/master/README.md) to learn what it does and why it might be useful to you."
  34. msgstr ""
  35. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:9
  36. msgid "Adjusting DNS records"
  37. msgstr ""
  38. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:11
  39. msgid "By default, this playbook installs wsproxy on the `wsproxy.` subdomain (`wsproxy.example.com`) and requires you to create a CNAME record for `wsproxy`, which targets `matrix.example.com`."
  40. msgstr ""
  41. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:13
  42. msgid "When setting, replace `example.com` with your own."
  43. msgstr ""
  44. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:15
  45. msgid "Adjusting the playbook configuration"
  46. msgstr ""
  47. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:17
  48. msgid "To enable the bridge, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  49. msgstr ""
  50. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:29
  51. msgid "Note that the tokens must match what is compiled into the [mautrix-imessage](https://github.com/mautrix/imessage) bridge running on your Mac or Android device."
  52. msgstr ""
  53. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:31
  54. msgid "Adjusting the wsproxy URL (optional)"
  55. msgstr ""
  56. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:33
  57. msgid "By tweaking the `matrix_mautrix_wsproxy_hostname` variable, you can easily make the service available at a **different hostname** than the default one."
  58. msgstr ""
  59. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:35
  60. msgid "Example additional configuration for your `vars.yml` file:"
  61. msgstr ""
  62. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:42
  63. msgid "After changing the domain, **you may need to adjust your DNS** records to point the wsproxy domain to the Matrix server."
  64. msgstr ""
  65. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:44
  66. msgid "Extending the configuration"
  67. msgstr ""
  68. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:46
  69. msgid "There are some additional things you may wish to configure about the bridge."
  70. msgstr ""
  71. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:48
  72. msgid "See [this section](configuring-playbook-bridge-mautrix-bridges.md#extending-the-configuration) on the [common guide for configuring mautrix bridges](configuring-playbook-bridge-mautrix-bridges.md) for details about variables that you can customize and the bridge's default configuration, including [bridge permissions](configuring-playbook-bridge-mautrix-bridges.md#configure-bridge-permissions-optional), [encryption support](configuring-playbook-bridge-mautrix-bridges.md#enable-encryption-optional), [relay mode](configuring-playbook-bridge-mautrix-bridges.md#enable-relay-mode-optional), [bot's username](configuring-playbook-bridge-mautrix-bridges.md#set-the-bots-username-optional), etc."
  73. msgstr ""
  74. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:50
  75. msgid "Installing"
  76. msgstr ""
  77. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:52
  78. msgid "After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below:"
  79. msgstr ""
  80. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:59
  81. msgid "**Notes**:"
  82. msgstr ""
  83. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:61
  84. msgid "The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account."
  85. msgstr ""
  86. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:63
  87. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  88. msgstr ""
  89. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:65
  90. 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."
  91. msgstr ""
  92. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:67
  93. msgid "Usage"
  94. msgstr ""
  95. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:69
  96. msgid "Follow the [mautrix-imessage documenation](https://docs.mau.fi/bridges/go/imessage/index.html) for running `android-sms` and/or `matrix-imessage` on your device(s)."
  97. msgstr ""