Skip to content

Commit 98af448

Browse files
deronnaxawecx
andauthored
library/csv : traduction de deux chaines (#1243)
* traduction de deux chaines * Apply suggestions from code review Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> * wrapping Co-authored-by: Antoine <43954001+awecx@users.noreply.github.com>
1 parent 899f9ee commit 98af448

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

library/csv.po

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2019-09-04 11:33+0200\n"
9-
"PO-Revision-Date: 2019-11-01 23:50+0100\n"
9+
"PO-Revision-Date: 2020-04-27 23:16+0200\n"
1010
"Last-Translator: Mathieu Dupuy <deronnax@gmail.com>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 2.2.3\n"
16+
"X-Generator: Poedit 2.3\n"
1717

1818
#: ../Doc/library/csv.rst:2
1919
msgid ":mod:`csv` --- CSV File Reading and Writing"
@@ -693,12 +693,18 @@ msgid ""
693693
"writer's file object, formatted according to the current dialect. Return the "
694694
"return value of the :meth:`csvwriter.writerow` call used internally."
695695
msgstr ""
696+
"Écrit une ligne avec le nom des en-têtes (comme définies dans le "
697+
"constructeur) dans l'objet fichier associé au transcripteur, formatée selon "
698+
"le dialecte courant. Renvoie la valeur de retour de l'appel :meth:`csvwriter."
699+
"writerow` utilisé en interne."
696700

697701
#: ../Doc/library/csv.rst:476
698702
msgid ""
699703
":meth:`writeheader` now also returns the value returned by the :meth:"
700704
"`csvwriter.writerow` method it uses internally."
701705
msgstr ""
706+
":meth:`writeheader` renvoie maintenant aussi la valeur renvoyée par la "
707+
"méthode :meth:`csvwriter.writerow` qu'il utilise en interne."
702708

703709
#: ../Doc/library/csv.rst:484
704710
msgid "Examples"

0 commit comments

Comments
 (0)