@@ -363,6 +363,7 @@ msgstr ""
363
363
#: ports/esp32s2/common-hal/pulseio/PulseOut.c
364
364
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
365
365
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
366
+ #: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
366
367
#: ports/stm/peripherals/timers.c shared-bindings/pwmio/PWMOut.c
367
368
msgid "All timers in use"
368
369
msgstr ""
@@ -1446,9 +1447,14 @@ msgstr ""
1446
1447
1447
1448
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
1448
1449
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
1450
+ #: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
1449
1451
msgid "No DMA channel found"
1450
1452
msgstr ""
1451
1453
1454
+ #: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
1455
+ msgid "No DMA pacing timer found"
1456
+ msgstr ""
1457
+
1452
1458
#: shared-module/adafruit_bus_device/I2CDevice.c
1453
1459
#, c-format
1454
1460
msgid "No I2C device at address: %x"
@@ -1724,6 +1730,10 @@ msgid ""
1724
1730
"constructor"
1725
1731
msgstr ""
1726
1732
1733
+ #: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
1734
+ msgid "Pins must share PWM slice"
1735
+ msgstr ""
1736
+
1727
1737
#: py/builtinhelp.c
1728
1738
msgid "Plus any modules on the filesystem\n"
1729
1739
msgstr ""
@@ -1963,6 +1973,14 @@ msgstr ""
1963
1973
msgid "Stack size must be at least 256"
1964
1974
msgstr ""
1965
1975
1976
+ #: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
1977
+ msgid "Stereo left must be on PWM channel A"
1978
+ msgstr ""
1979
+
1980
+ #: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
1981
+ msgid "Stereo right must be on PWM channel B"
1982
+ msgstr ""
1983
+
1966
1984
#: shared-bindings/multiterminal/__init__.c
1967
1985
msgid "Stream missing readinto() or write() method."
1968
1986
msgstr ""
@@ -2126,6 +2144,7 @@ msgstr ""
2126
2144
2127
2145
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
2128
2146
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
2147
+ #: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
2129
2148
msgid "Unable to allocate buffers for signed conversion"
2130
2149
msgstr ""
2131
2150
0 commit comments