Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

62 lignes
2.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/alternative-architectures.md:1
  23. msgid "Alternative architectures"
  24. msgstr ""
  25. #: ../../../docs/alternative-architectures.md:3
  26. msgid "As stated in the [Prerequisites](prerequisites.md), currently only `amd64` (`x86_64`) is fully supported."
  27. msgstr ""
  28. #: ../../../docs/alternative-architectures.md:5
  29. msgid "The playbook automatically determines the target server's architecture (the `matrix_architecture` variable) to be one of the following:"
  30. msgstr ""
  31. #: ../../../docs/alternative-architectures.md:7
  32. msgid "`amd64` (`x86_64`)"
  33. msgstr ""
  34. #: ../../../docs/alternative-architectures.md:8
  35. msgid "`arm32`"
  36. msgstr ""
  37. #: ../../../docs/alternative-architectures.md:9
  38. msgid "`arm64`"
  39. msgstr ""
  40. #: ../../../docs/alternative-architectures.md:11
  41. msgid "Some tools and container images can be built on the host or other measures can be used to install on that architecture."
  42. msgstr ""
  43. #: ../../../docs/alternative-architectures.md:13
  44. msgid "Implementation details"
  45. msgstr ""
  46. #: ../../../docs/alternative-architectures.md:15
  47. msgid "For `amd64`, prebuilt container images (see the [container images we use](container-images.md)) are used for all components (except [Hydrogen](configuring-playbook-client-hydrogen.md), which goes through self-building)."
  48. msgstr ""
  49. #: ../../../docs/alternative-architectures.md:17
  50. msgid "For other architecture (`arm64`, `arm32`), components which have a prebuilt image make use of it. If the component is not available for the specific architecture, [self-building](self-building.md) will be used. Not all components support self-building though, so your mileage may vary."
  51. msgstr ""