1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-01 19:08:33 +02:00
home-manager/modules/po/fr.po
Naïm Camille Favier 02b15de8ad
Translate using Weblate (French)
Currently translated at 100.0% (14 of 14 strings)

Co-authored-by: Naïm Camille Favier <n@monade.li>
Translate-URL: https://hosted.weblate.org/projects/home-manager/modules/fr/
Translation: Home Manager/Home Manager Modules
2022-05-19 23:44:42 +02:00

155 lines
4.6 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Home Manager contributors
# This file is distributed under the same license as the Home Manager Modules package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: Home Manager Modules\n"
"Report-Msgid-Bugs-To: https://github.com/nix-community/home-manager/issues\n"
"POT-Creation-Date: 2022-03-26 15:08+0100\n"
"PO-Revision-Date: 2022-05-18 23:12+0000\n"
"Last-Translator: Naïm Camille Favier <n@monade.li>\n"
"Language-Team: French <https://hosted.weblate.org/projects/home-manager/"
"modules/fr/>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.13-dev\n"
#: modules/files.nix:233
msgid "Creating home file links in %s"
msgstr "Création des liens de fichiers personnels dans %s"
#: modules/files.nix:246
msgid "Cleaning up orphan links from %s"
msgstr "Nettoyage des liens orphelins de %s"
#: modules/files.nix:262
msgid "Creating profile generation %s"
msgstr "Création de la génération de profil %s"
#: modules/files.nix:276
msgid "No change so reusing latest profile generation %s"
msgstr "Pas de changement, réutilisation du dernier profil génération %s"
#: modules/home-environment.nix:607
msgid ""
"Oops, Nix failed to install your new Home Manager profile!\n"
"\n"
"Perhaps there is a conflict with a package that was installed using\n"
"\"%s\"? Try running\n"
"\n"
" %s\n"
"\n"
"and if there is a conflicting package you can remove it with\n"
"\n"
" %s\n"
"\n"
"Then try activating your Home Manager configuration again."
msgstr ""
"Oups, Nix n'a pas réussi à installer votre nouveau profil de Home Manager!\n"
"\n"
"Il y a peut-être un conflit avec un autre paquet qui a été installé avec\n"
"« %s » ? Essayez d'exécuter\n"
"\n"
" %s\n"
"\n"
"et s'il y a un paquet en conflit, vous pourrez le supprimer avec\n"
"\n"
" %s\n"
"\n"
"Après, essayez encore d'activer votre configuration de Home Manager."
#: modules/home-environment.nix:639
msgid "Activating %s"
msgstr "Activation de %s"
#: modules/lib-bash/activation-init.sh:31
msgid "Sanity checking oldGenNum and oldGenPath"
msgstr "Vérification de oldGenNum et oldGenPath"
#: modules/lib-bash/activation-init.sh:34
msgid ""
"The previous generation number and path are in conflict! These\n"
"must be either both empty or both set but are now set to\n"
"\n"
" '%s' and '%s'\n"
"\n"
"If you don't mind losing previous profile generations then\n"
"the easiest solution is probably to run\n"
"\n"
" rm %s/home-manager*\n"
" rm %s/current-home\n"
"\n"
"and trying home-manager switch again. Good luck!"
msgstr ""
"Le numéro et le chemin de la génération précédente sont en conflit ! Ils "
"doivent\n"
"être vides ou les deux mis à\n"
"\n"
" '%s' et '%s'\n"
"\n"
"Si ça ne vous dérange pas de perdre les générations précédentes, la solution "
"la plus\n"
"simple est probablement d'exécuter\n"
"\n"
" rm %s/home-manager*\n"
" rm %s/current-home\n"
"\n"
"et de réessayer home-manager switch. Bonne chance !"
#: modules/lib-bash/activation-init.sh:51
msgid "Starting Home Manager activation"
msgstr "Démarrage de l'activation de Home Manager"
#: modules/lib-bash/activation-init.sh:55
msgid "Sanity checking Nix"
msgstr "Vérification de Nix"
#: modules/lib-bash/activation-init.sh:61
msgid "This is a dry run"
msgstr "Ceci est une fausse activation (essai à blanc)"
#: modules/lib-bash/activation-init.sh:64
msgid "This is a live run"
msgstr "Ceci est une vraie activation"
#: modules/lib-bash/activation-init.sh:69
msgid "Using Nix version: %s"
msgstr "Version de Nix : %s"
#: modules/lib-bash/activation-init.sh:72
msgid "Activation variables:"
msgstr "Variables d'activation :"
#~ msgid ""
#~ "Oops, nix-env failed to install your new Home Manager profile!\n"
#~ "\n"
#~ "Perhaps there is a conflict with a package that was installed using\n"
#~ "\"nix-env -i\"? Try running\n"
#~ "\n"
#~ " nix-env -q\n"
#~ "\n"
#~ "and if there is a conflicting package you can remove it with\n"
#~ "\n"
#~ " nix-env -e {package name}\n"
#~ "\n"
#~ "Then try activating your Home Manager configuration again."
#~ msgstr ""
#~ "Oups, nix-env n'a pas réussi à installer votre nouveau profil de Home "
#~ "Manager\n"
#~ "\n"
#~ "Il y a peut-être un conflit avec un autre paquet qui a été installé avec\n"
#~ "« nix-env -i » ? Essayez d'éxecuter\n"
#~ "\n"
#~ " nix-env -q\n"
#~ "\n"
#~ "et s'il y a un paquet en conflict, vous pourrez le supprimer avec\n"
#~ "\n"
#~ " nix-env -e {package name}\n"
#~ "\n"
#~ "Après, essayez encore d'activer votre configuration de Home Manager."