@@ -497,7 +497,6 @@ msgstr ""
497497#: ports/nrf/common-hal/countio/Counter.c
498498#: ports/nrf/common-hal/pulseio/PulseIn.c
499499#: ports/nrf/common-hal/rotaryio/IncrementalEncoder.c
500- #: shared-bindings/pwmio/PWMOut.c
501500msgid "All channels in use"
502501msgstr ""
503502
@@ -520,13 +519,11 @@ msgid "All sync event channels in use"
520519msgstr ""
521520
522521#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
523- #: shared-bindings/pwmio/PWMOut.c
524522msgid "All timers for this pin are in use"
525523msgstr ""
526524
527525#: ports/atmel-samd/common-hal/_pew/PewPew.c
528526#: ports/atmel-samd/common-hal/audioio/AudioOut.c
529- #: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
530527#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
531528#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
532529#: ports/cxd56/common-hal/pulseio/PulseOut.c
@@ -537,7 +534,7 @@ msgstr ""
537534#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
538535#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
539536#: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
540- #: ports/stm/peripherals/timers.c shared-bindings/pwmio/PWMOut.c
537+ #: ports/stm/peripherals/timers.c
541538msgid "All timers in use"
542539msgstr ""
543540
@@ -776,12 +773,6 @@ msgstr ""
776773msgid "Cannot remount '/' when visible via USB."
777774msgstr ""
778775
779- #: ports/atmel-samd/common-hal/microcontroller/__init__.c
780- #: ports/cxd56/common-hal/microcontroller/__init__.c
781- #: ports/mimxrt10xx/common-hal/microcontroller/__init__.c
782- msgid "Cannot reset into bootloader because no bootloader is present"
783- msgstr ""
784-
785776#: ports/espressif/common-hal/socketpool/Socket.c
786777msgid "Cannot set socket options"
787778msgstr ""
@@ -799,10 +790,6 @@ msgstr ""
799790msgid "Cannot subclass slice"
800791msgstr ""
801792
802- #: shared-bindings/pwmio/PWMOut.c
803- msgid "Cannot vary frequency on a timer that is already in use"
804- msgstr ""
805-
806793#: ports/nrf/common-hal/alarm/pin/PinAlarm.c
807794msgid "Cannot wake on pin edge, only level"
808795msgstr ""
@@ -845,10 +832,6 @@ msgstr ""
845832msgid "Could not set address"
846833msgstr ""
847834
848- #: shared-bindings/pwmio/PWMOut.c
849- msgid "Could not start PWM"
850- msgstr ""
851-
852835#: ports/stm/common-hal/busio/UART.c
853836msgid "Could not start interrupt, RX busy"
854837msgstr ""
@@ -940,16 +923,6 @@ msgstr ""
940923msgid "ESP-IDF memory allocation failed"
941924msgstr ""
942925
943- #: ports/atmel-samd/common-hal/alarm/pin/PinAlarm.c
944- #: ports/atmel-samd/common-hal/countio/Counter.c
945- #: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
946- #: ports/atmel-samd/common-hal/ps2io/Ps2.c
947- #: ports/atmel-samd/common-hal/pulseio/PulseIn.c
948- #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
949- #: ports/cxd56/common-hal/pulseio/PulseIn.c
950- msgid "EXTINT channel already in use"
951- msgstr ""
952-
953926#: extmod/modre.c
954927msgid "Error in regex"
955928msgstr ""
@@ -1082,10 +1055,6 @@ msgid ""
10821055"Frequency must be 24, 150, 396, 450, 528, 600, 720, 816, 912, 960 or 1008 Mhz"
10831056msgstr ""
10841057
1085- #: shared-bindings/pwmio/PWMOut.c
1086- msgid "Frequency must match existing PWMOut using this timer"
1087- msgstr ""
1088-
10891058#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
10901059#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
10911060msgid "Function requires lock"
@@ -1195,7 +1164,7 @@ msgid "Internal define error"
11951164msgstr ""
11961165
11971166#: ports/espressif/common-hal/paralleldisplaybus/ParallelBus.c
1198- #: shared-module/os/getenv.c
1167+ #: shared-bindings/pwmio/PWMOut.c shared- module/os/getenv.c
11991168msgid "Internal error"
12001169msgstr ""
12011170
@@ -1204,6 +1173,16 @@ msgstr ""
12041173msgid "Internal error #%d"
12051174msgstr ""
12061175
1176+ #: ports/atmel-samd/common-hal/alarm/pin/PinAlarm.c
1177+ #: ports/atmel-samd/common-hal/countio/Counter.c
1178+ #: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
1179+ #: ports/atmel-samd/common-hal/ps2io/Ps2.c
1180+ #: ports/atmel-samd/common-hal/pulseio/PulseIn.c
1181+ #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
1182+ #: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
1183+ msgid "Internal resource(s) in use"
1184+ msgstr ""
1185+
12071186#: supervisor/shared/safe_mode.c
12081187msgid "Internal watchdog timer expired."
12091188msgstr ""
@@ -1221,7 +1200,7 @@ msgstr ""
12211200#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
12221201#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
12231202#: shared-bindings/digitalio/DigitalInOut.c
1224- #: shared-bindings/epaperdisplay/EPaperDisplay.c
1203+ #: shared-bindings/epaperdisplay/EPaperDisplay.c shared-bindings/pwmio/PWMOut.c
12251204msgid "Invalid %q"
12261205msgstr ""
12271206
@@ -1457,8 +1436,10 @@ msgstr ""
14571436msgid "No IP"
14581437msgstr ""
14591438
1460- #: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
1461- msgid "No available clocks"
1439+ #: ports/atmel-samd/common-hal/microcontroller/__init__.c
1440+ #: ports/cxd56/common-hal/microcontroller/__init__.c
1441+ #: ports/mimxrt10xx/common-hal/microcontroller/__init__.c
1442+ msgid "No bootloader present"
14621443msgstr ""
14631444
14641445#: ports/espressif/common-hal/imagecapture/ParallelImageCapture.c
@@ -1681,11 +1662,6 @@ msgstr ""
16811662msgid "Out-buffer elements must be <= 4 bytes long"
16821663msgstr ""
16831664
1684- #: shared-bindings/pwmio/PWMOut.c
1685- msgid ""
1686- "PWM frequency not writable when variable_frequency is False on construction."
1687- msgstr ""
1688-
16891665#: ports/stm/common-hal/pwmio/PWMOut.c
16901666msgid "PWM restart"
16911667msgstr ""
@@ -1731,11 +1707,6 @@ msgstr ""
17311707msgid "Pin must be on PWM Channel B"
17321708msgstr ""
17331709
1734- #: ports/atmel-samd/common-hal/countio/Counter.c
1735- #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
1736- msgid "Pin must support hardware interrupts"
1737- msgstr ""
1738-
17391710#: shared-bindings/rgbmatrix/RGBMatrix.c
17401711#, c-format
17411712msgid ""
0 commit comments