@@ -975,8 +975,8 @@ msgid "Odd parity is not supported"
975975msgstr "Paridad impar no soportada"
976976
977977#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
978- msgid "Only 8 or 16 bit mono with "
979- msgstr "Solo mono de 8 ó 16 bit con "
978+ msgid "Only 8 or 16 bit mono with " MP_STRINGIFY(OVERSAMPLING) "x oversampling is supported."
979+ msgstr "Solo 8 ó 16 bit mono con " MP_STRINGIFY(OVERSAMPLING) "x de sobremuestreo es soportado. "
980980
981981#: shared-module/displayio/OnDiskBitmap.c
982982#, c-format
@@ -1419,7 +1419,7 @@ msgstr "El argumento de chr() no esta en el rango(256)"
14191419#: shared-bindings/_pixelbuf/PixelBuf.c
14201420#, c-format
14211421msgid "buf is too small. need %d bytes"
1422- msgstr ""
1422+ msgstr "buf es demasiado pequeño. necesita %d bytes. "
14231423
14241424#: shared-bindings/audioio/RawSample.c
14251425msgid "buffer must be a bytes-like object"
@@ -1432,7 +1432,7 @@ msgstr "los buffers deben de tener la misma longitud"
14321432
14331433#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
14341434msgid "buffer slices must be of equal length"
1435- msgstr ""
1435+ msgstr "cortes del buffer necesitan ser de tamaño igual "
14361436
14371437#: py/modstruct.c shared-bindings/struct/__init__.c
14381438#: shared-module/struct/__init__.c
@@ -1445,7 +1445,7 @@ msgstr "los buffers deben de tener la misma longitud"
14451445
14461446#: shared-bindings/_pew/PewPew.c
14471447msgid "buttons must be digitalio.DigitalInOut"
1448- msgstr ""
1448+ msgstr "botones deben ser digitalio.DigitalInOut "
14491449
14501450#: py/vm.c
14511451msgid "byte code not implemented"
@@ -1454,7 +1454,7 @@ msgstr "codigo byte no implementado"
14541454#: shared-bindings/_pixelbuf/PixelBuf.c
14551455#, c-format
14561456msgid "byteorder is not an instance of ByteOrder (got a %s)"
1457- msgstr ""
1457+ msgstr "byteorder no es instancia de ByteOrder (encontramos un %s) "
14581458
14591459#: ports/atmel-samd/common-hal/busio/UART.c
14601460msgid "bytes > 8 bits not supported"
@@ -1585,8 +1585,7 @@ msgstr "no se puede colgar al generador recién iniciado"
15851585
15861586#: py/objgenerator.c
15871587msgid "can't send non-None value to a just-started generator"
1588- msgstr ""
1589- "no se puede enviar un valor que no sea None a un generador recién iniciado"
1588+ msgstr "no se puede enviar un valor que no sea None a un generador recién iniciado"
15901589
15911590#: py/objnamedtuple.c
15921591msgid "can't set attribute"
@@ -1636,11 +1635,11 @@ msgstr "no se puedo realizar importación relativa"
16361635
16371636#: py/emitnative.c
16381637msgid "casting"
1639- msgstr ""
1638+ msgstr "mandando (casting) "
16401639
16411640#: shared-bindings/bleio/Service.c
16421641msgid "characteristics includes an object that is not a Characteristic"
1643- msgstr ""
1642+ msgstr "charactericas incluye un objeto que no es Characteristic "
16441643
16451644#: shared-bindings/_stage/Text.c
16461645msgid "chars buffer too small"
@@ -1656,7 +1655,7 @@ msgstr "El argumento de chr() no esta en el rango(256)"
16561655
16571656#: shared-bindings/displayio/Palette.c
16581657msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
1659- msgstr ""
1658+ msgstr "color buffer debe ser 3 bytes (RBG) ó 4 bytes (RGB + pad byte) "
16601659
16611660#: shared-bindings/displayio/Palette.c
16621661msgid "color buffer must be a buffer or int"
@@ -1894,7 +1893,7 @@ msgstr "formato incompleto"
18941893
18951894#: py/objstr.c
18961895msgid "incomplete format key"
1897- msgstr ""
1896+ msgstr "llave de formato incompleto "
18981897
18991898#: extmod/modubinascii.c
19001899msgid "incorrect padding"
@@ -1923,7 +1922,7 @@ msgstr "Entero requerido"
19231922
19241923#: ports/nrf/common-hal/bleio/Broadcaster.c
19251924msgid "interval not in range 0.0020 to 10.24"
1926- msgstr ""
1925+ msgstr "interval no en rango 0.0020 a 10.24 "
19271926
19281927#: extmod/machine_i2c.c
19291928msgid "invalid I2C peripheral"
@@ -1963,7 +1962,7 @@ msgstr "decorador de micropython inválido"
19631962
19641963#: shared-bindings/random/__init__.c
19651964msgid "invalid step"
1966- msgstr ""
1965+ msgstr "paso invalido "
19671966
19681967#: py/compile.c py/parse.c
19691968msgid "invalid syntax"
0 commit comments