@@ -2188,7 +2188,7 @@ msgstr "La longueur doit être entière"
2188
2188
#: shared-bindings/displayio/FourWire.c:55
2189
2189
#: shared-bindings/displayio/FourWire.c:64
2190
2190
msgid "displayio is a work in progress"
2191
- msgstr ""
2191
+ msgstr "displayio est en cours de développement "
2192
2192
2193
2193
#: shared-bindings/displayio/Group.c:65
2194
2194
#, fuzzy
@@ -2204,7 +2204,7 @@ msgstr ""
2204
2204
2205
2205
#: shared-bindings/displayio/Palette.c:102
2206
2206
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
2207
- msgstr ""
2207
+ msgstr "Le tampon couleur doit avoir 3 octets (RVB) ou 4 octets (RVB + octet de padding) "
2208
2208
2209
2209
#: shared-bindings/displayio/Palette.c:106
2210
2210
#, fuzzy
@@ -2251,11 +2251,11 @@ msgstr "ne peut convertir %s en entier int"
2251
2251
2252
2252
#: shared-bindings/i2cslave/I2CSlave.c:101
2253
2253
msgid "address out of bounds"
2254
- msgstr ""
2254
+ msgstr "Adresse hors limite "
2255
2255
2256
2256
#: shared-bindings/i2cslave/I2CSlave.c:107
2257
2257
msgid "addresses is empty"
2258
- msgstr ""
2258
+ msgstr "Adresses est vide "
2259
2259
2260
2260
#: shared-bindings/microcontroller/Pin.c:89
2261
2261
#: shared-bindings/neopixel_write/__init__.c:67
@@ -2358,7 +2358,7 @@ msgstr "calibration de la RTC non supportée sur cette carte"
2358
2358
#: shared-bindings/socket/__init__.c:516 shared-module/network/__init__.c:81
2359
2359
#, fuzzy
2360
2360
msgid "no available NIC"
2361
- msgstr "busio.UART n'est pas disponible"
2361
+ msgstr "NIC non disponible"
2362
2362
2363
2363
#: shared-bindings/storage/__init__.c:77
2364
2364
msgid "filesystem must provide mount method"
@@ -2417,7 +2417,7 @@ msgstr "Impossible d'allouer le 2e tampon"
2417
2417
2418
2418
#: shared-module/audioio/Mixer.c:82
2419
2419
msgid "Voice index too high"
2420
- msgstr ""
2420
+ msgstr "Index de la voix trop grand "
2421
2421
2422
2422
#: shared-module/audioio/Mixer.c:85
2423
2423
msgid "The sample's sample rate does not match the mixer's"
@@ -2429,11 +2429,11 @@ msgstr ""
2429
2429
2430
2430
#: shared-module/audioio/Mixer.c:91
2431
2431
msgid "The sample's bits_per_sample does not match the mixer's"
2432
- msgstr ""
2432
+ msgstr "Le bits_per_sample de l'échantillon ne correspond pas au mixer "
2433
2433
2434
2434
#: shared-module/audioio/Mixer.c:100
2435
2435
msgid "The sample's signedness does not match the mixer's"
2436
- msgstr ""
2436
+ msgstr "L'échantillon non signé ne correspond pas au mixer "
2437
2437
2438
2438
#: shared-module/audioio/WaveFile.c:61
2439
2439
msgid "Invalid wave file"
@@ -2485,20 +2485,20 @@ msgstr "Pas de transfert sans broches MOSI et MISO"
2485
2485
2486
2486
#: shared-module/displayio/Bitmap.c:49
2487
2487
msgid "Only bit maps of 8 bit color or less are supported"
2488
- msgstr ""
2488
+ msgstr "Seul les mappings en couleur 8 bits (ou moins) sont supportés "
2489
2489
2490
2490
#: shared-module/displayio/Bitmap.c:69
2491
2491
msgid "row must be packed and word aligned"
2492
2492
msgstr ""
2493
2493
2494
2494
#: shared-module/displayio/Group.c:39
2495
2495
msgid "Group full"
2496
- msgstr ""
2496
+ msgstr "Group complet "
2497
2497
2498
2498
#: shared-module/displayio/Group.c:48
2499
2499
#, fuzzy
2500
2500
msgid "Group empty"
2501
- msgstr "vide"
2501
+ msgstr "Groupe vide"
2502
2502
2503
2503
#: shared-module/displayio/OnDiskBitmap.c:49
2504
2504
#, fuzzy
@@ -2508,12 +2508,12 @@ msgstr "Fichier invalide"
2508
2508
#: shared-module/displayio/OnDiskBitmap.c:59
2509
2509
#, c-format
2510
2510
msgid "Only Windows format, uncompressed BMP supported %d"
2511
- msgstr ""
2511
+ msgstr "Seul le format Windows, BMP non compressé, est supporté %d "
2512
2512
2513
2513
#: shared-module/displayio/OnDiskBitmap.c:64
2514
2514
#, c-format
2515
2515
msgid "Only true color (24 bpp or higher) BMP supported %x"
2516
- msgstr ""
2516
+ msgstr "Seul les BMP 'true color' (24 bpp ou plus) sont supportés %x "
2517
2517
2518
2518
#: shared-module/struct/__init__.c:39
2519
2519
msgid "'S' and 'O' are not supported format types"
@@ -2525,8 +2525,8 @@ msgstr "trop d'arguments fournis avec ce format"
2525
2525
2526
2526
#, fuzzy
2527
2527
#~ msgid "value_size must be power of two"
2528
- #~ msgstr "'len' doit être un multiple de 4 "
2528
+ #~ msgstr "value_size est une puissance de deux "
2529
2529
2530
2530
#, fuzzy
2531
2531
#~ msgid "palette must be displayio.Palette"
2532
- #~ msgstr "la palette doit être longue de 32 octets "
2532
+ #~ msgstr "palettre doit être displayio.Palette "
0 commit comments