@@ -1948,6 +1948,7 @@ msgstr "Program too large"
19481948msgid "Pull not used when direction is output."
19491949msgstr "Pull not used when direction is output."
19501950
1951+ #: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
19511952#: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
19521953msgid "RAISE mode is not implemented"
19531954msgstr "RAISE mode is not implemented"
@@ -2446,6 +2447,7 @@ msgstr "Voltage read timed out"
24462447msgid "WARNING: Your code filename has two extensions\n"
24472448msgstr "WARNING: Your code filename has two extensions\n"
24482449
2450+ #: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
24492451#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
24502452#: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
24512453msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
@@ -2472,15 +2474,10 @@ msgstr "WatchDog timer expired."
24722474msgid ""
24732475"Welcome to Adafruit CircuitPython %s!\n"
24742476"\n"
2475- "Please visit learn.adafruit.com/category/ circuitpython for project guides .\n"
2477+ "Visit circuitpython.org for more information .\n"
24762478"\n"
2477- "To list built-in modules please do `help(\" modules\" )`.\n"
2479+ "To list built-in modules type `help(\" modules\" )`.\n"
24782480msgstr ""
2479- "Welcome to Adafruit CircuitPython %s!\n"
2480- "\n"
2481- "Please visit learn.adafruit.com/category/circuitpython for project guides.\n"
2482- "\n"
2483- "To list built-in modules please do `help(\" modules\" )`.\n"
24842481
24852482#: shared-bindings/wifi/Radio.c
24862483msgid "WiFi password must be between 8 and 63 characters"
@@ -3367,10 +3364,6 @@ msgstr "inputs are not iterable"
33673364msgid "int() arg 2 must be >= 2 and <= 36"
33683365msgstr "int() arg 2 must be >= 2 and <= 36"
33693366
3370- #: py/objstr.c
3371- msgid "integer required"
3372- msgstr "integer required"
3373-
33743367#: extmod/ulab/code/numpy/approx.c
33753368msgid "interp is defined for 1D iterables of equal length"
33763369msgstr "interp is defined for 1D iterables of equal length"
@@ -3944,6 +3937,7 @@ msgstr "pow() with 3 arguments requires integers"
39443937#: ports/espressif/boards/gravitech_cucumber_rs/mpconfigboard.h
39453938#: ports/espressif/boards/lilygo_ttgo_t8_s2_st7789/mpconfigboard.h
39463939#: ports/espressif/boards/lolin_s2_mini/mpconfigboard.h
3940+ #: ports/espressif/boards/lolin_s2_pico/mpconfigboard.h
39473941#: ports/espressif/boards/microdev_micro_c3/mpconfigboard.h
39483942#: ports/espressif/boards/microdev_micro_s2/mpconfigboard.h
39493943#: ports/espressif/boards/morpheans_morphesp-240/mpconfigboard.h
@@ -4199,6 +4193,7 @@ msgstr "tile must be greater than zero"
41994193msgid "time.struct_time() takes a 9-sequence"
42004194msgstr "time.struct_time() takes a 9-sequence"
42014195
4196+ #: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
42024197#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
42034198#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
42044199#: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
@@ -4481,6 +4476,25 @@ msgstr "zi must be of float type"
44814476msgid "zi must be of shape (n_section, 2)"
44824477msgstr "zi must be of shape (n_section, 2)"
44834478
4479+ #, c-format
4480+ #~ msgid ""
4481+ #~ "Welcome to Adafruit CircuitPython %s!\n"
4482+ #~ "\n"
4483+ #~ "Please visit learn.adafruit.com/category/circuitpython for project "
4484+ #~ "guides.\n"
4485+ #~ "\n"
4486+ #~ "To list built-in modules please do `help(\"modules\")`.\n"
4487+ #~ msgstr ""
4488+ #~ "Welcome to Adafruit CircuitPython %s!\n"
4489+ #~ "\n"
4490+ #~ "Please visit learn.adafruit.com/category/circuitpython for project "
4491+ #~ "guides.\n"
4492+ #~ "\n"
4493+ #~ "To list built-in modules please do `help(\"modules\")`.\n"
4494+
4495+ #~ msgid "integer required"
4496+ #~ msgstr "integer required"
4497+
44844498#~ msgid "abort() called"
44854499#~ msgstr "abort() called"
44864500
0 commit comments