diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 1ca523bae2..d3e28da798 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -135,7 +135,7 @@ msgstr "" msgid "%q in use" msgstr "" -#: py/objstr.c py/objstrunicode.c +#: py/objstr.c msgid "%q index out of range" msgstr "" @@ -218,7 +218,7 @@ msgstr "" msgid "%q must be of type %q or %q, not %q" msgstr "" -#: py/argcheck.c py/objstrunicode.c shared-module/synthio/__init__.c +#: py/argcheck.c shared-module/synthio/__init__.c msgid "%q must be of type %q, not %q" msgstr "" @@ -393,10 +393,6 @@ msgstr "" msgid "'continue' outside loop" msgstr "" -#: py/objgenerator.c -msgid "'coroutine' object is not an iterator" -msgstr "" - #: py/compile.c msgid "'data' requires at least 2 arguments" msgstr "" @@ -1946,10 +1942,6 @@ msgstr "" msgid "Specify exactly one of data0 or data_pins" msgstr "" -#: extmod/modure.c -msgid "Splitting with sub-captures" -msgstr "" - #: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c msgid "Stereo left must be on PWM channel A" msgstr "" @@ -2419,7 +2411,8 @@ msgid "__init__() should return None" msgstr "" #: py/objtype.c -msgid "__init__() should return None, not '%q'" +#, c-format +msgid "__init__() should return None, not '%s'" msgstr "" #: py/objobject.c @@ -2509,7 +2502,7 @@ msgid "attempt to get argmin/argmax of an empty sequence" msgstr "" #: py/objstr.c -msgid "attributes not supported yet" +msgid "attributes not supported" msgstr "" #: extmod/ulab/code/ulab_tools.c @@ -2638,7 +2631,7 @@ msgstr "" msgid "can't cancel self" msgstr "" -#: py/objint.c py/runtime.c shared-module/adafruit_pixelbuf/PixelBuf.c +#: py/runtime.c shared-module/adafruit_pixelbuf/PixelBuf.c msgid "can't convert %q to %q" msgstr "" @@ -2656,10 +2649,18 @@ msgstr "" msgid "can't convert '%q' object to %q implicitly" msgstr "" +#: py/objint.c +msgid "can't convert NaN to int" +msgstr "" + #: extmod/ulab/code/numpy/vector.c msgid "can't convert complex to float" msgstr "" +#: py/objint.c +msgid "can't convert inf to int" +msgstr "" + #: py/obj.c msgid "can't convert to complex" msgstr "" @@ -2688,14 +2689,14 @@ msgstr "" msgid "can't do binary op between '%q' and '%q'" msgstr "" -#: py/objcomplex.c -msgid "can't do truncated division of a complex number" -msgstr "" - #: py/emitnative.c msgid "can't implicitly convert '%q' to 'bool'" msgstr "" +#: py/runtime.c +msgid "can't import name %q" +msgstr "" + #: py/emitnative.c msgid "can't load from '%q'" msgstr "" @@ -2746,6 +2747,14 @@ msgid "" "can't switch from manual field specification to automatic field numbering" msgstr "" +#: py/objcomplex.c +msgid "can't truncate-divide a complex number" +msgstr "" + +#: extmod/moductypes.c +msgid "can't unambiguously get sizeof scalar" +msgstr "" + #: extmod/moduasyncio.c msgid "can't wait" msgstr "" @@ -2778,18 +2787,10 @@ msgstr "" msgid "cannot delete array elements" msgstr "" -#: py/runtime.c -msgid "cannot import name %q" -msgstr "" - #: extmod/ulab/code/ndarray.c msgid "cannot reshape array" msgstr "" -#: extmod/moductypes.c -msgid "cannot unambiguously get sizeof scalar" -msgstr "" - #: py/emitnative.c msgid "casting" msgstr "" @@ -2838,6 +2839,10 @@ msgstr "" msgid "comparison of int and uint" msgstr "" +#: py/objcomplex.c +msgid "complex divide by zero" +msgstr "" + #: py/objfloat.c py/parsenum.c msgid "complex values not supported" msgstr "" @@ -2956,7 +2961,7 @@ msgstr "" msgid "empty file" msgstr "" -#: extmod/moduasyncio.c extmod/moduheapq.c extmod/modutimeq.c +#: extmod/moduasyncio.c extmod/moduheapq.c msgid "empty heap" msgstr "" @@ -2968,6 +2973,10 @@ msgstr "" msgid "empty sequence" msgstr "" +#: extmod/machine_bitstream.c +msgid "encoding" +msgstr "" + #: py/objstr.c msgid "end of format while looking for conversion specifier" msgstr "" @@ -3410,7 +3419,7 @@ msgid "join expects a list of str/bytes objects consistent with self object" msgstr "" #: py/argcheck.c -msgid "keyword argument(s) not yet implemented - use normal args instead" +msgid "keyword argument(s) not implemented - use normal args instead" msgstr "" #: py/emitinlinethumb.c py/emitinlinextensa.c @@ -3421,10 +3430,6 @@ msgstr "" msgid "label redefined" msgstr "" -#: py/stream.c -msgid "length argument not allowed for this type" -msgstr "" - #: shared-bindings/audiomixer/MixerVoice.c msgid "level must be between 0 and 1" msgstr "" @@ -3511,6 +3516,10 @@ msgstr "" msgid "memory allocation failed, heap is locked" msgstr "" +#: py/objarray.c +msgid "memoryview offset too large" +msgstr "" + #: py/objarray.c msgid "memoryview: length is not a multiple of itemsize" msgstr "" @@ -3559,6 +3568,10 @@ msgstr "" msgid "name not defined" msgstr "" +#: py/persistentcode.c +msgid "native code in .mpy unsupported" +msgstr "" + #: py/asmthumb.c msgid "native method too big" msgstr "" @@ -3633,7 +3646,7 @@ msgstr "" msgid "non-default argument follows default argument" msgstr "" -#: extmod/modubinascii.c +#: py/objstr.c msgid "non-hex digit found" msgstr "" @@ -3723,7 +3736,7 @@ msgstr "" msgid "object with buffer protocol required" msgstr "" -#: extmod/modubinascii.c +#: py/objstr.c msgid "odd-length string" msgstr "" @@ -3743,10 +3756,6 @@ msgstr "" msgid "offset must be non-negative and no greater than buffer length" msgstr "" -#: py/objstr.c py/objstrunicode.c -msgid "offset out of bounds" -msgstr "" - #: ports/nrf/common-hal/audiobusio/PDMIn.c #: ports/stm/common-hal/audiobusio/PDMIn.c msgid "only bit_depth=16 is supported" @@ -3911,10 +3920,6 @@ msgstr "" msgid "pull masks conflict with direction masks" msgstr "" -#: extmod/modutimeq.c -msgid "queue overflow" -msgstr "" - #: py/parse.c msgid "raw f-strings are not supported" msgstr "" @@ -4051,6 +4056,10 @@ msgstr "" msgid "source_bitmap must have value_count of 8" msgstr "" +#: extmod/modure.c +msgid "splitting with sub-captures" +msgstr "" + #: py/objstr.c msgid "start/end indices" msgstr "" @@ -4063,8 +4072,17 @@ msgstr "" msgid "stream operation not supported" msgstr "" -#: py/stream.c -msgid "string not supported; use bytes or bytearray" +#: py/objarray.c py/objstr.c +msgid "string argument without an encoding" +msgstr "" + +#: py/objstrunicode.c +msgid "string index out of range" +msgstr "" + +#: py/objstrunicode.c +#, c-format +msgid "string indices must be integers, not %s" msgstr "" #: extmod/moductypes.c @@ -4095,6 +4113,10 @@ msgstr "" msgid "syntax error in uctypes descriptor" msgstr "" +#: extmod/utime_mphal.c +msgid "ticks interval overflow" +msgstr "" + #: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c #: ports/espressif/common-hal/watchdog/WatchDogTimer.c #: ports/nrf/common-hal/watchdog/WatchDogTimer.c @@ -4181,7 +4203,7 @@ msgstr "" msgid "type is not an acceptable base type" msgstr "" -#: py/objgenerator.c py/runtime.c +#: py/runtime.c msgid "type object '%q' has no attribute '%q'" msgstr ""