@@ -117,7 +117,7 @@ msgstr "Broche invalide pour le bit d'horloge"
117
117
118
118
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:153
119
119
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 "
121
121
122
122
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:156
123
123
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:130
@@ -448,15 +448,15 @@ msgstr "identifiant redéfini comme global"
448
448
449
449
#: py/compile.c:1185
450
450
msgid "no binding for nonlocal found"
451
- msgstr ""
451
+ msgstr "pas de lien trouvé pour nonlocal "
452
452
453
453
#: py/compile.c:1188
454
454
msgid "identifier redefined as nonlocal"
455
455
msgstr "identifiant redéfini comme global"
456
456
457
457
#: py/compile.c:1197
458
458
msgid "can't declare nonlocal in outer code"
459
- msgstr ""
459
+ msgstr "ne peut déclarer de nonlocal dans un code externe "
460
460
461
461
#: py/compile.c:1542
462
462
msgid "default 'except' must be last"
@@ -525,7 +525,7 @@ msgstr "l'annotation de return doit être un identifiant"
525
525
526
526
#: py/compile.c:3097
527
527
msgid "inline assembler must be a function"
528
- msgstr ""
528
+ msgstr "l'assembleur en ligne doit être une fonction "
529
529
530
530
#: py/compile.c:3134
531
531
msgid "unknown type"
@@ -565,11 +565,11 @@ msgstr ""
565
565
566
566
#: py/emitnative.c:2201
567
567
msgid "native yield"
568
- msgstr ""
568
+ msgstr "native yield "
569
569
570
570
#: py/lexer.c:345
571
571
msgid "unicode name escapes"
572
- msgstr ""
572
+ msgstr "échappement pour nom unicode "
573
573
574
574
#: py/modbuiltins.c:162
575
575
msgid "chr() arg not in range(0x110000)"
@@ -852,7 +852,7 @@ msgstr "ulonglong trop grand"
852
852
853
853
#: py/objint_mpz.c:267 py/runtime.c:396 py/runtime.c:411
854
854
msgid "negative shift count"
855
- msgstr ""
855
+ msgstr "compte de décalage négatif "
856
856
857
857
#: py/objint_mpz.c:336
858
858
msgid "pow() with 3 arguments requires integers"
@@ -920,7 +920,7 @@ msgstr "separateur vide"
920
920
921
921
#: py/objstr.c:641
922
922
msgid "rsplit(None,n)"
923
- msgstr ""
923
+ msgstr "rsplit(None,n) "
924
924
925
925
#: py/objstr.c:713
926
926
msgid "substring not found"
@@ -1117,7 +1117,7 @@ msgstr "héritage multiple non supporté"
1117
1117
1118
1118
#: py/objtype.c:1164
1119
1119
msgid "multiple bases have instance lay-out conflict"
1120
- msgstr ""
1120
+ msgstr "de multiple bases ont un conflit de lay-out d'instance "
1121
1121
1122
1122
#: py/objtype.c:1205
1123
1123
msgid "first argument to super() must be type"
@@ -1274,7 +1274,7 @@ msgstr "la palette doit être longue de 32 octets"
1274
1274
1275
1275
#: shared-bindings/_stage/Layer.c:84
1276
1276
msgid "map buffer too small"
1277
- msgstr ""
1277
+ msgstr "tampon trop petit "
1278
1278
1279
1279
#: shared-bindings/_stage/Text.c:69
1280
1280
msgid "font must be 2048 bytes long"
@@ -1362,7 +1362,7 @@ msgstr "Nombre de bits invalide"
1362
1362
1363
1363
#: shared-bindings/bitbangio/SPI.c:284 shared-bindings/busio/SPI.c:341
1364
1364
msgid "buffer slices must be of equal length"
1365
- msgstr ""
1365
+ msgstr "les slices de tampon doivent être de longueurs égales "
1366
1366
1367
1367
#: shared-bindings/busio/I2C.c:120
1368
1368
msgid "Function requires lock."
@@ -1387,16 +1387,16 @@ msgstr "Impossible d'affecter une valeur quand la direction est input."
1387
1387
#: shared-bindings/digitalio/DigitalInOut.c:266
1388
1388
#: shared-bindings/digitalio/DigitalInOut.c:281
1389
1389
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' "
1391
1391
1392
1392
#: shared-bindings/digitalio/DigitalInOut.c:314
1393
1393
#: shared-bindings/digitalio/DigitalInOut.c:331
1394
1394
msgid "Pull not used when direction is output."
1395
- msgstr ""
1395
+ msgstr "Le tirage 'pull' n'est pas utilisé quand la direction est 'output' "
1396
1396
1397
1397
#: shared-bindings/digitalio/DigitalInOut.c:340
1398
1398
msgid "Unsupported pull value."
1399
- msgstr ""
1399
+ msgstr "Valeur de 'pull' non supportée "
1400
1400
1401
1401
#: shared-bindings/gamepad/GamePad.c:100
1402
1402
msgid "too many arguments"
0 commit comments