Matrix Docker Ansible eploy
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

107 wiersze
3.1 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/uninstalling.md:1
  24. msgid "Uninstalling"
  25. msgstr ""
  26. #: ../../../docs/uninstalling.md:3
  27. msgid "**Warnings**:"
  28. msgstr ""
  29. #: ../../../docs/uninstalling.md:5
  30. msgid ""
  31. "If your server federates with others, make sure to **leave any federated "
  32. "rooms before nuking your Matrix server's data**. Otherwise, the next time"
  33. " you set up a Matrix server for this domain (regardless of the "
  34. "installation method you use), you'll encounter trouble federating."
  35. msgstr ""
  36. #: ../../../docs/uninstalling.md:7
  37. msgid ""
  38. "If you have some trouble with your installation, you can just [re-run the"
  39. " playbook](installing.md) and it will try to set things up again. "
  40. "**Uninstalling and then installing anew rarely solves anything**."
  41. msgstr ""
  42. #: ../../../docs/uninstalling.md:11
  43. msgid "Uninstalling using a script"
  44. msgstr ""
  45. #: ../../../docs/uninstalling.md:13
  46. msgid "Installing places a `/matrix/bin/remove-all` script on the server."
  47. msgstr ""
  48. #: ../../../docs/uninstalling.md:15
  49. msgid ""
  50. "You can run it to to have it uninstall things for you automatically (see "
  51. "below). **Use with caution!**"
  52. msgstr ""
  53. #: ../../../docs/uninstalling.md:17
  54. msgid "Uninstalling manually"
  55. msgstr ""
  56. #: ../../../docs/uninstalling.md:19
  57. msgid ""
  58. "If you prefer to uninstall manually, run these commands (most are meant "
  59. "to be executed on the Matrix server itself):"
  60. msgstr ""
  61. #: ../../../docs/uninstalling.md:21
  62. msgid ""
  63. "ensure all Matrix services are stopped: `ansible-playbook -i "
  64. "inventory/hosts setup.yml --tags=stop` (if you can't get Ansible working "
  65. "to run this command, you can run `systemctl stop 'matrix*'` manually on "
  66. "the server)"
  67. msgstr ""
  68. #: ../../../docs/uninstalling.md:23
  69. msgid ""
  70. "delete the Matrix-related systemd `.service` and `.timer` files (`rm -f "
  71. "/etc/systemd/system/matrix*.{service,timer}`) and reload systemd "
  72. "(`systemctl daemon-reload`)"
  73. msgstr ""
  74. #: ../../../docs/uninstalling.md:25
  75. msgid ""
  76. "delete some cached Docker images (`docker system prune -a`) or just "
  77. "delete them all (`docker rmi $(docker images -aq)`)"
  78. msgstr ""
  79. #: ../../../docs/uninstalling.md:27
  80. msgid ""
  81. "delete the Docker networks: `docker network rm matrix matrix-coturn` "
  82. "(might have been deleted already if you ran the `docker system prune` "
  83. "command)"
  84. msgstr ""
  85. #: ../../../docs/uninstalling.md:29
  86. msgid "uninstall Docker itself, if necessary"
  87. msgstr ""
  88. #: ../../../docs/uninstalling.md:31
  89. msgid "delete the `/matrix` directory (`rm -rf /matrix`)"
  90. msgstr ""