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 07:23+0200\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"
@ -33,43 +33,43 @@ msgid "Sliding Sync is an implementation of [MSC3575](https://github.com/matrix-
msgstr ""
#: ../../../docs/configuring-playbook-sliding-sync-proxy.md:9
msgid "Adjusting the playbook configuration"
msgid "Adjusting DNS records (optional)"
msgstr ""
#: ../../../docs/configuring-playbook-sliding-sync-proxy.md:11
msgid "To enable Sliding Sync proxy, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
msgstr ""
#: ../../../docs/configuring-playbook-sliding-sync-proxy.md:17
msgid "Adjusting the Sliding Sync proxy URL"
msgstr ""
#: ../../../docs/configuring-playbook-sliding-sync-proxy.md:19
msgid "By default, this playbook installs the Sliding Sync proxy on the `matrix.` subdomain, at the `/sliding-sync` path (https://matrix.example.com/sliding-sync). This makes it easy to install it, because it **doesn't require additional DNS records to be set up**. If that's okay, you can skip this section."
msgstr ""
#: ../../../docs/configuring-playbook-sliding-sync-proxy.md:21
msgid "By tweaking the `matrix_sliding_sync_hostname` and `matrix_sliding_sync_path_prefix` variables, you can easily make the service available at a **different hostname and/or path** than the default one."
#: ../../../docs/configuring-playbook-sliding-sync-proxy.md:13
msgid "If you wish to adjust it, see the section [below](#adjusting-the-sliding-sync-proxy-url-optional) for details about DNS configuration."
msgstr ""
#: ../../../docs/configuring-playbook-sliding-sync-proxy.md:15
msgid "Adjusting the playbook configuration"
msgstr ""
#: ../../../docs/configuring-playbook-sliding-sync-proxy.md:17
msgid "To enable Sliding Sync proxy, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
msgstr ""
#: ../../../docs/configuring-playbook-sliding-sync-proxy.md:23
msgid "Example additional configuration for your `inventory/host_vars/matrix.example.com/vars.yml` file:"
msgid "Adjusting the Sliding Sync proxy URL (optional)"
msgstr ""
#: ../../../docs/configuring-playbook-sliding-sync-proxy.md:31
msgid "Adjusting DNS records"
#: ../../../docs/configuring-playbook-sliding-sync-proxy.md:25
msgid "By tweaking the `matrix_sliding_sync_hostname` and `matrix_sliding_sync_path_prefix` variables, you can easily make the service available at a **different hostname and/or path** than the default one."
msgstr ""
#: ../../../docs/configuring-playbook-sliding-sync-proxy.md:33
msgid "If you've changed the default hostname, **you may need to adjust your DNS** records to point the Honoroit domain to the Matrix server."
#: ../../../docs/configuring-playbook-sliding-sync-proxy.md:27
msgid "Example additional configuration for your `vars.yml` file:"
msgstr ""
#: ../../../docs/configuring-playbook-sliding-sync-proxy.md:35
msgid "See [Configuring DNS](configuring-dns.md) for details about DNS changes."
msgid "If you've changed the default hostname, you may need to create a CNAME record for the Sliding Sync proxy domain (`ss.example.com`), which targets `matrix.example.com`."
msgstr ""
#: ../../../docs/configuring-playbook-sliding-sync-proxy.md:37
msgid "If you've decided to use the default hostname, you won't need to do any extra DNS configuration."
msgid "When setting, replace `example.com` with your own."
msgstr ""
#: ../../../docs/configuring-playbook-sliding-sync-proxy.md:39