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

Skip to content

Commit 34773b3

Browse files
alkimyachristopheNan
authored andcommitted
Tutorial (#937)
* Fin de traduction de tutorial/classes.po * Fin de traduction de tutorial/stdlib.po
1 parent c1b64ab commit 34773b3

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

tutorial/classes.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2019-09-04 11:33+0200\n"
9+
"PO-Revision-Date: 2019-10-31 14:24+0100\n"
910
"PO-Revision-Date: 2019-10-31 17:05+0100\n"
1011
"Last-Translator: Jules Lasne <[email protected]>\n"
1112
"Language-Team: FRENCH <[email protected]>\n"
1213
"Language: fr\n"
1314
"MIME-Version: 1.0\n"
1415
"Content-Type: text/plain; charset=UTF-8\n"
1516
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 1.8.7.1\n"
17+
"X-Generator: Poedit 2.2.1\n"
1718

1819
#: ../Doc/tutorial/classes.rst:5
1920
msgid "Classes"

tutorial/stdlib.po

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2019-09-04 11:33+0200\n"
9-
"PO-Revision-Date: 2018-07-31 23:46+0200\n"
9+
"PO-Revision-Date: 2019-10-31 14:38+0100\n"
1010
"MIME-Version: 1.0\n"
1111
"Content-Type: text/plain; charset=UTF-8\n"
1212
"Content-Transfer-Encoding: 8bit\n"
13+
"Last-Translator: Loc Cosnier <[email protected]>\n"
14+
"Language-Team: \n"
15+
"Language: fr\n"
16+
"X-Generator: Poedit 2.2.1\n"
1317

1418
#: ../Doc/tutorial/stdlib.rst:5
1519
msgid "Brief Tour of the Standard Library"
@@ -88,10 +92,13 @@ msgid ""
8892
"arguments. It should always be preferred over directly processing ``sys."
8993
"argv`` manually."
9094
msgstr ""
95+
"Le module :mod:`argparse' fournit un mécanisme pour traiter les arguments de "
96+
"ligne de commande. Il doit toujours être préféré au traitement manuel direct "
97+
"de ``sys.argv``."
9198

9299
#: ../Doc/tutorial/stdlib.rst:78
93100
msgid "Take, for example, the below snippet of code::"
94-
msgstr ""
101+
msgstr "Prenons, par exemple, l'extrait de code suivant ::"
95102

96103
#: ../Doc/tutorial/stdlib.rst:94
97104
msgid "Error Output Redirection and Program Termination"

0 commit comments

Comments
 (0)