@@ -200,6 +200,10 @@ msgstr ""
200200msgid "%q must be <= %u"
201201msgstr ""
202202
203+ #: py/argcheck.c
204+ msgid "%q must be >= %d"
205+ msgstr ""
206+
203207#: shared-bindings/analogbufio/BufferedIn.c
204208msgid "%q must be a bytearray or array of type 'H' or 'B'"
205209msgstr ""
@@ -447,10 +451,6 @@ msgstr ""
447451msgid "A hardware interrupt channel is already in use"
448452msgstr ""
449453
450- #: ports/espressif/common-hal/analogio/AnalogIn.c
451- msgid "ADC2 is being used by WiFi"
452- msgstr ""
453-
454454#: ports/raspberrypi/common-hal/wifi/Radio.c
455455msgid "AP could not be started"
456456msgstr ""
@@ -4185,7 +4185,8 @@ msgstr ""
41854185msgid "unexpected keyword argument"
41864186msgstr ""
41874187
4188- #: py/bc.c py/objnamedtuple.c shared-bindings/traceback/__init__.c
4188+ #: py/argcheck.c py/bc.c py/objnamedtuple.c
4189+ #: shared-bindings/traceback/__init__.c
41894190msgid "unexpected keyword argument '%q'"
41904191msgstr ""
41914192
@@ -4279,10 +4280,6 @@ msgstr ""
42794280msgid "value out of range of target"
42804281msgstr ""
42814282
4282- #: ports/espressif/common-hal/watchdog/WatchDogTimer.c
4283- msgid "watchdog not initialized"
4284- msgstr ""
4285-
42864283#: shared-bindings/is31fl3741/FrameBuffer.c
42874284msgid "width must be greater than zero"
42884285msgstr ""
0 commit comments