Merge branch 'origin/main' into Weblate.

This commit is contained in:
Hosted Weblate 2021-01-12 19:25:48 +01:00
commit 9b6cad380a
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
16 changed files with 458 additions and 65 deletions

View File

@ -280,6 +280,10 @@ msgstr "0.0 ke kompleks berpangkat"
msgid "3-arg pow() not supported" msgid "3-arg pow() not supported"
msgstr "pow() 3-arg tidak didukung" msgstr "pow() 3-arg tidak didukung"
#: shared-module/msgpack/__init__.c
msgid "64 bit types"
msgstr ""
#: ports/atmel-samd/common-hal/countio/Counter.c #: ports/atmel-samd/common-hal/countio/Counter.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
msgid "A hardware interrupt channel is already in use" msgid "A hardware interrupt channel is already in use"
@ -1511,12 +1515,12 @@ msgstr ""
"Hanya monokrom, 4bpp atau 8bpp yang diindeks, dan 16bpp atau lebih yang " "Hanya monokrom, 4bpp atau 8bpp yang diindeks, dan 16bpp atau lebih yang "
"didukung: %d bpp diberikan" "didukung: %d bpp diberikan"
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c #: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
msgid "Only one alarm.time alarm can be set." msgid "Only one TouchAlarm can be set in deep sleep."
msgstr "" msgstr ""
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c #: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
msgid "Only one alarm.touch alarm can be set." msgid "Only one alarm.time alarm can be set."
msgstr "" msgstr ""
#: shared-module/displayio/ColorConverter.c #: shared-module/displayio/ColorConverter.c
@ -2474,6 +2478,10 @@ msgstr ""
msgid "circle can only be registered in one parent" msgid "circle can only be registered in one parent"
msgstr "" msgstr ""
#: shared-bindings/msgpack/ExtType.c
msgid "code outside range 0~127"
msgstr ""
#: shared-bindings/displayio/Palette.c #: shared-bindings/displayio/Palette.c
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
msgstr "" msgstr ""
@ -2558,6 +2566,10 @@ msgstr ""
msgid "default 'except' must be last" msgid "default 'except' must be last"
msgstr "'except' standar harus terakhir" msgstr "'except' standar harus terakhir"
#: shared-bindings/msgpack/__init__.c
msgid "default is not a function"
msgstr ""
#: shared-bindings/audiobusio/PDMIn.c #: shared-bindings/audiobusio/PDMIn.c
msgid "" msgid ""
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8" "destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
@ -2657,6 +2669,10 @@ msgstr "hanya mengharapkan sebuah nilai (value) untuk set"
msgid "expecting key:value for dict" msgid "expecting key:value for dict"
msgstr "key:value diharapkan untuk dict" msgstr "key:value diharapkan untuk dict"
#: shared-bindings/msgpack/__init__.c
msgid "ext_hook is not a function"
msgstr ""
#: py/argcheck.c #: py/argcheck.c
msgid "extra keyword arguments given" msgid "extra keyword arguments given"
msgstr "argumen keyword ekstra telah diberikan" msgstr "argumen keyword ekstra telah diberikan"
@ -3189,6 +3205,10 @@ msgstr ""
msgid "no binding for nonlocal found" msgid "no binding for nonlocal found"
msgstr "tidak ada ikatan/bind pada temuan nonlocal" msgstr "tidak ada ikatan/bind pada temuan nonlocal"
#: shared-module/msgpack/__init__.c
msgid "no default packer"
msgstr ""
#: py/builtinimport.c #: py/builtinimport.c
msgid "no module named '%q'" msgid "no module named '%q'"
msgstr "tidak ada modul yang bernama '%q'" msgstr "tidak ada modul yang bernama '%q'"
@ -3523,6 +3543,10 @@ msgstr "kompilasi script tidak didukung"
msgid "shape must be a tuple" msgid "shape must be a tuple"
msgstr "" msgstr ""
#: shared-module/msgpack/__init__.c
msgid "short read"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "sign not allowed in string format specifier" msgid "sign not allowed in string format specifier"
msgstr "" msgstr ""

View File

@ -278,6 +278,10 @@ msgstr ""
msgid "3-arg pow() not supported" msgid "3-arg pow() not supported"
msgstr "" msgstr ""
#: shared-module/msgpack/__init__.c
msgid "64 bit types"
msgstr ""
#: ports/atmel-samd/common-hal/countio/Counter.c #: ports/atmel-samd/common-hal/countio/Counter.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
msgid "A hardware interrupt channel is already in use" msgid "A hardware interrupt channel is already in use"
@ -1487,12 +1491,12 @@ msgid ""
"%d bpp given" "%d bpp given"
msgstr "" msgstr ""
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c #: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
msgid "Only one alarm.time alarm can be set." msgid "Only one TouchAlarm can be set in deep sleep."
msgstr "" msgstr ""
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c #: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
msgid "Only one alarm.touch alarm can be set." msgid "Only one alarm.time alarm can be set."
msgstr "" msgstr ""
#: shared-module/displayio/ColorConverter.c #: shared-module/displayio/ColorConverter.c
@ -2428,6 +2432,10 @@ msgstr ""
msgid "circle can only be registered in one parent" msgid "circle can only be registered in one parent"
msgstr "" msgstr ""
#: shared-bindings/msgpack/ExtType.c
msgid "code outside range 0~127"
msgstr ""
#: shared-bindings/displayio/Palette.c #: shared-bindings/displayio/Palette.c
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
msgstr "" msgstr ""
@ -2512,6 +2520,10 @@ msgstr ""
msgid "default 'except' must be last" msgid "default 'except' must be last"
msgstr "" msgstr ""
#: shared-bindings/msgpack/__init__.c
msgid "default is not a function"
msgstr ""
#: shared-bindings/audiobusio/PDMIn.c #: shared-bindings/audiobusio/PDMIn.c
msgid "" msgid ""
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8" "destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
@ -2611,6 +2623,10 @@ msgstr ""
msgid "expecting key:value for dict" msgid "expecting key:value for dict"
msgstr "" msgstr ""
#: shared-bindings/msgpack/__init__.c
msgid "ext_hook is not a function"
msgstr ""
#: py/argcheck.c #: py/argcheck.c
msgid "extra keyword arguments given" msgid "extra keyword arguments given"
msgstr "" msgstr ""
@ -3143,6 +3159,10 @@ msgstr ""
msgid "no binding for nonlocal found" msgid "no binding for nonlocal found"
msgstr "" msgstr ""
#: shared-module/msgpack/__init__.c
msgid "no default packer"
msgstr ""
#: py/builtinimport.c #: py/builtinimport.c
msgid "no module named '%q'" msgid "no module named '%q'"
msgstr "" msgstr ""
@ -3476,6 +3496,10 @@ msgstr ""
msgid "shape must be a tuple" msgid "shape must be a tuple"
msgstr "" msgstr ""
#: shared-module/msgpack/__init__.c
msgid "short read"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "sign not allowed in string format specifier" msgid "sign not allowed in string format specifier"
msgstr "" msgstr ""

View File

@ -279,6 +279,10 @@ msgstr "0.0 zu einer komplexen Potenz"
msgid "3-arg pow() not supported" msgid "3-arg pow() not supported"
msgstr "3-arg pow() wird nicht unterstützt" msgstr "3-arg pow() wird nicht unterstützt"
#: shared-module/msgpack/__init__.c
msgid "64 bit types"
msgstr ""
#: ports/atmel-samd/common-hal/countio/Counter.c #: ports/atmel-samd/common-hal/countio/Counter.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
msgid "A hardware interrupt channel is already in use" msgid "A hardware interrupt channel is already in use"
@ -1512,12 +1516,12 @@ msgstr ""
"Nur monochrome, indizierte 4bpp oder 8bpp, und 16bpp oder größere BMPs " "Nur monochrome, indizierte 4bpp oder 8bpp, und 16bpp oder größere BMPs "
"unterstützt: %d bpp wurden gegeben" "unterstützt: %d bpp wurden gegeben"
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c #: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
msgid "Only one alarm.time alarm can be set." msgid "Only one TouchAlarm can be set in deep sleep."
msgstr "" msgstr ""
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c #: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
msgid "Only one alarm.touch alarm can be set." msgid "Only one alarm.time alarm can be set."
msgstr "" msgstr ""
#: shared-module/displayio/ColorConverter.c #: shared-module/displayio/ColorConverter.c
@ -2493,6 +2497,10 @@ msgstr "chr() arg ist nicht in range(256)"
msgid "circle can only be registered in one parent" msgid "circle can only be registered in one parent"
msgstr "Kreis kann nur in einem Elternteil registriert werden" msgstr "Kreis kann nur in einem Elternteil registriert werden"
#: shared-bindings/msgpack/ExtType.c
msgid "code outside range 0~127"
msgstr ""
#: shared-bindings/displayio/Palette.c #: shared-bindings/displayio/Palette.c
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
msgstr "Farbpuffer muss 3 Bytes (RGB) oder 4 Bytes (RGB + pad byte) sein" msgstr "Farbpuffer muss 3 Bytes (RGB) oder 4 Bytes (RGB + pad byte) sein"
@ -2579,6 +2587,10 @@ msgstr "Dezimalzahlen nicht unterstützt"
msgid "default 'except' must be last" msgid "default 'except' must be last"
msgstr "Die Standart-Ausnahmebehandlung muss als letztes sein" msgstr "Die Standart-Ausnahmebehandlung muss als letztes sein"
#: shared-bindings/msgpack/__init__.c
msgid "default is not a function"
msgstr ""
#: shared-bindings/audiobusio/PDMIn.c #: shared-bindings/audiobusio/PDMIn.c
msgid "" msgid ""
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8" "destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
@ -2680,6 +2692,10 @@ msgstr "Erwarte nur einen Wert für set"
msgid "expecting key:value for dict" msgid "expecting key:value for dict"
msgstr "Erwarte key:value für dict" msgstr "Erwarte key:value für dict"
#: shared-bindings/msgpack/__init__.c
msgid "ext_hook is not a function"
msgstr ""
#: py/argcheck.c #: py/argcheck.c
msgid "extra keyword arguments given" msgid "extra keyword arguments given"
msgstr "Es wurden zusätzliche Keyword-Argumente angegeben" msgstr "Es wurden zusätzliche Keyword-Argumente angegeben"
@ -3219,6 +3235,10 @@ msgstr "kein verfügbares Netzwerkadapter (NIC)"
msgid "no binding for nonlocal found" msgid "no binding for nonlocal found"
msgstr "Kein Binding für nonlocal gefunden" msgstr "Kein Binding für nonlocal gefunden"
#: shared-module/msgpack/__init__.c
msgid "no default packer"
msgstr ""
#: py/builtinimport.c #: py/builtinimport.c
msgid "no module named '%q'" msgid "no module named '%q'"
msgstr "Kein Modul mit dem Namen '%q'" msgstr "Kein Modul mit dem Namen '%q'"
@ -3558,6 +3578,10 @@ msgstr "kompilieren von Skripten nicht unterstützt"
msgid "shape must be a tuple" msgid "shape must be a tuple"
msgstr "" msgstr ""
#: shared-module/msgpack/__init__.c
msgid "short read"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "sign not allowed in string format specifier" msgid "sign not allowed in string format specifier"
msgstr "Vorzeichen nicht erlaubt in einem String formatierungs specifier" msgstr "Vorzeichen nicht erlaubt in einem String formatierungs specifier"

View File

@ -275,6 +275,10 @@ msgstr ""
msgid "3-arg pow() not supported" msgid "3-arg pow() not supported"
msgstr "" msgstr ""
#: shared-module/msgpack/__init__.c
msgid "64 bit types"
msgstr ""
#: ports/atmel-samd/common-hal/countio/Counter.c #: ports/atmel-samd/common-hal/countio/Counter.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
msgid "A hardware interrupt channel is already in use" msgid "A hardware interrupt channel is already in use"
@ -1484,12 +1488,12 @@ msgid ""
"%d bpp given" "%d bpp given"
msgstr "" msgstr ""
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c #: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
msgid "Only one alarm.time alarm can be set." msgid "Only one TouchAlarm can be set in deep sleep."
msgstr "" msgstr ""
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c #: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
msgid "Only one alarm.touch alarm can be set." msgid "Only one alarm.time alarm can be set."
msgstr "" msgstr ""
#: shared-module/displayio/ColorConverter.c #: shared-module/displayio/ColorConverter.c
@ -2425,6 +2429,10 @@ msgstr ""
msgid "circle can only be registered in one parent" msgid "circle can only be registered in one parent"
msgstr "" msgstr ""
#: shared-bindings/msgpack/ExtType.c
msgid "code outside range 0~127"
msgstr ""
#: shared-bindings/displayio/Palette.c #: shared-bindings/displayio/Palette.c
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
msgstr "" msgstr ""
@ -2509,6 +2517,10 @@ msgstr ""
msgid "default 'except' must be last" msgid "default 'except' must be last"
msgstr "" msgstr ""
#: shared-bindings/msgpack/__init__.c
msgid "default is not a function"
msgstr ""
#: shared-bindings/audiobusio/PDMIn.c #: shared-bindings/audiobusio/PDMIn.c
msgid "" msgid ""
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8" "destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
@ -2608,6 +2620,10 @@ msgstr ""
msgid "expecting key:value for dict" msgid "expecting key:value for dict"
msgstr "" msgstr ""
#: shared-bindings/msgpack/__init__.c
msgid "ext_hook is not a function"
msgstr ""
#: py/argcheck.c #: py/argcheck.c
msgid "extra keyword arguments given" msgid "extra keyword arguments given"
msgstr "" msgstr ""
@ -3140,6 +3156,10 @@ msgstr ""
msgid "no binding for nonlocal found" msgid "no binding for nonlocal found"
msgstr "" msgstr ""
#: shared-module/msgpack/__init__.c
msgid "no default packer"
msgstr ""
#: py/builtinimport.c #: py/builtinimport.c
msgid "no module named '%q'" msgid "no module named '%q'"
msgstr "" msgstr ""
@ -3473,6 +3493,10 @@ msgstr ""
msgid "shape must be a tuple" msgid "shape must be a tuple"
msgstr "" msgstr ""
#: shared-module/msgpack/__init__.c
msgid "short read"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "sign not allowed in string format specifier" msgid "sign not allowed in string format specifier"
msgstr "" msgstr ""

View File

@ -281,6 +281,10 @@ msgstr "0.0 a una potencia compleja"
msgid "3-arg pow() not supported" msgid "3-arg pow() not supported"
msgstr "pow() con 3 argumentos no soportado" msgstr "pow() con 3 argumentos no soportado"
#: shared-module/msgpack/__init__.c
msgid "64 bit types"
msgstr ""
#: ports/atmel-samd/common-hal/countio/Counter.c #: ports/atmel-samd/common-hal/countio/Counter.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
msgid "A hardware interrupt channel is already in use" msgid "A hardware interrupt channel is already in use"
@ -1511,12 +1515,12 @@ msgstr ""
"Solo se admiten BMP monocromáticos, indexados de 4 bpp u 8 bpp y 16 bpp o " "Solo se admiten BMP monocromáticos, indexados de 4 bpp u 8 bpp y 16 bpp o "
"más: %d bpp proporcionados" "más: %d bpp proporcionados"
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c #: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
msgid "Only one alarm.time alarm can be set." msgid "Only one TouchAlarm can be set in deep sleep."
msgstr "" msgstr ""
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c #: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
msgid "Only one alarm.touch alarm can be set." msgid "Only one alarm.time alarm can be set."
msgstr "" msgstr ""
#: shared-module/displayio/ColorConverter.c #: shared-module/displayio/ColorConverter.c
@ -2491,6 +2495,10 @@ msgstr "El argumento de chr() no esta en el rango(256)"
msgid "circle can only be registered in one parent" msgid "circle can only be registered in one parent"
msgstr "circulo solo puede ser registrado con un pariente" msgstr "circulo solo puede ser registrado con un pariente"
#: shared-bindings/msgpack/ExtType.c
msgid "code outside range 0~127"
msgstr ""
#: shared-bindings/displayio/Palette.c #: shared-bindings/displayio/Palette.c
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
msgstr "color buffer debe ser 3 bytes (RGB) ó 4 bytes (RGB + pad byte)" msgstr "color buffer debe ser 3 bytes (RGB) ó 4 bytes (RGB + pad byte)"
@ -2575,6 +2583,10 @@ msgstr "números decimales no soportados"
msgid "default 'except' must be last" msgid "default 'except' must be last"
msgstr "'except' por defecto deberia estar de último" msgstr "'except' por defecto deberia estar de último"
#: shared-bindings/msgpack/__init__.c
msgid "default is not a function"
msgstr ""
#: shared-bindings/audiobusio/PDMIn.c #: shared-bindings/audiobusio/PDMIn.c
msgid "" msgid ""
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8" "destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
@ -2676,6 +2688,10 @@ msgstr "esperando solo un valor para set"
msgid "expecting key:value for dict" msgid "expecting key:value for dict"
msgstr "esperando la clave:valor para dict" msgstr "esperando la clave:valor para dict"
#: shared-bindings/msgpack/__init__.c
msgid "ext_hook is not a function"
msgstr ""
#: py/argcheck.c #: py/argcheck.c
msgid "extra keyword arguments given" msgid "extra keyword arguments given"
msgstr "argumento(s) por palabra clave adicionales fueron dados" msgstr "argumento(s) por palabra clave adicionales fueron dados"
@ -3211,6 +3227,10 @@ msgstr "NIC no disponible"
msgid "no binding for nonlocal found" msgid "no binding for nonlocal found"
msgstr "no se ha encontrado ningún enlace para nonlocal" msgstr "no se ha encontrado ningún enlace para nonlocal"
#: shared-module/msgpack/__init__.c
msgid "no default packer"
msgstr ""
#: py/builtinimport.c #: py/builtinimport.c
msgid "no module named '%q'" msgid "no module named '%q'"
msgstr "ningún módulo se llama '%q'" msgstr "ningún módulo se llama '%q'"
@ -3549,6 +3569,10 @@ msgstr "script de compilación no soportado"
msgid "shape must be a tuple" msgid "shape must be a tuple"
msgstr "forma tiene que ser una tupla" msgstr "forma tiene que ser una tupla"
#: shared-module/msgpack/__init__.c
msgid "short read"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "sign not allowed in string format specifier" msgid "sign not allowed in string format specifier"
msgstr "signo no permitido en el espeficador de string format" msgstr "signo no permitido en el espeficador de string format"

View File

@ -277,6 +277,10 @@ msgstr "0.0 para sa complex power"
msgid "3-arg pow() not supported" msgid "3-arg pow() not supported"
msgstr "3-arg pow() hindi suportado" msgstr "3-arg pow() hindi suportado"
#: shared-module/msgpack/__init__.c
msgid "64 bit types"
msgstr ""
#: ports/atmel-samd/common-hal/countio/Counter.c #: ports/atmel-samd/common-hal/countio/Counter.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
msgid "A hardware interrupt channel is already in use" msgid "A hardware interrupt channel is already in use"
@ -1502,12 +1506,12 @@ msgid ""
"%d bpp given" "%d bpp given"
msgstr "" msgstr ""
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c #: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
msgid "Only one alarm.time alarm can be set." msgid "Only one TouchAlarm can be set in deep sleep."
msgstr "" msgstr ""
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c #: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
msgid "Only one alarm.touch alarm can be set." msgid "Only one alarm.time alarm can be set."
msgstr "" msgstr ""
#: shared-module/displayio/ColorConverter.c #: shared-module/displayio/ColorConverter.c
@ -2462,6 +2466,10 @@ msgstr "chr() arg wala sa sakop ng range(256)"
msgid "circle can only be registered in one parent" msgid "circle can only be registered in one parent"
msgstr "" msgstr ""
#: shared-bindings/msgpack/ExtType.c
msgid "code outside range 0~127"
msgstr ""
#: shared-bindings/displayio/Palette.c #: shared-bindings/displayio/Palette.c
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
msgstr "color buffer ay dapat na 3 bytes (RGB) o 4 bytes (RGB + pad byte)" msgstr "color buffer ay dapat na 3 bytes (RGB) o 4 bytes (RGB + pad byte)"
@ -2546,6 +2554,10 @@ msgstr "decimal numbers hindi sinusuportahan"
msgid "default 'except' must be last" msgid "default 'except' must be last"
msgstr "default 'except' ay dapat sa huli" msgstr "default 'except' ay dapat sa huli"
#: shared-bindings/msgpack/__init__.c
msgid "default is not a function"
msgstr ""
#: shared-bindings/audiobusio/PDMIn.c #: shared-bindings/audiobusio/PDMIn.c
msgid "" msgid ""
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8" "destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
@ -2650,6 +2662,10 @@ msgstr "umaasa sa value para sa set"
msgid "expecting key:value for dict" msgid "expecting key:value for dict"
msgstr "umaasang key: halaga para sa dict" msgstr "umaasang key: halaga para sa dict"
#: shared-bindings/msgpack/__init__.c
msgid "ext_hook is not a function"
msgstr ""
#: py/argcheck.c #: py/argcheck.c
msgid "extra keyword arguments given" msgid "extra keyword arguments given"
msgstr "dagdag na keyword argument na ibinigay" msgstr "dagdag na keyword argument na ibinigay"
@ -3187,6 +3203,10 @@ msgstr "walang magagamit na NIC"
msgid "no binding for nonlocal found" msgid "no binding for nonlocal found"
msgstr "no binding para sa nonlocal, nahanap" msgstr "no binding para sa nonlocal, nahanap"
#: shared-module/msgpack/__init__.c
msgid "no default packer"
msgstr ""
#: py/builtinimport.c #: py/builtinimport.c
msgid "no module named '%q'" msgid "no module named '%q'"
msgstr "walang module na '%q'" msgstr "walang module na '%q'"
@ -3524,6 +3544,10 @@ msgstr "script kompilasyon hindi supportado"
msgid "shape must be a tuple" msgid "shape must be a tuple"
msgstr "" msgstr ""
#: shared-module/msgpack/__init__.c
msgid "short read"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "sign not allowed in string format specifier" msgid "sign not allowed in string format specifier"
msgstr "sign hindi maaring string format specifier" msgstr "sign hindi maaring string format specifier"

View File

@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: 0.1\n" "Project-Id-Version: 0.1\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-01-04 12:55-0600\n" "POT-Creation-Date: 2021-01-04 12:55-0600\n"
"PO-Revision-Date: 2021-01-07 01:29+0000\n" "PO-Revision-Date: 2021-01-12 15:40+0000\n"
"Last-Translator: Hugo Dahl <hugo@code-jedi.com>\n" "Last-Translator: Hugo Dahl <hugo@code-jedi.com>\n"
"Language: fr\n" "Language: fr\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -286,6 +286,10 @@ msgstr "0.0 à une puissance complexe"
msgid "3-arg pow() not supported" msgid "3-arg pow() not supported"
msgstr "pow() non supporté avec 3 paramètres" msgstr "pow() non supporté avec 3 paramètres"
#: shared-module/msgpack/__init__.c
msgid "64 bit types"
msgstr "types à 64 bit"
#: ports/atmel-samd/common-hal/countio/Counter.c #: ports/atmel-samd/common-hal/countio/Counter.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
msgid "A hardware interrupt channel is already in use" msgid "A hardware interrupt channel is already in use"
@ -1527,14 +1531,14 @@ msgstr ""
"Seulement les BMP monochromes, 4 bpp ou 8 bpp, ou 16 bpp et plus sont " "Seulement les BMP monochromes, 4 bpp ou 8 bpp, ou 16 bpp et plus sont "
"supportés: %d bpp fournis" "supportés: %d bpp fournis"
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
msgid "Only one TouchAlarm can be set in deep sleep."
msgstr ""
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c #: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
msgid "Only one alarm.time alarm can be set." msgid "Only one alarm.time alarm can be set."
msgstr "Seulement une alarme alarm.time peut être réglée." msgstr "Seulement une alarme alarm.time peut être réglée."
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
msgid "Only one alarm.touch alarm can be set."
msgstr "Seulement une alarme alarm.touch peut être réglée."
#: shared-module/displayio/ColorConverter.c #: shared-module/displayio/ColorConverter.c
msgid "Only one color can be transparent at a time" msgid "Only one color can be transparent at a time"
msgstr "Une seule couleur peut être transparente à la fois" msgstr "Une seule couleur peut être transparente à la fois"
@ -2519,6 +2523,10 @@ msgstr "paramètre de chr() hors les bornes de range(256)"
msgid "circle can only be registered in one parent" msgid "circle can only be registered in one parent"
msgstr "le cercle ne peut être enregistré que dans un seul parent" msgstr "le cercle ne peut être enregistré que dans un seul parent"
#: shared-bindings/msgpack/ExtType.c
msgid "code outside range 0~127"
msgstr "code hors bornes 0~127"
#: shared-bindings/displayio/Palette.c #: shared-bindings/displayio/Palette.c
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
msgstr "le tampon de couleur doit faire 3 octets (RVB) ou 4 (RVB + pad byte)" msgstr "le tampon de couleur doit faire 3 octets (RVB) ou 4 (RVB + pad byte)"
@ -2605,6 +2613,10 @@ msgstr "nombres décimaux non supportés"
msgid "default 'except' must be last" msgid "default 'except' must be last"
msgstr "l''except' par défaut doit être en dernier" msgstr "l''except' par défaut doit être en dernier"
#: shared-bindings/msgpack/__init__.c
msgid "default is not a function"
msgstr "default n'est pas une fonction"
#: shared-bindings/audiobusio/PDMIn.c #: shared-bindings/audiobusio/PDMIn.c
msgid "" msgid ""
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8" "destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
@ -2706,6 +2718,10 @@ msgstr "une simple valeur est attendue pour l'ensemble 'set'"
msgid "expecting key:value for dict" msgid "expecting key:value for dict"
msgstr "couple clef:valeur attendu pour un dictionnaire 'dict'" msgstr "couple clef:valeur attendu pour un dictionnaire 'dict'"
#: shared-bindings/msgpack/__init__.c
msgid "ext_hook is not a function"
msgstr "ext_hook n'est pas une fonction"
#: py/argcheck.c #: py/argcheck.c
msgid "extra keyword arguments given" msgid "extra keyword arguments given"
msgstr "argument(s) nommé(s) supplémentaire(s) donné(s)" msgstr "argument(s) nommé(s) supplémentaire(s) donné(s)"
@ -3245,6 +3261,10 @@ msgstr "adapteur réseau non disponible"
msgid "no binding for nonlocal found" msgid "no binding for nonlocal found"
msgstr "pas de lien trouvé pour nonlocal" msgstr "pas de lien trouvé pour nonlocal"
#: shared-module/msgpack/__init__.c
msgid "no default packer"
msgstr "aucun emballeur par défault"
#: py/builtinimport.c #: py/builtinimport.c
msgid "no module named '%q'" msgid "no module named '%q'"
msgstr "pas de module '%q'" msgstr "pas de module '%q'"
@ -3585,6 +3605,10 @@ msgstr "compilation de script non supportée"
msgid "shape must be a tuple" msgid "shape must be a tuple"
msgstr "forme doit être un tuple" msgstr "forme doit être un tuple"
#: shared-module/msgpack/__init__.c
msgid "short read"
msgstr "donnée trop petite"
#: py/objstr.c #: py/objstr.c
msgid "sign not allowed in string format specifier" msgid "sign not allowed in string format specifier"
msgstr "signe non autorisé dans les spéc. de formats de chaînes de caractères" msgstr "signe non autorisé dans les spéc. de formats de chaînes de caractères"
@ -3982,6 +4006,9 @@ msgstr "zi doit être de type float"
msgid "zi must be of shape (n_section, 2)" msgid "zi must be of shape (n_section, 2)"
msgstr "zi doit être de forme (n_section, 2)" msgstr "zi doit être de forme (n_section, 2)"
#~ msgid "Only one alarm.touch alarm can be set."
#~ msgstr "Seulement une alarme alarm.touch peut être réglée."
#~ msgid "TouchAlarm not available in light sleep" #~ msgid "TouchAlarm not available in light sleep"
#~ msgstr "TouchAlarm n'est pas disponible en mode someil léger" #~ msgstr "TouchAlarm n'est pas disponible en mode someil léger"

View File

@ -275,6 +275,10 @@ msgstr ""
msgid "3-arg pow() not supported" msgid "3-arg pow() not supported"
msgstr "" msgstr ""
#: shared-module/msgpack/__init__.c
msgid "64 bit types"
msgstr ""
#: ports/atmel-samd/common-hal/countio/Counter.c #: ports/atmel-samd/common-hal/countio/Counter.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
msgid "A hardware interrupt channel is already in use" msgid "A hardware interrupt channel is already in use"
@ -1484,12 +1488,12 @@ msgid ""
"%d bpp given" "%d bpp given"
msgstr "" msgstr ""
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c #: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
msgid "Only one alarm.time alarm can be set." msgid "Only one TouchAlarm can be set in deep sleep."
msgstr "" msgstr ""
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c #: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
msgid "Only one alarm.touch alarm can be set." msgid "Only one alarm.time alarm can be set."
msgstr "" msgstr ""
#: shared-module/displayio/ColorConverter.c #: shared-module/displayio/ColorConverter.c
@ -2425,6 +2429,10 @@ msgstr ""
msgid "circle can only be registered in one parent" msgid "circle can only be registered in one parent"
msgstr "" msgstr ""
#: shared-bindings/msgpack/ExtType.c
msgid "code outside range 0~127"
msgstr ""
#: shared-bindings/displayio/Palette.c #: shared-bindings/displayio/Palette.c
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
msgstr "" msgstr ""
@ -2509,6 +2517,10 @@ msgstr ""
msgid "default 'except' must be last" msgid "default 'except' must be last"
msgstr "" msgstr ""
#: shared-bindings/msgpack/__init__.c
msgid "default is not a function"
msgstr ""
#: shared-bindings/audiobusio/PDMIn.c #: shared-bindings/audiobusio/PDMIn.c
msgid "" msgid ""
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8" "destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
@ -2608,6 +2620,10 @@ msgstr ""
msgid "expecting key:value for dict" msgid "expecting key:value for dict"
msgstr "" msgstr ""
#: shared-bindings/msgpack/__init__.c
msgid "ext_hook is not a function"
msgstr ""
#: py/argcheck.c #: py/argcheck.c
msgid "extra keyword arguments given" msgid "extra keyword arguments given"
msgstr "" msgstr ""
@ -3140,6 +3156,10 @@ msgstr ""
msgid "no binding for nonlocal found" msgid "no binding for nonlocal found"
msgstr "" msgstr ""
#: shared-module/msgpack/__init__.c
msgid "no default packer"
msgstr ""
#: py/builtinimport.c #: py/builtinimport.c
msgid "no module named '%q'" msgid "no module named '%q'"
msgstr "" msgstr ""
@ -3473,6 +3493,10 @@ msgstr ""
msgid "shape must be a tuple" msgid "shape must be a tuple"
msgstr "" msgstr ""
#: shared-module/msgpack/__init__.c
msgid "short read"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "sign not allowed in string format specifier" msgid "sign not allowed in string format specifier"
msgstr "" msgstr ""

View File

@ -276,6 +276,10 @@ msgstr "0.0 elevato alla potenza di un numero complesso"
msgid "3-arg pow() not supported" msgid "3-arg pow() not supported"
msgstr "pow() con tre argmomenti non supportata" msgstr "pow() con tre argmomenti non supportata"
#: shared-module/msgpack/__init__.c
msgid "64 bit types"
msgstr ""
#: ports/atmel-samd/common-hal/countio/Counter.c #: ports/atmel-samd/common-hal/countio/Counter.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
msgid "A hardware interrupt channel is already in use" msgid "A hardware interrupt channel is already in use"
@ -1507,12 +1511,12 @@ msgid ""
"%d bpp given" "%d bpp given"
msgstr "" msgstr ""
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c #: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
msgid "Only one alarm.time alarm can be set." msgid "Only one TouchAlarm can be set in deep sleep."
msgstr "" msgstr ""
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c #: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
msgid "Only one alarm.touch alarm can be set." msgid "Only one alarm.time alarm can be set."
msgstr "" msgstr ""
#: shared-module/displayio/ColorConverter.c #: shared-module/displayio/ColorConverter.c
@ -2463,6 +2467,10 @@ msgstr "argomento di chr() non è in range(256)"
msgid "circle can only be registered in one parent" msgid "circle can only be registered in one parent"
msgstr "" msgstr ""
#: shared-bindings/msgpack/ExtType.c
msgid "code outside range 0~127"
msgstr ""
#: shared-bindings/displayio/Palette.c #: shared-bindings/displayio/Palette.c
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
msgstr "" msgstr ""
@ -2549,6 +2557,10 @@ msgstr "numeri decimali non supportati"
msgid "default 'except' must be last" msgid "default 'except' must be last"
msgstr "'except' predefinito deve essere ultimo" msgstr "'except' predefinito deve essere ultimo"
#: shared-bindings/msgpack/__init__.c
msgid "default is not a function"
msgstr ""
#: shared-bindings/audiobusio/PDMIn.c #: shared-bindings/audiobusio/PDMIn.c
msgid "" msgid ""
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8" "destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
@ -2652,6 +2664,10 @@ msgstr "un solo valore atteso per set"
msgid "expecting key:value for dict" msgid "expecting key:value for dict"
msgstr "chiave:valore atteso per dict" msgstr "chiave:valore atteso per dict"
#: shared-bindings/msgpack/__init__.c
msgid "ext_hook is not a function"
msgstr ""
#: py/argcheck.c #: py/argcheck.c
msgid "extra keyword arguments given" msgid "extra keyword arguments given"
msgstr "argomento nominato aggiuntivo fornito" msgstr "argomento nominato aggiuntivo fornito"
@ -3191,6 +3207,10 @@ msgstr "busio.UART non ancora implementato"
msgid "no binding for nonlocal found" msgid "no binding for nonlocal found"
msgstr "nessun binding per nonlocal trovato" msgstr "nessun binding per nonlocal trovato"
#: shared-module/msgpack/__init__.c
msgid "no default packer"
msgstr ""
#: py/builtinimport.c #: py/builtinimport.c
msgid "no module named '%q'" msgid "no module named '%q'"
msgstr "nessun modulo chiamato '%q'" msgstr "nessun modulo chiamato '%q'"
@ -3532,6 +3552,10 @@ msgstr "compilazione dello scrip non suportata"
msgid "shape must be a tuple" msgid "shape must be a tuple"
msgstr "" msgstr ""
#: shared-module/msgpack/__init__.c
msgid "short read"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "sign not allowed in string format specifier" msgid "sign not allowed in string format specifier"
msgstr "segno non permesso nello spcificatore di formato della stringa" msgstr "segno non permesso nello spcificatore di formato della stringa"

View File

@ -280,6 +280,10 @@ msgstr "0.0を複素数でべき乗"
msgid "3-arg pow() not supported" msgid "3-arg pow() not supported"
msgstr "引数3つのpow()は非対応" msgstr "引数3つのpow()は非対応"
#: shared-module/msgpack/__init__.c
msgid "64 bit types"
msgstr ""
#: ports/atmel-samd/common-hal/countio/Counter.c #: ports/atmel-samd/common-hal/countio/Counter.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
msgid "A hardware interrupt channel is already in use" msgid "A hardware interrupt channel is already in use"
@ -1499,12 +1503,12 @@ msgid ""
"%d bpp given" "%d bpp given"
msgstr "" msgstr ""
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c #: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
msgid "Only one alarm.time alarm can be set." msgid "Only one TouchAlarm can be set in deep sleep."
msgstr "" msgstr ""
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c #: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
msgid "Only one alarm.touch alarm can be set." msgid "Only one alarm.time alarm can be set."
msgstr "" msgstr ""
#: shared-module/displayio/ColorConverter.c #: shared-module/displayio/ColorConverter.c
@ -2448,6 +2452,10 @@ msgstr ""
msgid "circle can only be registered in one parent" msgid "circle can only be registered in one parent"
msgstr "" msgstr ""
#: shared-bindings/msgpack/ExtType.c
msgid "code outside range 0~127"
msgstr ""
#: shared-bindings/displayio/Palette.c #: shared-bindings/displayio/Palette.c
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
msgstr "" msgstr ""
@ -2534,6 +2542,10 @@ msgstr ""
msgid "default 'except' must be last" msgid "default 'except' must be last"
msgstr "デフォルトのexceptは最後に置く必要があります" msgstr "デフォルトのexceptは最後に置く必要があります"
#: shared-bindings/msgpack/__init__.c
msgid "default is not a function"
msgstr ""
#: shared-bindings/audiobusio/PDMIn.c #: shared-bindings/audiobusio/PDMIn.c
msgid "" msgid ""
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8" "destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
@ -2635,6 +2647,10 @@ msgstr "setには値のみが必要"
msgid "expecting key:value for dict" msgid "expecting key:value for dict"
msgstr "dictには key:value が必要" msgstr "dictには key:value が必要"
#: shared-bindings/msgpack/__init__.c
msgid "ext_hook is not a function"
msgstr ""
#: py/argcheck.c #: py/argcheck.c
msgid "extra keyword arguments given" msgid "extra keyword arguments given"
msgstr "余分なキーワード引数があります" msgstr "余分なキーワード引数があります"
@ -3168,6 +3184,10 @@ msgstr "利用可能なNICがありません"
msgid "no binding for nonlocal found" msgid "no binding for nonlocal found"
msgstr "nonlocalの対象が見つかりません" msgstr "nonlocalの対象が見つかりません"
#: shared-module/msgpack/__init__.c
msgid "no default packer"
msgstr ""
#: py/builtinimport.c #: py/builtinimport.c
msgid "no module named '%q'" msgid "no module named '%q'"
msgstr "'%q' という名前のモジュールはありません" msgstr "'%q' という名前のモジュールはありません"
@ -3504,6 +3524,10 @@ msgstr "スクリプトのコンパイルは非対応"
msgid "shape must be a tuple" msgid "shape must be a tuple"
msgstr "" msgstr ""
#: shared-module/msgpack/__init__.c
msgid "short read"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "sign not allowed in string format specifier" msgid "sign not allowed in string format specifier"
msgstr "文字列フォーマット指定子で符号は使えません" msgstr "文字列フォーマット指定子で符号は使えません"

View File

@ -276,6 +276,10 @@ msgstr ""
msgid "3-arg pow() not supported" msgid "3-arg pow() not supported"
msgstr "" msgstr ""
#: shared-module/msgpack/__init__.c
msgid "64 bit types"
msgstr ""
#: ports/atmel-samd/common-hal/countio/Counter.c #: ports/atmel-samd/common-hal/countio/Counter.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
msgid "A hardware interrupt channel is already in use" msgid "A hardware interrupt channel is already in use"
@ -1487,12 +1491,12 @@ msgid ""
"%d bpp given" "%d bpp given"
msgstr "" msgstr ""
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c #: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
msgid "Only one alarm.time alarm can be set." msgid "Only one TouchAlarm can be set in deep sleep."
msgstr "" msgstr ""
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c #: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
msgid "Only one alarm.touch alarm can be set." msgid "Only one alarm.time alarm can be set."
msgstr "" msgstr ""
#: shared-module/displayio/ColorConverter.c #: shared-module/displayio/ColorConverter.c
@ -2429,6 +2433,10 @@ msgstr ""
msgid "circle can only be registered in one parent" msgid "circle can only be registered in one parent"
msgstr "" msgstr ""
#: shared-bindings/msgpack/ExtType.c
msgid "code outside range 0~127"
msgstr ""
#: shared-bindings/displayio/Palette.c #: shared-bindings/displayio/Palette.c
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
msgstr "" msgstr ""
@ -2513,6 +2521,10 @@ msgstr ""
msgid "default 'except' must be last" msgid "default 'except' must be last"
msgstr "" msgstr ""
#: shared-bindings/msgpack/__init__.c
msgid "default is not a function"
msgstr ""
#: shared-bindings/audiobusio/PDMIn.c #: shared-bindings/audiobusio/PDMIn.c
msgid "" msgid ""
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8" "destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
@ -2612,6 +2624,10 @@ msgstr ""
msgid "expecting key:value for dict" msgid "expecting key:value for dict"
msgstr "" msgstr ""
#: shared-bindings/msgpack/__init__.c
msgid "ext_hook is not a function"
msgstr ""
#: py/argcheck.c #: py/argcheck.c
msgid "extra keyword arguments given" msgid "extra keyword arguments given"
msgstr "" msgstr ""
@ -3144,6 +3160,10 @@ msgstr ""
msgid "no binding for nonlocal found" msgid "no binding for nonlocal found"
msgstr "" msgstr ""
#: shared-module/msgpack/__init__.c
msgid "no default packer"
msgstr ""
#: py/builtinimport.c #: py/builtinimport.c
msgid "no module named '%q'" msgid "no module named '%q'"
msgstr "" msgstr ""
@ -3477,6 +3497,10 @@ msgstr ""
msgid "shape must be a tuple" msgid "shape must be a tuple"
msgstr "" msgstr ""
#: shared-module/msgpack/__init__.c
msgid "short read"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "sign not allowed in string format specifier" msgid "sign not allowed in string format specifier"
msgstr "" msgstr ""

View File

@ -278,6 +278,10 @@ msgstr "0.0 tot een complexe macht"
msgid "3-arg pow() not supported" msgid "3-arg pow() not supported"
msgstr "3-arg pow() niet ondersteund" msgstr "3-arg pow() niet ondersteund"
#: shared-module/msgpack/__init__.c
msgid "64 bit types"
msgstr ""
#: ports/atmel-samd/common-hal/countio/Counter.c #: ports/atmel-samd/common-hal/countio/Counter.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
msgid "A hardware interrupt channel is already in use" msgid "A hardware interrupt channel is already in use"
@ -1504,14 +1508,14 @@ msgstr ""
"Alleen monochrome en 4bpp of 8bpp, en 16bpp of grotere geïndiceerde BMP's " "Alleen monochrome en 4bpp of 8bpp, en 16bpp of grotere geïndiceerde BMP's "
"zijn ondersteund: %d bpp is gegeven" "zijn ondersteund: %d bpp is gegeven"
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
msgid "Only one TouchAlarm can be set in deep sleep."
msgstr ""
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c #: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
msgid "Only one alarm.time alarm can be set." msgid "Only one alarm.time alarm can be set."
msgstr "Slechts één alarm.time alarm kan worden ingesteld." msgstr "Slechts één alarm.time alarm kan worden ingesteld."
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
msgid "Only one alarm.touch alarm can be set."
msgstr ""
#: shared-module/displayio/ColorConverter.c #: shared-module/displayio/ColorConverter.c
msgid "Only one color can be transparent at a time" msgid "Only one color can be transparent at a time"
msgstr "Er kan maar één kleur per keer transparant zijn" msgstr "Er kan maar één kleur per keer transparant zijn"
@ -2480,6 +2484,10 @@ msgid "circle can only be registered in one parent"
msgstr "" msgstr ""
"cirkel kan slechts bij één object van een hoger niveau worden geregistreerd" "cirkel kan slechts bij één object van een hoger niveau worden geregistreerd"
#: shared-bindings/msgpack/ExtType.c
msgid "code outside range 0~127"
msgstr ""
#: shared-bindings/displayio/Palette.c #: shared-bindings/displayio/Palette.c
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
msgstr "kleurbuffer moet 3 bytes (RGB) of 4 bytes (RGB + pad byte) zijn" msgstr "kleurbuffer moet 3 bytes (RGB) of 4 bytes (RGB + pad byte) zijn"
@ -2564,6 +2572,10 @@ msgstr "decimale getallen zijn niet ondersteund"
msgid "default 'except' must be last" msgid "default 'except' must be last"
msgstr "standaard 'expect' moet laatste zijn" msgstr "standaard 'expect' moet laatste zijn"
#: shared-bindings/msgpack/__init__.c
msgid "default is not a function"
msgstr ""
#: shared-bindings/audiobusio/PDMIn.c #: shared-bindings/audiobusio/PDMIn.c
msgid "" msgid ""
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8" "destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
@ -2665,6 +2677,10 @@ msgstr "verwacht alleen een waarde voor set"
msgid "expecting key:value for dict" msgid "expecting key:value for dict"
msgstr "verwacht key:waarde for dict" msgstr "verwacht key:waarde for dict"
#: shared-bindings/msgpack/__init__.c
msgid "ext_hook is not a function"
msgstr ""
#: py/argcheck.c #: py/argcheck.c
msgid "extra keyword arguments given" msgid "extra keyword arguments given"
msgstr "extra keyword argumenten gegeven" msgstr "extra keyword argumenten gegeven"
@ -3201,6 +3217,10 @@ msgstr "geen netwerkadapter (NIC) beschikbaar"
msgid "no binding for nonlocal found" msgid "no binding for nonlocal found"
msgstr "geen binding voor nonlocal gevonden" msgstr "geen binding voor nonlocal gevonden"
#: shared-module/msgpack/__init__.c
msgid "no default packer"
msgstr ""
#: py/builtinimport.c #: py/builtinimport.c
msgid "no module named '%q'" msgid "no module named '%q'"
msgstr "geen module met naam '%q'" msgstr "geen module met naam '%q'"
@ -3537,6 +3557,10 @@ msgstr "scriptcompilatie wordt niet ondersteund"
msgid "shape must be a tuple" msgid "shape must be a tuple"
msgstr "vorm moet een tupel zijn" msgstr "vorm moet een tupel zijn"
#: shared-module/msgpack/__init__.c
msgid "short read"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "sign not allowed in string format specifier" msgid "sign not allowed in string format specifier"
msgstr "teken niet toegestaan in string formaatspecificatie" msgstr "teken niet toegestaan in string formaatspecificatie"

View File

@ -280,6 +280,10 @@ msgstr "0.0 do potęgi zespolonej"
msgid "3-arg pow() not supported" msgid "3-arg pow() not supported"
msgstr "3-argumentowy pow() jest niewspierany" msgstr "3-argumentowy pow() jest niewspierany"
#: shared-module/msgpack/__init__.c
msgid "64 bit types"
msgstr ""
#: ports/atmel-samd/common-hal/countio/Counter.c #: ports/atmel-samd/common-hal/countio/Counter.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
msgid "A hardware interrupt channel is already in use" msgid "A hardware interrupt channel is already in use"
@ -1498,12 +1502,12 @@ msgid ""
"%d bpp given" "%d bpp given"
msgstr "" msgstr ""
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c #: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
msgid "Only one alarm.time alarm can be set." msgid "Only one TouchAlarm can be set in deep sleep."
msgstr "" msgstr ""
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c #: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
msgid "Only one alarm.touch alarm can be set." msgid "Only one alarm.time alarm can be set."
msgstr "" msgstr ""
#: shared-module/displayio/ColorConverter.c #: shared-module/displayio/ColorConverter.c
@ -2445,6 +2449,10 @@ msgstr "argument chr() poza zakresem range(256)"
msgid "circle can only be registered in one parent" msgid "circle can only be registered in one parent"
msgstr "" msgstr ""
#: shared-bindings/msgpack/ExtType.c
msgid "code outside range 0~127"
msgstr ""
#: shared-bindings/displayio/Palette.c #: shared-bindings/displayio/Palette.c
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
msgstr "bufor kolorów musi nieć 3 bajty (RGB) lub 4 bajty (RGB + wypełnienie)" msgstr "bufor kolorów musi nieć 3 bajty (RGB) lub 4 bajty (RGB + wypełnienie)"
@ -2529,6 +2537,10 @@ msgstr "liczby dziesiętne nieobsługiwane"
msgid "default 'except' must be last" msgid "default 'except' must be last"
msgstr "domyślny 'except' musi być ostatni" msgstr "domyślny 'except' musi być ostatni"
#: shared-bindings/msgpack/__init__.c
msgid "default is not a function"
msgstr ""
#: shared-bindings/audiobusio/PDMIn.c #: shared-bindings/audiobusio/PDMIn.c
msgid "" msgid ""
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8" "destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
@ -2629,6 +2641,10 @@ msgstr "oczekiwano tylko wartości dla zbioru"
msgid "expecting key:value for dict" msgid "expecting key:value for dict"
msgstr "oczekiwano klucz:wartość dla słownika" msgstr "oczekiwano klucz:wartość dla słownika"
#: shared-bindings/msgpack/__init__.c
msgid "ext_hook is not a function"
msgstr ""
#: py/argcheck.c #: py/argcheck.c
msgid "extra keyword arguments given" msgid "extra keyword arguments given"
msgstr "nadmiarowe argumenty nazwane" msgstr "nadmiarowe argumenty nazwane"
@ -3161,6 +3177,10 @@ msgstr "brak wolnego NIC"
msgid "no binding for nonlocal found" msgid "no binding for nonlocal found"
msgstr "brak wiązania dla zmiennej nielokalnej" msgstr "brak wiązania dla zmiennej nielokalnej"
#: shared-module/msgpack/__init__.c
msgid "no default packer"
msgstr ""
#: py/builtinimport.c #: py/builtinimport.c
msgid "no module named '%q'" msgid "no module named '%q'"
msgstr "brak modułu o nazwie '%q'" msgstr "brak modułu o nazwie '%q'"
@ -3496,6 +3516,10 @@ msgstr "kompilowanie skryptów nieobsługiwane"
msgid "shape must be a tuple" msgid "shape must be a tuple"
msgstr "" msgstr ""
#: shared-module/msgpack/__init__.c
msgid "short read"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "sign not allowed in string format specifier" msgid "sign not allowed in string format specifier"
msgstr "znak jest niedopuszczalny w specyfikacji formatu łańcucha" msgstr "znak jest niedopuszczalny w specyfikacji formatu łańcucha"

View File

@ -286,6 +286,10 @@ msgstr "0,0 para uma potência complexa"
msgid "3-arg pow() not supported" msgid "3-arg pow() not supported"
msgstr "3-arg pow() não compatível" msgstr "3-arg pow() não compatível"
#: shared-module/msgpack/__init__.c
msgid "64 bit types"
msgstr ""
#: ports/atmel-samd/common-hal/countio/Counter.c #: ports/atmel-samd/common-hal/countio/Counter.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
msgid "A hardware interrupt channel is already in use" msgid "A hardware interrupt channel is already in use"
@ -1519,14 +1523,14 @@ msgstr ""
"São compatíveis apenas os BMPs monocromáticos, indexados em 4bpp ou 8bpp e " "São compatíveis apenas os BMPs monocromáticos, indexados em 4bpp ou 8bpp e "
"16bpp ou superior: determinado %d bpp" "16bpp ou superior: determinado %d bpp"
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
msgid "Only one TouchAlarm can be set in deep sleep."
msgstr ""
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c #: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
msgid "Only one alarm.time alarm can be set." msgid "Only one alarm.time alarm can be set."
msgstr "Apenas um alarme alarm.time pode ser definido." msgstr "Apenas um alarme alarm.time pode ser definido."
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
msgid "Only one alarm.touch alarm can be set."
msgstr "Apenas um alarme alarm.touch pode ser definido."
#: shared-module/displayio/ColorConverter.c #: shared-module/displayio/ColorConverter.c
msgid "Only one color can be transparent at a time" msgid "Only one color can be transparent at a time"
msgstr "Apenas uma cor pode ser transparente de cada vez" msgstr "Apenas uma cor pode ser transparente de cada vez"
@ -2506,6 +2510,10 @@ msgstr "o arg chr() está fora do intervalo(256)"
msgid "circle can only be registered in one parent" msgid "circle can only be registered in one parent"
msgstr "o círculo só pode ser registrado em um pai" msgstr "o círculo só pode ser registrado em um pai"
#: shared-bindings/msgpack/ExtType.c
msgid "code outside range 0~127"
msgstr ""
#: shared-bindings/displayio/Palette.c #: shared-bindings/displayio/Palette.c
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
msgstr "o buffer das cores deve ter 3 bytes (RGB) ou 4 bytes (RGB + pad byte)" msgstr "o buffer das cores deve ter 3 bytes (RGB) ou 4 bytes (RGB + pad byte)"
@ -2592,6 +2600,10 @@ msgstr "os números decimais não são compatíveis"
msgid "default 'except' must be last" msgid "default 'except' must be last"
msgstr "a predefinição 'exceto' deve ser o último" msgstr "a predefinição 'exceto' deve ser o último"
#: shared-bindings/msgpack/__init__.c
msgid "default is not a function"
msgstr ""
#: shared-bindings/audiobusio/PDMIn.c #: shared-bindings/audiobusio/PDMIn.c
msgid "" msgid ""
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8" "destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
@ -2694,6 +2706,10 @@ msgstr "esperando apenas um valor para o conjunto"
msgid "expecting key:value for dict" msgid "expecting key:value for dict"
msgstr "chave esperada: valor para dict" msgstr "chave esperada: valor para dict"
#: shared-bindings/msgpack/__init__.c
msgid "ext_hook is not a function"
msgstr ""
#: py/argcheck.c #: py/argcheck.c
msgid "extra keyword arguments given" msgid "extra keyword arguments given"
msgstr "argumentos extras de palavras-chave passados" msgstr "argumentos extras de palavras-chave passados"
@ -3232,6 +3248,10 @@ msgstr "não há uma Placa de Rede disponível"
msgid "no binding for nonlocal found" msgid "no binding for nonlocal found"
msgstr "nenhuma ligação para nonlocal foi encontrada" msgstr "nenhuma ligação para nonlocal foi encontrada"
#: shared-module/msgpack/__init__.c
msgid "no default packer"
msgstr ""
#: py/builtinimport.c #: py/builtinimport.c
msgid "no module named '%q'" msgid "no module named '%q'"
msgstr "nenhum módulo chamado '%q'" msgstr "nenhum módulo chamado '%q'"
@ -3572,6 +3592,10 @@ msgstr "compilação de script não suportada"
msgid "shape must be a tuple" msgid "shape must be a tuple"
msgstr "a forma deve ser uma tupla" msgstr "a forma deve ser uma tupla"
#: shared-module/msgpack/__init__.c
msgid "short read"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "sign not allowed in string format specifier" msgid "sign not allowed in string format specifier"
msgstr "sinal não permitido no especificador do formato da sequência" msgstr "sinal não permitido no especificador do formato da sequência"
@ -3968,6 +3992,9 @@ msgstr "zi deve ser de um tipo float"
msgid "zi must be of shape (n_section, 2)" msgid "zi must be of shape (n_section, 2)"
msgstr "zi deve estar na forma (n_section, 2)" msgstr "zi deve estar na forma (n_section, 2)"
#~ msgid "Only one alarm.touch alarm can be set."
#~ msgstr "Apenas um alarme alarm.touch pode ser definido."
#~ msgid "TouchAlarm not available in light sleep" #~ msgid "TouchAlarm not available in light sleep"
#~ msgstr "O TouchAlarm não está disponívle no modo light sleep" #~ msgstr "O TouchAlarm não está disponívle no modo light sleep"

View File

@ -282,6 +282,10 @@ msgstr "0,0 till ett komplext nummer"
msgid "3-arg pow() not supported" msgid "3-arg pow() not supported"
msgstr "3-arguments pow() stöds inte" msgstr "3-arguments pow() stöds inte"
#: shared-module/msgpack/__init__.c
msgid "64 bit types"
msgstr ""
#: ports/atmel-samd/common-hal/countio/Counter.c #: ports/atmel-samd/common-hal/countio/Counter.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
msgid "A hardware interrupt channel is already in use" msgid "A hardware interrupt channel is already in use"
@ -1508,14 +1512,14 @@ msgstr ""
"Endast monokrom, indexerad 4 bpp eller 8 bpp och 16 bpp eller högre BMP: er " "Endast monokrom, indexerad 4 bpp eller 8 bpp och 16 bpp eller högre BMP: er "
"stöds: %d bpp angiven" "stöds: %d bpp angiven"
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
msgid "Only one TouchAlarm can be set in deep sleep."
msgstr ""
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c #: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
msgid "Only one alarm.time alarm can be set." msgid "Only one alarm.time alarm can be set."
msgstr "Endast ett alarm.time kan ställas in." msgstr "Endast ett alarm.time kan ställas in."
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
msgid "Only one alarm.touch alarm can be set."
msgstr "Endast ett larm av typ alarm.touch kan ställas in."
#: shared-module/displayio/ColorConverter.c #: shared-module/displayio/ColorConverter.c
msgid "Only one color can be transparent at a time" msgid "Only one color can be transparent at a time"
msgstr "Bara en färg kan vara genomskinlig i taget" msgstr "Bara en färg kan vara genomskinlig i taget"
@ -2480,6 +2484,10 @@ msgstr "chr() arg är inte i intervallet(256)"
msgid "circle can only be registered in one parent" msgid "circle can only be registered in one parent"
msgstr "circle kan endast registreras i en förälder" msgstr "circle kan endast registreras i en förälder"
#: shared-bindings/msgpack/ExtType.c
msgid "code outside range 0~127"
msgstr ""
#: shared-bindings/displayio/Palette.c #: shared-bindings/displayio/Palette.c
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
msgstr "färgbuffert måste vara 3 byte (RGB) eller 4 byte (RGB + pad byte)" msgstr "färgbuffert måste vara 3 byte (RGB) eller 4 byte (RGB + pad byte)"
@ -2564,6 +2572,10 @@ msgstr "decimaltal stöds inte"
msgid "default 'except' must be last" msgid "default 'except' must be last"
msgstr "standard \"except\" måste ligga sist" msgstr "standard \"except\" måste ligga sist"
#: shared-bindings/msgpack/__init__.c
msgid "default is not a function"
msgstr ""
#: shared-bindings/audiobusio/PDMIn.c #: shared-bindings/audiobusio/PDMIn.c
msgid "" msgid ""
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8" "destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
@ -2666,6 +2678,10 @@ msgstr "förväntar bara ett värde för set"
msgid "expecting key:value for dict" msgid "expecting key:value for dict"
msgstr "förväntar nyckel:värde för dict" msgstr "förväntar nyckel:värde för dict"
#: shared-bindings/msgpack/__init__.c
msgid "ext_hook is not a function"
msgstr ""
#: py/argcheck.c #: py/argcheck.c
msgid "extra keyword arguments given" msgid "extra keyword arguments given"
msgstr "extra keyword-argument angivna" msgstr "extra keyword-argument angivna"
@ -3201,6 +3217,10 @@ msgstr "ingen tillgänglig NIC"
msgid "no binding for nonlocal found" msgid "no binding for nonlocal found"
msgstr "ingen bindning för ickelokal hittad" msgstr "ingen bindning för ickelokal hittad"
#: shared-module/msgpack/__init__.c
msgid "no default packer"
msgstr ""
#: py/builtinimport.c #: py/builtinimport.c
msgid "no module named '%q'" msgid "no module named '%q'"
msgstr "ingen modul med namnet '%q'" msgstr "ingen modul med namnet '%q'"
@ -3537,6 +3557,10 @@ msgstr "skriptkompilering stöds inte"
msgid "shape must be a tuple" msgid "shape must be a tuple"
msgstr "shape måste vara en tuple" msgstr "shape måste vara en tuple"
#: shared-module/msgpack/__init__.c
msgid "short read"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "sign not allowed in string format specifier" msgid "sign not allowed in string format specifier"
msgstr "tecknet tillåts inte i strängformatspecificerare" msgstr "tecknet tillåts inte i strängformatspecificerare"
@ -3933,6 +3957,9 @@ msgstr "zi måste vara av typ float"
msgid "zi must be of shape (n_section, 2)" msgid "zi must be of shape (n_section, 2)"
msgstr "zi måste vara i formen (n_section, 2)" msgstr "zi måste vara i formen (n_section, 2)"
#~ msgid "Only one alarm.touch alarm can be set."
#~ msgstr "Endast ett larm av typ alarm.touch kan ställas in."
#~ msgid "input argument must be an integer or a 2-tuple" #~ msgid "input argument must be an integer or a 2-tuple"
#~ msgstr "indataargumentet måste vara ett heltal eller en 2-tupel" #~ msgstr "indataargumentet måste vara ett heltal eller en 2-tupel"

View File

@ -280,6 +280,10 @@ msgstr "0.0 dào fùzá diànyuán"
msgid "3-arg pow() not supported" msgid "3-arg pow() not supported"
msgstr "bù zhīchí 3-arg pow ()" msgstr "bù zhīchí 3-arg pow ()"
#: shared-module/msgpack/__init__.c
msgid "64 bit types"
msgstr ""
#: ports/atmel-samd/common-hal/countio/Counter.c #: ports/atmel-samd/common-hal/countio/Counter.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
msgid "A hardware interrupt channel is already in use" msgid "A hardware interrupt channel is already in use"
@ -1500,12 +1504,12 @@ msgstr ""
"Jǐn zhīchí dān sè, suǒyǐn wéi 4bpp huò 8bpp yǐjí 16bpp huò gèng gāo de BMP: " "Jǐn zhīchí dān sè, suǒyǐn wéi 4bpp huò 8bpp yǐjí 16bpp huò gèng gāo de BMP: "
"Gěi chū %d bpp" "Gěi chū %d bpp"
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c #: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
msgid "Only one alarm.time alarm can be set." msgid "Only one TouchAlarm can be set in deep sleep."
msgstr "" msgstr ""
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c #: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
msgid "Only one alarm.touch alarm can be set." msgid "Only one alarm.time alarm can be set."
msgstr "" msgstr ""
#: shared-module/displayio/ColorConverter.c #: shared-module/displayio/ColorConverter.c
@ -2464,6 +2468,10 @@ msgstr "chr() cān shǔ bùzài fànwéi (256)"
msgid "circle can only be registered in one parent" msgid "circle can only be registered in one parent"
msgstr "quānzi zhǐ néng zài yī wèi jiāzhǎng zhōng zhùcè" msgstr "quānzi zhǐ néng zài yī wèi jiāzhǎng zhōng zhùcè"
#: shared-bindings/msgpack/ExtType.c
msgid "code outside range 0~127"
msgstr ""
#: shared-bindings/displayio/Palette.c #: shared-bindings/displayio/Palette.c
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)" msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
msgstr "" msgstr ""
@ -2551,6 +2559,10 @@ msgstr "bù zhīchí xiǎoshù shù"
msgid "default 'except' must be last" msgid "default 'except' must be last"
msgstr "mòrèn 'except' bìxū shì zuìhòu yīgè" msgstr "mòrèn 'except' bìxū shì zuìhòu yīgè"
#: shared-bindings/msgpack/__init__.c
msgid "default is not a function"
msgstr ""
#: shared-bindings/audiobusio/PDMIn.c #: shared-bindings/audiobusio/PDMIn.c
msgid "" msgid ""
"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8" "destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
@ -2652,6 +2664,10 @@ msgstr "jǐn qídài shèzhì de zhí"
msgid "expecting key:value for dict" msgid "expecting key:value for dict"
msgstr "qídài guānjiàn: Zìdiǎn de jiàzhí" msgstr "qídài guānjiàn: Zìdiǎn de jiàzhí"
#: shared-bindings/msgpack/__init__.c
msgid "ext_hook is not a function"
msgstr ""
#: py/argcheck.c #: py/argcheck.c
msgid "extra keyword arguments given" msgid "extra keyword arguments given"
msgstr "éwài de guānjiàn cí cānshù" msgstr "éwài de guānjiàn cí cānshù"
@ -3185,6 +3201,10 @@ msgstr "méiyǒu kěyòng de NIC"
msgid "no binding for nonlocal found" msgid "no binding for nonlocal found"
msgstr "zhǎo bù dào fēi běndì de bǎng dìng" msgstr "zhǎo bù dào fēi běndì de bǎng dìng"
#: shared-module/msgpack/__init__.c
msgid "no default packer"
msgstr ""
#: py/builtinimport.c #: py/builtinimport.c
msgid "no module named '%q'" msgid "no module named '%q'"
msgstr "méiyǒu mókuài '%q'" msgstr "méiyǒu mókuài '%q'"
@ -3520,6 +3540,10 @@ msgstr "bù zhīchí jiǎoběn biānyì"
msgid "shape must be a tuple" msgid "shape must be a tuple"
msgstr "" msgstr ""
#: shared-module/msgpack/__init__.c
msgid "short read"
msgstr ""
#: py/objstr.c #: py/objstr.c
msgid "sign not allowed in string format specifier" msgid "sign not allowed in string format specifier"
msgstr "zìfú chuàn géshì shuōmíng fú zhōng bù yǔnxǔ shǐyòng fúhào" msgstr "zìfú chuàn géshì shuōmíng fú zhōng bù yǔnxǔ shǐyòng fúhào"