Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fada4ef

Browse files
committed
Propagating known translations.
1 parent 3733065 commit fada4ef

Some content is hidden

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

42 files changed

+82
-62
lines changed

c-api/memory.po

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

2121
#: ../Doc/c-api/memory.rst:17
2222
msgid "Overview"
23-
msgstr ""
23+
msgstr "Aperçu"
2424

2525
#: ../Doc/c-api/memory.rst:19
2626
msgid ""
@@ -387,7 +387,7 @@ msgstr ""
387387

388388
#: ../Doc/c-api/memory.rst:340
389389
msgid "Configuration"
390-
msgstr ""
390+
msgstr "Configuration"
391391

392392
#: ../Doc/c-api/memory.rst:340
393393
msgid "Name"

installing/index.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ msgstr ""
170170
msgid ""
171171
"The use of ``venv`` is now recommended for creating virtual environments."
172172
msgstr ""
173-
"L'utilisation de ``venv`` est maintenant recommandée pour créer vos "
173+
"L'utilisation de ``venv`` est maintenant recommandée pour créer vos "
174174
"environnements virtuels."
175175

176176
#: ../Doc/installing/index.rst:75

library/asyncio-api-index.po

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

208208
#: ../Doc/library/asyncio-api-index.rst:103
209209
msgid "Subprocesses"
210-
msgstr ""
210+
msgstr "Sous-processus"
211211

212212
#: ../Doc/library/asyncio-api-index.rst:105
213213
msgid "Utilities to spawn subprocesses and run shell commands."
@@ -239,7 +239,7 @@ msgstr ""
239239

240240
#: ../Doc/library/asyncio-api-index.rst:127
241241
msgid "Streams"
242-
msgstr ""
242+
msgstr "Streams"
243243

244244
#: ../Doc/library/asyncio-api-index.rst:129
245245
msgid "High-level APIs to work with network IO."

library/asyncio-llapi-index.po

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ msgstr ""
2424

2525
#: ../Doc/library/asyncio-llapi-index.rst:12
2626
msgid "Obtaining the Event Loop"
27-
msgstr ""
27+
msgstr "Obtenir une boucle d'évènements"
2828

2929
#: ../Doc/library/asyncio-llapi-index.rst:18
3030
msgid ":func:`asyncio.get_running_loop`"
@@ -69,7 +69,7 @@ msgstr ""
6969

7070
#: ../Doc/library/asyncio-llapi-index.rst:37
7171
msgid "Event Loop Methods"
72-
msgstr ""
72+
msgstr "Méthodes de la boucle d'évènements"
7373

7474
#: ../Doc/library/asyncio-llapi-index.rst:39
7575
msgid ""
@@ -103,15 +103,15 @@ msgstr ""
103103

104104
#: ../Doc/library/asyncio-llapi-index.rst:54
105105
msgid "Stop the event loop."
106-
msgstr ""
106+
msgstr "Arrête l'exécution de la boucle d'évènements."
107107

108108
#: ../Doc/library/asyncio-llapi-index.rst:56
109109
msgid ":meth:`loop.close`"
110110
msgstr ""
111111

112112
#: ../Doc/library/asyncio-llapi-index.rst:57
113113
msgid "Close the event loop."
114-
msgstr ""
114+
msgstr "Arrête la boucle d'évènements."
115115

116116
#: ../Doc/library/asyncio-llapi-index.rst:59
117117
msgid ":meth:`loop.is_running()`"
@@ -465,7 +465,7 @@ msgstr ""
465465

466466
#: ../Doc/library/asyncio-llapi-index.rst:229
467467
msgid "Subprocesses"
468-
msgstr ""
468+
msgstr "Sous-processus"
469469

470470
#: ../Doc/library/asyncio-llapi-index.rst:234
471471
msgid ":meth:`loop.subprocess_exec`"
@@ -569,7 +569,7 @@ msgstr ""
569569

570570
#: ../Doc/library/asyncio-llapi-index.rst:290
571571
msgid "Close the transport."
572-
msgstr ""
572+
msgstr "Ferme le transport."
573573

574574
#: ../Doc/library/asyncio-llapi-index.rst:292
575575
msgid ":meth:`transport.is_closing() <BaseTransport.is_closing>`"
@@ -593,7 +593,7 @@ msgstr ""
593593

594594
#: ../Doc/library/asyncio-llapi-index.rst:299
595595
msgid "Set a new protocol."
596-
msgstr ""
596+
msgstr "Change le protocole."
597597

598598
#: ../Doc/library/asyncio-llapi-index.rst:301
599599
msgid ":meth:`transport.get_protocol() <BaseTransport.get_protocol>`"
@@ -716,7 +716,7 @@ msgstr ""
716716

717717
#: ../Doc/library/asyncio-llapi-index.rst:361
718718
msgid "Datagram Transports"
719-
msgstr ""
719+
msgstr "Transports de datagrammes"
720720

721721
#: ../Doc/library/asyncio-llapi-index.rst:366
722722
msgid ":meth:`transport.sendto() <DatagramTransport.sendto>`"
@@ -738,7 +738,7 @@ msgstr ""
738738

739739
#: ../Doc/library/asyncio-llapi-index.rst:377
740740
msgid "Subprocess Transports"
741-
msgstr ""
741+
msgstr "Transports vers des sous-processus"
742742

743743
#: ../Doc/library/asyncio-llapi-index.rst:382
744744
msgid ":meth:`transport.get_pid() <SubprocessTransport.get_pid>`"
@@ -774,7 +774,7 @@ msgstr ""
774774

775775
#: ../Doc/library/asyncio-llapi-index.rst:394
776776
msgid "Kill the subprocess."
777-
msgstr ""
777+
msgstr "Tue le sous-processus."
778778

779779
#: ../Doc/library/asyncio-llapi-index.rst:396
780780
msgid ":meth:`transport.send_signal() <SubprocessTransport.send_signal>`"
@@ -790,7 +790,7 @@ msgstr ""
790790

791791
#: ../Doc/library/asyncio-llapi-index.rst:400
792792
msgid "Stop the subprocess."
793-
msgstr ""
793+
msgstr "Termine le sous-processus."
794794

795795
#: ../Doc/library/asyncio-llapi-index.rst:402
796796
msgid ":meth:`transport.close() <SubprocessTransport.close>`"
@@ -887,7 +887,7 @@ msgstr ""
887887

888888
#: ../Doc/library/asyncio-llapi-index.rst:455
889889
msgid "Datagram Protocols"
890-
msgstr ""
890+
msgstr "Protocoles non-connectés"
891891

892892
#: ../Doc/library/asyncio-llapi-index.rst:460
893893
msgid ""
@@ -909,7 +909,7 @@ msgstr ""
909909

910910
#: ../Doc/library/asyncio-llapi-index.rst:469
911911
msgid "Subprocess Protocols"
912-
msgstr ""
912+
msgstr "Protocoles liés aux sous-processus"
913913

914914
#: ../Doc/library/asyncio-llapi-index.rst:474
915915
msgid ""
@@ -932,6 +932,8 @@ msgstr ""
932932
msgid ""
933933
"Called when one of the pipes communicating with the child process is closed."
934934
msgstr ""
935+
"Appelé lorsqu'une des *pipe*\\ s de communication avec un sous-processus est "
936+
"fermée."
935937

936938
#: ../Doc/library/asyncio-llapi-index.rst:484
937939
msgid ""

library/asyncio-queue.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ msgstr "Nombre d'éléments autorisés dans la queue."
6666

6767
#: ../Doc/library/asyncio-queue.rst:43
6868
msgid "Return ``True`` if the queue is empty, ``False`` otherwise."
69-
msgstr ""
69+
msgstr "Renvoie ``True`` si la queue est vide, ``False`` sinon."
7070

7171
#: ../Doc/library/asyncio-queue.rst:47
7272
msgid "Return ``True`` if there are :attr:`maxsize` items in the queue."

library/asyncio.po

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

9797
#: ../Doc/library/asyncio.rst:65
9898
msgid "Reference"
99-
msgstr ""
99+
msgstr "Référence"
100100

101101
#: ../Doc/library/asyncio.rst:66
102102
msgid "High-level APIs"

library/email.utils.po

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

236236
#: ../Doc/library/email.utils.rst:215
237237
msgid "Footnotes"
238-
msgstr ""
238+
msgstr "Notes"
239239

240240
#: ../Doc/library/email.utils.rst:216
241241
msgid ""

library/grp.po

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

3434
#: ../Doc/library/grp.rst:18
3535
msgid "Index"
36-
msgstr ""
36+
msgstr "Index"
3737

3838
#: ../Doc/library/grp.rst:18
3939
msgid "Attribute"

library/http.cookiejar.po

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

169169
#: ../Doc/library/http.cookiejar.rst:126
170170
msgid ":rfc:`2109` - HTTP State Management Mechanism"
171-
msgstr ""
171+
msgstr ":rfc:`2109` - HTTP State Management Mechanism"
172172

173173
#: ../Doc/library/http.cookiejar.rst:126
174174
msgid "Obsoleted by :rfc:`2965`. Uses :mailheader:`Set-Cookie` with version=1."
@@ -765,7 +765,7 @@ msgstr ""
765765

766766
#: ../Doc/library/http.cookiejar.rst:602
767767
msgid "Cookie Objects"
768-
msgstr ""
768+
msgstr "Objets *Cookie*"
769769

770770
#: ../Doc/library/http.cookiejar.rst:604
771771
msgid ""

library/intro.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,14 @@ msgid ""
130130
"Unix systems. It does not make any claims about its existence on a specific "
131131
"operating system."
132132
msgstr ""
133+
"Une note \"Disponibilité : Unix \" signifie que cette fonction est "
134+
"communément implémentée dans les systèmes Unix. Une telle note ne prétend "
135+
"pas l'existence de la fonction sur un système d'exploitation particulier."
133136

134137
#: ../Doc/library/intro.rst:60
135138
msgid ""
136139
"If not separately noted, all functions that claim \"Availability: Unix\" are "
137140
"supported on Mac OS X, which builds on a Unix core."
138141
msgstr ""
142+
"Si ce n'est pas mentionné séparément, toutes les fonctions se réclamant "
143+
"\"Disponibilité : Unix\" sont gérées sur Mac OS X, qui est basé sur Unix."

library/io.po

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

2525
#: ../Doc/library/io.rst:22
2626
msgid "Overview"
27-
msgstr ""
27+
msgstr "Aperçu"
2828

2929
#: ../Doc/library/io.rst:27
3030
msgid ""

library/logging.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,22 +71,30 @@ msgstr ""
7171
#: ../Doc/library/logging.rst:40
7272
msgid "Loggers expose the interface that application code directly uses."
7373
msgstr ""
74+
"Les enregistreurs (*loggers* en anglais) exposent l'interface que le code de "
75+
"l'application utilise directement."
7476

7577
#: ../Doc/library/logging.rst:41
7678
msgid ""
7779
"Handlers send the log records (created by loggers) to the appropriate "
7880
"destination."
7981
msgstr ""
82+
"Les gestionnaires (*handlers*) envoient les entrées de journal (crées par "
83+
"les *loggers*) vers les destinations voulues."
8084

8185
#: ../Doc/library/logging.rst:43
8286
msgid ""
8387
"Filters provide a finer grained facility for determining which log records "
8488
"to output."
8589
msgstr ""
90+
"Les filtres (*filters*) fournissent un moyen de choisir finement quelles "
91+
"entrées de journal doivent être sorties."
8692

8793
#: ../Doc/library/logging.rst:45
8894
msgid "Formatters specify the layout of log records in the final output."
8995
msgstr ""
96+
"Les formateurs (*formatters*) spécifient la structure de l'entrée de journal "
97+
"dans la sortie finale."
9098

9199
#: ../Doc/library/logging.rst:51
92100
msgid "Logger Objects"
@@ -441,7 +449,7 @@ msgstr ""
441449

442450
#: ../Doc/library/logging.rst:349
443451
msgid "Level"
444-
msgstr ""
452+
msgstr "Niveau"
445453

446454
#: ../Doc/library/logging.rst:349
447455
msgid "Numeric value"

library/lzma.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ msgstr ""
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.0.5\n"
1716
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
17+
"X-Generator: Poedit 2.0.5\n"
1818

1919
#: ../Doc/library/lzma.rst:2
2020
msgid ":mod:`lzma` --- Compression using the LZMA algorithm"
@@ -453,7 +453,7 @@ msgstr ""
453453

454454
#: ../Doc/library/lzma.rst:312
455455
msgid "Miscellaneous"
456-
msgstr ""
456+
msgstr "Divers"
457457

458458
#: ../Doc/library/lzma.rst:316
459459
msgid "Returns true if the given integrity check is supported on this system."

library/multiprocessing.po

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

467467
#: ../Doc/library/multiprocessing.rst:365
468468
msgid "For example::"
469-
msgstr "Par exemple : ::"
469+
msgstr "Par exemple ::"
470470

471471
#: ../Doc/library/multiprocessing.rst:409
472472
msgid ""

library/optparse.po

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

17831783
#: ../Doc/library/optparse.rst:1483
17841784
msgid "Cleanup"
1785-
msgstr ""
1785+
msgstr "Nettoyage"
17861786

17871787
#: ../Doc/library/optparse.rst:1485
17881788
msgid ""

library/pwd.po

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

3434
#: ../Doc/library/pwd.rst:18
3535
msgid "Index"
36-
msgstr ""
36+
msgstr "Index"
3737

3838
#: ../Doc/library/pwd.rst:18
3939
msgid "Attribute"

library/resource.po

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

311311
#: ../Doc/library/resource.rst:279
312312
msgid "Index"
313-
msgstr ""
313+
msgstr "Index"
314314

315315
#: ../Doc/library/resource.rst:279
316316
msgid "Field"

library/socketserver.po

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

220220
#: ../Doc/library/socketserver.rst:186
221221
msgid "Server Objects"
222-
msgstr ""
222+
msgstr "Objets Serveur"
223223

224224
#: ../Doc/library/socketserver.rst:190
225225
msgid ""

library/spwd.po

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

4040
#: ../Doc/library/spwd.rst:21
4141
msgid "Index"
42-
msgstr ""
42+
msgstr "Index"
4343

4444
#: ../Doc/library/spwd.rst:21
4545
msgid "Attribute"

library/sqlite3.po

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

322322
#: ../Doc/library/sqlite3.rst:276
323323
msgid "Connection Objects"
324-
msgstr ""
324+
msgstr "Objets de connexions"
325325

326326
#: ../Doc/library/sqlite3.rst:280
327327
msgid "A SQLite database connection has the following attributes and methods:"

library/string.po

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,6 @@ msgid "``'x'``"
840840
msgstr "``'x'``"
841841

842842
#: ../Doc/library/string.rst:461
843-
#, fuzzy
844843
msgid ""
845844
"Hex format. Outputs the number in base 16, using lower-case letters for the "
846845
"digits above 9."

library/sysconfig.po

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

288288
#: ../Doc/library/sysconfig.rst:180
289289
msgid "Examples of returned values:"
290-
msgstr ""
290+
msgstr "Exemples de valeurs renvoyées :"
291291

292292
#: ../Doc/library/sysconfig.rst:182
293293
msgid "linux-i586"

0 commit comments

Comments
 (0)