@@ -110,7 +110,7 @@ msgstr "les indices %q doivent être des entiers, pas %s"
110
110
msgid "%q length must be %d-%d"
111
111
msgstr "La longueur de %q doit être %d-%d"
112
112
113
- #: shared-bindings/usb_hid/Device.c
113
+ #: shared-bindings/busio/I2C.c shared-bindings/ usb_hid/Device.c
114
114
msgid "%q length must be >= 1"
115
115
msgstr "La longueur de %q doit être >= 1"
116
116
@@ -648,7 +648,7 @@ msgstr "La longueur de la mémoire tampon doit être un multiple de 512"
648
648
msgid "Buffer must be a multiple of 512 bytes"
649
649
msgstr "La mémoire tampon doit être un multiple de 512"
650
650
651
- #: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
651
+ #: shared-bindings/bitbangio/I2C.c
652
652
msgid "Buffer must be at least length 1"
653
653
msgstr "Le tampon doit être de longueur au moins 1"
654
654
@@ -1664,8 +1664,8 @@ msgstr "Aucun minuteur de rythme DMA trouvé"
1664
1664
1665
1665
#: shared-module/adafruit_bus_device/i2c_device/I2CDevice.c
1666
1666
#, c-format
1667
- msgid "No I2C device at address: %x"
1668
- msgstr "Pas de dispositif I2C à l'adresse : %x "
1667
+ msgid "No I2C device at address: 0x %x"
1668
+ msgstr ""
1669
1669
1670
1670
#: ports/espressif/common-hal/busio/SPI.c
1671
1671
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c
@@ -4183,7 +4183,10 @@ msgstr "pow() avec 3 arguments nécessite des entiers"
4183
4183
#: ports/espressif/boards/unexpectedmaker_feathers2/mpconfigboard.h
4184
4184
#: ports/espressif/boards/unexpectedmaker_feathers2_neo/mpconfigboard.h
4185
4185
#: ports/espressif/boards/unexpectedmaker_feathers2_prerelease/mpconfigboard.h
4186
+ #: ports/espressif/boards/unexpectedmaker_feathers3/mpconfigboard.h
4187
+ #: ports/espressif/boards/unexpectedmaker_pros3/mpconfigboard.h
4186
4188
#: ports/espressif/boards/unexpectedmaker_tinys2/mpconfigboard.h
4189
+ #: ports/espressif/boards/unexpectedmaker_tinys3/mpconfigboard.h
4187
4190
msgid "pressing boot button at start up.\n"
4188
4191
msgstr "bouton boot appuyé lors du démarrage.\n"
4189
4192
@@ -4740,6 +4743,10 @@ msgstr "zi doit être de type float"
4740
4743
msgid "zi must be of shape (n_section, 2)"
4741
4744
msgstr "zi doit être de forme (n_section, 2)"
4742
4745
4746
+ #, c-format
4747
+ #~ msgid "No I2C device at address: %x"
4748
+ #~ msgstr "Pas de dispositif I2C à l'adresse : %x"
4749
+
4743
4750
#~ msgid "Unsupported pull value."
4744
4751
#~ msgstr "Valeur de tirage 'pull' non supportée."
4745
4752
0 commit comments