@@ -89,13 +89,19 @@ msgid ""
8989msgstr ""
9090
9191#: ports/atmel-samd/common-hal/alarm/__init__.c
92- #: ports/cxd56/common-hal/analogio/AnalogOut.c ports/cxd56/common-hal/rtc/RTC.c
93- #: ports/espressif/common-hal/rtc/RTC.c
92+ #: ports/atmel-samd/common-hal/alarm/touch/TouchAlarm.c
93+ #: ports/atmel-samd/common-hal/audioio/AudioOut.c
94+ #: ports/atmel-samd/common-hal/busio/SPI.c
95+ #: ports/cxd56/common-hal/analogio/AnalogOut.c
96+ #: ports/cxd56/common-hal/busio/SPI.c ports/cxd56/common-hal/rtc/RTC.c
97+ #: ports/espressif/common-hal/busio/SPI.c ports/espressif/common-hal/rtc/RTC.c
9498#: ports/mimxrt10xx/common-hal/analogio/AnalogOut.c
99+ #: ports/mimxrt10xx/common-hal/busio/SPI.c
95100#: ports/mimxrt10xx/common-hal/rtc/RTC.c ports/nrf/common-hal/alarm/__init__.c
96- #: ports/nrf/common-hal/analogio/AnalogOut.c ports/nrf/common-hal/rtc/RTC .c
97- #: ports/raspberrypi/common-hal/alarm/__init__.c
101+ #: ports/nrf/common-hal/analogio/AnalogOut.c ports/nrf/common-hal/busio/SPI .c
102+ #: ports/nrf/common-hal/rtc/RTC.c ports/ raspberrypi/common-hal/alarm/__init__.c
98103#: ports/raspberrypi/common-hal/analogio/AnalogOut.c
104+ #: ports/raspberrypi/common-hal/busio/SPI.c
99105#: ports/raspberrypi/common-hal/rtc/RTC.c ports/stm/common-hal/alarm/__init__.c
100106#: ports/stm/common-hal/canio/Listener.c ports/stm/common-hal/rtc/RTC.c
101107#: shared-bindings/audiobusio/I2SOut.c shared-bindings/audiobusio/PDMIn.c
@@ -112,6 +118,10 @@ msgstr ""
112118msgid "%q and %q must be different"
113119msgstr ""
114120
121+ #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
122+ msgid "%q and %q must share a clock unit"
123+ msgstr ""
124+
115125#: shared-bindings/microcontroller/Pin.c
116126msgid "%q contains duplicate pins"
117127msgstr ""
@@ -206,6 +216,10 @@ msgstr ""
206216msgid "%q must be array of type 'h'"
207217msgstr ""
208218
219+ #: shared-bindings/audiobusio/PDMIn.c
220+ msgid "%q must be multiple of 8."
221+ msgstr ""
222+
209223#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
210224#: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
211225#: shared-module/synthio/Synthesizer.c
@@ -237,6 +251,10 @@ msgstr ""
237251msgid "%q step cannot be zero"
238252msgstr ""
239253
254+ #: shared-module/bitbangio/I2C.c
255+ msgid "%q too long"
256+ msgstr ""
257+
240258#: py/bc.c py/objnamedtuple.c
241259msgid "%q() takes %d positional arguments but %d were given"
242260msgstr ""
@@ -415,12 +433,6 @@ msgstr ""
415433msgid "3-arg pow() not supported"
416434msgstr ""
417435
418- #: ports/atmel-samd/common-hal/alarm/pin/PinAlarm.c
419- #: ports/atmel-samd/common-hal/countio/Counter.c
420- #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
421- msgid "A hardware interrupt channel is already in use"
422- msgstr ""
423-
424436#: ports/espressif/common-hal/analogio/AnalogIn.c
425437msgid "ADC2 is being used by WiFi"
426438msgstr ""
@@ -591,14 +603,6 @@ msgstr ""
591603msgid "Bit clock and word select must be sequential pins"
592604msgstr ""
593605
594- #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
595- msgid "Bit clock and word select must share a clock unit"
596- msgstr ""
597-
598- #: shared-bindings/audiobusio/PDMIn.c
599- msgid "Bit depth must be multiple of 8."
600- msgstr ""
601-
602606#: shared-bindings/bitmaptools/__init__.c
603607msgid "Bitmap size and bits per value must match"
604608msgstr ""
@@ -611,10 +615,6 @@ msgstr ""
611615msgid "Both RX and TX required for flow control"
612616msgstr ""
613617
614- #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
615- msgid "Both pins must support hardware interrupts"
616- msgstr ""
617-
618618#: shared-bindings/displayio/Display.c
619619#: shared-bindings/framebufferio/FramebufferDisplay.c
620620msgid "Brightness not adjustable"
@@ -800,10 +800,6 @@ msgstr ""
800800msgid "CircuitPython core code crashed hard. Whoops!\n"
801801msgstr ""
802802
803- #: shared-module/bitbangio/I2C.c
804- msgid "Clock stretch too long"
805- msgstr ""
806-
807803#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
808804msgid "Clock unit in use"
809805msgstr ""
@@ -921,9 +917,12 @@ msgstr ""
921917msgid "ESP-IDF memory allocation failed"
922918msgstr ""
923919
920+ #: ports/atmel-samd/common-hal/alarm/pin/PinAlarm.c
921+ #: ports/atmel-samd/common-hal/countio/Counter.c
924922#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
925923#: ports/atmel-samd/common-hal/ps2io/Ps2.c
926924#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
925+ #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
927926#: ports/cxd56/common-hal/pulseio/PulseIn.c
928927msgid "EXTINT channel already in use"
929928msgstr ""
@@ -1076,13 +1075,6 @@ msgstr ""
10761075msgid "Group already used"
10771076msgstr ""
10781077
1079- #: ports/atmel-samd/common-hal/busio/SPI.c ports/cxd56/common-hal/busio/SPI.c
1080- #: ports/espressif/common-hal/busio/SPI.c
1081- #: ports/mimxrt10xx/common-hal/busio/SPI.c ports/nrf/common-hal/busio/SPI.c
1082- #: ports/raspberrypi/common-hal/busio/SPI.c
1083- msgid "Half duplex SPI is not implemented"
1084- msgstr ""
1085-
10861078#: supervisor/shared/safe_mode.c
10871079msgid "Hard fault: memory access or instruction error."
10881080msgstr ""
@@ -1339,10 +1331,6 @@ msgstr ""
13391331msgid "Mapping must be a tuple"
13401332msgstr ""
13411333
1342- #: shared-bindings/audiobusio/PDMIn.c
1343- msgid "Microphone startup delay must be in range 0.0 to 1.0"
1344- msgstr ""
1345-
13461334#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
13471335#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
13481336msgid "Mismatched data size"
@@ -1512,10 +1500,15 @@ msgstr ""
15121500msgid "No default %q bus"
15131501msgstr ""
15141502
1503+ #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
15151504#: ports/atmel-samd/common-hal/touchio/TouchIn.c
15161505msgid "No free GCLKs"
15171506msgstr ""
15181507
1508+ #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
1509+ msgid "No free GLCKs"
1510+ msgstr ""
1511+
15191512#: shared-bindings/os/__init__.c
15201513msgid "No hardware random available"
15211514msgstr ""
@@ -1705,10 +1698,6 @@ msgstr ""
17051698msgid "Out-buffer elements must be <= 4 bytes long"
17061699msgstr ""
17071700
1708- #: shared-bindings/audiobusio/PDMIn.c
1709- msgid "Oversample must be multiple of 8."
1710- msgstr ""
1711-
17121701#: shared-bindings/pwmio/PWMOut.c
17131702msgid ""
17141703"PWM frequency not writable when variable_frequency is False on construction."
@@ -1756,6 +1745,7 @@ msgid "Pin must be on PWM Channel B"
17561745msgstr ""
17571746
17581747#: ports/atmel-samd/common-hal/countio/Counter.c
1748+ #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
17591749msgid "Pin must support hardware interrupts"
17601750msgstr ""
17611751
@@ -1832,6 +1822,10 @@ msgstr ""
18321822msgid "RISE_AND_FALL not available on this chip"
18331823msgstr ""
18341824
1825+ #: shared-module/displayio/OnDiskBitmap.c
1826+ msgid "RLE-compressed BMP not supported"
1827+ msgstr ""
1828+
18351829#: ports/stm/common-hal/os/__init__.c
18361830msgid "RNG DeInit Error"
18371831msgstr ""
@@ -1892,10 +1886,6 @@ msgstr ""
18921886msgid "Requested resource not found"
18931887msgstr ""
18941888
1895- #: ports/atmel-samd/common-hal/audioio/AudioOut.c
1896- msgid "Right channel unsupported"
1897- msgstr ""
1898-
18991889#: main.c
19001890msgid "Running in safe mode! Not running saved code.\n"
19011891msgstr ""
@@ -1993,10 +1983,6 @@ msgstr ""
19931983msgid "Stereo right must be on PWM channel B"
19941984msgstr ""
19951985
1996- #: ports/raspberrypi/common-hal/wifi/Radio.c
1997- msgid "Stopping AP is not supported."
1998- msgstr ""
1999-
20001986#: shared-bindings/alarm/time/TimeAlarm.c
20011987msgid "Supply one of monotonic_time or epoch_time"
20021988msgstr ""
@@ -2094,7 +2080,6 @@ msgstr ""
20942080msgid "Total data to write is larger than %q"
20952081msgstr ""
20962082
2097- #: ports/atmel-samd/common-hal/alarm/touch/TouchAlarm.c
20982083#: ports/raspberrypi/common-hal/alarm/touch/TouchAlarm.c
20992084#: ports/stm/common-hal/alarm/touch/TouchAlarm.c
21002085msgid "Touch alarms not available"
@@ -2186,11 +2171,6 @@ msgstr ""
21862171msgid "Unable to find I2C Display at %x"
21872172msgstr ""
21882173
2189- #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
2190- #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
2191- msgid "Unable to find free GCLK"
2192- msgstr ""
2193-
21942174#: py/parse.c
21952175msgid "Unable to init parser"
21962176msgstr ""
@@ -2663,11 +2643,6 @@ msgstr ""
26632643msgid "can't convert %q to %q"
26642644msgstr ""
26652645
2666- #: py/obj.c
2667- #, c-format
2668- msgid "can't convert %s to complex"
2669- msgstr ""
2670-
26712646#: py/objstr.c
26722647msgid "can't convert '%q' object to %q implicitly"
26732648msgstr ""
@@ -2676,18 +2651,10 @@ msgstr ""
26762651msgid "can't convert complex to float"
26772652msgstr ""
26782653
2679- #: py/obj.c
2654+ #: py/obj.c py/runtime.c
26802655msgid "can't convert to %q"
26812656msgstr ""
26822657
2683- #: py/obj.c
2684- msgid "can't convert to complex"
2685- msgstr ""
2686-
2687- #: py/runtime.c
2688- msgid "can't convert to int"
2689- msgstr ""
2690-
26912658#: py/objstr.c
26922659msgid "can't convert to str implicitly"
26932660msgstr ""
0 commit comments