@@ -5,8 +5,8 @@ msgstr ""
5
5
"Project-Id-Version : Python 3\n "
6
6
"Report-Msgid-Bugs-To : \n "
7
7
"POT-Creation-Date : 2020-08-24 09:01+0200\n "
8
- "PO-Revision-Date : 2019-12-13 14:14+0100 \n "
9
- "Last-Translator : Andy Kwok <andy.kwok.work@gmail.com >\n "
8
+ "PO-Revision-Date : 2021-04-27 15:29+0200 \n "
9
+ "Last-Translator : Julien Palard <julien@palard.fr >\n "
10
10
"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
11
11
"Language : fr\n "
12
12
"MIME-Version : 1.0\n "
@@ -23,19 +23,26 @@ msgid ""
23
23
"We recommend the following resources for porting extension modules to Python "
24
24
"3:"
25
25
msgstr ""
26
+ "Nous recommandons les ressources suivantes pour migrer les modules "
27
+ "d'extensions vers Python 3 :"
26
28
27
29
#: howto/cporting.rst:11
28
30
msgid ""
29
31
"The `Migrating C extensions`_ chapter from *Supporting Python 3: An in-depth "
30
32
"guide*, a book on moving from Python 2 to Python 3 in general, guides the "
31
33
"reader through porting an extension module."
32
34
msgstr ""
35
+ "Le chapitre `Migrating C extension`_ du livre *Supporting Python 3: An in-"
36
+ "depth guide* (un livre sur le portage de Python 2 à Python 3) guide le "
37
+ "lecteur souhaitant porter un module d'extension."
33
38
34
39
#: howto/cporting.rst:15
35
40
msgid ""
36
41
"The `Porting guide`_ from the *py3c* project provides opinionated "
37
42
"suggestions with supporting code."
38
43
msgstr ""
44
+ "Le `Porting guide`_ du projet *py3c* fournit des suggestions argumentées "
45
+ "avec le code correspondant."
39
46
40
47
#: howto/cporting.rst:17
41
48
msgid ""
@@ -44,3 +51,7 @@ msgid ""
44
51
"library then handles differences between various Python versions and "
45
52
"implementations."
46
53
msgstr ""
54
+ "Les bibliothèques `Cython`_ et `CFFI`_ fournissent des abstractions de l'API "
55
+ "C de Python. Les extensions ont généralement besoin d'être réécrites pour "
56
+ "profiter de ces bibliothèques, mais elles prennent en charge les différences "
57
+ "entre versions et implémentations de Python."
0 commit comments