@@ -95,6 +95,7 @@ msgstr ""
9595msgid "%q failure: %d"
9696msgstr ""
9797
98+ #: shared-bindings/digitalio/DigitalInOut.c
9899#: shared-bindings/microcontroller/Pin.c
99100msgid "%q in use"
100101msgstr ""
@@ -302,7 +303,7 @@ msgstr ""
302303msgid "'%s' object doesn't support item deletion"
303304msgstr ""
304305
305- #: py/runtime.c
306+ #: ports/raspberrypi/common-hal/wifi/Radio.c py/runtime.c
306307msgid "'%s' object has no attribute '%q'"
307308msgstr ""
308309
@@ -488,6 +489,7 @@ msgid "Already running"
488489msgstr ""
489490
490491#: ports/espressif/common-hal/wifi/Radio.c
492+ #: ports/raspberrypi/common-hal/wifi/Radio.c
491493msgid "Already scanning for wifi networks"
492494msgstr ""
493495
@@ -916,6 +918,10 @@ msgstr ""
916918msgid "Expected a %q"
917919msgstr ""
918920
921+ #: ports/raspberrypi/bindings/cyw43/__init__.c
922+ msgid "Expected a %q or %q"
923+ msgstr ""
924+
919925#: shared-bindings/alarm/__init__.c
920926msgid "Expected an %q"
921927msgstr ""
@@ -1177,7 +1183,7 @@ msgstr ""
11771183msgid "Internal watchdog timer expired."
11781184msgstr ""
11791185
1180- #: py/argcheck.c
1186+ #: py/argcheck.c shared-bindings/digitalio/DigitalInOut.c
11811187msgid "Invalid %q"
11821188msgstr ""
11831189
@@ -2203,6 +2209,11 @@ msgstr ""
22032209msgid "Unknown system firmware error: %d"
22042210msgstr ""
22052211
2212+ #: ports/raspberrypi/common-hal/wifi/__init__.c
2213+ #, c-format
2214+ msgid "Unkown error code %d"
2215+ msgstr ""
2216+
22062217#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
22072218#, c-format
22082219msgid "Unmatched number of items on RHS (expected %d, got %d)."
@@ -4115,14 +4126,10 @@ msgstr ""
41154126msgid "type is not an acceptable base type"
41164127msgstr ""
41174128
4118- #: py/runtime.c
4129+ #: py/objgenerator.c py/ runtime.c
41194130msgid "type object '%q' has no attribute '%q'"
41204131msgstr ""
41214132
4122- #: py/objgenerator.c
4123- msgid "type object 'generator' has no attribute '__await__'"
4124- msgstr ""
4125-
41264133#: py/objtype.c
41274134msgid "type takes 1 or 3 arguments"
41284135msgstr ""
@@ -4253,9 +4260,14 @@ msgid "width must be greater than zero"
42534260msgstr ""
42544261
42554262#: ports/espressif/common-hal/wifi/Radio.c
4263+ #: ports/raspberrypi/common-hal/wifi/Radio.c
42564264msgid "wifi is not enabled"
42574265msgstr ""
42584266
4267+ #: ports/raspberrypi/common-hal/wifi/Monitor.c
4268+ msgid "wifi.Monitor not available"
4269+ msgstr ""
4270+
42594271#: shared-bindings/_bleio/Adapter.c
42604272msgid "window must be <= interval"
42614273msgstr ""
0 commit comments