Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

154 lines
5.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-20 09:53+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 ""
  25. "Setting up Mautrix wsproxy for bridging Android SMS or Apple iMessage "
  26. "(optional)"
  27. msgstr ""
  28. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:3
  29. msgid ""
  30. "The playbook can install and configure [mautrix-"
  31. "wsproxy](https://github.com/mautrix/wsproxy) for you."
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:5
  34. msgid ""
  35. "See the project's "
  36. "[documentation](https://github.com/mautrix/wsproxy/blob/master/README.md)"
  37. " to learn what it does and why it might be useful to you."
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:7
  40. msgid "Adjusting the playbook configuration"
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:9
  43. msgid ""
  44. "To enable the bridge, add the following configuration to your "
  45. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  46. msgstr ""
  47. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:21
  48. msgid ""
  49. "Note that the tokens must match what is compiled into the [mautrix-"
  50. "imessage](https://github.com/mautrix/imessage) bridge running on your Mac"
  51. " or Android device."
  52. msgstr ""
  53. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:23
  54. msgid "Adjusting the wsproxy URL"
  55. msgstr ""
  56. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:25
  57. msgid ""
  58. "By default, this playbook installs wsproxy on the `wsproxy.` subdomain "
  59. "(`wsproxy.example.com`) and requires you to [adjust your DNS records"
  60. "](#adjusting-dns-records)."
  61. msgstr ""
  62. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:27
  63. msgid ""
  64. "By tweaking the `matrix_mautrix_wsproxy_hostname` variable, you can "
  65. "easily make the service available at a **different hostname** than the "
  66. "default one."
  67. msgstr ""
  68. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:29
  69. msgid ""
  70. "Example additional configuration for your "
  71. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  72. msgstr ""
  73. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:36
  74. msgid "Adjusting DNS records"
  75. msgstr ""
  76. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:38
  77. msgid ""
  78. "Once you've decided on the domain, **you may need to adjust your DNS** "
  79. "records to point the wsproxy domain to the Matrix server."
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:40
  82. msgid ""
  83. "By default, you will need to create a CNAME record for `wsproxy`. See "
  84. "[Configuring DNS](configuring-dns.md) for details about DNS changes."
  85. msgstr ""
  86. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:42
  87. msgid "Installing"
  88. msgstr ""
  89. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:44
  90. msgid ""
  91. "After configuring the playbook and potentially [adjusting your DNS "
  92. "records](#adjusting-dns-records), run the playbook with [playbook tags"
  93. "](playbook-tags.md) as below:"
  94. msgstr ""
  95. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:51
  96. msgid "**Notes**:"
  97. msgstr ""
  98. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:53
  99. msgid ""
  100. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  101. "automatically create the bot's user account."
  102. msgstr ""
  103. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:55
  104. msgid ""
  105. "The shortcut commands with the [`just` program](just.md) are also "
  106. "available: `just install-all` or `just setup-all`"
  107. msgstr ""
  108. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:57
  109. msgid ""
  110. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  111. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  112. "runtime) than `just setup-all`) when its components remain unchanged. If "
  113. "you adjust your `vars.yml` to remove other components, you'd need to run "
  114. "`just setup-all`, or these components will still remain installed."
  115. msgstr ""
  116. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:59
  117. msgid "Usage"
  118. msgstr ""
  119. #: ../../../docs/configuring-playbook-bridge-mautrix-wsproxy.md:61
  120. msgid ""
  121. "Follow the [matrix-imessage "
  122. "documenation](https://docs.mau.fi/bridges/go/imessage/index.html) for "
  123. "running `android-sms` and/or `matrix-imessage` on your device(s)."
  124. msgstr ""
  125. #~ msgid ""
  126. #~ "See the project's "
  127. #~ "[documentation](https://github.com/mautrix/wsproxy#readme) to"
  128. #~ " learn what it does and why it"
  129. #~ " might be useful to you."
  130. #~ msgstr ""