@@ -234,7 +234,7 @@ msgstr "%q doit être un multiple de 8."
234
234
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
235
235
#: shared-bindings/bitmapfilter/__init__.c shared-bindings/canio/CAN.c
236
236
#: 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
238
238
msgid "%q must be of type %q or %q, not %q"
239
239
msgstr "%q doit être de type %q ou %q, pas %q"
240
240
@@ -823,6 +823,10 @@ msgstr "Impossible de spécifier RTS ou CTS en mode RS485"
823
823
msgid "Cannot subclass slice"
824
824
msgstr "On ne peut faire de sous-classes de tranches"
825
825
826
+ #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
827
+ msgid "Cannot use GPIO0..15 together with GPIO32..47"
828
+ msgstr ""
829
+
826
830
#: ports/nordic/common-hal/alarm/pin/PinAlarm.c
827
831
msgid "Cannot wake on pin edge, only level"
828
832
msgstr ""
@@ -3477,7 +3481,8 @@ msgstr ""
3477
3481
3478
3482
#: py/argcheck.c
3479
3483
msgid "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"
3481
3486
3482
3487
#: py/emitinlinethumb.c py/emitinlinextensa.c
3483
3488
msgid "label '%q' not defined"
@@ -3487,10 +3492,6 @@ msgstr "label '%q' non supporté"
3487
3492
msgid "label redefined"
3488
3493
msgstr "étiquette redéfinie"
3489
3494
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
-
3494
3495
#: py/objarray.c
3495
3496
msgid "lhs and rhs should be compatible"
3496
3497
msgstr "les parties gauches et droites doivent être compatibles"
@@ -4398,8 +4399,8 @@ msgid ""
4398
4399
"weights must be a sequence with an odd square number of elements (usually 9 "
4399
4400
"or 25)"
4400
4401
msgstr ""
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)"
4403
4404
4404
4405
#: shared-bindings/bitmapfilter/__init__.c
4405
4406
msgid "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"
4476
4477
msgid "zi must be of shape (n_section, 2)"
4477
4478
msgstr "zi doit être de forme (n_section, 2)"
4478
4479
4480
+ #~ msgid "level must be between 0 and 1"
4481
+ #~ msgstr "le niveau doit être compris entre 0 et 1"
4482
+
4479
4483
#~ msgid "init I2C"
4480
4484
#~ msgstr "initialisation I2C"
4481
4485
0 commit comments