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

119 строки
5.5 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2026, 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>, 2026.
  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: 2026-04-03 11:56+0100\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.18.0\n"
  23. #: ../../../docs/configuring-playbook-element-admin.md:8
  24. msgid "Setting up Element Admin (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-element-admin.md:10
  27. msgid "The playbook can install and configure [Element Admin](https://github.com/element-hq/element-admin) for you."
  28. msgstr ""
  29. #: ../../../docs/configuring-playbook-element-admin.md:12
  30. msgid "Element Admin is a web-based administration panel for Synapse and [Matrix Authentication Service](./configuring-playbook-matrix-authentication-service.md)."
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook-element-admin.md:14
  33. msgid "See the project's [documentation](https://github.com/element-hq/element-admin) to learn more."
  34. msgstr ""
  35. #: ../../../docs/configuring-playbook-element-admin.md:16
  36. msgid "💡 **Note**: This project is still very young and doesn't have many features. [Ketesa](./configuring-playbook-ketesa.md) is the fully-featured alternative — it covers all Synapse and MAS Admin APIs, including complete user management, session management, and MAS policy data. Element Admin remains a valid choice if you prefer its interface."
  37. msgstr ""
  38. #: ../../../docs/configuring-playbook-element-admin.md:18
  39. msgid "Prerequisites"
  40. msgstr ""
  41. #: ../../../docs/configuring-playbook-element-admin.md:20
  42. msgid "A [Synapse](configuring-playbook-synapse.md) homeserver with its Admin API enabled (the playbook automatically enables it for you when you enable Element Admin)"
  43. msgstr ""
  44. #: ../../../docs/configuring-playbook-element-admin.md:21
  45. msgid "[Matrix Authentication Service](./configuring-playbook-matrix-authentication-service.md) with its Admin API enabled (the playbook automatically enables it for you when you enable Element Admin)"
  46. msgstr ""
  47. #: ../../../docs/configuring-playbook-element-admin.md:23
  48. msgid "Decide on a domain and path"
  49. msgstr ""
  50. #: ../../../docs/configuring-playbook-element-admin.md:25
  51. msgid "By default, the Element Admin is configured to be served on the `admin.element.example.com` domain."
  52. msgstr ""
  53. #: ../../../docs/configuring-playbook-element-admin.md:27
  54. msgid "If you'd like to run Element Admin on another hostname, see the [Adjusting the Element Admin URL](#adjusting-the-element-admin-url-optional) section below."
  55. msgstr ""
  56. #: ../../../docs/configuring-playbook-element-admin.md:29
  57. msgid "Adjusting DNS records (optional)"
  58. msgstr ""
  59. #: ../../../docs/configuring-playbook-element-admin.md:31
  60. msgid "By default, this playbook installs Element Admin on the `admin.element.` subdomain (`admin.element.example.com`) and requires you to create a `CNAME` record for `admin.element`, which targets `matrix.example.com`."
  61. msgstr ""
  62. #: ../../../docs/configuring-playbook-element-admin.md:33
  63. msgid "When setting these values, replace `example.com` with your own."
  64. msgstr ""
  65. #: ../../../docs/configuring-playbook-element-admin.md:35
  66. msgid "Adjusting the playbook configuration"
  67. msgstr ""
  68. #: ../../../docs/configuring-playbook-element-admin.md:37
  69. msgid "Add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  70. msgstr ""
  71. #: ../../../docs/configuring-playbook-element-admin.md:43
  72. msgid "Adjusting the Element Admin URL (optional)"
  73. msgstr ""
  74. #: ../../../docs/configuring-playbook-element-admin.md:45
  75. msgid "By tweaking the `matrix_element_admin_hostname` variable, you can easily make the service available at a **different hostname** than the default one."
  76. msgstr ""
  77. #: ../../../docs/configuring-playbook-element-admin.md:47
  78. msgid "Example additional configuration for your `vars.yml` file:"
  79. msgstr ""
  80. #: ../../../docs/configuring-playbook-element-admin.md:53
  81. msgid "[!WARNING] A `matrix_element_admin_path_prefix` variable is also available and mean to let you configure a path prefix for the Element Admin service, but **Element Admin does not support running under a sub-path yet**."
  82. msgstr ""
  83. #: ../../../docs/configuring-playbook-element-admin.md:56
  84. msgid "Installing"
  85. msgstr ""
  86. #: ../../../docs/configuring-playbook-element-admin.md:58
  87. 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:"
  88. msgstr ""
  89. #: ../../../docs/configuring-playbook-element-admin.md:65
  90. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  91. msgstr ""
  92. #: ../../../docs/configuring-playbook-element-admin.md:67
  93. 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."
  94. msgstr ""