Skip to content

Commit d025454

Browse files
committed
Make merge
1 parent cfd5147 commit d025454

File tree

274 files changed

+23969
-22874
lines changed

Some content is hidden

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

274 files changed

+23969
-22874
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# from which we generated our po files. We use it here so when we
2222
# test build, we're building with the .rst files that generated our
2323
# .po files.
24-
CPYTHON_CURRENT_COMMIT := eec8e61992fb654d4cf58de4d727c18622b8303e
24+
CPYTHON_CURRENT_COMMIT := cb0b009cfb4ae2a87a8737250c526b8f95d0551f
2525

2626
CPYTHON_PATH := ../cpython/
2727

about.po

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
8+
"POT-Creation-Date: 2023-03-22 22:16+0100\n"
99
"PO-Revision-Date: 2018-07-23 17:55+0200\n"
1010
"Last-Translator: Julien Palard <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
@@ -60,18 +60,19 @@ msgstr ""
6060
"*reStructuredText* et la suite d'outils *Docutils* ;"
6161

6262
#: about.rst:26
63+
#, fuzzy
6364
msgid ""
64-
"Fredrik Lundh for his `Alternative Python Reference <http://effbot.org/zone/"
65-
"pyref.htm>`_ project from which Sphinx got many good ideas."
65+
"Fredrik Lundh for his Alternative Python Reference project from which Sphinx "
66+
"got many good ideas."
6667
msgstr ""
6768
"Fredrik Lundh pour son projet `Alternative Python Reference <http://effbot."
6869
"org/zone/pyref.htm>`_, dont Sphinx a pris beaucoup de bonnes idées."
6970

70-
#: about.rst:32
71+
#: about.rst:31
7172
msgid "Contributors to the Python Documentation"
7273
msgstr "Contributeurs de la documentation Python"
7374

74-
#: about.rst:34
75+
#: about.rst:33
7576
msgid ""
7677
"Many people have contributed to the Python language, the Python standard "
7778
"library, and the Python documentation. See :source:`Misc/ACKS` in the "
@@ -82,7 +83,7 @@ msgstr ""
8283
"sources de la distribution Python pour avoir une liste partielle des "
8384
"contributeurs."
8485

85-
#: about.rst:38
86+
#: about.rst:37
8687
msgid ""
8788
"It is only with the input and contributions of the Python community that "
8889
"Python has such wonderful documentation -- Thank You!"

bugs.po

Lines changed: 73 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
8+
"POT-Creation-Date: 2023-03-22 22:16+0100\n"
99
"PO-Revision-Date: 2021-05-26 23:13+0200\n"
1010
"Last-Translator: Antoine Wecxsteen\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
@@ -95,7 +95,7 @@ msgstr ""
9595
"Vue d'ensemble du processus pour proposer une amélioration avec l'outil de "
9696
"suivi."
9797

98-
#: bugs.rst:35
98+
#: bugs.rst:36
9999
msgid ""
100100
"`Helping with Documentation <https://devguide.python.org/docquality/#helping-"
101101
"with-documentation>`_"
@@ -109,30 +109,48 @@ msgid ""
109109
"Python documentation."
110110
msgstr "Guide complet pour qui souhaite contribuer à la documentation Python."
111111

112-
#: bugs.rst:41
112+
#: bugs.rst:38
113+
#, fuzzy
114+
msgid ""
115+
"`Documentation Translations <https://devguide.python.org/documenting/"
116+
"#translating>`_"
117+
msgstr ""
118+
"`Aider avec la documentation <https://devguide.python.org/docquality/"
119+
"#helping-with-documentation>`_"
120+
121+
#: bugs.rst:39
122+
msgid ""
123+
"A list of GitHub pages for documentation translation and their primary "
124+
"contacts."
125+
msgstr ""
126+
127+
#: bugs.rst:45
113128
msgid "Using the Python issue tracker"
114129
msgstr "Utilisation du gestionnaire de tickets Python"
115130

116-
#: bugs.rst:43
131+
#: bugs.rst:47
132+
#, fuzzy
117133
msgid ""
118-
"Bug reports for Python itself should be submitted via the Python Bug Tracker "
119-
"(https://bugs.python.org/). The bug tracker offers a Web form which allows "
120-
"pertinent information to be entered and submitted to the developers."
134+
"Issue reports for Python itself should be submitted via the GitHub issues "
135+
"tracker (https://github.com/python/cpython/issues). The GitHub issues "
136+
"tracker offers a web form which allows pertinent information to be entered "
137+
"and submitted to the developers."
121138
msgstr ""
122139
"Les rapports de bogues pour Python lui-même devraient être soumis via le "
123140
"l'outil de suivi des bogues (*Bug Tracker Python* — http://bugs.python."
124141
"org/). Le gestionnaire de tickets propose un formulaire Web permettant de "
125142
"saisir des informations pertinentes à soumettre aux développeurs."
126143

127-
#: bugs.rst:47
144+
#: bugs.rst:52
145+
#, fuzzy
128146
msgid ""
129147
"The first step in filing a report is to determine whether the problem has "
130148
"already been reported. The advantage in doing so, aside from saving the "
131-
"developers time, is that you learn what has been done to fix it; it may be "
149+
"developers' time, is that you learn what has been done to fix it; it may be "
132150
"that the problem has already been fixed for the next release, or additional "
133151
"information is needed (in which case you are welcome to provide it if you "
134-
"can!). To do this, search the bug database using the search box on the top "
135-
"of the page."
152+
"can!). To do this, search the tracker using the search box at the top of the "
153+
"page."
136154
msgstr ""
137155
"La première étape pour remplir un rapport est de déterminer si le problème a "
138156
"déjà été rapporté. L'avantage de cette approche, en plus d'économiser du "
@@ -142,13 +160,13 @@ msgstr ""
142160
"contribution est la bienvenue !). Pour ce faire, cherchez dans la base de "
143161
"données de bogues grâce à la boîte de recherche en haut de la page."
144162

145-
#: bugs.rst:54
163+
#: bugs.rst:59
164+
#, fuzzy
146165
msgid ""
147-
"If the problem you're reporting is not already in the bug tracker, go back "
148-
"to the Python Bug Tracker and log in. If you don't already have a tracker "
149-
"account, select the \"Register\" link or, if you use OpenID, one of the "
150-
"OpenID provider logos in the sidebar. It is not possible to submit a bug "
151-
"report anonymously."
166+
"If the problem you're reporting is not already in the list, log in to "
167+
"GitHub. If you don't already have a GitHub account, create a new account "
168+
"using the \"Sign up\" link. It is not possible to submit a bug report "
169+
"anonymously."
152170
msgstr ""
153171
"Si le problème que vous soumettez n'est pas déjà dans l'outil de suivi des "
154172
"bogues, revenez au *Python Bug Tracker* et connectez-vous. Si vous n'avez "
@@ -157,29 +175,27 @@ msgstr ""
157175
"dans la barre latérale. Il n'est pas possible de soumettre un rapport de "
158176
"bogue de manière anonyme."
159177

160-
#: bugs.rst:59
178+
#: bugs.rst:64
179+
#, fuzzy
161180
msgid ""
162-
"Being now logged in, you can submit a bug. Select the \"Create New\" link "
163-
"in the sidebar to open the bug reporting form."
181+
"Being now logged in, you can submit an issue. Click on the \"New issue\" "
182+
"button in the top bar to report a new issue."
164183
msgstr ""
165184
"Une fois identifié, pour pouvez rapporter un bogue. Sélectionnez le lien "
166185
"*Create New* dans la barre latérale pour ouvrir un nouveau formulaire de "
167186
"rapport de bogue."
168187

169-
#: bugs.rst:62
188+
#: bugs.rst:67
189+
msgid "The submission form has two fields, \"Title\" and \"Comment\"."
190+
msgstr ""
191+
192+
#: bugs.rst:69
170193
msgid ""
171-
"The submission form has a number of fields. For the \"Title\" field, enter "
172-
"a *very* short description of the problem; less than ten words is good. In "
173-
"the \"Type\" field, select the type of your problem; also select the "
174-
"\"Component\" and \"Versions\" to which the bug relates."
194+
"For the \"Title\" field, enter a *very* short description of the problem; "
195+
"less than ten words is good."
175196
msgstr ""
176-
"Le formulaire de soumission a un certain nombre de champs. Pour le champ "
177-
"« Titre », saisissez une *très* courte description du problème ; moins de "
178-
"dix mots est approprié. Dans le champ « Type », sélectionnez le type de "
179-
"problème ; sélectionnez aussi « Composant » et « Versions » en rapport avec "
180-
"le bogue."
181197

182-
#: bugs.rst:67
198+
#: bugs.rst:72
183199
msgid ""
184200
"In the \"Comment\" field, describe the problem in detail, including what you "
185201
"expected to happen and what did happen. Be sure to include whether any "
@@ -192,25 +208,26 @@ msgstr ""
192208
"plateforme matérielle et logicielle vous utilisiez (en incluant les "
193209
"informations de versions)."
194210

195-
#: bugs.rst:72
211+
#: bugs.rst:77
212+
#, fuzzy
196213
msgid ""
197-
"Each bug report will be assigned to a developer who will determine what "
198-
"needs to be done to correct the problem. You will receive an update each "
199-
"time action is taken on the bug."
214+
"Each issue report will be reviewed by a developer who will determine what "
215+
"needs to be done to correct the problem. You will receive an update each "
216+
"time an action is taken on the issue."
200217
msgstr ""
201218
"Chaque bogue sera attribué à un développeur qui déterminera ce qui est "
202219
"nécessaire d'entreprendre pour corriger le problème. Vous recevrez une "
203220
"notification à chaque action effectuée sur le bogue."
204221

205-
#: bugs.rst:81
222+
#: bugs.rst:86
206223
msgid ""
207224
"`How to Report Bugs Effectively <https://www.chiark.greenend.org.uk/"
208225
"~sgtatham/bugs.html>`_"
209226
msgstr ""
210227
"`Comment signaler des bogues de manière efficace <https://www.chiark."
211228
"greenend.org.uk/~sgtatham/bugs.html>`_ (en anglais)"
212229

213-
#: bugs.rst:80
230+
#: bugs.rst:85
214231
msgid ""
215232
"Article which goes into some detail about how to create a useful bug report. "
216233
"This describes what kind of information is useful and why it is useful."
@@ -219,27 +236,28 @@ msgstr ""
219236
"bogue utile. Il décrit quel genre d'information est utile et pourquoi elle "
220237
"est utile."
221238

222-
#: bugs.rst:84
239+
#: bugs.rst:89
240+
#, fuzzy
223241
msgid ""
224-
"`Bug Report Writing Guidelines <https://developer.mozilla.org/en-US/docs/"
225-
"Mozilla/QA/Bug_writing_guidelines>`_"
242+
"`Bug Writing Guidelines <https://bugzilla.mozilla.org/page.cgi?id=bug-"
243+
"writing.html>`_"
226244
msgstr ""
227245
"`Guide pour la rédaction de rapports de bogues <https://developer.mozilla."
228246
"org/en-US/docs/Mozilla/QA/Bug_writing_guidelines>`_"
229247

230-
#: bugs.rst:84
248+
#: bugs.rst:89
231249
msgid ""
232250
"Information about writing a good bug report. Some of this is specific to "
233251
"the Mozilla project, but describes general good practices."
234252
msgstr ""
235253
"Conseils pour écrire un bon rapport de bogue. Certains sont spécifiques au "
236254
"projet Mozilla mais présentent des bonnes pratiques générales."
237255

238-
#: bugs.rst:90
256+
#: bugs.rst:95
239257
msgid "Getting started contributing to Python yourself"
240258
msgstr "Commencer à contribuer à Python vous-même"
241259

242-
#: bugs.rst:92
260+
#: bugs.rst:97
243261
msgid ""
244262
"Beyond just reporting bugs that you find, you are also welcome to submit "
245263
"patches to fix them. You can find more information on how to get started "
@@ -253,3 +271,15 @@ msgstr ""
253271
"Developer's Guide`_. Si vous avez des questions, le `core-mentorship mailing "
254272
"list`_ est un endroit amical pour obtenir des réponses à toutes les "
255273
"questions à propos du processus de corrections de bugs dans Python."
274+
275+
#~ msgid ""
276+
#~ "The submission form has a number of fields. For the \"Title\" field, "
277+
#~ "enter a *very* short description of the problem; less than ten words is "
278+
#~ "good. In the \"Type\" field, select the type of your problem; also "
279+
#~ "select the \"Component\" and \"Versions\" to which the bug relates."
280+
#~ msgstr ""
281+
#~ "Le formulaire de soumission a un certain nombre de champs. Pour le champ "
282+
#~ "« Titre », saisissez une *très* courte description du problème ; moins de "
283+
#~ "dix mots est approprié. Dans le champ « Type », sélectionnez le type de "
284+
#~ "problème ; sélectionnez aussi « Composant » et « Versions » en rapport "
285+
#~ "avec le bogue."

c-api/arg.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-10-01 16:00+0200\n"
8+
"POT-Creation-Date: 2023-03-22 22:16+0100\n"
99
"PO-Revision-Date: 2020-12-10 16:23+0100\n"
1010
"Last-Translator: Julien Palard <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
@@ -533,8 +533,8 @@ msgstr "Il existe deux modes de fonctionnement :"
533533
#: c-api/arg.rst:233
534534
msgid ""
535535
"If *\\*buffer* points a ``NULL`` pointer, the function will allocate a "
536-
"buffer of the needed size, copy the encoded data into this buffer and set *"
537-
"\\*buffer* to reference the newly allocated storage. The caller is "
536+
"buffer of the needed size, copy the encoded data into this buffer and set "
537+
"*\\*buffer* to reference the newly allocated storage. The caller is "
538538
"responsible for calling :c:func:`PyMem_Free` to free the allocated buffer "
539539
"after usage."
540540
msgstr ""
@@ -683,7 +683,8 @@ msgstr ""
683683
"le débordement."
684684

685685
#: c-api/arg.rst:618
686-
msgid "``n`` (:class:`int`) [Py_ssize_t]"
686+
#, fuzzy
687+
msgid "``n`` (:class:`int`) [:c:type:`Py_ssize_t`]"
687688
msgstr "``n`` (:class:`int`) [``Py_ssize_t``]"
688689

689690
#: c-api/arg.rst:292

c-api/bytes.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2021-01-27 19:26+0100\n"
8+
"POT-Creation-Date: 2023-03-22 22:16+0100\n"
99
"PO-Revision-Date: 2018-07-03 11:50+0200\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
@@ -21,7 +21,7 @@ msgstr "Objets *bytes*"
2121
#: c-api/bytes.rst:8
2222
msgid ""
2323
"These functions raise :exc:`TypeError` when expecting a bytes parameter and "
24-
"are called with a non-bytes parameter."
24+
"called with a non-bytes parameter."
2525
msgstr ""
2626

2727
#: c-api/bytes.rst:16
@@ -167,7 +167,7 @@ msgid ":attr:`%zd`"
167167
msgstr ""
168168

169169
#: c-api/bytes.rst:87
170-
msgid "Py_ssize_t"
170+
msgid ":c:type:`\\ Py_ssize_t`"
171171
msgstr ""
172172

173173
#: c-api/bytes.rst:87
@@ -224,9 +224,9 @@ msgstr ""
224224

225225
#: c-api/bytes.rst:102
226226
msgid ""
227-
"The hex representation of a C pointer. Mostly equivalent to ``printf(\"%p"
228-
"\")`` except that it is guaranteed to start with the literal ``0x`` "
229-
"regardless of what the platform's ``printf`` yields."
227+
"The hex representation of a C pointer. Mostly equivalent to "
228+
"``printf(\"%p\")`` except that it is guaranteed to start with the literal "
229+
"``0x`` regardless of what the platform's ``printf`` yields."
230230
msgstr ""
231231

232232
#: c-api/bytes.rst:111
@@ -330,7 +330,7 @@ msgid ""
330330
"address of an existing bytes object as an lvalue (it may be written into), "
331331
"and the new size desired. On success, *\\*bytes* holds the resized bytes "
332332
"object and ``0`` is returned; the address in *\\*bytes* may differ from its "
333-
"input value. If the reallocation fails, the original bytes object at *"
334-
"\\*bytes* is deallocated, *\\*bytes* is set to ``NULL``, :exc:`MemoryError` "
333+
"input value. If the reallocation fails, the original bytes object at "
334+
"*\\*bytes* is deallocated, *\\*bytes* is set to ``NULL``, :exc:`MemoryError` "
335335
"is set, and ``-1`` is returned."
336336
msgstr ""

c-api/call.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-10-01 16:00+0200\n"
8+
"POT-Creation-Date: 2023-03-22 22:16+0100\n"
99
"PO-Revision-Date: 2020-07-20 15:07+0200\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
@@ -49,8 +49,8 @@ msgstr ""
4949

5050
#: c-api/call.rst:29
5151
msgid ""
52-
"To call an object, use :c:func:`PyObject_Call` or other :ref:`call API <capi-"
53-
"call>`."
52+
"To call an object, use :c:func:`PyObject_Call` or another :ref:`call API "
53+
"<capi-call>`."
5454
msgstr ""
5555

5656
#: c-api/call.rst:36
@@ -250,7 +250,7 @@ msgstr ""
250250
msgid ""
251251
"Various functions are available for calling a Python object. Each converts "
252252
"its arguments to a convention supported by the called object – either "
253-
"*tp_call* or vectorcall. In order to do as litle conversion as possible, "
253+
"*tp_call* or vectorcall. In order to do as little conversion as possible, "
254254
"pick one that best fits the format of data you have available."
255255
msgstr ""
256256

0 commit comments

Comments
 (0)