Matrix Docker Ansible eploy
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

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