@@ -99,13 +99,17 @@ msgstr ""
99
99
"%d address pins, %d rgb pins and %d tiles indicate a height of %d, not %d"
100
100
101
101
#: ports/atmel-samd/common-hal/alarm/__init__.c
102
+ #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
102
103
#: ports/cxd56/common-hal/analogio/AnalogOut.c ports/cxd56/common-hal/rtc/RTC.c
104
+ #: ports/espressif/common-hal/audiobusio/I2SOut.c
103
105
#: ports/espressif/common-hal/rtc/RTC.c
104
106
#: ports/mimxrt10xx/common-hal/analogio/AnalogOut.c
105
107
#: ports/mimxrt10xx/common-hal/rtc/RTC.c ports/nrf/common-hal/alarm/__init__.c
106
- #: ports/nrf/common-hal/analogio/AnalogOut.c ports/nrf/common-hal/rtc/RTC.c
108
+ #: ports/nrf/common-hal/analogio/AnalogOut.c
109
+ #: ports/nrf/common-hal/audiobusio/I2SOut.c ports/nrf/common-hal/rtc/RTC.c
107
110
#: ports/raspberrypi/common-hal/alarm/__init__.c
108
111
#: ports/raspberrypi/common-hal/analogio/AnalogOut.c
112
+ #: ports/raspberrypi/common-hal/audiobusio/I2SOut.c
109
113
#: ports/raspberrypi/common-hal/rtc/RTC.c ports/stm/common-hal/alarm/__init__.c
110
114
#: ports/stm/common-hal/canio/Listener.c ports/stm/common-hal/rtc/RTC.c
111
115
#: shared-bindings/audiobusio/I2SOut.c shared-bindings/audiobusio/PDMIn.c
@@ -2984,7 +2988,7 @@ msgstr "empty"
2984
2988
msgid "empty file"
2985
2989
msgstr "empty file"
2986
2990
2987
- #: extmod/moduasyncio.c extmod/moduheapq.c extmod/modutimeq.c
2991
+ #: extmod/moduasyncio.c extmod/moduheapq.c
2988
2992
msgid "empty heap"
2989
2993
msgstr "empty heap"
2990
2994
@@ -3937,10 +3941,6 @@ msgstr "pow() with 3 arguments requires integers"
3937
3941
msgid "pull masks conflict with direction masks"
3938
3942
msgstr "pull masks conflict with direction masks"
3939
3943
3940
- #: extmod/modutimeq.c
3941
- msgid "queue overflow"
3942
- msgstr "queue overflow"
3943
-
3944
3944
#: py/parse.c
3945
3945
msgid "raw f-strings are not supported"
3946
3946
msgstr "raw f-strings are not supported"
@@ -4404,6 +4404,9 @@ msgstr "zi must be of float type"
4404
4404
msgid "zi must be of shape (n_section, 2)"
4405
4405
msgstr "zi must be of shape (n_section, 2)"
4406
4406
4407
+ #~ msgid "queue overflow"
4408
+ #~ msgstr "queue overflow"
4409
+
4407
4410
#~ msgid "Stopping AP is not supported."
4408
4411
#~ msgstr "Stopping AP is not supported."
4409
4412
0 commit comments