Matrix Docker Ansible eploy
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 

131 líneas
4.3 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-16 12:05+0900\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 ""
  28. "By default, this playbook **used to install** the [Riot-"
  29. "web](https://github.com/element-hq/riot-web) Matrix client web "
  30. "application."
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook-riot-web.md:5
  33. msgid ""
  34. "Riot has since been [renamed to Element](https://element.io/blog/welcome-"
  35. "to-element/)."
  36. msgstr ""
  37. #: ../../../docs/configuring-playbook-riot-web.md:7
  38. msgid ""
  39. "to learn more about Element Web and its configuration, see our dedicated "
  40. "[Configuring Element Web](configuring-playbook-client-element-web.md) "
  41. "documentation page"
  42. msgstr ""
  43. #: ../../../docs/configuring-playbook-riot-web.md:8
  44. msgid ""
  45. "to learn how to migrate from Riot to Element Web, see [Migrating to "
  46. "Element Web](#migrating-to-element-web) below"
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-riot-web.md:10
  49. msgid "Migrating to Element Web"
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-riot-web.md:12
  52. msgid "Migrating your custom settings"
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-riot-web.md:14
  55. msgid ""
  56. "If you have custom `matrix_riot_web_` variables in your "
  57. "`inventory/host_vars/matrix.example.com/vars.yml` file, you'll need to "
  58. "rename them (`matrix_riot_web_` -> `matrix_client_element_`)."
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-riot-web.md:16
  61. msgid ""
  62. "Some other playbook variables (but not all) with `riot` in their name are"
  63. " also renamed. The playbook checks and warns if you are using the old "
  64. "name for some commonly used ones."
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-riot-web.md:18
  67. msgid "Domain migration"
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-riot-web.md:20
  70. msgid ""
  71. "We used to set up Riot at the `riot.example.com` domain. The playbook now"
  72. " sets up Element Web at `element.example.com` by default."
  73. msgstr ""
  74. #: ../../../docs/configuring-playbook-riot-web.md:22
  75. msgid "There are a few options for handling this:"
  76. msgstr ""
  77. #: ../../../docs/configuring-playbook-riot-web.md:24
  78. msgid ""
  79. "(**avoiding changes** - using the old `riot.example.com` domain and "
  80. "avoiding DNS changes) -- to keep using `riot.example.com` instead of "
  81. "`element.example.com`, override the domain at which the playbook serves "
  82. "Element Web: `matrix_server_fqn_element: \"riot.{{ matrix_domain }}\"`"
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-riot-web.md:26
  85. msgid ""
  86. "(**embracing changes** - using only `element.example.com`) - set up the "
  87. "`element.example.com` DNS record (see [Configuring DNS](configuring-"
  88. "dns.md)). You can drop the `riot.example.com` in this case."
  89. msgstr ""
  90. #: ../../../docs/configuring-playbook-riot-web.md:28
  91. msgid "Re-running the playbook"
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-riot-web.md:30
  94. msgid ""
  95. "After configuring the playbook, run it with [playbook tags](playbook-"
  96. "tags.md) as below:"
  97. msgstr ""
  98. #: ../../../docs/configuring-playbook-riot-web.md:37
  99. msgid ""
  100. "The shortcut commands with the [`just` program](just.md) are also "
  101. "available: `just install-all` or `just setup-all`"
  102. msgstr ""
  103. #: ../../../docs/configuring-playbook-riot-web.md:39
  104. msgid ""
  105. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  106. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  107. "runtime) than `just setup-all`) when its components remain unchanged. If "
  108. "you adjust your `vars.yml` to remove other components, you'd need to run "
  109. "`just setup-all`, or these components will still remain installed. Note "
  110. "these shortcuts run the `ensure-matrix-users-created` tag too."
  111. msgstr ""