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,33 +25,19 @@ msgid "Setting up Go-NEB (optional, unmaintained)"
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:3
msgid ""
"**Note**: [Go-NEB](https://github.com/matrix-org/go-neb) is now an "
"archived (**unmaintained**) project. We recommend not bothering with "
"installing it. While not a 1:1 replacement, the bridge's author suggests "
"taking a look at [matrix-hookshot](https://github.com/matrix-org/matrix-"
"hookshot) as a replacement, which can also be installed using [this "
"playbook](configuring-playbook-bridge-hookshot.md). Consider using that "
"bot instead of this one."
msgid "**Note**: [Go-NEB](https://github.com/matrix-org/go-neb) is now an archived (**unmaintained**) project. We recommend not bothering with installing it. While not a 1:1 replacement, the bridge's author suggests taking a look at [matrix-hookshot](https://github.com/matrix-org/matrix-hookshot) as a replacement, which can also be installed using [this playbook](configuring-playbook-bridge-hookshot.md). Consider using that bot instead of this one."
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:5
msgid ""
"The playbook can install and configure [Go-NEB](https://github.com"
"/matrix-org/go-neb) for you."
msgid "The playbook can install and configure [Go-NEB](https://github.com/matrix-org/go-neb) for you."
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:7
msgid ""
"Go-NEB is a Matrix bot written in Go. It is the successor to Matrix-NEB, "
"the original Matrix bot written in Python."
msgid "Go-NEB is a Matrix bot written in Go. It is the successor to Matrix-NEB, the original Matrix bot written in Python."
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:9
msgid ""
"See the project's [documentation](https://github.com/matrix-org/go-"
"neb/blob/master/README.md) to learn what it does and why it might be "
"useful to you."
msgid "See the project's [documentation](https://github.com/matrix-org/go-neb/blob/master/README.md) to learn what it does and why it might be useful to you."
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:11
@ -59,10 +45,7 @@ msgid "Registering the bot account"
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:13
msgid ""
"The playbook does not automatically create users for you. The bot "
"requires at least 1 access token to be able to connect to your "
"homeserver."
msgid "The playbook does not automatically create users for you. The bot requires at least 1 access token to be able to connect to your homeserver."
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:15
@ -70,9 +53,7 @@ msgid "You **need to register the bot user manually** before setting up the bot.
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:17
msgid ""
"Choose a strong password for the bot. You can generate a good password "
"with a command like this: `pwgen -s 64 1`."
msgid "Choose a strong password for the bot. You can generate a good password with a command like this: `pwgen -s 64 1`."
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:19
@ -80,9 +61,7 @@ msgid "You can use the playbook to [register a new user](registering-users.md):"
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:25
msgid ""
"Once the user is created you can [obtain an access token](obtaining-"
"access-tokens.md)."
msgid "Once the user is created you can [obtain an access token](obtaining-access-tokens.md)."
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:27
@ -90,9 +69,7 @@ msgid "Adjusting the playbook configuration"
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:29
msgid ""
"To enable Go-NEB, add the following configuration to your "
"`inventory/host_vars/matrix.example.com/vars.yml` file:"
msgid "To enable Go-NEB, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:193
@ -100,24 +77,15 @@ msgid "Adjusting the Go-NEB URL"
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:195
msgid ""
"By default, this playbook installs Go-NEB on the `goneb.` subdomain "
"(`goneb.example.com`) and requires you to [adjust your DNS records"
"](#adjusting-dns-records)."
msgid "By default, this playbook installs Go-NEB on the `goneb.` subdomain (`goneb.example.com`) and requires you to [adjust your DNS records](#adjusting-dns-records)."
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:197
msgid ""
"By tweaking the `matrix_bot_go_neb_hostname` and "
"`matrix_bot_go_neb_path_prefix` variables, you can easily make the "
"service available at a **different hostname and/or path** than the "
"default one."
msgid "By tweaking the `matrix_bot_go_neb_hostname` and `matrix_bot_go_neb_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-bot-go-neb.md:199
msgid ""
"Example additional configuration for your "
"`inventory/host_vars/matrix.example.com/vars.yml` file:"
msgid "Example additional configuration for your `inventory/host_vars/matrix.example.com/vars.yml` file:"
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:210
@ -125,21 +93,15 @@ msgid "Adjusting DNS records"
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:212
msgid ""
"Once you've decided on the domain and path, **you may need to adjust your"
" DNS** records to point the Go-NEB domain to the Matrix server."
msgid "Once you've decided on the domain and path, **you may need to adjust your DNS** records to point the Go-NEB domain to the Matrix server."
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:214
msgid ""
"By default, you will need to create a CNAME record for `goneb`. See "
"[Configuring DNS](configuring-dns.md) for details about DNS changes."
msgid "By default, you will need to create a CNAME record for `goneb`. See [Configuring DNS](configuring-dns.md) for details about DNS changes."
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:216
msgid ""
"If you've decided to reuse the `matrix.` domain, you won't need to do any"
" extra DNS configuration."
msgid "If you've decided to reuse the `matrix.` domain, you won't need to do any extra DNS configuration."
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:218
@ -147,10 +109,7 @@ msgid "Installing"
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:220
msgid ""
"After configuring the playbook and potentially [adjusting your DNS "
"records](#adjusting-dns-records), run the playbook with [playbook tags"
"](playbook-tags.md) as below:"
msgid "After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below:"
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:227
@ -158,24 +117,15 @@ msgid "**Notes**:"
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:229
msgid ""
"The `ensure-matrix-users-created` playbook tag makes the playbook "
"automatically create the bot's user account."
msgid "The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account."
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:231
msgid ""
"The shortcut commands with the [`just` program](just.md) are also "
"available: `just install-all` or `just setup-all`"
msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:233
msgid ""
"`just install-all` is useful for maintaining your setup quickly ([2x-5x "
"faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
"runtime) than `just setup-all`) when its components remain unchanged. If "
"you adjust your `vars.yml` to remove other components, you'd need to run "
"`just setup-all`, or these components will still remain installed."
msgid "`just install-all` is useful for maintaining your setup quickly ([2x-5x faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-runtime) than `just setup-all`) when its components remain unchanged. If you adjust your `vars.yml` to remove other components, you'd need to run `just setup-all`, or these components will still remain installed."
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:235
@ -183,35 +133,17 @@ msgid "Usage"
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:237
msgid ""
"To use the bot, invite it to any existing Matrix room (`/invite @bot.go-"
"neb:example.com` where `example.com` is your base domain, not the "
"`matrix.` domain). Make sure you are granted with the sufficient "
"permission if you are not the room owner."
msgid "To use the bot, invite it to any existing Matrix room (`/invite @bot.go-neb:example.com` where `example.com` is your base domain, not the `matrix.` domain). Make sure you are granted with the sufficient permission if you are not the room owner."
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:239
msgid ""
"Basic usage is like this: `!echo hi` or `!imgur puppies` or `!giphy "
"matrix`"
msgid "Basic usage is like this: `!echo hi` or `!imgur puppies` or `!giphy matrix`"
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:241
msgid ""
"If you enabled the github_cmd service you can get the supported commands "
"via `!github help`"
msgid "If you enabled the github_cmd service you can get the supported commands via `!github help`"
msgstr ""
#: ../../../docs/configuring-playbook-bot-go-neb.md:243
msgid ""
"You can also refer to the upstream [Documentation](https://github.com"
"/matrix-org/go-neb)."
msgid "You can also refer to the upstream [Documentation](https://github.com/matrix-org/go-neb)."
msgstr ""
#~ msgid ""
#~ "See the project's [documentation](https://github.com"
#~ "/matrix-org/go-neb) to learn what it"
#~ " does and why it might be "
#~ "useful to you."
#~ msgstr ""