Skip to content

Commit bca1a36

Browse files
authored
More fuzzies in copyright and glossary (#1519)
1 parent 78d9005 commit bca1a36

File tree

2 files changed

+25
-23
lines changed

2 files changed

+25
-23
lines changed

copyright.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2021-01-27 19:26+0100\n"
9-
"PO-Revision-Date: 2019-01-03 16:59+0100\n"
10-
"Last-Translator: Julien Palard <julien@palard.fr>\n"
9+
"PO-Revision-Date: 2021-01-28 14:22+0100\n"
10+
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\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"
1617

1718
#: copyright.rst:3
1819
msgid "Copyright"
@@ -23,10 +24,9 @@ msgid "Python and this documentation is:"
2324
msgstr "Python et cette documentation sont :"
2425

2526
#: copyright.rst:7
26-
#, fuzzy
2727
msgid "Copyright © 2001-2021 Python Software Foundation. All rights reserved."
2828
msgstr ""
29-
"Copyright © 2001-2020 Python Software Foundation. Tous droits réservés."
29+
"Copyright © 2001-2021 Python Software Foundation. Tous droits réservés."
3030

3131
#: copyright.rst:9
3232
msgid "Copyright © 2000 BeOpen.com. All rights reserved."

glossary.po

Lines changed: 21 additions & 19 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: 2020-12-17 16:05+0100\n"
9-
"PO-Revision-Date: 2020-10-16 22:40+0200\n"
10-
"Last-Translator: Mindiell <mindiell@mindiell.net>\n"
9+
"PO-Revision-Date: 2021-03-15 23:37+0100\n"
10+
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\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.2.1\n"
16+
"X-Generator: Poedit 2.4.2\n"
1717

1818
#: glossary.rst:5
1919
msgid "Glossary"
@@ -714,13 +714,13 @@ msgstr ""
714714
"classes parentes."
715715

716716
#: glossary.rst:304
717-
#, fuzzy
718717
msgid ""
719718
"For more information about descriptors' methods, see :ref:`descriptors` or "
720719
"the :ref:`Descriptor How To Guide <descriptorhowto>`."
721720
msgstr ""
722721
"Pour plus d'informations sur les méthodes des descripteurs, consultez :ref:"
723-
"`descriptors`."
722+
"`descriptors` ou le :ref:`guide pour l'utilisation des descripteurs "
723+
"<descriptorhowto>`."
724724

725725
#: glossary.rst:306
726726
msgid "dictionary"
@@ -737,24 +737,20 @@ msgstr ""
737737
"`__eq__`. En Perl, les dictionnaires sont appelés \"*hash*\"."
738738

739739
#: glossary.rst:311
740-
#, fuzzy
741740
msgid "dictionary comprehension"
742-
msgstr "liste en compréhension (ou liste en intention)"
741+
msgstr "dictionnaire en compréhension (ou dictionnaire en intension)"
743742

744743
#: glossary.rst:313
745-
#, fuzzy
746744
msgid ""
747745
"A compact way to process all or part of the elements in an iterable and "
748746
"return a dictionary with the results. ``results = {n: n ** 2 for n in "
749747
"range(10)}`` generates a dictionary containing key ``n`` mapped to value ``n "
750748
"** 2``. See :ref:`comprehensions`."
751749
msgstr ""
752-
"Écriture concise pour manipuler tout ou partie des éléments d'une séquence "
753-
"et renvoyer une liste contenant les résultats. ``result = ['{:#04x}'."
754-
"format(x) for x in range(256) if x % 2 == 0]`` génère la liste composée des "
755-
"nombres pairs de 0 à 255 écrits sous formes de chaînes de caractères et en "
756-
"hexadécimal (``0x…``). La clause :keyword:`if` est optionnelle. Si elle est "
757-
"omise, tous les éléments du ``range(256)`` seront utilisés."
750+
"Écriture concise pour traiter tout ou partie des éléments d'un itérable et "
751+
"renvoyer un dictionnaire contenant les résultats. ``results = {n: n ** 2 for "
752+
"n in range(10)}`` génère un dictionnaire contenant des clés ``n`` liée à "
753+
"leur valeurs ``n ** 2``. Voir :ref:`comprehensions`."
758754

759755
#: glossary.rst:317
760756
msgid "dictionary view"
@@ -1156,22 +1152,26 @@ msgstr ""
11561152
"singledispatch` et la :pep:`443`."
11571153

11581154
#: glossary.rst:485
1159-
#, fuzzy
11601155
msgid "generic type"
1161-
msgstr "fonction générique"
1156+
msgstr "type générique"
11621157

11631158
#: glossary.rst:487
11641159
msgid ""
11651160
"A :term:`type` that can be parameterized; typically a container like :class:"
11661161
"`list`. Used for :term:`type hints <type hint>` and :term:`annotations "
11671162
"<annotation>`."
11681163
msgstr ""
1164+
"Un :term:`type` qui peut être paramétré ; typiquement un conteneur comme "
1165+
"une :class:`list`. Utilisé pour les :term:`indications de type <type hint>` "
1166+
"et les :term:`annotations <annotation>`."
11691167

11701168
#: glossary.rst:491
11711169
msgid ""
11721170
"See :pep:`483` for more details, and :mod:`typing` or :ref:`generic alias "
11731171
"type <types-genericalias>` for its uses."
11741172
msgstr ""
1173+
"Voir la :pep:`483` pour plus de détails, et :mod:`typing` ou :ref:`alias "
1174+
"générique de type <types-genericalias>` pour ses utilisations."
11751175

11761176
#: glossary.rst:493
11771177
msgid "GIL"
@@ -2430,7 +2430,6 @@ msgstr ""
24302430
"arbitraire :term:`immuable` plutôt qu'un nombre entier."
24312431

24322432
#: glossary.rst:1035
2433-
#, fuzzy
24342433
msgid ""
24352434
"The :class:`collections.abc.Sequence` abstract base class defines a much "
24362435
"richer interface that goes beyond just :meth:`__getitem__` and :meth:"
@@ -2445,9 +2444,8 @@ msgstr ""
24452444
"peuvent s'enregistrer explicitement en utilisant :func:`~abc.register`."
24462445

24472446
#: glossary.rst:1042
2448-
#, fuzzy
24492447
msgid "set comprehension"
2450-
msgstr "liste en compréhension (ou liste en intention)"
2448+
msgstr "ensemble en compréhension (ou ensemble en intension)"
24512449

24522450
#: glossary.rst:1044
24532451
msgid ""
@@ -2456,6 +2454,10 @@ msgid ""
24562454
"not in 'abc'}`` generates the set of strings ``{'r', 'd'}``. See :ref:"
24572455
"`comprehensions`."
24582456
msgstr ""
2457+
"Une façon compacte de traiter tout ou partie des éléments d'un itérable et "
2458+
"de renvoyer un *set* avec les résultats. ``results = {c for c in "
2459+
"'abracadabra' if c not in 'abc'}`` génère l'ensemble contenant les lettres "
2460+
"« r » et « d » ``{'r', 'd'}``. Voir :ref:`comprehensions`."
24592461

24602462
#: glossary.rst:1048
24612463
msgid "single dispatch"

0 commit comments

Comments
 (0)