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.
 
 
 

186 linhas
6.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/maintenance-upgrading-services.md:1
  23. msgid "Upgrading the Matrix services"
  24. msgstr ""
  25. #: ../../../docs/maintenance-upgrading-services.md:3
  26. msgid ""
  27. "This playbook not only installs the various Matrix services for you, but "
  28. "can also upgrade them as new versions are made available."
  29. msgstr ""
  30. #: ../../../docs/maintenance-upgrading-services.md:5
  31. msgid ""
  32. "While this playbook helps you to set up Matrix services and maintain "
  33. "them, it will **not** automatically run the maintenance task for you. You"
  34. " will need to update the playbook and re-run it **manually**."
  35. msgstr ""
  36. #: ../../../docs/maintenance-upgrading-services.md:7
  37. msgid ""
  38. "The upstream projects, which this playbook makes use of, occasionally if "
  39. "not often suffer from security vulnerabilities (for example, see "
  40. "[here](https://github.com/element-hq/element-web/security) for known ones"
  41. " on Element Web)."
  42. msgstr ""
  43. #: ../../../docs/maintenance-upgrading-services.md:9
  44. msgid ""
  45. "Since it is unsafe to keep outdated services running on the server "
  46. "connected to the internet, please consider to update the playbook and re-"
  47. "run it periodically, in order to keep the services up-to-date."
  48. msgstr ""
  49. #: ../../../docs/maintenance-upgrading-services.md:11
  50. msgid ""
  51. "The developers of this playbook strive to maintain the playbook updated, "
  52. "so that you can re-run the playbook to address such vulnerabilities. It "
  53. "is **your responsibility** to keep your server and the services on it up-"
  54. "to-date."
  55. msgstr ""
  56. #: ../../../docs/maintenance-upgrading-services.md:13
  57. msgid ""
  58. "If you want to be notified when new versions of Synapse are released, you"
  59. " should join the Synapse Homeowners room: "
  60. "[#homeowners:matrix.org](https://matrix.to/#/#homeowners:matrix.org)."
  61. msgstr ""
  62. #: ../../../docs/maintenance-upgrading-services.md:15
  63. msgid "Steps to upgrade the Matrix services"
  64. msgstr ""
  65. #: ../../../docs/maintenance-upgrading-services.md:17
  66. msgid "Check the changelog"
  67. msgstr ""
  68. #: ../../../docs/maintenance-upgrading-services.md:19
  69. msgid ""
  70. "Before updating the playbook and the Ansible roles in the playbook, take "
  71. "a look at [the changelog](../CHANGELOG.md) to see if there have been any "
  72. "backward-incompatible changes that you need to take care of."
  73. msgstr ""
  74. #: ../../../docs/maintenance-upgrading-services.md:21
  75. msgid "Update the playbook and the Ansible roles"
  76. msgstr ""
  77. #: ../../../docs/maintenance-upgrading-services.md:23
  78. msgid ""
  79. "If it looks good to you, go to the `matrix-docker-ansible-deploy` "
  80. "directory, update your playbook directory and all upstream Ansible roles "
  81. "(defined in the `requirements.yml` file) by running:"
  82. msgstr ""
  83. #: ../../../docs/maintenance-upgrading-services.md:25
  84. msgid "either: `just update`"
  85. msgstr ""
  86. #: ../../../docs/maintenance-upgrading-services.md:26
  87. msgid ""
  88. "or: a combination of `git pull` and `just roles` (or `make roles` if you "
  89. "have `make` program on your computer instead of `just`)"
  90. msgstr ""
  91. #: ../../../docs/maintenance-upgrading-services.md:28
  92. msgid ""
  93. "If you don't have either `just` tool or `make` program, you can run the "
  94. "`ansible-galaxy` tool directly: `rm -rf roles/galaxy; ansible-galaxy "
  95. "install -r requirements.yml -p roles/galaxy/ --force`"
  96. msgstr ""
  97. #: ../../../docs/maintenance-upgrading-services.md:30
  98. msgid ""
  99. "**Note**: for details about `just` commands, take a look at: [Running "
  100. "`just` commands](just.md)."
  101. msgstr ""
  102. #: ../../../docs/maintenance-upgrading-services.md:32
  103. msgid "Re-run the playbook setup"
  104. msgstr ""
  105. #: ../../../docs/maintenance-upgrading-services.md:34
  106. msgid ""
  107. "After updating the Ansible roles, then re-run the [playbook "
  108. "setup](installing.md#maintaining-your-setup-in-the-future) and restart "
  109. "all services:"
  110. msgstr ""
  111. #: ../../../docs/maintenance-upgrading-services.md:40
  112. msgid ""
  113. "If you remove components from `vars.yml`, or if we switch some component "
  114. "from being installed by default to not being installed by default "
  115. "anymore, you'd need to run the setup command with the `setup-all` tag as "
  116. "below:"
  117. msgstr ""
  118. #: ../../../docs/maintenance-upgrading-services.md:46
  119. msgid "**Notes**:"
  120. msgstr ""
  121. #: ../../../docs/maintenance-upgrading-services.md:48
  122. msgid ""
  123. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  124. "automatically create the bot's user account, if any."
  125. msgstr ""
  126. #: ../../../docs/maintenance-upgrading-services.md:50
  127. msgid ""
  128. "Our estimation is that running `--tags=install-all,start` is "
  129. "approximately from **2 to 5 times faster** than running `setup-all"
  130. ",ensure-matrix-users-created,start`. See [this entry](../CHANGELOG.md#2x-"
  131. "5x-performance-improvements-in-playbook-runtime) on `CHANGELOG.md` for "
  132. "more information."
  133. msgstr ""
  134. #: ../../../docs/maintenance-upgrading-services.md:52
  135. msgid ""
  136. "The shortcut commands with the [`just` program](just.md) are also "
  137. "available: `just install-all` or `just setup-all`. Note these shortcuts "
  138. "run the `ensure-matrix-users-created` tag too."
  139. msgstr ""
  140. #: ../../../docs/maintenance-upgrading-services.md:54
  141. msgid ""
  142. "See [this page on the playbook tags](playbook-tags.md) for more "
  143. "information about those tags."
  144. msgstr ""
  145. #: ../../../docs/maintenance-upgrading-services.md:56
  146. msgid "PostgreSQL major version upgrade"
  147. msgstr ""
  148. #: ../../../docs/maintenance-upgrading-services.md:58
  149. msgid ""
  150. "Major version upgrades to the internal PostgreSQL database are not done "
  151. "automatically. Upgrades must be performed manually."
  152. msgstr ""
  153. #: ../../../docs/maintenance-upgrading-services.md:60
  154. msgid ""
  155. "For details about upgrading it, refer to the [upgrading PostgreSQL guide"
  156. "](maintenance-postgres.md#upgrading-postgresql)."
  157. msgstr ""