Sync i18n with recent changes

This commit is contained in:
Slavi Pantaleev
2025-01-27 09:56:21 +02:00
parent 43d5596086
commit 83eedc44f1
347 changed files with 24578 additions and 22358 deletions

View File

@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2018-2024, Slavi Pantaleev, Aine Etke, MDAD community members
# Copyright (C) 2018-2025, Slavi Pantaleev, Aine Etke, MDAD community members
# This file is distributed under the same license as the matrix-docker-ansible-deploy package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: matrix-docker-ansible-deploy \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-20 23:17+0900\n"
"POT-Creation-Date: 2025-01-27 09:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -21,117 +21,205 @@ msgid "Setting up Postmoogle email bridging (optional)"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:3
msgid "**Note**: email bridging can also happen via the [email2matrix](configuring-playbook-email2matrix.md) bridge supported by the playbook."
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:5
msgid "The playbook can install and configure [Postmoogle](https://github.com/etkecc/postmoogle) for you."
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:7
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:5
msgid "Postmoogle is a bridge you can use to have its bot user forward emails to Matrix rooms. It runs an SMTP email server and allows you to assign mailbox addresses to the rooms."
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:9
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:7
msgid "See the project's [documentation](https://github.com/etkecc/postmoogle/blob/master/README.md) to learn what it does and why it might be useful to you."
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:11
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:9
msgid "Prerequisites"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:13
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:11
msgid "Open the following ports on your server to be able to receive incoming emails:"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:15
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:13
msgid "`25/tcp`: SMTP"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:16
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:14
msgid "`587/tcp`: Submission (TLS-encrypted SMTP)"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:18
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:16
msgid "If you don't open these ports, you will still be able to send emails, but not receive any."
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:20
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:18
msgid "These port numbers are configurable via the `matrix_postmoogle_smtp_host_bind_port` and `matrix_postmoogle_submission_host_bind_port` variables, but other email servers will try to deliver on these default (standard) ports, so changing them is of little use."
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:22
msgid "Adjusting the playbook configuration"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:24
msgid "Add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:45
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:20
msgid "Adjusting DNS records"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:47
msgid "You will also need to add several DNS records so that Postmoogle can send emails. See [Configuring DNS](configuring-dns.md) for details about DNS changes."
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:22
msgid "To make Postmoogle enable its email sending features, you need to configure MX and TXT (SPF, DMARC, and DKIM) records. See the table below for values which need to be specified."
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:49
msgid "Installing"
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:0
msgid "Type"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:51
msgid "After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below:"
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:0
msgid "Host"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:0
msgid "Priority"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:0
msgid "Weight"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:0
msgid "Port"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:0
msgid "Target"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:0
msgid "MX"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:0
msgid "`matrix`"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:0
msgid "10"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:0
msgid "0"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:0
msgid "-"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:0
msgid "`matrix.example.com`"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:0
msgid "TXT"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:0
msgid "`v=spf1 ip4:matrix-server-IP -all`"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:0
msgid "`_dmarc.matrix`"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:0
msgid "`v=DMARC1; p=quarantine;`"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:0
msgid "`postmoogle._domainkey.matrix`"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:0
msgid "get it from `!pm dkim`"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:31
msgid "**Note**: the DKIM record can be retrieved after configuring and installing the bridge's bot."
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:33
msgid "Adjusting the playbook configuration"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:35
msgid "Add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:56
msgid "Extending the configuration"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:58
msgid "**Notes**:"
msgid "There are some additional things you may wish to configure about the bridge."
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:60
msgid "The `ensure-matrix-users-created` playbook tag makes the playbook automatically create a user account of the bridge's bot."
msgid "Take a look at:"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:62
msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
msgid "`roles/custom/matrix-bridge-postmoogle/defaults/main.yml` for some variables that you can customize via your `vars.yml` file"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:64
msgid "`just install-all` is useful for maintaining your setup quickly ([2x-5x faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-runtime) than `just setup-all`) when its components remain unchanged. If you adjust your `vars.yml` to remove other components, you'd need to run `just setup-all`, or these components will still remain installed."
msgid "Installing"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:66
msgid "After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below:"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:73
msgid "**Notes**:"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:75
msgid "The `ensure-matrix-users-created` playbook tag makes the playbook automatically create a user account of the bridge's bot."
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:77
msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:79
msgid "`just install-all` is useful for maintaining your setup quickly ([2x-5x faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-runtime) than `just setup-all`) when its components remain unchanged. If you adjust your `vars.yml` to remove other components, you'd need to run `just setup-all`, or these components will still remain installed."
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:81
msgid "If you change the bridge's bot password (`matrix_postmoogle_password` in your `vars.yml` file) subsequently, the bot user's credentials on the homeserver won't be updated automatically. If you'd like to change the bot user's password, use a tool like [synapse-admin](configuring-playbook-synapse-admin.md) to change it, and then update `matrix_postmoogle_password` to let the bot know its new password."
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:68
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:83
msgid "Usage"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:70
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:85
msgid "To use the bridge, invite the `@postmoogle:example.com` bot user into a room you want to use as a mailbox."
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:72
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:87
msgid "Then send `!pm mailbox NAME` to expose this Matrix room as an inbox with the email address `NAME@matrix.example.com`. Emails sent to that email address will be forwarded to the room."
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:74
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:89
msgid "Send `!pm help` to the bot in the room to see the available commands."
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:76
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:91
msgid "You can also refer to the upstream [documentation](https://github.com/etkecc/postmoogle)."
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:78
msgid "Debug/Logs"
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:93
msgid "Troubleshooting"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:80
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:95
msgid "As with all other services, you can find their logs in [systemd-journald](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html) by running something like `journalctl -fu matrix-postmoogle`"
msgstr ""
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:82
#: ../../../docs/configuring-playbook-bridge-postmoogle.md:97
msgid "The default logging level for this bridge is `INFO`, but you can increase it to `DEBUG` with the following additional configuration:"
msgstr ""