Skip to content

Commit 5eb0bc5

Browse files
deronnaxderonnax
authored andcommitted
faq/design.po: quelques fuzzies (#106)
pareil, fuzzies vérifiées upstream. Des liens passés en HTTPS, des backquotes rajoutées, et des tirets retirés. Il y a 2-3 PRs qui sont passées upstream et qui provoquent beaucoup de bruit chez nous (des fois pour pas grand chose, particulièrement les tirets). La PR upstream qui retire des tirets partout, pour exemple : python/cpython#94551 travail accompli avec POEdit Pro+ ✌️ Co-authored-by: Mathieu Dupuy <deronnax@gmail.com> Reviewed-on: https://git.afpy.org/AFPy/python-docs-fr/pulls/106 Reviewed-by: jeanas <jean@abou-samra.fr> Co-authored-by: deronnax <deronnax@noreply.localhost> Co-committed-by: deronnax <deronnax@noreply.localhost>
1 parent f7e629f commit 5eb0bc5

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

faq/design.po

Lines changed: 9 additions & 13 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: 2023-01-15 22:33+0100\n"
9-
"PO-Revision-Date: 2022-11-20 22:13+0100\n"
10-
"Last-Translator: Jean Abou Samra <jean@abou-samra.fr>\n"
9+
"PO-Revision-Date: 2023-03-26 17:18+0200\n"
10+
"Last-Translator: Mathieu Dupuy\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.4.2\n"
16+
"X-Generator: Poedit 3.2.2\n"
1717

1818
#: faq/design.rst:3
1919
msgid "Design and History FAQ"
@@ -594,7 +594,6 @@ msgstr ""
594594
"définir une fonction."
595595

596596
#: faq/design.rst:314
597-
#, fuzzy
598597
msgid ""
599598
"Functions are already first class objects in Python, and can be declared in "
600599
"a local scope. Therefore the only advantage of using a lambda instead of a "
@@ -616,18 +615,16 @@ msgstr ""
616615
"Python peut-il être compilé en code machine, en C ou dans un autre langage ?"
617616

618617
#: faq/design.rst:324
619-
#, fuzzy
620618
msgid ""
621619
"`Cython <https://cython.org/>`_ compiles a modified version of Python with "
622620
"optional annotations into C extensions. `Nuitka <https://www.nuitka.net/>`_ "
623621
"is an up-and-coming compiler of Python into C++ code, aiming to support the "
624622
"full Python language."
625623
msgstr ""
626-
"`Cython <http://cython.org/>`_ compile une version modifiée de Python avec "
627-
"des annotations optionnelles en extensions C. `Nuitka <http://www.nuitka.net/"
628-
">`_ est un nouveau compilateur de Python vers C++, visant à supporter le "
629-
"langage Python entièrement. Pour compiler en Java, vous pouvez regarder `VOC "
630-
"<https://voc.readthedocs.io>`_."
624+
"`Cython <https://cython.org/>`_ compile une version modifiée de Python avec "
625+
"des annotations optionnelles en extensions C. `Nuitka <https://www.nuitka."
626+
"net/>`_ est un compilateur en devenir de Python vers C++, visant à supporter "
627+
"le langage Python dans son entièreté."
631628

632629
#: faq/design.rst:331
633630
msgid "How does Python manage memory?"
@@ -653,16 +650,15 @@ msgstr ""
653650
"d'obtenir des statistiques de débogage et ajuster ses paramètres."
654651

655652
#: faq/design.rst:341
656-
#, fuzzy
657653
msgid ""
658654
"Other implementations (such as `Jython <https://www.jython.org>`_ or `PyPy "
659655
"<https://www.pypy.org>`_), however, can rely on a different mechanism such "
660656
"as a full-blown garbage collector. This difference can cause some subtle "
661657
"porting problems if your Python code depends on the behavior of the "
662658
"reference counting implementation."
663659
msgstr ""
664-
"Cependant, d'autres implémentations (par exemple `Jython <http://www.jython."
665-
"org>`_ ou `PyPy <http://www.pypy.org>`_) peuvent compter sur un mécanisme "
660+
"Cependant, d'autres implémentations (par exemple `Jython <https://www.jython."
661+
"org>`_ ou `PyPy <https://www.pypy.org>`_) peuvent compter sur un mécanisme "
666662
"différent comme un véritable ramasse-miettes. Cette différence peut causer "
667663
"de subtils problèmes de portabilité si votre code Python dépend du "
668664
"comportement de l'implémentation du compteur de références."

0 commit comments

Comments
 (0)