Matrix Docker Ansible eploy
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

129 行
4.3 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/configuring-playbook-email.md:1
  24. msgid "Adjusting email-sending settings (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-email.md:3
  27. msgid ""
  28. "By default, this playbook sets up an [Exim](https://www.exim.org/) email "
  29. "server through which all Matrix services send emails."
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-email.md:5
  32. msgid ""
  33. "The email server would attempt to deliver emails directly to their final "
  34. "destination. This may or may not work, depending on your domain "
  35. "configuration (SPF settings, etc.)"
  36. msgstr ""
  37. #: ../../../docs/configuring-playbook-email.md:7
  38. msgid ""
  39. "By default, emails are sent from `matrix@matrix.example.com`, as "
  40. "specified by the `exim_relay_sender_address` playbook variable."
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-email.md:9
  43. msgid ""
  44. "⚠️ **Warning**: On some cloud providers (Google Cloud, etc.), [port 25 is"
  45. " always blocked](https://cloud.google.com/compute/docs/tutorials/sending-"
  46. "mail/), so sending email directly from your server is not possible. You "
  47. "will need to [relay email through another SMTP server](#relaying-email-"
  48. "through-another-smtp-server)."
  49. msgstr ""
  50. #: ../../../docs/configuring-playbook-email.md:11
  51. msgid ""
  52. "💡 To improve deliverability, we recommend [relaying email through another"
  53. " SMTP server](#relaying-email-through-another-smtp-server) anyway."
  54. msgstr ""
  55. #: ../../../docs/configuring-playbook-email.md:13
  56. msgid "Firewall settings"
  57. msgstr ""
  58. #: ../../../docs/configuring-playbook-email.md:15
  59. msgid ""
  60. "No matter whether you send email directly (the default) or you relay "
  61. "email through another host (see how below), you'll probably need to allow"
  62. " outgoing traffic for TCP ports 25/587 (depending on configuration)."
  63. msgstr ""
  64. #: ../../../docs/configuring-playbook-email.md:17
  65. msgid "Relaying email through another SMTP server"
  66. msgstr ""
  67. #: ../../../docs/configuring-playbook-email.md:19
  68. msgid ""
  69. "If you'd like to relay email through another SMTP server, add the "
  70. "following configuration to your "
  71. "`inventory/host_vars/matrix.example.com/vars.yml` file (adapt to your "
  72. "needs):"
  73. msgstr ""
  74. #: ../../../docs/configuring-playbook-email.md:31
  75. msgid ""
  76. "**Note**: only the secure submission protocol (using `STARTTLS`, usually "
  77. "on port `587`) is supported. **SMTPS** (encrypted SMTP, usually on port "
  78. "`465`) **is not supported**."
  79. msgstr ""
  80. #: ../../../docs/configuring-playbook-email.md:33
  81. msgid "Configuations for sending emails using Sendgrid"
  82. msgstr ""
  83. #: ../../../docs/configuring-playbook-email.md:35
  84. msgid ""
  85. "An easy and free SMTP service to set up is "
  86. "[Sendgrid](https://sendgrid.com/), the free tier allows for up to 100 "
  87. "emails per day to be sent. In the settings below you can provide any "
  88. "email for `exim_relay_sender_address`."
  89. msgstr ""
  90. #: ../../../docs/configuring-playbook-email.md:37
  91. msgid ""
  92. "The only other thing you need to change is the "
  93. "`exim_relay_relay_auth_password`, which you can generate at "
  94. "https://app.sendgrid.com/settings/api_keys. The API key password looks "
  95. "something like `SG.955oW1mLSfwds7i9Yd6IA5Q.q8GTaB8q9kGDzasegdG6u95fQ-"
  96. "6zkdwrPP8bOeuI`."
  97. msgstr ""
  98. #: ../../../docs/configuring-playbook-email.md:39
  99. msgid ""
  100. "Note that the `exim_relay_relay_auth_username` is literally the string "
  101. "`apikey`, it's always the same for Sendgrid."
  102. msgstr ""
  103. #: ../../../docs/configuring-playbook-email.md:51
  104. msgid "Troubleshooting"
  105. msgstr ""
  106. #: ../../../docs/configuring-playbook-email.md:53
  107. msgid ""
  108. "If you're having trouble with email not being delivered, it may be useful"
  109. " to inspect the mailer logs: `journalctl -f -u matrix-exim-relay`."
  110. msgstr ""