Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

82 строки
3.5 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2025, Slavi Pantaleev, Aine Etke, MDAD community members
  3. # This file is distributed under the same license as the matrix-docker-ansible-deploy package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2025-01-27 09:54+0200\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #: ../../../docs/getting-the-playbook.md:1
  19. msgid "Getting the playbook"
  20. msgstr ""
  21. #: ../../../docs/getting-the-playbook.md:3
  22. msgid "<sup>[Prerequisites](prerequisites.md) > [Configuring your DNS settings](configuring-dns.md) > Getting the playbook > [Configuring the playbook](configuring-playbook.md) > [Installing](installing.md)</sup>"
  23. msgstr ""
  24. #: ../../../docs/getting-the-playbook.md:5
  25. msgid "This Ansible playbook is meant to be executed on your own computer (not the Matrix server)."
  26. msgstr ""
  27. #: ../../../docs/getting-the-playbook.md:7
  28. msgid "In special cases (if your computer cannot run Ansible, etc.) you may put the playbook on the server as well."
  29. msgstr ""
  30. #: ../../../docs/getting-the-playbook.md:9
  31. msgid "You can retrieve the playbook's source code by:"
  32. msgstr ""
  33. #: ../../../docs/getting-the-playbook.md:11
  34. msgid "[Using git to get the playbook](#using-git-to-get-the-playbook) (recommended)"
  35. msgstr ""
  36. #: ../../../docs/getting-the-playbook.md:13
  37. msgid "[Downloading the playbook as a ZIP archive](#downloading-the-playbook-as-a-zip-archive) (not recommended)"
  38. msgstr ""
  39. #: ../../../docs/getting-the-playbook.md:15
  40. msgid "Using git to get the playbook"
  41. msgstr ""
  42. #: ../../../docs/getting-the-playbook.md:17
  43. msgid "We recommend using the [git](https://git-scm.com/) tool to get the playbook's source code, because it lets you easily keep up to date in the future when [Maintaining services](maintenance-upgrading-services.md)."
  44. msgstr ""
  45. #: ../../../docs/getting-the-playbook.md:19
  46. msgid "Once you've installed git on your computer, you can go to any directory of your choosing and run the following command to retrieve the playbook's source code:"
  47. msgstr ""
  48. #: ../../../docs/getting-the-playbook.md:25
  49. msgid "This will create a new `matrix-docker-ansible-deploy` directory. You're supposed to execute all other installation commands inside that directory."
  50. msgstr ""
  51. #: ../../../docs/getting-the-playbook.md:27
  52. msgid "Downloading the playbook as a ZIP archive"
  53. msgstr ""
  54. #: ../../../docs/getting-the-playbook.md:29
  55. msgid "Alternatively, you can download the playbook as a ZIP archive. This is not recommended, as it's not easy to keep up to date with future updates. We suggest you [use git](#using-git-to-get-the-playbook) instead."
  56. msgstr ""
  57. #: ../../../docs/getting-the-playbook.md:31
  58. msgid "The latest version is always at the following URL: https://github.com/spantaleev/matrix-docker-ansible-deploy/archive/master.zip"
  59. msgstr ""
  60. #: ../../../docs/getting-the-playbook.md:33
  61. msgid "You can extract this archive anywhere. You'll get a directory called `matrix-docker-ansible-deploy-master`. You're supposed to execute all other installation commands inside that directory."
  62. msgstr ""
  63. #: ../../../docs/getting-the-playbook.md:37
  64. msgid "[▶️](configuring-playbook.md) No matter which method you've used to download the playbook, you can proceed by [Configuring the playbook](configuring-playbook.md)."
  65. msgstr ""