@@ -184,12 +184,12 @@ msgstr ""
184184msgid "%q must be <= %d"
185185msgstr ""
186186
187- #: py/argcheck .c
188- msgid "%q must be > = %d "
187+ #: ports/espressif/common-hal/watchdog/WatchDogTimer .c
188+ msgid "%q must be < = %u "
189189msgstr ""
190190
191- #: ports/espressif/common-hal/analogbufio/BufferedIn .c
192- msgid "%q must be array of type 'H' "
191+ #: py/argcheck .c
192+ msgid "%q must be >= %d "
193193msgstr ""
194194
195195#: shared-bindings/analogbufio/BufferedIn.c
@@ -200,6 +200,10 @@ msgstr ""
200200msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
201201msgstr ""
202202
203+ #: ports/espressif/common-hal/analogbufio/BufferedIn.c
204+ msgid "%q must be array of type 'H'"
205+ msgstr ""
206+
203207#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
204208#: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
205209msgid "%q must be of type %q or %q, not %q"
@@ -1154,10 +1158,6 @@ msgstr ""
11541158msgid "Initial set pin state conflicts with initial out pin state"
11551159msgstr ""
11561160
1157- #: ports/espressif/common-hal/watchdog/WatchDogTimer.c
1158- msgid "Initialization failed due to lack of memory"
1159- msgstr ""
1160-
11611161#: shared-bindings/bitops/__init__.c
11621162#, c-format
11631163msgid "Input buffer length (%d) must be a multiple of the strand count (%d)"
@@ -1229,7 +1229,8 @@ msgstr ""
12291229msgid "Interrupt error."
12301230msgstr ""
12311231
1232- #: py/argcheck.c shared-bindings/digitalio/DigitalInOut.c
1232+ #: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
1233+ #: shared-bindings/digitalio/DigitalInOut.c
12331234#: shared-bindings/displayio/EPaperDisplay.c
12341235msgid "Invalid %q"
12351236msgstr ""
@@ -1523,10 +1524,6 @@ msgstr ""
15231524msgid "No in or out in program"
15241525msgstr ""
15251526
1526- #: shared-bindings/aesio/aes.c
1527- msgid "No key was specified"
1528- msgstr ""
1529-
15301527#: shared-bindings/time/__init__.c
15311528msgid "No long integer support"
15321529msgstr ""
@@ -1822,11 +1819,6 @@ msgstr ""
18221819msgid "Pull not used when direction is output."
18231820msgstr ""
18241821
1825- #: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
1826- #: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
1827- msgid "RAISE mode is not implemented"
1828- msgstr ""
1829-
18301822#: ports/raspberrypi/common-hal/countio/Counter.c
18311823msgid "RISE_AND_FALL not available on this chip"
18321824msgstr ""
@@ -2350,20 +2342,10 @@ msgstr ""
23502342msgid "WARNING: Your code filename has two extensions\n"
23512343msgstr ""
23522344
2353- #: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
23542345#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
2355- #: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
23562346msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
23572347msgstr ""
23582348
2359- #: shared-bindings/watchdog/WatchDogTimer.c
2360- msgid "WatchDogTimer is not currently running"
2361- msgstr ""
2362-
2363- #: shared-bindings/watchdog/WatchDogTimer.c
2364- msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET"
2365- msgstr ""
2366-
23672349#: py/builtinhelp.c
23682350#, c-format
23692351msgid ""
@@ -3044,8 +3026,8 @@ msgid "extra positional arguments given"
30443026msgstr ""
30453027
30463028#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c
3047- #: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/synthio/__init__ .c
3048- #: shared-module/gifio/GifWriter.c
3029+ #: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/gifio/OnDiskGif .c
3030+ #: shared-bindings/synthio/__init__.c shared- module/gifio/GifWriter.c
30493031msgid "file must be a file opened in byte mode"
30503032msgstr ""
30513033
@@ -4087,10 +4069,7 @@ msgstr ""
40874069msgid "syntax error in uctypes descriptor"
40884070msgstr ""
40894071
4090- #: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
4091- #: ports/espressif/common-hal/watchdog/WatchDogTimer.c
40924072#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
4093- #: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
40944073msgid "timeout duration exceeded the maximum supported value"
40954074msgstr ""
40964075
@@ -4291,10 +4270,6 @@ msgstr ""
42914270msgid "value_count must be > 0"
42924271msgstr ""
42934272
4294- #: ports/espressif/common-hal/watchdog/WatchDogTimer.c
4295- msgid "watchdog not initialized"
4296- msgstr ""
4297-
42984273#: shared-bindings/is31fl3741/FrameBuffer.c
42994274msgid "width must be greater than zero"
43004275msgstr ""
0 commit comments