Use msgcat to avoid word-wrapping in .po files

This commit is contained in:
Slavi Pantaleev
2024-12-20 14:33:31 +02:00
parent 36429d8bd3
commit 71e5f1103d
269 changed files with 8438 additions and 39279 deletions

View File

@ -25,16 +25,11 @@ msgid "Obtaining an Access Token"
msgstr ""
#: ../../../docs/obtaining-access-tokens.md:3
msgid ""
"When setting up some optional features like bots and bridges you will "
"need to provide an access token for some user. This document provides "
"documentation on how to obtain such an access token."
msgid "When setting up some optional features like bots and bridges you will need to provide an access token for some user. This document provides documentation on how to obtain such an access token."
msgstr ""
#: ../../../docs/obtaining-access-tokens.md:5
msgid ""
"**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 "**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
@ -42,17 +37,11 @@ msgid "Prerequisites"
msgstr ""
#: ../../../docs/obtaining-access-tokens.md:9
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."
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."
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
@ -68,9 +57,7 @@ msgid "Log in with the user's credentials."
msgstr ""
#: ../../../docs/obtaining-access-tokens.md:17
msgid ""
"In the settings page, choose \"Help & About\", scroll down to the bottom "
"and expand the `Access Token` section (see screenshot below)."
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
@ -78,15 +65,11 @@ msgid "Copy the access token to your configuration."
msgstr ""
#: ../../../docs/obtaining-access-tokens.md:19
msgid ""
"Close the private browsing session. **Do not log out**. Logging out will "
"invalidate the token, making it not work."
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
msgid ""
"![Obtaining an access token with Element "
"Web](assets/obtain_admin_access_token_element_web.png)"
msgid "![Obtaining an access token with Element Web](assets/obtain_admin_access_token_element_web.png)"
msgstr ""
#: ../../../docs/obtaining-access-tokens.md:21
@ -98,10 +81,7 @@ msgid "Obtain an access token via curl"
msgstr ""
#: ../../../docs/obtaining-access-tokens.md:25
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):"
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
@ -109,13 +89,9 @@ msgid "Change `USERNAME`, `PASSWORD`, and `example.com` accordingly."
msgstr ""
#: ../../../docs/obtaining-access-tokens.md:37
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."
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
msgid "Your response will look like this (prettified):"
msgstr ""