Matrix Docker Ansible eploy
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

62 satır
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: 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/importing-synapse-media-store.md:1
  23. msgid "Importing `media_store` data files from an existing Synapse installation (optional)"
  24. msgstr ""
  25. #: ../../../docs/importing-synapse-media-store.md:3
  26. msgid "Run this if you'd like to import your `media_store` files from a previous installation of Synapse."
  27. msgstr ""
  28. #: ../../../docs/importing-synapse-media-store.md:5
  29. msgid "Prerequisites"
  30. msgstr ""
  31. #: ../../../docs/importing-synapse-media-store.md:7
  32. msgid "Before doing the actual data restore, **you need to upload your media store directory to the server** (any path is okay)."
  33. msgstr ""
  34. #: ../../../docs/importing-synapse-media-store.md:9
  35. msgid "If you are [storing Matrix media files on Amazon S3](configuring-playbook-s3.md) (optional), restoring with this tool is not possible right now."
  36. msgstr ""
  37. #: ../../../docs/importing-synapse-media-store.md:11
  38. msgid "As an alternative, you can perform a manual restore using the [AWS CLI tool](https://aws.amazon.com/cli/) (e.g. `aws s3 sync /path/to/server/media_store/. s3://name-of-bucket/`)"
  39. msgstr ""
  40. #: ../../../docs/importing-synapse-media-store.md:13
  41. msgid "**Note for Mac users**: Due to case-sensitivity issues on certain Mac filesystems (HFS or HFS+), filename corruption may occur if you copy a `media_store` directory to your Mac. If you're transferring a `media_store` directory between 2 servers, make sure you do it directly (from server to server with a tool such as [rsync](https://rsync.samba.org/)), and not by downloading the files to your Mac."
  42. msgstr ""
  43. #: ../../../docs/importing-synapse-media-store.md:15
  44. msgid "Importing"
  45. msgstr ""
  46. #: ../../../docs/importing-synapse-media-store.md:17
  47. msgid "Run this command (make sure to replace `<server-path-to-media_store>` with a path on your server):"
  48. msgstr ""
  49. #: ../../../docs/importing-synapse-media-store.md:23
  50. msgid "**Note**: `<server-path-to-media_store>` must be a file path to a `media_store` directory on the server (not on your local machine!)."
  51. msgstr ""