From edbb54bf099cd41d1090ca2062a544d2bd8d516a Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 27 Jun 2022 13:56:58 +0000 Subject: [PATCH] Added translation using Weblate (French) --- docs/locales/fr/LC_MESSAGES/admin/backup.po | 84 +++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 docs/locales/fr/LC_MESSAGES/admin/backup.po diff --git a/docs/locales/fr/LC_MESSAGES/admin/backup.po b/docs/locales/fr/LC_MESSAGES/admin/backup.po new file mode 100644 index 000000000..b1bc93b1d --- /dev/null +++ b/docs/locales/fr/LC_MESSAGES/admin/backup.po @@ -0,0 +1,84 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2022, The Funkwhale Collective +# This file is distributed under the same license as the funkwhale package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: funkwhale 1.2.3\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-04-04 09:00+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../../admin/backup.rst:2 +msgid "Backup your Funkwhale instance" +msgstr "" + +#: ../../admin/backup.rst:6 +msgid "Before upgrading your instance, we strongly advise you to make at least a database backup. Ideally, you should make a full backup, including the database and the media files." +msgstr "" + +#: ../../admin/backup.rst:10 +msgid "Docker setup" +msgstr "" + +#: ../../admin/backup.rst:12 +msgid "If you've followed the setup instructions in :doc:`../installation/docker`, here is the backup path:" +msgstr "" + +#: ../../admin/backup.rst:15 +msgid "Multi-container installation" +msgstr "" + +#: ../../admin/backup.rst:18 +#: ../../admin/backup.rst:51 +msgid "Backup the database" +msgstr "" + +#: ../../admin/backup.rst:20 +msgid "On docker setups, you have to ``pg_dumpall`` in container ``funkwhale_postgres_1``:" +msgstr "" + +#: ../../admin/backup.rst:27 +#: ../../admin/backup.rst:60 +msgid "Backup the media files" +msgstr "" + +#: ../../admin/backup.rst:29 +msgid "To backup docker data volumes, as the volumes are bound mounted to the host, the ``rsync`` way would go like this:" +msgstr "" + +#: ../../admin/backup.rst:38 +#: ../../admin/backup.rst:70 +msgid "Backup the configuration files" +msgstr "" + +#: ../../admin/backup.rst:40 +msgid "On docker setups, the configuration file is located at the root level:" +msgstr "" + +#: ../../admin/backup.rst:48 +msgid "Non-docker setup" +msgstr "" + +#: ../../admin/backup.rst:53 +msgid "On non-docker setups, you have to ``pg_dump`` as user ``postgres``:" +msgstr "" + +#: ../../admin/backup.rst:62 +msgid "A simple way to backup your media files is to use ``rsync``:" +msgstr "" + +#: ../../admin/backup.rst:77 +msgid "You may also want to backup your proxy configuration file." +msgstr "" + +#: ../../admin/backup.rst:79 +msgid "For frequent backups, you may want to use deduplication and compression to keep the backup size low. In this case, a tool like ``borg`` will be more appropriate." +msgstr ""