@@ -86,6 +86,10 @@ msgstr ""
8686msgid "%q and %q must be different"
8787msgstr ""
8888
89+ #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
90+ msgid "%q and %q must share a clock unit"
91+ msgstr ""
92+
8993#: shared-bindings/microcontroller/Pin.c
9094msgid "%q contains duplicate pins"
9195msgstr ""
@@ -198,6 +202,10 @@ msgstr ""
198202msgid "%q must be array of type 'h'"
199203msgstr ""
200204
205+ #: shared-bindings/audiobusio/PDMIn.c
206+ msgid "%q must be multiple of 8."
207+ msgstr ""
208+
201209#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
202210#: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
203211#: shared-module/synthio/Synthesizer.c
@@ -233,6 +241,10 @@ msgstr ""
233241msgid "%q step cannot be zero"
234242msgstr ""
235243
244+ #: shared-module/bitbangio/I2C.c
245+ msgid "%q too long"
246+ msgstr ""
247+
236248#: py/bc.c py/objnamedtuple.c
237249msgid "%q() takes %d positional arguments but %d were given"
238250msgstr ""
@@ -425,12 +437,6 @@ msgstr ""
425437msgid "3-arg pow() not supported"
426438msgstr ""
427439
428- #: ports/atmel-samd/common-hal/alarm/pin/PinAlarm.c
429- #: ports/atmel-samd/common-hal/countio/Counter.c
430- #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
431- msgid "A hardware interrupt channel is already in use"
432- msgstr ""
433-
434440#: ports/raspberrypi/common-hal/wifi/Radio.c
435441msgid "AP could not be started"
436442msgstr ""
@@ -611,14 +617,6 @@ msgstr ""
611617msgid "Bit clock and word select must be sequential GPIO pins"
612618msgstr ""
613619
614- #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
615- msgid "Bit clock and word select must share a clock unit"
616- msgstr ""
617-
618- #: shared-bindings/audiobusio/PDMIn.c
619- msgid "Bit depth must be multiple of 8."
620- msgstr ""
621-
622620#: shared-bindings/bitmaptools/__init__.c
623621msgid "Bitmap size and bits per value must match"
624622msgstr ""
@@ -631,10 +629,6 @@ msgstr ""
631629msgid "Both RX and TX required for flow control"
632630msgstr ""
633631
634- #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
635- msgid "Both pins must support hardware interrupts"
636- msgstr ""
637-
638632#: shared-bindings/busdisplay/BusDisplay.c
639633#: shared-bindings/framebufferio/FramebufferDisplay.c
640634msgid "Brightness not adjustable"
@@ -817,10 +811,6 @@ msgstr ""
817811msgid "CircuitPython core code crashed hard. Whoops!\n"
818812msgstr ""
819813
820- #: shared-module/bitbangio/I2C.c
821- msgid "Clock stretch too long"
822- msgstr ""
823-
824814#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
825815msgid "Clock unit in use"
826816msgstr ""
@@ -946,9 +936,12 @@ msgstr ""
946936msgid "ESP-IDF memory allocation failed"
947937msgstr ""
948938
939+ #: ports/atmel-samd/common-hal/alarm/pin/PinAlarm.c
940+ #: ports/atmel-samd/common-hal/countio/Counter.c
949941#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
950942#: ports/atmel-samd/common-hal/ps2io/Ps2.c
951943#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
944+ #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
952945#: ports/cxd56/common-hal/pulseio/PulseIn.c
953946msgid "EXTINT channel already in use"
954947msgstr ""
@@ -1108,13 +1101,6 @@ msgstr ""
11081101msgid "Group already used"
11091102msgstr ""
11101103
1111- #: ports/atmel-samd/common-hal/busio/SPI.c ports/cxd56/common-hal/busio/SPI.c
1112- #: ports/espressif/common-hal/busio/SPI.c
1113- #: ports/mimxrt10xx/common-hal/busio/SPI.c ports/nrf/common-hal/busio/SPI.c
1114- #: ports/raspberrypi/common-hal/busio/SPI.c
1115- msgid "Half duplex SPI is not implemented"
1116- msgstr ""
1117-
11181104#: supervisor/shared/safe_mode.c
11191105msgid "Hard fault: memory access or instruction error."
11201106msgstr ""
@@ -1347,10 +1333,6 @@ msgstr ""
13471333msgid "Mapping must be a tuple"
13481334msgstr ""
13491335
1350- #: shared-bindings/audiobusio/PDMIn.c
1351- msgid "Microphone startup delay must be in range 0.0 to 1.0"
1352- msgstr ""
1353-
13541336#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
13551337#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
13561338msgid "Mismatched data size"
@@ -1492,10 +1474,15 @@ msgstr ""
14921474msgid "No default %q bus"
14931475msgstr ""
14941476
1477+ #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
14951478#: ports/atmel-samd/common-hal/touchio/TouchIn.c
14961479msgid "No free GCLKs"
14971480msgstr ""
14981481
1482+ #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
1483+ msgid "No free GLCKs"
1484+ msgstr ""
1485+
14991486#: shared-bindings/os/__init__.c
15001487msgid "No hardware random available"
15011488msgstr ""
@@ -1694,10 +1681,6 @@ msgstr ""
16941681msgid "Out-buffer elements must be <= 4 bytes long"
16951682msgstr ""
16961683
1697- #: shared-bindings/audiobusio/PDMIn.c
1698- msgid "Oversample must be multiple of 8."
1699- msgstr ""
1700-
17011684#: shared-bindings/pwmio/PWMOut.c
17021685msgid ""
17031686"PWM frequency not writable when variable_frequency is False on construction."
@@ -1749,6 +1732,7 @@ msgid "Pin must be on PWM Channel B"
17491732msgstr ""
17501733
17511734#: ports/atmel-samd/common-hal/countio/Counter.c
1735+ #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
17521736msgid "Pin must support hardware interrupts"
17531737msgstr ""
17541738
@@ -1824,6 +1808,10 @@ msgstr ""
18241808msgid "RISE_AND_FALL not available on this chip"
18251809msgstr ""
18261810
1811+ #: shared-module/displayio/OnDiskBitmap.c
1812+ msgid "RLE-compressed BMP not supported"
1813+ msgstr ""
1814+
18271815#: ports/stm/common-hal/os/__init__.c
18281816msgid "RNG DeInit Error"
18291817msgstr ""
@@ -2083,7 +2071,6 @@ msgstr ""
20832071msgid "Total data to write is larger than %q"
20842072msgstr ""
20852073
2086- #: ports/atmel-samd/common-hal/alarm/touch/TouchAlarm.c
20872074#: ports/raspberrypi/common-hal/alarm/touch/TouchAlarm.c
20882075#: ports/stm/common-hal/alarm/touch/TouchAlarm.c
20892076msgid "Touch alarms not available"
@@ -2175,11 +2162,6 @@ msgstr ""
21752162msgid "Unable to find I2C Display at %x"
21762163msgstr ""
21772164
2178- #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
2179- #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
2180- msgid "Unable to find free GCLK"
2181- msgstr ""
2182-
21832165#: py/parse.c
21842166msgid "Unable to init parser"
21852167msgstr ""
0 commit comments