From e3d58fd170a3c926e274970ce96ea1acabe1ff46 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 26 Jun 2023 20:18:20 +0000 Subject: [PATCH] Translated using Weblate (French) Currently translated at 11.6% (7 of 60 strings) Translation: Documentation/administrator-installation-docker Translate-URL: https://translate.funkwhale.audio/projects/documentation/administrator-installation-docker/fr/ --- .../LC_MESSAGES/administrator/installation/docker.po | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/locales/fr/LC_MESSAGES/administrator/installation/docker.po b/docs/locales/fr/LC_MESSAGES/administrator/installation/docker.po index 59a0858de..3283a86b0 100644 --- a/docs/locales/fr/LC_MESSAGES/administrator/installation/docker.po +++ b/docs/locales/fr/LC_MESSAGES/administrator/installation/docker.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: funkwhale 1.3.0-rc3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-03-01 14:05+0100\n" -"PO-Revision-Date: 2023-06-04 12:50+0000\n" +"PO-Revision-Date: 2023-06-27 20:50+0000\n" "Last-Translator: Thomas \n" "Language-Team: French \n" @@ -81,22 +81,28 @@ msgid "" "Create the `funkwhale` user and set its shell to `bash` and its home " "directory to `/srv/funkwhale`." msgstr "" +"Créez l’utilisateur `funkwhale`et configurez son shell vers `bash`et son " +"répertoire maison vers `/srv/funkwhale`." #: ../../administrator_documentation/installation_docs/docker.md:40 msgid "" "To perform any tasks as the `funkwhale` user, prefix your commands with " "`sudo -u funkwhale`." msgstr "" +"Pour opérer n’importe quelle tâche avec l’utilisateur `funkwhale`, précédez " +"vos commandes avec `sudo -u funkwhale`." #: ../../administrator_documentation/installation_docs/docker.md:46 msgid "" "Or log in as `funkwhale` with `sudo su funkwhale` before running your " "commands." msgstr "" +"Ou connectez-vous comme `funkwhale` avec `sudo su funkwhale` avant d’" +"exécuter vos commandes." #: ../../administrator_documentation/installation_docs/docker.md:54 msgid "That's it! You've created your `funkwhale` user." -msgstr "" +msgstr "C’est tout ! Vous avez créé votre utilisateur `funkwhale`." #: ../../administrator_documentation/installation_docs/docker.md:56 msgid "2. Download the project files"