Sync i18n with recent changes

This commit is contained in:
Slavi Pantaleev
2025-01-27 09:56:21 +02:00
parent 43d5596086
commit 83eedc44f1
347 changed files with 24578 additions and 22358 deletions

View File

@ -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-20 07:23+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"
@ -21,57 +21,57 @@ msgid "Uninstalling"
msgstr ""
#: ../../../docs/uninstalling.md:3
msgid "**Warnings**:"
msgid "⚠️ **Warnings**:"
msgstr ""
#: ../../../docs/uninstalling.md:5
#: ../../../docs/uninstalling.md:4
msgid "If your server federates with others, make sure to **leave any federated rooms before nuking your Matrix server's data**. Otherwise, the next time you set up a Matrix server for this domain (regardless of the installation method you use), you'll encounter trouble federating."
msgstr ""
#: ../../../docs/uninstalling.md:7
#: ../../../docs/uninstalling.md:5
msgid "If you have some trouble with your installation, you can just [re-run the playbook](installing.md) and it will try to set things up again. **Uninstalling and then installing anew rarely solves anything**."
msgstr ""
#: ../../../docs/uninstalling.md:11
#: ../../../docs/uninstalling.md:9
msgid "Uninstalling using a script"
msgstr ""
#: ../../../docs/uninstalling.md:13
#: ../../../docs/uninstalling.md:11
msgid "Installing places a `/matrix/bin/remove-all` script on the server."
msgstr ""
#: ../../../docs/uninstalling.md:15
#: ../../../docs/uninstalling.md:13
msgid "You can run it to to have it uninstall things for you automatically (see below). **Use with caution!**"
msgstr ""
#: ../../../docs/uninstalling.md:17
#: ../../../docs/uninstalling.md:15
msgid "Uninstalling manually"
msgstr ""
#: ../../../docs/uninstalling.md:19
#: ../../../docs/uninstalling.md:17
msgid "If you prefer to uninstall manually, run these commands (most are meant to be executed on the Matrix server itself):"
msgstr ""
#: ../../../docs/uninstalling.md:21
#: ../../../docs/uninstalling.md:19
msgid "ensure all Matrix services are stopped: `ansible-playbook -i inventory/hosts setup.yml --tags=stop` (if you can't get Ansible working to run this command, you can run `systemctl stop 'matrix*'` manually on the server)"
msgstr ""
#: ../../../docs/uninstalling.md:23
#: ../../../docs/uninstalling.md:21
msgid "delete the Matrix-related systemd `.service` and `.timer` files (`rm -f /etc/systemd/system/matrix*.{service,timer}`) and reload systemd (`systemctl daemon-reload`)"
msgstr ""
#: ../../../docs/uninstalling.md:25
#: ../../../docs/uninstalling.md:23
msgid "delete some cached Docker images (`docker system prune -a`) or just delete them all (`docker rmi $(docker images -aq)`)"
msgstr ""
#: ../../../docs/uninstalling.md:27
#: ../../../docs/uninstalling.md:25
msgid "delete the Docker networks: `docker network rm matrix matrix-coturn` (might have been deleted already if you ran the `docker system prune` command)"
msgstr ""
#: ../../../docs/uninstalling.md:29
#: ../../../docs/uninstalling.md:27
msgid "uninstall Docker itself, if necessary"
msgstr ""
#: ../../../docs/uninstalling.md:31
#: ../../../docs/uninstalling.md:29
msgid "delete the `/matrix` directory (`rm -rf /matrix`)"
msgstr ""