mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-11-07 10:38:58 +01:00
Update translation-templates/
Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
This commit is contained in:
@@ -0,0 +1,93 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# 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.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: matrix-docker-ansible-deploy \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-11-06 23:09+0900\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: ../../../docs/configuring-playbook-jwt-service.md:8
|
||||
msgid "Setting up JWT Service (optional)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-jwt-service.md:10
|
||||
msgid "The playbook can install and configure [LiveKit JWT Service](https://github.com/element-hq/lk-jwt-service) for you."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-jwt-service.md:12
|
||||
msgid "LK-JWT-Service is currently used for a single reason: generate JWT tokens with a given identity for a given room, so that users can use them to authenticate against LiveKit SFU."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-jwt-service.md:14
|
||||
msgid "See the project's [documentation](https://github.com/element-hq/lk-jwt-service/) to learn more."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-jwt-service.md:16
|
||||
msgid "Decide on a domain and path"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-jwt-service.md:18
|
||||
msgid "By default, JWT Service is configured to be served:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-jwt-service.md:20
|
||||
msgid "on the Matrix domain (`matrix.example.com`), configurable via `matrix_livekit_jwt_service_hostname`"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-jwt-service.md:21
|
||||
msgid "under a `/livekit-jwt-service` path prefix, configurable via `matrix_livekit_jwt_service_path_prefix`"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-jwt-service.md:23
|
||||
msgid "This makes it easy to set it up, **without** having to adjust your DNS records manually."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-jwt-service.md:25
|
||||
msgid "Adjusting DNS records"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-jwt-service.md:27
|
||||
msgid "If you've changed the default hostname, **you may need to adjust your DNS** records accordingly to point to the correct server."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-jwt-service.md:29
|
||||
msgid "Adjusting the playbook configuration"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-jwt-service.md:31
|
||||
msgid "Add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-jwt-service.md:37
|
||||
msgid "Installing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-jwt-service.md:39
|
||||
msgid "After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all` or `just setup-all`"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-jwt-service.md:41
|
||||
msgid "Usage"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-jwt-service.md:43
|
||||
msgid "Once installed, a new `org.matrix.msc4143.rtc_foci` section is added to the Element Web client to point to your JWT service URL (e.g., `https://matrix.example.com/livekit-jwt-service`)."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-jwt-service.md:45
|
||||
msgid "Additional Information"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-jwt-service.md:47
|
||||
msgid "Refer to the LiveKit JWT-Service documentation for more details on configuring and using JWT Service."
|
||||
msgstr ""
|
||||
Reference in New Issue
Block a user