@@ -234,7 +234,7 @@ msgstr "%q doit être un multiple de 8."
234234#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
235235#: shared-bindings/bitmapfilter/__init__.c shared-bindings/canio/CAN.c
236236#: shared-bindings/digitalio/Pull.c shared-bindings/supervisor/__init__.c
237- #: shared-module/synthio/Synthesizer.c
237+ #: shared-module/synthio/Biquad.c shared-module/synthio/ Synthesizer.c
238238msgid "%q must be of type %q or %q, not %q"
239239msgstr "%q doit être de type %q ou %q, pas %q"
240240
@@ -823,6 +823,10 @@ msgstr "Impossible de spécifier RTS ou CTS en mode RS485"
823823msgid "Cannot subclass slice"
824824msgstr "On ne peut faire de sous-classes de tranches"
825825
826+ #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
827+ msgid "Cannot use GPIO0..15 together with GPIO32..47"
828+ msgstr ""
829+
826830#: ports/nordic/common-hal/alarm/pin/PinAlarm.c
827831msgid "Cannot wake on pin edge, only level"
828832msgstr ""
@@ -3477,7 +3481,8 @@ msgstr ""
34773481
34783482#: py/argcheck.c
34793483msgid "keyword argument(s) not implemented - use normal args instead"
3480- msgstr "paramètre mot clé non implanté - utilisez paramètres normaux à la place"
3484+ msgstr ""
3485+ "paramètre mot clé non implanté - utilisez paramètres normaux à la place"
34813486
34823487#: py/emitinlinethumb.c py/emitinlinextensa.c
34833488msgid "label '%q' not defined"
@@ -3487,10 +3492,6 @@ msgstr "label '%q' non supporté"
34873492msgid "label redefined"
34883493msgstr "étiquette redéfinie"
34893494
3490- #: shared-bindings/audiomixer/MixerVoice.c
3491- msgid "level must be between 0 and 1"
3492- msgstr "le niveau doit être compris entre 0 et 1"
3493-
34943495#: py/objarray.c
34953496msgid "lhs and rhs should be compatible"
34963497msgstr "les parties gauches et droites doivent être compatibles"
@@ -4398,8 +4399,8 @@ msgid ""
43984399"weights must be a sequence with an odd square number of elements (usually 9 "
43994400"or 25)"
44004401msgstr ""
4401- "poids doit être une séquence avec nombre carré impair d'éléments ( "
4402- "habituellement 9 ou 25)"
4402+ "poids doit être une séquence avec nombre carré impair d'éléments "
4403+ "( habituellement 9 ou 25)"
44034404
44044405#: shared-bindings/bitmapfilter/__init__.c
44054406msgid "weights must be an object of type %q, %q, %q, or %q, not %q "
@@ -4476,6 +4477,9 @@ msgstr "zi doit être de type float"
44764477msgid "zi must be of shape (n_section, 2)"
44774478msgstr "zi doit être de forme (n_section, 2)"
44784479
4480+ #~ msgid "level must be between 0 and 1"
4481+ #~ msgstr "le niveau doit être compris entre 0 et 1"
4482+
44794483#~ msgid "init I2C"
44804484#~ msgstr "initialisation I2C"
44814485
0 commit comments