@@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2021-09-23 16:16+0200\n "
9
- "PO-Revision-Date : 2021-09-07 13:36+0200 \n "
9
+ "PO-Revision-Date : 2021-10-31 18:43+0100 \n "
10
10
"
Last-Translator :
Jules Lasne <[email protected] >\n "
11
11
"
Language-Team :
FRENCH <[email protected] >\n "
12
12
"Language : fr\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
16
- "X-Generator : Poedit 2.4.2 \n "
16
+ "X-Generator : Poedit 3.0 \n "
17
17
18
18
#: glossary.rst:5
19
19
msgid "Glossary"
@@ -137,14 +137,15 @@ msgstr ""
137
137
"`__annotations__` des modules, classes et fonctions, respectivement."
138
138
139
139
#: glossary.rst:58
140
- #, fuzzy
141
140
msgid ""
142
141
"See :term:`variable annotation`, :term:`function annotation`, :pep:`484` "
143
142
"and :pep:`526`, which describe this functionality. Also see :ref:"
144
143
"`annotations-howto` for best practices on working with annotations."
145
144
msgstr ""
146
- "Voir :term:`variable annotation`, :term:`function annotation`, :pep:`484` "
147
- "et :pep:`526`, qui décrivent cette fonctionnalité."
145
+ "Voir :term:`annotation de variable<variable annotation>`, :term:`annotation "
146
+ "de fonction<function annotation>`, :pep:`484` et :pep:`526`, qui décrivent "
147
+ "cette fonctionnalité. Voir aussi :ref:`annotations-howto` sur les bonnes "
148
+ "pratiques concernant les annotations."
148
149
149
150
#: glossary.rst:62
150
151
msgid "argument"
@@ -201,9 +202,9 @@ msgid ""
201
202
"difference between arguments and parameters <faq-argument-vs-parameter>`, "
202
203
"and :pep:`362`."
203
204
msgstr ""
204
- "Voir aussi :term:`parameter` dans le glossaire, la question :ref:`Différence "
205
- "entre argument et paramètre <faq-argument-vs-parameter>` de la FAQ et la : "
206
- "pep:`362`."
205
+ "Voir aussi :term:`paramètre< parameter> ` dans le glossaire, la question :ref:"
206
+ "`Différence entre argument et paramètre <faq-argument-vs-parameter>` de la "
207
+ "FAQ et la : pep:`362`."
207
208
208
209
#: glossary.rst:92
209
210
msgid "asynchronous context manager"
@@ -390,7 +391,7 @@ msgstr ""
390
391
391
392
#: glossary.rst:162
392
393
msgid "borrowed reference"
393
- msgstr ""
394
+ msgstr "référence empruntée "
394
395
395
396
#: glossary.rst:164
396
397
msgid ""
@@ -956,7 +957,7 @@ msgstr "Synonyme de :term:`objet fichier`."
956
957
957
958
#: glossary.rst:402
958
959
msgid "filesystem encoding and error handler"
959
- msgstr ""
960
+ msgstr "encodage du système de fichier et gestionnaire d'erreur "
960
961
961
962
#: glossary.rst:404
962
963
msgid ""
@@ -987,9 +988,8 @@ msgid ""
987
988
msgstr ""
988
989
989
990
#: glossary.rst:420
990
- #, fuzzy
991
991
msgid "See also the :term:`locale encoding`."
992
- msgstr "Voir aussi :term:`module `."
992
+ msgstr "Voir aussi :term:`encodage régional<locale encoding> `."
993
993
994
994
#: glossary.rst:421
995
995
msgid "finder"
@@ -1078,14 +1078,14 @@ msgstr ""
1078
1078
"`function`."
1079
1079
1080
1080
#: glossary.rst:458
1081
- #, fuzzy
1082
1081
msgid ""
1083
1082
"See :term:`variable annotation` and :pep:`484`, which describe this "
1084
1083
"functionality. Also see :ref:`annotations-howto` for best practices on "
1085
1084
"working with annotations."
1086
1085
msgstr ""
1087
- "Voir :term:`variable annotation` et :pep:`484`, qui décrivent cette "
1088
- "fonctionnalité."
1086
+ "Voir :term:`annotation de variable<variable annotation>` et :pep:`484`, qui "
1087
+ "décrivent cette fonctionnalité. Voir aussi :ref:`annotations-howto` sur les "
1088
+ "bonnes pratiques concernant les annotations."
1089
1089
1090
1090
#: glossary.rst:462
1091
1091
msgid "__future__"
@@ -1674,31 +1674,37 @@ msgstr ""
1674
1674
"l'approche EAFP."
1675
1675
1676
1676
#: glossary.rst:711
1677
- #, fuzzy
1678
1677
msgid "locale encoding"
1679
- msgstr "encodage de texte "
1678
+ msgstr "encodage régional "
1680
1679
1681
1680
#: glossary.rst:713
1682
1681
msgid ""
1683
1682
"On Unix, it is the encoding of the LC_CTYPE locale. It can be set with "
1684
1683
"``locale.setlocale(locale.LC_CTYPE, new_locale)``."
1685
1684
msgstr ""
1685
+ "Sous Unix, il est défini par la variable régionale LC_CTYPE. Il peut être "
1686
+ "modifié par ``locale.setlocale(locale.LC_CTYPE, new_locale)``."
1686
1687
1687
1688
#: glossary.rst:716
1688
1689
msgid "On Windows, it is the ANSI code page (ex: ``cp1252``)."
1689
- msgstr ""
1690
+ msgstr "Sous Windows, c'est un encodage ANSI (ex. : ``cp1252``). "
1690
1691
1691
1692
#: glossary.rst:718
1692
1693
msgid ""
1693
1694
"``locale.getpreferredencoding(False)`` can be used to get the locale "
1694
1695
"encoding."
1695
1696
msgstr ""
1697
+ "``locale.getpreferredencoding(False)`` permet de récupérer l'encodage "
1698
+ "régional."
1696
1699
1697
1700
#: glossary.rst:721
1698
1701
msgid ""
1699
1702
"Python uses the :term:`filesystem encoding and error handler` to convert "
1700
1703
"between Unicode filenames and bytes filenames."
1701
1704
msgstr ""
1705
+ "Python utilise l':term:`encodage du système de fichier et gestionnaire "
1706
+ "d'erreur<filesystem encoding and error handler>` pour les conversions de "
1707
+ "noms de fichier entre Unicode et octets."
1702
1708
1703
1709
#: glossary.rst:723
1704
1710
msgid "list"
@@ -2603,7 +2609,7 @@ msgstr ""
2603
2609
2604
2610
#: glossary.rst:1119
2605
2611
msgid "strong reference"
2606
- msgstr ""
2612
+ msgstr "référence forte "
2607
2613
2608
2614
#: glossary.rst:1121
2609
2615
msgid ""
@@ -2621,9 +2627,8 @@ msgid ""
2621
2627
msgstr ""
2622
2628
2623
2629
#: glossary.rst:1130
2624
- #, fuzzy
2625
2630
msgid "See also :term:`borrowed reference`."
2626
- msgstr "Voir aussi :term:`module `."
2631
+ msgstr "Voir aussi :term:`référence empruntée<borrowed reference> `."
2627
2632
2628
2633
#: glossary.rst:1131
2629
2634
msgid "text encoding"
@@ -2804,14 +2809,14 @@ msgstr ""
2804
2809
"`annassign`."
2805
2810
2806
2811
#: glossary.rst:1217
2807
- #, fuzzy
2808
2812
msgid ""
2809
2813
"See :term:`function annotation`, :pep:`484` and :pep:`526`, which describe "
2810
2814
"this functionality. Also see :ref:`annotations-howto` for best practices on "
2811
2815
"working with annotations."
2812
2816
msgstr ""
2813
- "Reportez-vous à :term:`function annotation`, à la :pep:`484` et à la :pep:"
2814
- "`526` qui décrivent cette fonctionnalité."
2817
+ "Reportez-vous à :term:`annotation de fonction<function annotation>`, à la :"
2818
+ "pep:`484` et à la :pep:`526` qui décrivent cette fonctionnalité. Voir aussi :"
2819
+ "ref:`annotations-howto` sur les bonnes pratiques concernant les annotations."
2815
2820
2816
2821
#: glossary.rst:1221
2817
2822
msgid "virtual environment"
0 commit comments