2024-12-20 07:37:38 +00:00
|
|
|
# SOME DESCRIPTIVE TITLE.
|
|
|
|
# Copyright (C) 2018-2024, 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>, 2024.
|
|
|
|
#
|
|
|
|
#, fuzzy
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: matrix-docker-ansible-deploy \n"
|
|
|
|
"Report-Msgid-Bugs-To: \n"
|
2024-12-20 07:54:28 +00:00
|
|
|
"POT-Creation-Date: 2024-12-20 09:53+0200\n"
|
2024-12-20 07:37:38 +00:00
|
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
|
|
"Language: jp\n"
|
|
|
|
"Language-Team: jp <LL@li.org>\n"
|
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
"Generated-By: Babel 2.16.0\n"
|
|
|
|
|
|
|
|
#: ../../../docs/configuring-playbook-synapse-auto-accept-invite.md:1
|
|
|
|
msgid "Setting up Synapse Auto Invite Accept (optional)"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../../../docs/configuring-playbook-synapse-auto-accept-invite.md:3
|
|
|
|
msgid ""
|
|
|
|
"The playbook can install and configure [synapse-auto-invite-"
|
|
|
|
"accept](https://github.com/matrix-org/synapse-auto-accept-invite) for "
|
|
|
|
"you."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../../../docs/configuring-playbook-synapse-auto-accept-invite.md:5
|
|
|
|
msgid ""
|
2024-12-20 07:54:28 +00:00
|
|
|
"In short, it automatically accepts room invites. You can specify that "
|
|
|
|
"only 1:1 room invites are auto-accepted. Defaults to false if not "
|
2024-12-20 07:37:38 +00:00
|
|
|
"specified."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../../../docs/configuring-playbook-synapse-auto-accept-invite.md:7
|
|
|
|
msgid ""
|
2024-12-20 07:54:28 +00:00
|
|
|
"See the project's [documentation](https://github.com/matrix-org/synapse-"
|
|
|
|
"auto-accept-invite/blob/main/README.md) to learn what it does and why it "
|
|
|
|
"might be useful to you."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: ../../../docs/configuring-playbook-synapse-auto-accept-invite.md:9
|
|
|
|
msgid ""
|
2024-12-20 07:37:38 +00:00
|
|
|
"**Note**: Synapse [v1.109.0](https://github.com/element-"
|
|
|
|
"hq/synapse/releases/tag/v1.109.0), the same feature [has been "
|
|
|
|
"merged](https://github.com/element-hq/synapse/pull/17147) into Synapse "
|
|
|
|
"(see the [Native alternative](#native-alternative) section below). You'd "
|
|
|
|
"better use the native feature, instead of the [synapse-auto-invite-"
|
|
|
|
"accept](https://github.com/matrix-org/synapse-auto-accept-invite) 3rd "
|
|
|
|
"party module."
|
|
|
|
msgstr ""
|
|
|
|
|
2024-12-20 07:54:28 +00:00
|
|
|
#: ../../../docs/configuring-playbook-synapse-auto-accept-invite.md:11
|
2024-12-20 07:37:38 +00:00
|
|
|
msgid "Configuration"
|
|
|
|
msgstr ""
|
|
|
|
|
2024-12-20 07:54:28 +00:00
|
|
|
#: ../../../docs/configuring-playbook-synapse-auto-accept-invite.md:13
|
2024-12-20 07:37:38 +00:00
|
|
|
msgid ""
|
|
|
|
"If you decide that you'd like to let this playbook install the [synapse-"
|
|
|
|
"auto-invite-accept](https://github.com/matrix-org/synapse-auto-accept-"
|
|
|
|
"invite module for you, add the following configuration to your "
|
|
|
|
"`inventory/host_vars/matrix.example.com/vars.yml` file:"
|
|
|
|
msgstr ""
|
|
|
|
|
2024-12-20 07:54:28 +00:00
|
|
|
#: ../../../docs/configuring-playbook-synapse-auto-accept-invite.md:21
|
2024-12-20 07:37:38 +00:00
|
|
|
msgid "Synapse worker deployments"
|
|
|
|
msgstr ""
|
|
|
|
|
2024-12-20 07:54:28 +00:00
|
|
|
#: ../../../docs/configuring-playbook-synapse-auto-accept-invite.md:23
|
2024-12-20 07:37:38 +00:00
|
|
|
msgid ""
|
|
|
|
"In a [workerized Synapse deployment](https://github.com/spantaleev"
|
|
|
|
"/matrix-docker-ansible-"
|
|
|
|
"deploy/blob/c9a842147e09647c355799ca024d65a5de66b099/docs/configuring-"
|
|
|
|
"playbook-synapse.md#load-balancing-with-workers) it is possible to run "
|
|
|
|
"this module on a worker to reduce the load on the main process (Default "
|
|
|
|
"is `null`). For example, add this to your configuration:"
|
|
|
|
msgstr ""
|
|
|
|
|
2024-12-20 07:54:28 +00:00
|
|
|
#: ../../../docs/configuring-playbook-synapse-auto-accept-invite.md:29
|
2024-12-20 07:37:38 +00:00
|
|
|
msgid ""
|
|
|
|
"There might be an [issue with federation](https://github.com/matrix-org"
|
|
|
|
"/synapse-auto-accept-invite/issues/18)."
|
|
|
|
msgstr ""
|
|
|
|
|
2024-12-20 07:54:28 +00:00
|
|
|
#: ../../../docs/configuring-playbook-synapse-auto-accept-invite.md:31
|
2024-12-20 07:37:38 +00:00
|
|
|
msgid "Native alternative"
|
|
|
|
msgstr ""
|
|
|
|
|
2024-12-20 07:54:28 +00:00
|
|
|
#: ../../../docs/configuring-playbook-synapse-auto-accept-invite.md:33
|
2024-12-20 07:37:38 +00:00
|
|
|
msgid ""
|
|
|
|
"Since Synapse [v1.109.0](https://github.com/element-"
|
|
|
|
"hq/synapse/releases/tag/v1.109.0), the functionality provided by the "
|
|
|
|
"[synapse-auto-invite-accept](https://github.com/matrix-org/synapse-auto-"
|
|
|
|
"accept-invite) 3rd party module [has been made](https://github.com"
|
|
|
|
"/element-hq/synapse/pull/17147) part of Synapse."
|
|
|
|
msgstr ""
|
|
|
|
|
2024-12-20 07:54:28 +00:00
|
|
|
#: ../../../docs/configuring-playbook-synapse-auto-accept-invite.md:35
|
2024-12-20 07:37:38 +00:00
|
|
|
msgid "Here's example configuration for using the **native** Synapse feature:"
|
|
|
|
msgstr ""
|
|
|
|
|
2024-12-20 07:54:28 +00:00
|
|
|
#~ msgid ""
|
|
|
|
#~ "See that project's "
|
|
|
|
#~ "[documentation](https://github.com/matrix-org/synapse-"
|
|
|
|
#~ "auto-accept-invite) to learn what it"
|
|
|
|
#~ " does and why it might be "
|
|
|
|
#~ "useful to you. In short, it "
|
|
|
|
#~ "automatically accepts room invites. You "
|
|
|
|
#~ "can specify that only 1:1 room "
|
|
|
|
#~ "invites are auto-accepted. Defaults to"
|
|
|
|
#~ " false if not specified."
|
|
|
|
#~ msgstr ""
|
|
|
|
|