Skip to content

Commit 62d8835

Browse files
Translating howto/cporting.po (#1604)
Automerge of PR #1604 by @JulienPalard Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
1 parent 46c3cfc commit 62d8835

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

howto/cporting.po

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ msgstr ""
55
"Project-Id-Version: Python 3\n"
66
"Report-Msgid-Bugs-To: \n"
77
"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"
1010
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1111
"Language: fr\n"
1212
"MIME-Version: 1.0\n"
@@ -23,19 +23,26 @@ msgid ""
2323
"We recommend the following resources for porting extension modules to Python "
2424
"3:"
2525
msgstr ""
26+
"Nous recommandons les ressources suivantes pour migrer les modules "
27+
"d'extensions vers Python 3 :"
2628

2729
#: howto/cporting.rst:11
2830
msgid ""
2931
"The `Migrating C extensions`_ chapter from *Supporting Python 3: An in-depth "
3032
"guide*, a book on moving from Python 2 to Python 3 in general, guides the "
3133
"reader through porting an extension module."
3234
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."
3338

3439
#: howto/cporting.rst:15
3540
msgid ""
3641
"The `Porting guide`_ from the *py3c* project provides opinionated "
3742
"suggestions with supporting code."
3843
msgstr ""
44+
"Le `Porting guide`_ du projet *py3c* fournit des suggestions argumentées "
45+
"avec le code correspondant."
3946

4047
#: howto/cporting.rst:17
4148
msgid ""
@@ -44,3 +51,7 @@ msgid ""
4451
"library then handles differences between various Python versions and "
4552
"implementations."
4653
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

Comments
 (0)