Use msgcat to avoid word-wrapping in .po files
This commit is contained in:
@ -26,18 +26,11 @@ msgid "Setting up postgres backup (optional)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-postgres-backup.md:3
|
||||
msgid ""
|
||||
"The playbook can install and configure [docker-postgres-backup-"
|
||||
"local](https://github.com/prodrigestivill/docker-postgres-backup-local) "
|
||||
"for you via the [ansible-role-postgres-backup](https://github.com/mother-"
|
||||
"of-all-self-hosting/ansible-role-postgres-backup) Ansible role."
|
||||
msgid "The playbook can install and configure [docker-postgres-backup-local](https://github.com/prodrigestivill/docker-postgres-backup-local) for you via the [ansible-role-postgres-backup](https://github.com/mother-of-all-self-hosting/ansible-role-postgres-backup) Ansible role."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-postgres-backup.md:5
|
||||
msgid ""
|
||||
"For a more complete backup solution (one that includes not only Postgres,"
|
||||
" but also other configuration/data files), you may wish to look into "
|
||||
"[BorgBackup](configuring-playbook-backup-borg.md) instead."
|
||||
msgid "For a more complete backup solution (one that includes not only Postgres, but also other configuration/data files), you may wish to look into [BorgBackup](configuring-playbook-backup-borg.md) instead."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-postgres-backup.md:7
|
||||
@ -45,15 +38,11 @@ msgid "Adjusting the playbook configuration"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-postgres-backup.md:9
|
||||
msgid ""
|
||||
"To enable Postgres backup, add the following configuration to your "
|
||||
"`inventory/host_vars/matrix.example.com/vars.yml` file:"
|
||||
msgid "To enable Postgres backup, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-postgres-backup.md:15
|
||||
msgid ""
|
||||
"Refer to the table below for additional configuration variables and their"
|
||||
" default values."
|
||||
msgid "Refer to the table below for additional configuration variables and their default values."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-postgres-backup.md
|
||||
@ -77,10 +66,7 @@ msgid "`false`"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-postgres-backup.md
|
||||
msgid ""
|
||||
"Set to true to use [docker-postgres-backup-"
|
||||
"local](https://github.com/prodrigestivill/docker-postgres-backup-local) "
|
||||
"to create automatic database backups"
|
||||
msgid "Set to true to use [docker-postgres-backup-local](https://github.com/prodrigestivill/docker-postgres-backup-local) to create automatic database backups"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-postgres-backup.md
|
||||
@ -160,24 +146,13 @@ msgid "Installing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-postgres-backup.md:29
|
||||
msgid ""
|
||||
"After configuring the playbook, run it with [playbook tags](playbook-"
|
||||
"tags.md) as below:"
|
||||
msgid "After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-postgres-backup.md:36
|
||||
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-postgres-backup.md:38
|
||||
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. Note "
|
||||
"these shortcuts run the `ensure-matrix-users-created` tag too."
|
||||
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. Note these shortcuts run the `ensure-matrix-users-created` tag too."
|
||||
msgstr ""
|
||||
|
||||
|
Reference in New Issue
Block a user