@@ -6,7 +6,7 @@ msgstr ""
6
6
"Project-Id-Version : Python 3\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2021-09-23 16:16+0200\n "
9
- "PO-Revision-Date : 2021-12-20 09:21 +0100\n "
9
+ "PO-Revision-Date : 2021-12-20 09:26 +0100\n "
10
10
"Last-Translator : Antoine Wecxsteen\n "
11
11
"
Language-Team :
FRENCH <[email protected] >\n "
12
12
"Language : fr\n "
@@ -689,6 +689,7 @@ msgid ""
689
689
"If the *utc* argument is true, times in UTC will be used; otherwise local "
690
690
"time is used."
691
691
msgstr ""
692
+ "Si *utc* est vrai, les temps sont UTC, sinon l'heure locale est utilisée."
692
693
693
694
#: library/logging.handlers.rst:394
694
695
msgid ""
@@ -697,12 +698,20 @@ msgid ""
697
698
"The deletion logic uses the interval to determine which files to delete, so "
698
699
"changing the interval may leave old files lying around."
699
700
msgstr ""
701
+ "Si *backupCount* est non nul, au plus *backupCount* fichiers sont "
702
+ "sauvegardés. Si des fichiers supplémentaires devaient être créés par le jeu "
703
+ "du roulement, les plus vieux seraient supprimés. La logique de suppression "
704
+ "détermine les fichiers à supprimer selon l'intervalle, donc changer cette "
705
+ "valeur peut conduire à ce que certains fichiers anciens restent sur le "
706
+ "disque."
700
707
701
708
#: library/logging.handlers.rst:399
702
709
msgid ""
703
710
"If *delay* is true, then file opening is deferred until the first call to :"
704
711
"meth:`emit`."
705
712
msgstr ""
713
+ "Si *delay* est à *true*, alors l’ouverture du fichier est reportée au "
714
+ "premier appel de :meth:`emit`."
706
715
707
716
#: library/logging.handlers.rst:402
708
717
msgid ""
@@ -737,7 +746,7 @@ msgstr ""
737
746
738
747
#: library/logging.handlers.rst:425
739
748
msgid "*atTime* parameter was added."
740
- msgstr ""
749
+ msgstr "ajout du paramètre *atTime*. "
741
750
742
751
#: library/logging.handlers.rst:441
743
752
msgid ""
0 commit comments