Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

134 строки
6.9 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2026, Slavi Pantaleev, Aine Etke, MDAD community members
  3. # This file is distributed under the same license as the matrix-docker-ansible-deploy package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2026-05-07 11:16+0000\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:8
  19. msgid "Setting up a Matrix <-> Meshtastic bridge (optional)"
  20. msgstr ""
  21. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:10
  22. msgid "The playbook can install and configure [meshtastic-matrix-relay](https://github.com/jeremiah-k/meshtastic-matrix-relay) (sometimes referred to as `mmrelay`) for you — a bridge between [Matrix](https://matrix.org/) and [Meshtastic](https://meshtastic.org/) mesh networks."
  23. msgstr ""
  24. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:12
  25. msgid "See the [project's documentation](https://github.com/jeremiah-k/meshtastic-matrix-relay) to learn what it does and why it might be useful to you."
  26. msgstr ""
  27. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:14
  28. msgid "Prerequisites"
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:16
  31. msgid "You need a Matrix account for the bot. You can either [register the bot account manually](registering-users.md) or let the playbook create it when running `ansible-playbook … --tags=ensure-matrix-users-created`. Either way, you'll need the account's **password** to configure the bridge — unlike most other bridges in this playbook, `mmrelay` authenticates with a password and creates its own session (optionally with End-to-End Encryption material)."
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:18
  34. msgid "You also need access to a Meshtastic device, connected to the server via one of:"
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:20
  37. msgid "**TCP**: the device is reachable on the network (e.g. a Meshtastic node running the TCP API),"
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:21
  40. msgid "**Serial**: the device is plugged in via USB and available on the host (e.g. `/dev/ttyUSB0`),"
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:22
  43. msgid "**BLE**: the device is reachable via Bluetooth Low Energy from the host."
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:24
  46. msgid "Adjusting the playbook configuration"
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:26
  49. msgid "To enable the bridge, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:56
  52. msgid "By default, the bot's Matrix ID is `@meshtasticbot:{{ matrix_domain }}`. To change it, adjust `matrix_meshtastic_relay_matrix_bot_user_id`."
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:58
  55. msgid "Bluetooth (BLE) connections"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:60
  58. msgid "When `matrix_meshtastic_relay_connection_type` is `ble`, the container runs with `--network=host` and bind-mounts the host's DBus socket — both are required for Bluetooth pairing/communication. Only use this connection type if you trust the playbook-managed host and are comfortable with these privileges."
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:62
  61. msgid "Serial connections"
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:64
  64. msgid "When `matrix_meshtastic_relay_connection_type` is `serial`, the host device referenced by `matrix_meshtastic_relay_serial_port` is passed through to the container. Make sure that `matrix_user_uid` / `matrix_user_gid` have read/write access to that device (e.g. by adding the matrix user to the `dialout` group, or adjusting udev rules)."
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:66
  67. msgid "Extending the configuration"
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:68
  70. msgid "There are some additional things you may wish to configure about the bridge."
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:70
  73. msgid "Take a look at:"
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:72
  76. msgid "`roles/custom/matrix-bridge-meshtastic-relay/defaults/main.yml` for some variables that you can customize via your `vars.yml` file. You can override individual `matrix_meshtastic_relay_*` variables, or make finer-grained adjustments via `matrix_meshtastic_relay_configuration_extension_yaml`."
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:74
  79. msgid "Installing"
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:76
  82. msgid "After configuring the playbook, run the playbook with [playbook tags](playbook-tags.md) as below:"
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:83
  85. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`."
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:85
  88. 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. Note these shortcuts run the `ensure-matrix-users-created` tag too."
  89. msgstr ""
  90. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:87
  91. msgid "Usage"
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:89
  94. msgid "Invite the bot to the Matrix rooms listed in `matrix_meshtastic_relay_matrix_rooms_list` and it will relay between Matrix and the corresponding Meshtastic channel. Messages sent on Meshtastic will appear in Matrix and vice versa."
  95. msgstr ""
  96. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:91
  97. msgid "See the [project's wiki](https://github.com/jeremiah-k/meshtastic-matrix-relay/wiki) for details about commands, plugins and advanced usage."
  98. msgstr ""
  99. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:93
  100. msgid "Troubleshooting"
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-bridge-meshtastic-relay.md:95
  103. msgid "As with all other services, you can find the logs in [systemd-journald](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html) by logging in to the server with SSH and running `journalctl -fu matrix-meshtastic-relay`."
  104. msgstr ""