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.
 
 

95 linhas
4.2 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-riot-web.md:1
  24. msgid "Configuring Riot-web (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-riot-web.md:3
  27. msgid "By default, this playbook **used to install** the [Riot-web](https://github.com/element-hq/riot-web) Matrix client web application."
  28. msgstr ""
  29. #: ../../../docs/configuring-playbook-riot-web.md:5
  30. msgid "Riot has since been [renamed to Element](https://element.io/blog/welcome-to-element/)."
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook-riot-web.md:7
  33. msgid "to learn more about Element Web and its configuration, see our dedicated [Configuring Element Web](configuring-playbook-client-element-web.md) documentation page"
  34. msgstr ""
  35. #: ../../../docs/configuring-playbook-riot-web.md:8
  36. msgid "to learn how to migrate from Riot to Element Web, see [Migrating to Element Web](#migrating-to-element-web) below"
  37. msgstr ""
  38. #: ../../../docs/configuring-playbook-riot-web.md:10
  39. msgid "Migrating to Element Web"
  40. msgstr ""
  41. #: ../../../docs/configuring-playbook-riot-web.md:12
  42. msgid "Migrating your custom settings"
  43. msgstr ""
  44. #: ../../../docs/configuring-playbook-riot-web.md:14
  45. msgid "If you have custom `matrix_riot_web_` variables in your `inventory/host_vars/matrix.example.com/vars.yml` file, you'll need to rename them (`matrix_riot_web_` -> `matrix_client_element_`)."
  46. msgstr ""
  47. #: ../../../docs/configuring-playbook-riot-web.md:16
  48. msgid "Some other playbook variables (but not all) with `riot` in their name are also renamed. The playbook checks and warns if you are using the old name for some commonly used ones."
  49. msgstr ""
  50. #: ../../../docs/configuring-playbook-riot-web.md:18
  51. msgid "Domain migration"
  52. msgstr ""
  53. #: ../../../docs/configuring-playbook-riot-web.md:20
  54. msgid "We used to set up Riot at the `riot.example.com` domain. The playbook now sets up Element Web at `element.example.com` by default."
  55. msgstr ""
  56. #: ../../../docs/configuring-playbook-riot-web.md:22
  57. msgid "There are a few options for handling this:"
  58. msgstr ""
  59. #: ../../../docs/configuring-playbook-riot-web.md:24
  60. msgid "(**avoiding changes** — using the old `riot.example.com` domain and avoiding DNS changes) — to keep using `riot.example.com` instead of `element.example.com`, override the domain at which the playbook serves Element Web: `matrix_server_fqn_element: \"riot.{{ matrix_domain }}\"`"
  61. msgstr ""
  62. #: ../../../docs/configuring-playbook-riot-web.md:26
  63. msgid "(**embracing changes** — using only `element.example.com`) — set up the `element.example.com` DNS record (see [Configuring DNS](configuring-dns.md)). You can drop the `riot.example.com` in this case."
  64. msgstr ""
  65. #: ../../../docs/configuring-playbook-riot-web.md:28
  66. msgid "Re-running the playbook"
  67. msgstr ""
  68. #: ../../../docs/configuring-playbook-riot-web.md:30
  69. msgid "After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below:"
  70. msgstr ""
  71. #: ../../../docs/configuring-playbook-riot-web.md:37
  72. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  73. msgstr ""
  74. #: ../../../docs/configuring-playbook-riot-web.md:39
  75. 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."
  76. msgstr ""