update translations

This commit is contained in:
Jeff Epler 2023-09-20 11:08:50 -05:00
parent 02e54e5f4e
commit b6722c30a2
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 66 additions and 44 deletions

View File

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