Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

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