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.
 
 
 

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