Skip to content

Commit 27b150c

Browse files
authored
pomerge (#1885)
1 parent c199947 commit 27b150c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+295
-206
lines changed

c-api/apiabiversion.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ msgstr ""
9696

9797
#: c-api/apiabiversion.rst:47
9898
msgid "1"
99-
msgstr ""
99+
msgstr "1"
100100

101101
#: c-api/apiabiversion.rst:47
102102
#, fuzzy
@@ -113,7 +113,7 @@ msgstr ""
113113

114114
#: c-api/apiabiversion.rst:49
115115
msgid "2"
116-
msgstr ""
116+
msgstr "2"
117117

118118
#: c-api/apiabiversion.rst:49
119119
#, fuzzy
@@ -130,7 +130,7 @@ msgstr ""
130130

131131
#: c-api/apiabiversion.rst:51
132132
msgid "3"
133-
msgstr ""
133+
msgstr "3"
134134

135135
#: c-api/apiabiversion.rst:51
136136
#, fuzzy
@@ -147,7 +147,7 @@ msgstr ""
147147

148148
#: c-api/apiabiversion.rst:53
149149
msgid "4"
150-
msgstr ""
150+
msgstr "4"
151151

152152
#: c-api/apiabiversion.rst:53
153153
#, fuzzy

c-api/exceptions.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ msgstr ""
715715

716716
#: c-api/exceptions.rst:695
717717
msgid "3.11"
718-
msgstr ""
718+
msgstr "3.11"
719719

720720
#: c-api/exceptions.rst:687
721721
msgid ""

c-api/module.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ msgstr ""
510510

511511
#: c-api/module.rst:506
512512
msgid "Example usage::"
513-
msgstr ""
513+
msgstr "Exemple d'utilisation ::"
514514

515515
#: c-api/module.rst:524
516516
msgid ""

c-api/refcounting.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ msgstr ""
7171

7272
#: c-api/refcounting.rst:45
7373
msgid "For example::"
74-
msgstr ""
74+
msgstr "Par exemple ::"
7575

7676
#: c-api/refcounting.rst:50
7777
msgid "can be written as::"

c-api/typeobj.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1932,7 +1932,7 @@ msgstr ""
19321932

19331933
#: c-api/typeobj.rst:1264
19341934
msgid ":pep:`634` -- Structural Pattern Matching: Specification"
1935-
msgstr ""
1935+
msgstr ":pep:`634` — Spécifications pour le filtrage par motif"
19361936

19371937
#: c-api/typeobj.rst:1249
19381938
msgid ""

distutils/sourcedist.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ msgstr "Fichier *tar* compressé par *bzip2* (:file:`.tar.bz2`)"
112112

113113
#: distutils/sourcedist.rst:37 distutils/sourcedist.rst:43
114114
msgid "\\(5)"
115-
msgstr ""
115+
msgstr "\\(5)"
116116

117117
#: distutils/sourcedist.rst:37
118118
msgid "``xztar``"

library/asyncio-eventloop.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ msgstr ""
102102

103103
#: library/asyncio-eventloop.rst:67
104104
msgid "Create and return a new event loop object."
105-
msgstr ""
105+
msgstr "Crée et renvoie un nouvel objet de boucle d'événements."
106106

107107
#: library/asyncio-eventloop.rst:69
108108
msgid ""

library/asyncio-llapi-index.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ msgstr ""
139139

140140
#: library/asyncio-llapi-index.rst:69
141141
msgid "Debugging"
142-
msgstr ""
142+
msgstr "Débogage"
143143

144144
#: library/asyncio-llapi-index.rst:74
145145
msgid ":meth:`loop.set_debug`"

library/base64.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ msgstr "Un exemple d'utilisation du module :"
477477

478478
#: library/base64.rst:293
479479
msgid "Security Considerations"
480-
msgstr ""
480+
msgstr "Considérations de sécurité"
481481

482482
#: library/base64.rst:295
483483
msgid ""

library/collections.abc.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ msgstr "``aclose``, ``__aiter__``, ``__anext__``"
427427

428428
#: library/collections.abc.rst:184
429429
msgid "Footnotes"
430-
msgstr ""
430+
msgstr "Notes"
431431

432432
#: library/collections.abc.rst:185
433433
msgid ""
@@ -658,7 +658,7 @@ msgstr ""
658658

659659
#: library/collections.abc.rst:350
660660
msgid "Examples and Recipes"
661-
msgstr ""
661+
msgstr "Exemples et recettes"
662662

663663
#: library/collections.abc.rst:352
664664
#, fuzzy

library/dbm.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ msgstr ""
162162

163163
#: library/dbm.rst:121
164164
msgid "Module :mod:`shelve`"
165-
msgstr ""
165+
msgstr "Module :mod:`shelve`"
166166

167167
#: library/dbm.rst:122
168168
msgid "Persistence module which stores non-string data."

library/importlib.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ msgstr ""
432432
#: library/importlib.rst:360 library/importlib.rst:1188
433433
#: library/importlib.rst:1245
434434
msgid "Use :meth:`find_spec` instead."
435-
msgstr ""
435+
msgstr "utilisez plutôt :meth:`find_spec`."
436436

437437
#: library/importlib.rst:309
438438
msgid ""
@@ -1010,7 +1010,7 @@ msgstr ""
10101010

10111011
#: library/importlib.rst:794
10121012
msgid "Use :meth:`exec_module` instead."
1013-
msgstr ""
1013+
msgstr "utilisez plutôt :meth:`exec_module`."
10141014

10151015
#: library/importlib.rst:799
10161016
msgid "Concrete implementation of :meth:`InspectLoader.get_source`."

library/io.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ msgstr ""
281281

282282
#: library/io.rst:217
283283
msgid "See :ref:`io-text-encoding` for more information."
284-
msgstr ""
284+
msgstr "Voir :ref:`io-text-encoding` pour plus d'informations."
285285

286286
#: library/io.rst:224
287287
msgid ""

library/os.po

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,15 +186,15 @@ msgstr ""
186186

187187
#: library/os.rst:92
188188
msgid "See also the :term:`locale encoding`."
189-
msgstr ""
189+
msgstr "Voir aussi :term:`encodage régional<locale encoding>`."
190190

191191
#: library/os.rst:98
192192
msgid "Python UTF-8 Mode"
193193
msgstr ""
194194

195195
#: library/os.rst:100
196196
msgid "See :pep:`540` for more details."
197-
msgstr ""
197+
msgstr "Voir la :pep:`540` pour plus d'informations."
198198

199199
#: library/os.rst:103
200200
msgid ""
@@ -226,6 +226,12 @@ msgid ""
226226
"(:data:`sys.stderr` continues to use ``backslashreplace`` as it does in the "
227227
"default locale-aware mode)"
228228
msgstr ""
229+
":data:`sys.stdin`, :data:`sys.stdout` et :data:`sys.stderr` utilisent tous "
230+
"l'UTF-8 pour l'encodage du texte, avec le :ref:`gestionnaire d'erreurs "
231+
"<error-handlers>` ``surrogateescape`` activé pour :data:`sys.stdin` et :data:"
232+
"`sys.stdout` (:data:`sys.stderr` continue d'utiliser ``backslashreplace`` "
233+
"comme pour le mode par défaut où il prend en compte la configuration "
234+
"régionale)."
229235

230236
#: library/os.rst:116
231237
msgid ""
@@ -239,22 +245,31 @@ msgid ""
239245
"envvar:`PYTHONIOENCODING` (just as they can be in the default locale-aware "
240246
"mode)."
241247
msgstr ""
248+
"Notez que la configuration des flux standards en mode UTF-8 peut être "
249+
"surchargée par :envvar:`PYTHONIOENCODING` (de la même manière qu'elles "
250+
"peuvent l'être dans le mode par défaut qui est configuré pour la région "
251+
"locale)."
242252

243253
#: library/os.rst:123
244254
msgid ""
245255
"As a consequence of the changes in those lower level APIs, other higher "
246256
"level APIs also exhibit different default behaviours:"
247257
msgstr ""
258+
"En raison des changements apportés à ces API de bas-niveau, les API de haut-"
259+
"niveau ont un comportement par défaut différent :"
248260

249261
#: library/os.rst:126
250262
msgid ""
251263
"Command line arguments, environment variables and filenames are decoded to "
252264
"text using the UTF-8 encoding."
253265
msgstr ""
266+
"Les arguments en ligne de commande, les variables d'environnement et les "
267+
"noms de fichiers sont décodés en texte en utilisant l'UTF-8."
254268

255269
#: library/os.rst:128
256270
msgid ":func:`os.fsdecode()` and :func:`os.fsencode()` use the UTF-8 encoding."
257271
msgstr ""
272+
":func:`os.fsdecode()` et :func:`os.fsencode()` utilisent l'encodage UTF-8."
258273

259274
#: library/os.rst:129
260275
msgid ""
@@ -263,6 +278,11 @@ msgid ""
263278
"default so that attempting to open a binary file in text mode is likely to "
264279
"raise an exception rather than producing nonsense data."
265280
msgstr ""
281+
":func:`open()`, :func:`io.open()` et :func:`codecs.open()` utilisent "
282+
"l'encodage UTF-8 par défaut. Cependant, elles utilisent le gestionnaire "
283+
"d'erreurs \"strict\" par défaut, de manière à ce qu'ouvrir un fichier "
284+
"binaire en mode texte lève une exception plutôt que de produire de la donnée "
285+
"sans aucun sens."
266286

267287
#: library/os.rst:134
268288
msgid ""

library/platform.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,4 +474,4 @@ msgstr ""
474474

475475
#: library/platform.rst:285
476476
msgid "Example::"
477-
msgstr ""
477+
msgstr "Exemple ::"

library/py_compile.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ msgstr ""
245245

246246
#: library/py_compile.rst:129
247247
msgid "Command-Line Interface"
248-
msgstr ""
248+
msgstr "Interface en ligne de commande"
249249

250250
#: library/py_compile.rst:131
251251
#, fuzzy

library/security_warnings.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgstr ""
1616

1717
#: library/security_warnings.rst:6
1818
msgid "Security Considerations"
19-
msgstr ""
19+
msgstr "Considérations de sécurité"
2020

2121
#: library/security_warnings.rst:8
2222
msgid "The following modules have specific security considerations:"

library/socket.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ msgstr ""
811811

812812
#: library/socket.rst:664
813813
msgid "*source_address* was added."
814-
msgstr ""
814+
msgstr "Le paramètre *source_address* a été ajouté."
815815

816816
#: library/socket.rst:669
817817
msgid ""

library/sqlite3.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,6 +1017,8 @@ msgid ""
10171017
"The base class of the other exceptions in this module. It is a subclass of :"
10181018
"exc:`Exception`."
10191019
msgstr ""
1020+
"La classe de base des autres exceptions de ce module. C'est une sous-classe "
1021+
"de :exc:`Exception`."
10201022

10211023
#: library/sqlite3.rst:897
10221024
msgid "Exception raised for errors that are related to the database."

library/stdtypes.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7150,7 +7150,7 @@ msgstr ""
71507150

71517151
#: library/stdtypes.rst:5013
71527152
msgid ":pep:`484` - Type Hints"
7153-
msgstr ""
7153+
msgstr ":pep:`484` — Indications de types"
71547154

71557155
#: library/stdtypes.rst:5013
71567156
msgid "Introducing Python's framework for type annotations."

library/sys.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2022-04-05 10:05+0200\n"
9-
"PO-Revision-Date: 2021-12-16 17:26+0100\n"
9+
"PO-Revision-Date: 2022-09-15 10:22+0200\n"
1010
"Last-Translator: louisMaury <louismaury33@gmail.com>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"

library/threading.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ msgstr ""
257257

258258
#: library/threading.rst:155
259259
msgid "Get the trace function as set by :func:`settrace`."
260-
msgstr ""
260+
msgstr "Renvoie la fonction de traçage tel que définie par :func:`settrace`."
261261

262262
#: library/threading.rst:164
263263
msgid ""
@@ -273,6 +273,7 @@ msgstr ""
273273
#: library/threading.rst:173
274274
msgid "Get the profiler function as set by :func:`setprofile`."
275275
msgstr ""
276+
"Renvoie la fonction de profilage tel que défini par :func:`setprofile`."
276277

277278
#: library/threading.rst:180
278279
msgid ""

library/tkinter.ttk.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ msgstr ""
419419

420420
#: library/tkinter.ttk.rst:251
421421
msgid "readonly"
422-
msgstr ""
422+
msgstr "lecture seule"
423423

424424
#: library/tkinter.ttk.rst:251
425425
msgid "Widget should not allow user modification"

library/traceback.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ msgstr ""
337337

338338
#: library/traceback.rst:302
339339
msgid "Added the *compact* parameter."
340-
msgstr ""
340+
msgstr "Ajout du paramètre *compact*."
341341

342342
#: library/traceback.rst:307
343343
msgid ":class:`StackSummary` Objects"

library/typing.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ msgstr ""
673673

674674
#: library/typing.rst:546
675675
msgid "Module contents"
676-
msgstr ""
676+
msgstr "Classe de données"
677677

678678
#: library/typing.rst:548
679679
#, fuzzy

library/unittest.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1537,7 +1537,7 @@ msgstr ""
15371537

15381538
#: library/unittest.rst:957
15391539
msgid "3.10"
1540-
msgstr ""
1540+
msgstr "3.10"
15411541

15421542
#: library/unittest.rst:964
15431543
msgid ""

library/urllib.request.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ msgid ""
3535
"The `Requests package <https://requests.readthedocs.io/en/master/>`_ is "
3636
"recommended for a higher-level HTTP client interface."
3737
msgstr ""
38+
"Le paquet `Requests <https://requests.readthedocs.io/en/master/>`_ est "
39+
"recommandé pour une interface client HTTP de plus haut niveau."
3840

3941
#: library/urllib.request.rst:25
4042
msgid "The :mod:`urllib.request` module defines the following functions:"
@@ -1747,6 +1749,8 @@ msgid ""
17471749
"URL of the resource retrieved, commonly used to determine if a redirect was "
17481750
"followed."
17491751
msgstr ""
1752+
"L'URL de la ressource récupérée, utilisée habituellement pour déterminer si "
1753+
"une redirection a été suivie."
17501754

17511755
#: library/urllib.request.rst:1599
17521756
msgid ""
@@ -1756,7 +1760,7 @@ msgstr ""
17561760

17571761
#: library/urllib.request.rst:1605
17581762
msgid "Status code returned by server."
1759-
msgstr ""
1763+
msgstr "Code d'état renvoyé par le serveur."
17601764

17611765
#: library/urllib.request.rst:1609
17621766
msgid "Deprecated in favor of :attr:`~addinfourl.url`."

whatsnew/2.3.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ msgstr ""
986986

987987
#: whatsnew/2.3.rst:966
988988
msgid "Other Language Changes"
989-
msgstr ""
989+
msgstr "Autres changements au langage"
990990

991991
#: whatsnew/2.3.rst:968
992992
msgid ""

whatsnew/2.4.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ msgstr ""
864864

865865
#: whatsnew/2.4.rst:774
866866
msgid "Other Language Changes"
867-
msgstr ""
867+
msgstr "Autres changements au langage"
868868

869869
#: whatsnew/2.4.rst:776
870870
msgid ""

0 commit comments

Comments
 (0)