8000 Work on some small files. · cyplp/python-docs-fr@b1c0730 · GitHub
[go: up one dir, main page]

Skip to content

Commit b1c0730

Browse files
committed
Work on some small files.
1 parent 79fc451 commit b1c0730

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

library/development.po

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12+
"PO-Revision-Date: 2017-09-24 22:54+0200\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
1515
"Language: fr\n"
@@ -19,7 +19,7 @@ msgstr ""
1919

2020
#: ../Doc/library/development.rst:5
2121
msgid "Development Tools"
22-
msgstr ""
22+
msgstr "Outils de développement"
2323

2424
#: ../Doc/library/development.rst:7
2525
msgid ""
@@ -30,7 +30,14 @@ msgid ""
3030
"and verify that the expected output is produced. :program:`2to3` can "
3131
"translate Python 2.x source code into valid Python 3.x code."
3232
msgstr ""
33+
"Les modules décrits dans ce chapitre vous aident à écrire des logiciels. "
34+
"Par exemple, le module :mod:`pydoc` prend un module et génère de la "
35+
"documentation basée sur son contenu. Les modules :mod:`doctest` et :mod:"
36+
"`unittest` contiennent des frameworks pour écrire des tests unitaires qui "
37+
"permettent de valider automatiquement le code en vérifiant que chaque "
38+
"résultat attendu est produit. Le programme :program:`2to3` peut traduire du "
39+
"code Python 2.x en Python 3.x."
3340

3441
#: ../Doc/library/development.rst:14
3542
msgid "The list of modules described in this chapter is:"
36-
msgstr ""
43+
msgstr "Voici la liste des modules documentés par ce chapitre:"

library/netdata.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12+
"PO-Revision-Date: 2017-09-24 22:55+0200\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
1515
"Language: fr\n"
@@ -19,10 +19,12 @@ msgstr ""
1919

2020
#: ../Doc/library/netdata.rst:6
2121
msgid "Internet Data Handling"
22-
msgstr ""
22+
msgstr "Traitement des données provenant d'Internet"
2323

2424
#: ../Doc/library/netdata.rst:8
2525
msgid ""
2626
"This chapter describes modules which support handling data formats commonly "
2727
"used on the Internet."
2828
msgstr ""
29+
"Ce chapitre décrit les modules qui prennent en charge le traitement des "
30+
"formats de données couramment utilisés sur Internet."

library/unix.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12+
"PO-Revision-Date: 2017-09-24 22:56+0200\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
1515
"Language: fr\n"
@@ -19,11 +19,14 @@ msgstr ""
1919

2020
#: ../Doc/library/unix.rst:5
2121
msgid "Unix Specific Services"
22-
msgstr ""
22+
msgstr "Services spécifiques à Unix"
2323

2424
#: ../Doc/library/unix.rst:7
2525
msgid ""
2626
"The modules described in this chapter provide interfaces to features that "
2727
"are unique to the Unix operating system, or in some cases to some or many "
2828
"variants of it. Here's an overview:"
2929
msgstr ""
30+
"Les modules décrits dans ce chapitre fournissent des interfaces aux "
31+
"fonctionnalités propres au système d'exploitation Unix ou, dans certains "
32+
"cas, à certaines de ses variantes, en voici un aperçu :"

0 commit comments

Comments
 (0)
0