Skip to content

Commit 7ee3e99

Browse files
committed
Merge known translation from before merge.
1 parent 5837c7b commit 7ee3e99

18 files changed

+45
-43
lines changed

library/asyncio-api-index.po

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ msgstr ""
2626

2727
#: ../Doc/library/asyncio-api-index.rst:12
2828
msgid "Tasks"
29-
msgstr ""
29+
msgstr "Tâches"
3030

3131
#: ../Doc/library/asyncio-api-index.rst:14
3232
msgid ""
@@ -137,7 +137,7 @@ msgstr ""
137137
#: ../Doc/library/asyncio-api-index.rst:188
138138
#: ../Doc/library/asyncio-api-index.rst:213
139139
msgid "Examples"
140-
msgstr ""
140+
msgstr "Exemples"
141141

142142
#: ../Doc/library/asyncio-api-index.rst:60
143143
msgid ""
@@ -175,23 +175,23 @@ msgstr ""
175175

176176
#: ../Doc/library/asyncio-api-index.rst:84
177177
msgid ":class:`Queue`"
178-
msgstr ""
178+
msgstr ":class:`Queue`"
179179

180180
#: ../Doc/library/asyncio-api-index.rst:85
181181
msgid "A FIFO queue."
182182
msgstr ""
183183

184184
#: ../Doc/library/asyncio-api-index.rst:87
185185
msgid ":class:`PriorityQueue`"
186-
msgstr ""
186+
msgstr ":class:`PriorityQueue`"
187187

188188
#: ../Doc/library/asyncio-api-index.rst:88
189189
msgid "A priority queue."
190190
msgstr ""
191191

192192
#: ../Doc/library/asyncio-api-index.rst:90
193193
msgid ":class:`LifoQueue`"
194-
msgstr ""
194+
msgstr ":class:`LifoQueue`"
195195

196196
#: ../Doc/library/asyncio-api-index.rst:91
197197
msgid "A LIFO queue."
@@ -313,39 +313,39 @@ msgstr ""
313313

314314
#: ../Doc/library/asyncio-api-index.rst:171
315315
msgid ":class:`Lock`"
316-
msgstr ""
316+
msgstr ":class:`Lock`"
317317

318318
#: ../Doc/library/asyncio-api-index.rst:172
319319
msgid "A mutex lock."
320320
msgstr ""
321321

322322
#: ../Doc/library/asyncio-api-index.rst:174
323323
msgid ":class:`Event`"
324-
msgstr ""
324+
msgstr ":class:`Event`"
325325

326326
#: ../Doc/library/asyncio-api-index.rst:175
327327
msgid "An event object."
328328
msgstr ""
329329

330330
#: ../Doc/library/asyncio-api-index.rst:177
331331
msgid ":class:`Condition`"
332-
msgstr ""
332+
msgstr ":class:`Condition`"
333333

334334
#: ../Doc/library/asyncio-api-index.rst:178
335335
msgid "A condition object."
336336
msgstr ""
337337

338338
#: ../Doc/library/asyncio-api-index.rst:180
339339
msgid ":class:`Semaphore`"
340-
msgstr ""
340+
msgstr ":class:`Semaphore`"
341341

342342
#: ../Doc/library/asyncio-api-index.rst:181
343343
msgid "A semaphore."
344344
msgstr ""
345345

346346
#: ../Doc/library/asyncio-api-index.rst:183
347347
msgid ":class:`BoundedSemaphore`"
348-
msgstr ""
348+
msgstr ":class:`BoundedSemaphore`"
349349

350350
#: ../Doc/library/asyncio-api-index.rst:184
351351
msgid "A bounded semaphore."
@@ -363,7 +363,7 @@ msgstr ""
363363

364364
#: ../Doc/library/asyncio-api-index.rst:196
365365
msgid "Exceptions"
366-
msgstr ""
366+
msgstr "Exceptions"
367367

368368
#: ../Doc/library/asyncio-api-index.rst:203
369369
msgid ":exc:`asyncio.TimeoutError`"

library/asyncio-eventloop.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ msgstr ""
9595

9696
#: ../Doc/library/asyncio-eventloop.rst:64
9797
msgid "Contents"
98-
msgstr ""
98+
msgstr "Sommaire"
9999

100100
#: ../Doc/library/asyncio-eventloop.rst:65
101101
msgid "This documentation page contains the following sections:"
@@ -694,7 +694,7 @@ msgstr ""
694694
#: ../Doc/library/asyncio-eventloop.rst:627
695695
#: ../Doc/library/asyncio-eventloop.rst:976
696696
msgid "Availability: Unix."
697-
msgstr "Disponibilité : UNIX."
697+
msgstr "Disponibilité : Unix."
698698

699699
#: ../Doc/library/asyncio-eventloop.rst:515
700700
msgid "The *path* parameter can now be a :term:`path-like object`."
@@ -1464,7 +1464,7 @@ msgstr ""
14641464

14651465
#: ../Doc/library/asyncio-eventloop.rst:1182
14661466
msgid "Other parameters:"
1467-
msgstr "Autres Paramètres :"
1467+
msgstr "Autres paramètres :"
14681468

14691469
#: ../Doc/library/asyncio-eventloop.rst:1184
14701470
msgid ""
@@ -1727,15 +1727,15 @@ msgstr ""
17271727

17281728
#: ../Doc/library/asyncio-eventloop.rst:1420
17291729
msgid "Availability: Unix, Windows."
1730-
msgstr "Disponibilité : Unix, Windows."
1730+
msgstr "Disponibilité : Unix, Windows."
17311731

17321732
#: ../Doc/library/asyncio-eventloop.rst:1425
17331733
msgid "An event loop for Windows that uses \"I/O Completion Ports\" (IOCP)."
17341734
msgstr ""
17351735

17361736
#: ../Doc/library/asyncio-eventloop.rst:1427
17371737
msgid "Availability: Windows."
1738-
msgstr "Disponibilité : Unix."
1738+
msgstr "Disponibilité : Windows."
17391739

17401740
#: ../Doc/library/asyncio-eventloop.rst:1429
17411741
msgid "An example how to use :class:`ProactorEventLoop` on Windows::"

library/asyncio-exceptions.po

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

1919
#: ../Doc/library/asyncio-exceptions.rst:8
2020
msgid "Exceptions"
21-
msgstr ""
21+
msgstr "Exceptions"
2222

2323
#: ../Doc/library/asyncio-exceptions.rst:13
2424
msgid "The operation has exceeded the given deadline."

library/asyncio-future.po

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

8181
#: ../Doc/library/asyncio-future.rst:50
8282
msgid "The function accepts any :term:`awaitable` object."
83-
msgstr ""
83+
msgstr "La fonction accepte n'importe quel objet :term:`awaitable`."
8484

8585
#: ../Doc/library/asyncio-future.rst:56
8686
msgid ""

library/asyncio-llapi-index.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ msgstr ""
6363
#: ../Doc/library/asyncio-llapi-index.rst:32
6464
#: ../Doc/library/asyncio-llapi-index.rst:260
6565
msgid "Examples"
66-
msgstr ""
66+
msgstr "Exemples"
6767

6868
#: ../Doc/library/asyncio-llapi-index.rst:33
6969
msgid ":ref:`Using asyncio.get_running_loop() <asyncio_example_future>`."
@@ -363,7 +363,7 @@ msgstr ""
363363

364364
#: ../Doc/library/asyncio-llapi-index.rst:181
365365
msgid "Sockets"
366-
msgstr ""
366+
msgstr "Interfaces de connexion (*sockets*)"
367367

368368
#: ../Doc/library/asyncio-llapi-index.rst:186
369369
msgid "``await`` :meth:`loop.sock_recv`"
@@ -487,7 +487,7 @@ msgstr ""
487487

488488
#: ../Doc/library/asyncio-llapi-index.rst:241
489489
msgid "Error Handling"
490-
msgstr ""
490+
msgstr "Gestion des erreurs"
491491

492492
#: ../Doc/library/asyncio-llapi-index.rst:246
493493
msgid ":meth:`loop.call_exception_handler`"
@@ -559,7 +559,7 @@ msgstr ""
559559

560560
#: ../Doc/library/asyncio-llapi-index.rst:281
561561
msgid "Transports"
562-
msgstr ""
562+
msgstr "Transports"
563563

564564
#: ../Doc/library/asyncio-llapi-index.rst:283
565565
msgid "All transports implement the following methods:"
@@ -603,7 +603,7 @@ msgstr ""
603603

604604
#: ../Doc/library/asyncio-llapi-index.rst:302
605605
msgid "Return the current protocol."
606-
msgstr ""
606+
msgstr "Renvoie le protocole courant."
607607

608608
#: ../Doc/library/asyncio-llapi-index.rst:305
609609
msgid ""
@@ -816,15 +816,15 @@ msgstr ""
816816

817817
#: ../Doc/library/asyncio-llapi-index.rst:416
818818
msgid "Called when a connection is made."
819-
msgstr ""
819+
msgstr "Appelé lorsqu'une connexion est établie."
820820

821821
#: ../Doc/library/asyncio-llapi-index.rst:418
822822
msgid "``callback`` :meth:`connection_lost() <BaseProtocol.connection_lost>`"
823823
msgstr ""
824824

825825
#: ../Doc/library/asyncio-llapi-index.rst:419
826826
msgid "Called when the connection is lost or closed."
827-
msgstr ""
827+
msgstr "Appelé lorsqu'une connexion est perdue ou fermée."
828828

829829
#: ../Doc/library/asyncio-llapi-index.rst:421
830830
msgid "``callback`` :meth:`pause_writing() <BaseProtocol.pause_writing>`"
@@ -942,7 +942,7 @@ msgstr ""
942942

943943
#: ../Doc/library/asyncio-llapi-index.rst:486
944944
msgid "Called when the child process has exited."
945-
msgstr ""
945+
msgstr "Appelé lorsqu'un processus enfant se termine."
946946

947947
#: ../Doc/library/asyncio-llapi-index.rst:490
948948
msgid "Event Loop Policies"

library/asyncio-platforms.po

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

4040
#: ../Doc/library/asyncio-platforms.rst:24
4141
msgid "Windows"
42-
msgstr ""
42+
msgstr "Windows"
4343

4444
#: ../Doc/library/asyncio-platforms.rst:26
4545
msgid "All event loops on Windows do not support the following methods:"

library/asyncio-policy.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ msgstr ""
8282

8383
#: ../Doc/library/asyncio-policy.rst:54
8484
msgid "Get the event loop for the current context."
85-
msgstr ""
85+
msgstr "Récupère la boucle d'évènements pour le contexte actuel."
8686

8787
#: ../Doc/library/asyncio-policy.rst:56
8888
msgid ""
@@ -144,7 +144,7 @@ msgstr ""
144144

145145
#: ../Doc/library/asyncio-policy.rst:106
146146
msgid "Availability: Windows."
147-
msgstr ""
147+
msgstr "Disponibilité : Windows."
148148

149149
#: ../Doc/library/asyncio-policy.rst:110
150150
msgid "Process Watchers"

library/asyncio-protocol.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ msgstr ""
4343

4444
#: ../Doc/library/asyncio-protocol.rst:25
4545
msgid "Introduction"
46-
msgstr ""
46+
msgstr "Introduction"
4747

4848
#: ../Doc/library/asyncio-protocol.rst:26
4949
msgid ""
@@ -83,7 +83,7 @@ msgstr ""
8383

8484
#: ../Doc/library/asyncio-protocol.rst:51
8585
msgid "Contents"
86-
msgstr ""
86+
msgstr "Sommaire"
8787

8888
#: ../Doc/library/asyncio-protocol.rst:52
8989
msgid "This documentation page contains the following sections:"
@@ -934,7 +934,7 @@ msgstr "Appelé lorsqu'un processus enfant se termine."
934934

935935
#: ../Doc/library/asyncio-protocol.rst:707
936936
msgid "Examples"
937-
msgstr ""
937+
msgstr "Exemples"
938938

939939
#: ../Doc/library/asyncio-protocol.rst:712
940940
msgid "TCP Echo Server"

library/asyncio-queue.po

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

187187
#: ../Doc/library/asyncio-queue.rst:141
188188
msgid "Examples"
189-
msgstr ""
189+
msgstr "Exemples"
190190

191191
#: ../Doc/library/asyncio-queue.rst:145
192192
msgid ""

library/asyncio-stream.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ msgstr ""
130130

131131
#: ../Doc/library/asyncio-stream.rst:118 ../Doc/library/asyncio-stream.rst:140
132132
msgid "Availability: Unix."
133-
msgstr "Disponibilité : Unix."
133+
msgstr "Disponibilité : Unix."
134134

135135
#: ../Doc/library/asyncio-stream.rst:126
136136
msgid "The *path* parameter can now be a :term:`path-like object`"
@@ -327,7 +327,7 @@ msgstr ""
327327

328328
#: ../Doc/library/asyncio-stream.rst:300
329329
msgid "Examples"
330-
msgstr ""
330+
msgstr "Exemples"
331331

332332
#: ../Doc/library/asyncio-stream.rst:305
333333
msgid "TCP echo client using streams"

0 commit comments

Comments
 (0)