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

@ -26,41 +26,27 @@ msgid "Setting up Cactus Comments (optional)"
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:3
msgid ""
"The playbook can install and configure the [Cactus "
"Comments](https://cactus.chat) system for you."
msgid "The playbook can install and configure the [Cactus Comments](https://cactus.chat) system for you."
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:5
msgid ""
"Cactus Comments is a **federated comment system** built on Matrix. It "
"respects your privacy, and puts you in control."
msgid "Cactus Comments is a **federated comment system** built on Matrix. It respects your privacy, and puts you in control."
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:7
msgid ""
"See the project's [documentation](https://cactus.chat/docs/getting-"
"started/introduction/) to learn what it does and why it might be useful "
"to you."
msgid "See the project's [documentation](https://cactus.chat/docs/getting-started/introduction/) to learn what it does and why it might be useful to you."
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:9
msgid ""
"The playbook contains 2 roles for configuring different pieces of the "
"Cactus Comments system:"
msgid "The playbook contains 2 roles for configuring different pieces of the Cactus Comments system:"
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:11
msgid ""
"`matrix-cactus-comments` - the backend appservice integrating with the "
"Matrix homeserver"
msgid "`matrix-cactus-comments` - the backend appservice integrating with the Matrix homeserver"
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:13
msgid ""
"`matrix-cactus-comments-client` - a static website server serving the "
"[cactus-client](https://cactus.chat/docs/client/introduction/) static "
"assets (`cactus.js` and `styles.css`)"
msgid "`matrix-cactus-comments-client` - a static website server serving the [cactus-client](https://cactus.chat/docs/client/introduction/) static assets (`cactus.js` and `styles.css`)"
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:15
@ -72,9 +58,7 @@ msgid "Configuration"
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:19
msgid ""
"To enable Cactus Comments, add the following configuration to your "
"`inventory/host_vars/matrix.example.com/vars.yml` file:"
msgid "To enable Cactus Comments, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:41
@ -82,26 +66,15 @@ msgid "Adjusting the Cactus Comments' client URL"
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:43
msgid ""
"By default, this playbook installs Cactus Comments' client on the "
"`matrix.` subdomain, at the `/cactus-comments` path "
"(https://matrix.example.com/cactus-comments). This makes it easy to "
"install it, because it **doesn't require additional DNS records to be set"
" up**. If that's okay, you can skip this section."
msgid "By default, this playbook installs Cactus Comments' client on the `matrix.` subdomain, at the `/cactus-comments` path (https://matrix.example.com/cactus-comments). This makes it easy to install it, because it **doesn't require additional DNS records to be set up**. If that's okay, you can skip this section."
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:45
msgid ""
"By tweaking the `matrix_cactus_comments_client_hostname` and "
"`matrix_cactus_comments_client_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_cactus_comments_client_hostname` and `matrix_cactus_comments_client_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-cactus-comments.md:47
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-cactus-comments.md:56
@ -109,10 +82,7 @@ msgid "Adjusting DNS records"
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:58
msgid ""
"If you've changed the default hostname, **you may need to adjust your "
"DNS** records to point the Cactus Comments' client domain to the Matrix "
"server."
msgid "If you've changed the default hostname, **you may need to adjust your DNS** records to point the Cactus Comments' client domain to the Matrix server."
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:60
@ -120,9 +90,7 @@ msgid "See [Configuring DNS](configuring-dns.md) for details about DNS changes."
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:62
msgid ""
"If you've decided to use the default hostname, you won't need to do any "
"extra DNS configuration."
msgid "If you've decided to use the default hostname, you won't need to do any extra DNS configuration."
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:64
@ -130,10 +98,7 @@ msgid "Installing"
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:66
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-cactus-comments.md:73
@ -141,24 +106,15 @@ msgid "**Notes**:"
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:75
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-cactus-comments.md:77
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-cactus-comments.md:79
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-cactus-comments.md:81
@ -166,22 +122,15 @@ msgid "Usage"
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:83
msgid ""
"Upon starting Cactus Comments, a `bot.cactusbot` user account is created "
"automatically."
msgid "Upon starting Cactus Comments, a `bot.cactusbot` user account is created automatically."
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:85
msgid ""
"To get started, send a `help` message to the `@bot.cactusbot:example.com`"
" bot to confirm it's working."
msgid "To get started, send a `help` message to the `@bot.cactusbot:example.com` bot to confirm it's working."
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:87
msgid ""
"Then, register a site by sending `register <YourSiteName>` (where "
"`<YourSiteName>` is a unique identifier you choose. It does not have to "
"match your domain). You will then be invited into a moderation room."
msgid "Then, register a site by sending `register <YourSiteName>` (where `<YourSiteName>` is a unique identifier you choose. It does not have to match your domain). You will then be invited into a moderation room."
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:89
@ -193,23 +142,15 @@ msgid "Embed Cactus Comments"
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:93
msgid ""
"The official [documentation](https://cactus.chat/docs/getting-started"
"/quick-start/) provides a useful guide to embed Cactus Comments on your "
"website."
msgid "The official [documentation](https://cactus.chat/docs/getting-started/quick-start/) provides a useful guide to embed Cactus Comments on your website."
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:95
msgid ""
"After including the JavaScript and CSS asset files, insert a `<div>` "
"where you'd like to display the comment section:"
msgid "After including the JavaScript and CSS asset files, insert a `<div>` where you'd like to display the comment section:"
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:101
msgid ""
"Then, you need to initialize the comment section. Make sure to replace "
"`example.com` with your base domain and `<YourSiteName>` with the one "
"that has been registered above:"
msgid "Then, you need to initialize the comment section. Make sure to replace `example.com` with your base domain and `<YourSiteName>` with the one that has been registered above:"
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:115
@ -217,22 +158,13 @@ msgid "Adjust the domain name for self-hosting"
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:117
msgid ""
"To have the assets served from your homeserver (not from `cactus.chat`), "
"you need to adjust the domain name on the official documentation."
msgid "To have the assets served from your homeserver (not from `cactus.chat`), you need to adjust the domain name on the official documentation."
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:119
msgid ""
"Make sure to replace `example.com` with your base domain before you "
"include the following lines, instead of the one provided by the official "
"documentation:"
msgid "Make sure to replace `example.com` with your base domain before you include the following lines, instead of the one provided by the official documentation:"
msgstr ""
#: ../../../docs/configuring-playbook-cactus-comments.md:126
msgid ""
"**Note**: if the `matrix_cactus_comments_client_hostname` and "
"`matrix_cactus_comments_client_path_prefix` variables are tweaked, you "
"would need to adjust the URLs of the assets accordingly."
msgid "**Note**: if the `matrix_cactus_comments_client_hostname` and `matrix_cactus_comments_client_path_prefix` variables are tweaked, you would need to adjust the URLs of the assets accordingly."
msgstr ""