Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 541977d

Browse files
committed
Premier jet
1 parent 198ac80 commit 541977d

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

library/logging.handlers.po

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"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"
1010
"Last-Translator: Antoine Wecxsteen\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -689,6 +689,7 @@ msgid ""
689689
"If the *utc* argument is true, times in UTC will be used; otherwise local "
690690
"time is used."
691691
msgstr ""
692+
"Si *utc* est vrai, les temps sont UTC, sinon l'heure locale est utilisée."
692693

693694
#: library/logging.handlers.rst:394
694695
msgid ""
@@ -697,12 +698,20 @@ msgid ""
697698
"The deletion logic uses the interval to determine which files to delete, so "
698699
"changing the interval may leave old files lying around."
699700
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."
700707

701708
#: library/logging.handlers.rst:399
702709
msgid ""
703710
"If *delay* is true, then file opening is deferred until the first call to :"
704711
"meth:`emit`."
705712
msgstr ""
713+
"Si *delay* est à *true*, alors l’ouverture du fichier est reportée au "
714+
"premier appel de :meth:`emit`."
706715

707716
#: library/logging.handlers.rst:402
708717
msgid ""
@@ -737,7 +746,7 @@ msgstr ""
737746

738747
#: library/logging.handlers.rst:425
739748
msgid "*atTime* parameter was added."
740-
msgstr ""
749+
msgstr "ajout du paramètre *atTime*."
741750

742751
#: library/logging.handlers.rst:441
743752
msgid ""

0 commit comments

Comments
 (0)