Skip to content

Commit 7f5f6ae

Browse files
authored
Update fr.po
Quelques corrections + ajout de traductions manquantes
1 parent 65f15ab commit 7f5f6ae

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

locale/fr.po

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ msgstr "Broche invalide pour le bit d'horloge"
117117

118118
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:153
119119
msgid "Bit clock and word select must share a clock unit"
120-
msgstr ""
120+
msgstr "Le bit d'horloge et 'word select' doivent partagé une horloge"
121121

122122
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:156
123123
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:130
@@ -448,15 +448,15 @@ msgstr "identifiant redéfini comme global"
448448

449449
#: py/compile.c:1185
450450
msgid "no binding for nonlocal found"
451-
msgstr ""
451+
msgstr "pas de lien trouvé pour nonlocal"
452452

453453
#: py/compile.c:1188
454454
msgid "identifier redefined as nonlocal"
455455
msgstr "identifiant redéfini comme global"
456456

457457
#: py/compile.c:1197
458458
msgid "can't declare nonlocal in outer code"
459-
msgstr ""
459+
msgstr "ne peut déclarer de nonlocal dans un code externe"
460460

461461
#: py/compile.c:1542
462462
msgid "default 'except' must be last"
@@ -525,7 +525,7 @@ msgstr "l'annotation de return doit être un identifiant"
525525

526526
#: py/compile.c:3097
527527
msgid "inline assembler must be a function"
528-
msgstr ""
528+
msgstr "l'assembleur en ligne doit être une fonction"
529529

530530
#: py/compile.c:3134
531531
msgid "unknown type"
@@ -565,11 +565,11 @@ msgstr ""
565565

566566
#: py/emitnative.c:2201
567567
msgid "native yield"
568-
msgstr ""
568+
msgstr "native yield"
569569

570570
#: py/lexer.c:345
571571
msgid "unicode name escapes"
572-
msgstr ""
572+
msgstr "échappement pour nom unicode"
573573

574574
#: py/modbuiltins.c:162
575575
msgid "chr() arg not in range(0x110000)"
@@ -852,7 +852,7 @@ msgstr "ulonglong trop grand"
852852

853853
#: py/objint_mpz.c:267 py/runtime.c:396 py/runtime.c:411
854854
msgid "negative shift count"
855-
msgstr ""
855+
msgstr "compte de décalage négatif"
856856

857857
#: py/objint_mpz.c:336
858858
msgid "pow() with 3 arguments requires integers"
@@ -920,7 +920,7 @@ msgstr "separateur vide"
920920

921921
#: py/objstr.c:641
922922
msgid "rsplit(None,n)"
923-
msgstr ""
923+
msgstr "rsplit(None,n)"
924924

925925
#: py/objstr.c:713
926926
msgid "substring not found"
@@ -1117,7 +1117,7 @@ msgstr "héritage multiple non supporté"
11171117

11181118
#: py/objtype.c:1164
11191119
msgid "multiple bases have instance lay-out conflict"
1120-
msgstr ""
1120+
msgstr "de multiple bases ont un conflit de lay-out d'instance"
11211121

11221122
#: py/objtype.c:1205
11231123
msgid "first argument to super() must be type"
@@ -1274,7 +1274,7 @@ msgstr "la palette doit être longue de 32 octets"
12741274

12751275
#: shared-bindings/_stage/Layer.c:84
12761276
msgid "map buffer too small"
1277-
msgstr ""
1277+
msgstr "tampon trop petit"
12781278

12791279
#: shared-bindings/_stage/Text.c:69
12801280
msgid "font must be 2048 bytes long"
@@ -1362,7 +1362,7 @@ msgstr "Nombre de bits invalide"
13621362

13631363
#: shared-bindings/bitbangio/SPI.c:284 shared-bindings/busio/SPI.c:341
13641364
msgid "buffer slices must be of equal length"
1365-
msgstr ""
1365+
msgstr "les slices de tampon doivent être de longueurs égales"
13661366

13671367
#: shared-bindings/busio/I2C.c:120
13681368
msgid "Function requires lock."
@@ -1387,16 +1387,16 @@ msgstr "Impossible d'affecter une valeur quand la direction est input."
13871387
#: shared-bindings/digitalio/DigitalInOut.c:266
13881388
#: shared-bindings/digitalio/DigitalInOut.c:281
13891389
msgid "Drive mode not used when direction is input."
1390-
msgstr ""
1390+
msgstr "Le mode Drive n'est pas utilisé quand la direction est 'input'"
13911391

13921392
#: shared-bindings/digitalio/DigitalInOut.c:314
13931393
#: shared-bindings/digitalio/DigitalInOut.c:331
13941394
msgid "Pull not used when direction is output."
1395-
msgstr ""
1395+
msgstr "Le tirage 'pull' n'est pas utilisé quand la direction est 'output'"
13961396

13971397
#: shared-bindings/digitalio/DigitalInOut.c:340
13981398
msgid "Unsupported pull value."
1399-
msgstr ""
1399+
msgstr "Valeur de 'pull' non supportée"
14001400

14011401
#: shared-bindings/gamepad/GamePad.c:100
14021402
msgid "too many arguments"

0 commit comments

Comments
 (0)