Sync i18n with recent changes
This commit is contained in:
@ -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-28 10:25+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"
|
||||
@ -25,69 +25,69 @@ msgid "When setting up some optional features like bots and bridges you will nee
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/obtaining-access-tokens.md:5
|
||||
msgid "⚠️ **Warning**: Access tokens are sensitive information. Do not include them in any bug reports, messages, or logs. Do not share the access token with anyone."
|
||||
msgid "[!WARNING] Access tokens are sensitive information. Do not include them in any bug reports, messages, or logs. Do not share the access token with anyone."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/obtaining-access-tokens.md:7
|
||||
#: ../../../docs/obtaining-access-tokens.md:8
|
||||
msgid "Prerequisites"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/obtaining-access-tokens.md:9
|
||||
#: ../../../docs/obtaining-access-tokens.md:10
|
||||
msgid "The user for whom you want to obtain an access token needs to already exist. You can use this playbook to [register a new user](registering-users.md), if you have not already."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/obtaining-access-tokens.md:11
|
||||
msgid "Below, we describe 2 ways to generate an access token for a user - using [Element Web](#obtain-an-access-token-via-element-web) or [curl](#obtain-an-access-token-via-curl). For both ways you need the user's password."
|
||||
#: ../../../docs/obtaining-access-tokens.md:12
|
||||
msgid "Below, we describe 2 ways to generate an access token for a user — using [Element Web](#obtain-an-access-token-via-element-web) or [curl](#obtain-an-access-token-via-curl). For both ways you need the user's password."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/obtaining-access-tokens.md:13
|
||||
#: ../../../docs/obtaining-access-tokens.md:14
|
||||
msgid "Obtain an access token via Element Web"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/obtaining-access-tokens.md:15
|
||||
#: ../../../docs/obtaining-access-tokens.md:16
|
||||
msgid "In a private browsing session (incognito window), open Element Web."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/obtaining-access-tokens.md:16
|
||||
#: ../../../docs/obtaining-access-tokens.md:17
|
||||
msgid "Log in with the user's credentials."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/obtaining-access-tokens.md:17
|
||||
#: ../../../docs/obtaining-access-tokens.md:18
|
||||
msgid "In the settings page, choose \"Help & About\", scroll down to the bottom and expand the `Access Token` section (see screenshot below)."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/obtaining-access-tokens.md:18
|
||||
#: ../../../docs/obtaining-access-tokens.md:19
|
||||
msgid "Copy the access token to your configuration."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/obtaining-access-tokens.md:19
|
||||
#: ../../../docs/obtaining-access-tokens.md:20
|
||||
msgid "Close the private browsing session. **Do not log out**. Logging out will invalidate the token, making it not work."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/obtaining-access-tokens.md:21
|
||||
#: ../../../docs/obtaining-access-tokens.md:22
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/obtaining-access-tokens.md:21
|
||||
#: ../../../docs/obtaining-access-tokens.md:22
|
||||
msgid "Obtaining an access token with Element Web"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/obtaining-access-tokens.md:23
|
||||
#: ../../../docs/obtaining-access-tokens.md:24
|
||||
msgid "Obtain an access token via curl"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/obtaining-access-tokens.md:25
|
||||
#: ../../../docs/obtaining-access-tokens.md:26
|
||||
msgid "You can use the following command to get an access token for your user directly from the [Matrix Client-Server API](https://www.matrix.org/docs/guides/client-server-api#login):"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/obtaining-access-tokens.md:35
|
||||
#: ../../../docs/obtaining-access-tokens.md:36
|
||||
msgid "Change `USERNAME`, `PASSWORD`, and `example.com` accordingly."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/obtaining-access-tokens.md:37
|
||||
#: ../../../docs/obtaining-access-tokens.md:38
|
||||
msgid "`YOURDEVICEID` is optional and can be used to more easily identify the session later. When omitted (mind the commas in the JSON payload if you'll be omitting it), a random device ID will be generated."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/obtaining-access-tokens.md:39
|
||||
#: ../../../docs/obtaining-access-tokens.md:40
|
||||
msgid "Your response will look like this (prettified):"
|
||||
msgstr ""
|
||||
|
Reference in New Issue
Block a user