@@ -89,13 +89,19 @@ msgid ""
89
89
msgstr ""
90
90
91
91
#: 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
94
98
#: ports/mimxrt10xx/common-hal/analogio/AnalogOut.c
99
+ #: ports/mimxrt10xx/common-hal/busio/SPI.c
95
100
#: 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
98
103
#: ports/raspberrypi/common-hal/analogio/AnalogOut.c
104
+ #: ports/raspberrypi/common-hal/busio/SPI.c
99
105
#: ports/raspberrypi/common-hal/rtc/RTC.c ports/stm/common-hal/alarm/__init__.c
100
106
#: ports/stm/common-hal/canio/Listener.c ports/stm/common-hal/rtc/RTC.c
101
107
#: shared-bindings/audiobusio/I2SOut.c shared-bindings/audiobusio/PDMIn.c
@@ -112,6 +118,10 @@ msgstr ""
112
118
msgid "%q and %q must be different"
113
119
msgstr ""
114
120
121
+ #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
122
+ msgid "%q and %q must share a clock unit"
123
+ msgstr ""
124
+
115
125
#: shared-bindings/microcontroller/Pin.c
116
126
msgid "%q contains duplicate pins"
117
127
msgstr ""
@@ -206,6 +216,10 @@ msgstr ""
206
216
msgid "%q must be array of type 'h'"
207
217
msgstr ""
208
218
219
+ #: shared-bindings/audiobusio/PDMIn.c
220
+ msgid "%q must be multiple of 8."
221
+ msgstr ""
222
+
209
223
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
210
224
#: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
211
225
#: shared-module/synthio/Synthesizer.c
@@ -237,6 +251,10 @@ msgstr ""
237
251
msgid "%q step cannot be zero"
238
252
msgstr ""
239
253
254
+ #: shared-module/bitbangio/I2C.c
255
+ msgid "%q too long"
256
+ msgstr ""
257
+
240
258
#: py/bc.c py/objnamedtuple.c
241
259
msgid "%q() takes %d positional arguments but %d were given"
242
260
msgstr ""
@@ -415,12 +433,6 @@ msgstr ""
415
433
msgid "3-arg pow() not supported"
416
434
msgstr ""
417
435
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
-
424
436
#: ports/espressif/common-hal/analogio/AnalogIn.c
425
437
msgid "ADC2 is being used by WiFi"
426
438
msgstr ""
@@ -591,14 +603,6 @@ msgstr ""
591
603
msgid "Bit clock and word select must be sequential pins"
592
604
msgstr ""
593
605
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
-
602
606
#: shared-bindings/bitmaptools/__init__.c
603
607
msgid "Bitmap size and bits per value must match"
604
608
msgstr ""
@@ -611,10 +615,6 @@ msgstr ""
611
615
msgid "Both RX and TX required for flow control"
612
616
msgstr ""
613
617
614
- #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
615
- msgid "Both pins must support hardware interrupts"
616
- msgstr ""
617
-
618
618
#: shared-bindings/displayio/Display.c
619
619
#: shared-bindings/framebufferio/FramebufferDisplay.c
620
620
msgid "Brightness not adjustable"
@@ -800,10 +800,6 @@ msgstr ""
800
800
msgid "CircuitPython core code crashed hard. Whoops!\n"
801
801
msgstr ""
802
802
803
- #: shared-module/bitbangio/I2C.c
804
- msgid "Clock stretch too long"
805
- msgstr ""
806
-
807
803
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
808
804
msgid "Clock unit in use"
809
805
msgstr ""
@@ -921,9 +917,12 @@ msgstr ""
921
917
msgid "ESP-IDF memory allocation failed"
922
918
msgstr ""
923
919
920
+ #: ports/atmel-samd/common-hal/alarm/pin/PinAlarm.c
921
+ #: ports/atmel-samd/common-hal/countio/Counter.c
924
922
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
925
923
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
926
924
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
925
+ #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
927
926
#: ports/cxd56/common-hal/pulseio/PulseIn.c
928
927
msgid "EXTINT channel already in use"
929
928
msgstr ""
@@ -1076,13 +1075,6 @@ msgstr ""
1076
1075
msgid "Group already used"
1077
1076
msgstr ""
1078
1077
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
-
1086
1078
#: supervisor/shared/safe_mode.c
1087
1079
msgid "Hard fault: memory access or instruction error."
1088
1080
msgstr ""
@@ -1339,10 +1331,6 @@ msgstr ""
1339
1331
msgid "Mapping must be a tuple"
1340
1332
msgstr ""
1341
1333
1342
- #: shared-bindings/audiobusio/PDMIn.c
1343
- msgid "Microphone startup delay must be in range 0.0 to 1.0"
1344
- msgstr ""
1345
-
1346
1334
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
1347
1335
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1348
1336
msgid "Mismatched data size"
@@ -1512,10 +1500,15 @@ msgstr ""
1512
1500
msgid "No default %q bus"
1513
1501
msgstr ""
1514
1502
1503
+ #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
1515
1504
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
1516
1505
msgid "No free GCLKs"
1517
1506
msgstr ""
1518
1507
1508
+ #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
1509
+ msgid "No free GLCKs"
1510
+ msgstr ""
1511
+
1519
1512
#: shared-bindings/os/__init__.c
1520
1513
msgid "No hardware random available"
1521
1514
msgstr ""
@@ -1705,10 +1698,6 @@ msgstr ""
1705
1698
msgid "Out-buffer elements must be <= 4 bytes long"
1706
1699
msgstr ""
1707
1700
1708
- #: shared-bindings/audiobusio/PDMIn.c
1709
- msgid "Oversample must be multiple of 8."
1710
- msgstr ""
1711
-
1712
1701
#: shared-bindings/pwmio/PWMOut.c
1713
1702
msgid ""
1714
1703
"PWM frequency not writable when variable_frequency is False on construction."
@@ -1756,6 +1745,7 @@ msgid "Pin must be on PWM Channel B"
1756
1745
msgstr ""
1757
1746
1758
1747
#: ports/atmel-samd/common-hal/countio/Counter.c
1748
+ #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
1759
1749
msgid "Pin must support hardware interrupts"
1760
1750
msgstr ""
1761
1751
@@ -1832,6 +1822,10 @@ msgstr ""
1832
1822
msgid "RISE_AND_FALL not available on this chip"
1833
1823
msgstr ""
1834
1824
1825
+ #: shared-module/displayio/OnDiskBitmap.c
1826
+ msgid "RLE-compressed BMP not supported"
1827
+ msgstr ""
1828
+
1835
1829
#: ports/stm/common-hal/os/__init__.c
1836
1830
msgid "RNG DeInit Error"
1837
1831
msgstr ""
@@ -1892,10 +1886,6 @@ msgstr ""
1892
1886
msgid "Requested resource not found"
1893
1887
msgstr ""
1894
1888
1895
- #: ports/atmel-samd/common-hal/audioio/AudioOut.c
1896
- msgid "Right channel unsupported"
1897
- msgstr ""
1898
-
1899
1889
#: main.c
1900
1890
msgid "Running in safe mode! Not running saved code.\n"
1901
1891
msgstr ""
@@ -1993,10 +1983,6 @@ msgstr ""
1993
1983
msgid "Stereo right must be on PWM channel B"
1994
1984
msgstr ""
1995
1985
1996
- #: ports/raspberrypi/common-hal/wifi/Radio.c
1997
- msgid "Stopping AP is not supported."
1998
- msgstr ""
1999
-
2000
1986
#: shared-bindings/alarm/time/TimeAlarm.c
2001
1987
msgid "Supply one of monotonic_time or epoch_time"
2002
1988
msgstr ""
@@ -2094,7 +2080,6 @@ msgstr ""
2094
2080
msgid "Total data to write is larger than %q"
2095
2081
msgstr ""
2096
2082
2097
- #: ports/atmel-samd/common-hal/alarm/touch/TouchAlarm.c
2098
2083
#: ports/raspberrypi/common-hal/alarm/touch/TouchAlarm.c
2099
2084
#: ports/stm/common-hal/alarm/touch/TouchAlarm.c
2100
2085
msgid "Touch alarms not available"
@@ -2186,11 +2171,6 @@ msgstr ""
2186
2171
msgid "Unable to find I2C Display at %x"
2187
2172
msgstr ""
2188
2173
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
-
2194
2174
#: py/parse.c
2195
2175
msgid "Unable to init parser"
2196
2176
msgstr ""
@@ -2663,11 +2643,6 @@ msgstr ""
2663
2643
msgid "can't convert %q to %q"
2664
2644
msgstr ""
2665
2645
2666
- #: py/obj.c
2667
- #, c-format
2668
- msgid "can't convert %s to complex"
2669
- msgstr ""
2670
-
2671
2646
#: py/objstr.c
2672
2647
msgid "can't convert '%q' object to %q implicitly"
2673
2648
msgstr ""
@@ -2676,18 +2651,10 @@ msgstr ""
2676
2651
msgid "can't convert complex to float"
2677
2652
msgstr ""
2678
2653
2679
- #: py/obj.c
2654
+ #: py/obj.c py/runtime.c
2680
2655
msgid "can't convert to %q"
2681
2656
msgstr ""
2682
2657
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
-
2691
2658
#: py/objstr.c
2692
2659
msgid "can't convert to str implicitly"
2693
2660
msgstr ""
0 commit comments