Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

79 line
2.6 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/alternative-architectures.md:1
  24. msgid "Alternative architectures"
  25. msgstr "Алтернативни архитектури"
  26. #: ../../../docs/alternative-architectures.md:3
  27. msgid ""
  28. "As stated in the [Prerequisites](prerequisites.md), currently only "
  29. "`amd64` (`x86_64`) is fully supported."
  30. msgstr "Както е посочено в [Предусловия](prerequisites.md), в момента само `amd64` (`x86_64`) е напълно поддържана архитектура."
  31. #: ../../../docs/alternative-architectures.md:5
  32. msgid ""
  33. "The playbook automatically determines the target server's architecture "
  34. "(the `matrix_architecture` variable) to be one of the following:"
  35. msgstr ""
  36. #: ../../../docs/alternative-architectures.md:7
  37. msgid "`amd64` (`x86_64`)"
  38. msgstr "`amd64` (`x86_64`)"
  39. #: ../../../docs/alternative-architectures.md:8
  40. msgid "`arm32`"
  41. msgstr "`arm32`"
  42. #: ../../../docs/alternative-architectures.md:9
  43. msgid "`arm64`"
  44. msgstr "`arm64`"
  45. #: ../../../docs/alternative-architectures.md:11
  46. msgid ""
  47. "Some tools and container images can be built on the host or other "
  48. "measures can be used to install on that architecture."
  49. msgstr ""
  50. #: ../../../docs/alternative-architectures.md:13
  51. msgid "Implementation details"
  52. msgstr ""
  53. #: ../../../docs/alternative-architectures.md:15
  54. msgid ""
  55. "For `amd64`, prebuilt container images (see the [container images we use"
  56. "](container-images.md)) are used for all components (except [Hydrogen"
  57. "](configuring-playbook-client-hydrogen.md), which goes through self-"
  58. "building)."
  59. msgstr ""
  60. #: ../../../docs/alternative-architectures.md:17
  61. msgid ""
  62. "For other architecture (`arm64`, `arm32`), components which have a "
  63. "prebuilt image make use of it. If the component is not available for the "
  64. "specific architecture, [self-building](self-building.md) will be used. "
  65. "Not all components support self-building though, so your mileage may "
  66. "vary."
  67. msgstr ""