From e6c45570bed989250db2c249d02b47a50be46ae5 Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne - seluj78)" Date: Sun, 21 Apr 2019 13:09:07 +0200 Subject: [PATCH 1/2] Fixed somme errors in howto/logging + fuzzied some unsure translations --- howto/logging.po | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/howto/logging.po b/howto/logging.po index 5d1f2820e..6c4487073 100644 --- a/howto/logging.po +++ b/howto/logging.po @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-11 12:59+0100\n" -"PO-Revision-Date: 2019-04-10 09:59+0200\n" +"PO-Revision-Date: 2019-04-21 13:08+0200\n" "Language-Team: FRENCH \n" "Language: fr\n" "MIME-Version: 1.0\n" @@ -1109,6 +1109,7 @@ msgstr "" "du code Python qui appelle les méthodes de configuration listées ci-dessus." #: ../Doc/howto/logging.rst:582 +#, fuzzy msgid "" "Creating a logging config file and reading it using the :func:`fileConfig` " "function." @@ -1273,7 +1274,7 @@ msgstr "" #: ../Doc/howto/logging.rst:761 msgid "What happens if no configuration is provided" -msgstr "Comportement par défaut (si aucune configuration n'est fournie)" +msgstr "Ce qu’il se passe si aucune configuration n'est fournie" #: ../Doc/howto/logging.rst:763 msgid "" @@ -1308,7 +1309,8 @@ msgid "" "handlers could be found for logger X.Y.Z' is printed once." msgstr "" "Si *logging.raiseExceptions* vaut ``True`` (mode de développement), un " -"message *No handlers could be found for logger X.Y.Z* est écrit une fois." +"message *No handlers could be found for logger X.Y.Z* est écrit sur la " +"sortie standard une fois." #: ../Doc/howto/logging.rst:776 msgid "In Python 3.2 and later, the behaviour is as follows:" @@ -1391,6 +1393,7 @@ msgstr "" "gestionnaires, comme d'habitude." #: ../Doc/howto/logging.rst:811 +#, fuzzy msgid "" "A do-nothing handler is included in the logging package: :class:`~logging." "NullHandler` (since Python 3.1). An instance of this handler could be added " @@ -1430,7 +1433,7 @@ msgid "" "handlers 'under the hood', you might well interfere with their ability to " "carry out unit tests and deliver logs which suit their requirements." msgstr "" -"Il est vivement conseillé de ne *pas ajouter de gestionnaires autres que* : :" +"Il est vivement conseillé de ne *pas ajouter de gestionnaires autres que* :" "class:`~logging.NullHandler` *aux enregistreurs de votre bibliothèque*. Cela " "est dû au fait que la configuration des gestionnaires est la prérogative du " "développeur d'applications qui utilise votre bibliothèque. Le développeur " @@ -1646,6 +1649,7 @@ msgstr "" "fichiers de journalisation et de la rotation des fichiers de journalisation." #: ../Doc/howto/logging.rst:928 +#, fuzzy msgid "" ":class:`~handlers.TimedRotatingFileHandler` instances send messages to disk " "files, rotating the log file at certain timed intervals." From f238caa5e809686b051b5febbcc34867caeec787 Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne)" Date: Thu, 9 May 2019 13:47:34 +0200 Subject: [PATCH 2/2] Update logging.po --- howto/logging.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto/logging.po b/howto/logging.po index 6c4487073..b8b14fe0d 100644 --- a/howto/logging.po +++ b/howto/logging.po @@ -1274,7 +1274,7 @@ msgstr "" #: ../Doc/howto/logging.rst:761 msgid "What happens if no configuration is provided" -msgstr "Ce qu’il se passe si aucune configuration n'est fournie" +msgstr "Comportement par défaut (si aucune configuration n'est fournie)" #: ../Doc/howto/logging.rst:763 msgid ""