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

Skip to content

Commit 53ddd44

Browse files
committed
Propagating known translations.
1 parent 65ab8c1 commit 53ddd44

22 files changed

+28
-26
lines changed

c-api/contextvars.po

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

6363
#: ../Doc/c-api/contextvars.rst:58
6464
msgid "Type-check macros:"
65-
msgstr ""
65+
msgstr "Macros pour vérifier les types :"
6666

6767
#: ../Doc/c-api/contextvars.rst:62
6868
msgid ""

c-api/exceptions.po

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

490490
#: ../Doc/c-api/exceptions.rst:487
491491
msgid "Signal Handling"
492-
msgstr ""
492+
msgstr "Traitement des signaux"
493493

494494
#: ../Doc/c-api/exceptions.rst:497
495495
msgid ""

c-api/intro.po

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

536536
#: ../Doc/c-api/intro.rst:593
537537
msgid "Embedding Python"
538-
msgstr ""
538+
msgstr "Embarquer Python"
539539

540540
#: ../Doc/c-api/intro.rst:595
541541
msgid ""

c-api/veryhigh.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,8 @@ msgid ""
372372
"This function now includes a debug assertion to help ensure that it does not "
373373
"silently discard an active exception."
374374
msgstr ""
375+
"Cette fonction inclut maintenant une assertion de débogage afin d'assurer "
376+
"qu'elle ne passe pas sous silence une exception active."
375377

376378
#: ../Doc/c-api/veryhigh.rst:341
377379
msgid ""

howto/pyporting.po

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

264264
#: ../Doc/howto/pyporting.rst:162
265265
msgid "Division"
266-
msgstr ""
266+
msgstr "Division"
267267

268268
#: ../Doc/howto/pyporting.rst:164
269269
msgid ""

library/grp.po

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

131131
#: ../Doc/library/grp.rst:64
132132
msgid "Module :mod:`pwd`"
133-
msgstr ""
133+
msgstr "Module :mod:`pwd`"
134134

135135
#: ../Doc/library/grp.rst:64
136136
msgid "An interface to the user database, similar to this."

library/hashlib.po

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

10311031
#: ../Doc/library/hashlib.rst:726
10321032
msgid "Module :mod:`base64`"
1033-
msgstr ""
1033+
msgstr "Module :mod:`base64`"
10341034

10351035
#: ../Doc/library/hashlib.rst:726
10361036
msgid "Another way to encode binary hashes for non-binary environments."

library/hmac.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@ msgstr ""
117117

118118
#: ../Doc/library/hmac.rst:96
119119
msgid "A hash object has the following attributes:"
120-
msgstr ""
120+
msgstr "L'objet haché possède les attributs suivants : ::"
121121

122122
#: ../Doc/library/hmac.rst:100
123123
msgid "The size of the resulting HMAC digest in bytes."
124124
msgstr ""
125125

126126
#: ../Doc/library/hmac.rst:104
127127
msgid "The internal block size of the hash algorithm in bytes."
128-
msgstr ""
128+
msgstr "La taille interne d'un bloc de l'algorithme de hachage en octets."
129129

130130
#: ../Doc/library/hmac.rst:110
131131
msgid "The canonical name of this HMAC, always lowercase, e.g. ``hmac-md5``."

library/inspect.po

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

11191119
#: ../Doc/library/inspect.rst:852
11201120
msgid "Classes and functions"
1121-
msgstr ""
1121+
msgstr "Classes et fonctions"
11221122

11231123
#: ../Doc/library/inspect.rst:856
11241124
msgid ""
@@ -1242,7 +1242,7 @@ msgstr ""
12421242

12431243
#: ../Doc/library/inspect.rst:957
12441244
msgid "For example:"
1245-
msgstr "Par exemple ::"
1245+
msgstr "Par exemple :"
12461246

12471247
#: ../Doc/library/inspect.rst:966
12481248
msgid ""

library/multiprocessing.po

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

17081708
#: ../Doc/library/multiprocessing.rst:1123
17091709
msgid "For example:"
1710-
msgstr "Par exemple ::"
1710+
msgstr "Par exemple :"
17111711

17121712
#: ../Doc/library/multiprocessing.rst:1147
17131713
msgid ""

library/poplib.po

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

109109
#: ../Doc/library/poplib.rst:85
110110
msgid "Module :mod:`imaplib`"
111-
msgstr ""
111+
msgstr "Module :mod:`imaplib`"
112112

113113
#: ../Doc/library/poplib.rst:85
114114
msgid "The standard Python IMAP module."

library/pwd.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ msgstr "``pw_name``"
5353

5454
#: ../Doc/library/pwd.rst:20
5555
msgid "Login name"
56-
msgstr ""
56+
msgstr "Nom d’utilisateur"
5757

5858
#: ../Doc/library/pwd.rst:22
5959
msgid "1"
@@ -164,11 +164,11 @@ msgstr ""
164164

165165
#: ../Doc/library/pwd.rst:72
166166
msgid "Module :mod:`grp`"
167-
msgstr ""
167+
msgstr "Module :mod:`grp`"
168168

169169
#: ../Doc/library/pwd.rst:72
170170
msgid "An interface to the group database, similar to this."
171-
msgstr ""
171+
msgstr "Interface pour la base de données des groupes, similaire à celle-ci."
172172

173173
#: ../Doc/library/pwd.rst:74
174174
msgid "Module :mod:`spwd`"

library/statistics.po

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

421421
#: ../Doc/library/statistics.rst:325 ../Doc/library/statistics.rst:399
422422
msgid "Examples:"
423-
msgstr "Exemples : ::"
423+
msgstr "Exemples :"
424424

425425
#: ../Doc/library/statistics.rst:333
426426
msgid ""

library/time.po

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

734734
#: ../Doc/library/time.rst:515
735735
msgid "For example:"
736-
msgstr "Par exemple ::"
736+
msgstr "Par exemple :"
737737

738738
#: ../Doc/library/time.rst:522
739739
msgid ""

library/tracemalloc.po

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

333333
#: ../Doc/library/tracemalloc.rst:395
334334
msgid "Examples:"
335-
msgstr "Exemples : ::"
335+
msgstr "Exemples :"
336336

337337
#: ../Doc/library/tracemalloc.rst:397
338338
msgid ""

library/turtle.po

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

15161516
#: ../Doc/library/turtle.rst:1484
15171517
msgid "For example:"
1518-
msgstr "Par exemple ::"
1518+
msgstr "Par exemple :"
15191519

15201520
#: ../Doc/library/turtle.rst:1494
15211521
msgid "Now add the Shape to the Screen's shapelist and use it:"

library/unicodedata.po

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

243243
#: ../Doc/library/unicodedata.rst:150
244244
msgid "Examples:"
245-
msgstr "Exemples : ::"
245+
msgstr "Exemples :"
246246

247247
#: ../Doc/library/unicodedata.rst:170
248248
msgid "Footnotes"

library/unittest.mock.po

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

15851585
#: ../Doc/library/unittest.mock.rst:1764
15861586
msgid "For example:"
1587-
msgstr "Par exemple ::"
1587+
msgstr "Par exemple :"
15881588

15891589
#: ../Doc/library/unittest.mock.rst:1776
15901590
msgid ""

library/unittest.po

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

17361736
#: ../Doc/library/unittest.rst:1106
17371737
msgid "Example::"
1738-
msgstr "Exemple ::"
1738+
msgstr "Exemple ::"
17391739

17401740
#: ../Doc/library/unittest.rst:1117
17411741
msgid ""

library/webbrowser.po

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

7676
#: ../Doc/library/webbrowser.rst:51
7777
msgid "The following functions are defined:"
78-
msgstr ""
78+
msgstr "Les fonctions suivantes sont définies :"
7979

8080
#: ../Doc/library/webbrowser.rst:56
8181
msgid ""

library/xml.etree.elementtree.po

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

305305
#: ../Doc/library/xml.etree.elementtree.rst:408
306306
msgid "Syntax"
307-
msgstr ""
307+
msgstr "Syntaxe"
308308

309309
#: ../Doc/library/xml.etree.elementtree.rst:408
310310
msgid "Meaning"
@@ -592,7 +592,7 @@ msgstr ""
592592
#: ../Doc/library/xml.etree.elementtree.rst:620
593593
#: ../Doc/library/xml.etree.elementtree.rst:947
594594
msgid "The *short_empty_elements* parameter."
595-
msgstr ""
595+
msgstr "Le paramètre *short_empty_elements*."
596596

597597
#: ../Doc/library/xml.etree.elementtree.rst:608
598598
msgid ""

whatsnew/2.6.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,7 @@ msgstr "C’est équivalent à ::"
14851485

14861486
#: ../Doc/whatsnew/2.6.rst:1382
14871487
msgid ":pep:`3129` - Class Decorators"
1488-
msgstr ""
1488+
msgstr ":pep:`3129` -- Décorateurs de classes"
14891489

14901490
#: ../Doc/whatsnew/2.6.rst:1383
14911491
msgid "PEP written by Collin Winter."

0 commit comments

Comments
 (0)