@@ -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 ""
@@ -241,6 +251,10 @@ msgstr ""
241
251
msgid "%q step cannot be zero"
242
252
msgstr ""
243
253
254
+ #: shared-module/bitbangio/I2C.c
255
+ msgid "%q too long"
256
+ msgstr ""
257
+
244
258
#: py/bc.c py/objnamedtuple.c
245
259
msgid "%q() takes %d positional arguments but %d were given"
246
260
msgstr ""
@@ -419,12 +433,6 @@ msgstr ""
419
433
msgid "3-arg pow() not supported"
420
434
msgstr ""
421
435
422
- #: ports/atmel-samd/common-hal/alarm/pin/PinAlarm.c
423
- #: ports/atmel-samd/common-hal/countio/Counter.c
424
- #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
425
- msgid "A hardware interrupt channel is already in use"
426
- msgstr ""
427
-
428
436
#: ports/espressif/common-hal/analogio/AnalogIn.c
429
437
msgid "ADC2 is being used by WiFi"
430
438
msgstr ""
@@ -595,10 +603,6 @@ msgstr ""
595
603
msgid "Bit clock and word select must be sequential pins"
596
604
msgstr ""
597
605
598
- #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
599
- msgid "Bit clock and word select must share a clock unit"
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 ""
@@ -1508,10 +1500,15 @@ msgstr ""
1508
1500
msgid "No default %q bus"
1509
1501
msgstr ""
1510
1502
1503
+ #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
1511
1504
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
1512
1505
msgid "No free GCLKs"
1513
1506
msgstr ""
1514
1507
1508
+ #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
1509
+ msgid "No free GLCKs"
1510
+ msgstr ""
1511
+
1515
1512
#: shared-bindings/os/__init__.c
1516
1513
msgid "No hardware random available"
1517
1514
msgstr ""
@@ -1748,6 +1745,7 @@ msgid "Pin must be on PWM Channel B"
1748
1745
msgstr ""
1749
1746
1750
1747
#: ports/atmel-samd/common-hal/countio/Counter.c
1748
+ #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
1751
1749
msgid "Pin must support hardware interrupts"
1752
1750
msgstr ""
1753
1751
@@ -1888,10 +1886,6 @@ msgstr ""
1888
1886
msgid "Requested resource not found"
1889
1887
msgstr ""
1890
1888
1891
- #: ports/atmel-samd/common-hal/audioio/AudioOut.c
1892
- msgid "Right channel unsupported"
1893
- msgstr ""
1894
-
1895
1889
#: main.c
1896
1890
msgid "Running in safe mode! Not running saved code.\n"
1897
1891
msgstr ""
@@ -2086,7 +2080,6 @@ msgstr ""
2086
2080
msgid "Total data to write is larger than %q"
2087
2081
msgstr ""
2088
2082
2089
- #: ports/atmel-samd/common-hal/alarm/touch/TouchAlarm.c
2090
2083
#: ports/raspberrypi/common-hal/alarm/touch/TouchAlarm.c
2091
2084
#: ports/stm/common-hal/alarm/touch/TouchAlarm.c
2092
2085
msgid "Touch alarms not available"
@@ -2178,11 +2171,6 @@ msgstr ""
2178
2171
msgid "Unable to find I2C Display at %x"
2179
2172
msgstr ""
2180
2173
2181
- #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
2182
- #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
2183
- msgid "Unable to find free GCLK"
2184
- msgstr ""
2185
-
2186
2174
#: py/parse.c
2187
2175
msgid "Unable to init parser"
2188
2176
msgstr ""
@@ -2655,11 +2643,6 @@ msgstr ""
2655
2643
msgid "can't convert %q to %q"
2656
2644
msgstr ""
2657
2645
2658
- #: py/obj.c
2659
- #, c-format
2660
- msgid "can't convert %s to complex"
2661
- msgstr ""
2662
-
2663
2646
#: py/objstr.c
2664
2647
msgid "can't convert '%q' object to %q implicitly"
2665
2648
msgstr ""
@@ -2668,18 +2651,10 @@ msgstr ""
2668
2651
msgid "can't convert complex to float"
2669
2652
msgstr ""
2670
2653
2671
- #: py/obj.c
2654
+ #: py/obj.c py/runtime.c
2672
2655
msgid "can't convert to %q"
2673
2656
msgstr ""
2674
2657
2675
- #: py/obj.c
2676
- msgid "can't convert to complex"
2677
- msgstr ""
2678
-
2679
- #: py/runtime.c
2680
- msgid "can't convert to int"
2681
- msgstr ""
2682
-
2683
2658
#: py/objstr.c
2684
2659
msgid "can't convert to str implicitly"
2685
2660
msgstr ""
0 commit comments