@@ -975,8 +975,8 @@ msgid "Odd parity is not supported"
975
975
msgstr "Paridad impar no soportada"
976
976
977
977
#: 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. "
980
980
981
981
#: shared-module/displayio/OnDiskBitmap.c
982
982
#, c-format
@@ -1419,7 +1419,7 @@ msgstr "El argumento de chr() no esta en el rango(256)"
1419
1419
#: shared-bindings/_pixelbuf/PixelBuf.c
1420
1420
#, c-format
1421
1421
msgid "buf is too small. need %d bytes"
1422
- msgstr ""
1422
+ msgstr "buf es demasiado pequeño. necesita %d bytes. "
1423
1423
1424
1424
#: shared-bindings/audioio/RawSample.c
1425
1425
msgid "buffer must be a bytes-like object"
@@ -1432,7 +1432,7 @@ msgstr "los buffers deben de tener la misma longitud"
1432
1432
1433
1433
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
1434
1434
msgid "buffer slices must be of equal length"
1435
- msgstr ""
1435
+ msgstr "cortes del buffer necesitan ser de tamaño igual "
1436
1436
1437
1437
#: py/modstruct.c shared-bindings/struct/__init__.c
1438
1438
#: shared-module/struct/__init__.c
@@ -1445,7 +1445,7 @@ msgstr "los buffers deben de tener la misma longitud"
1445
1445
1446
1446
#: shared-bindings/_pew/PewPew.c
1447
1447
msgid "buttons must be digitalio.DigitalInOut"
1448
- msgstr ""
1448
+ msgstr "botones deben ser digitalio.DigitalInOut "
1449
1449
1450
1450
#: py/vm.c
1451
1451
msgid "byte code not implemented"
@@ -1454,7 +1454,7 @@ msgstr "codigo byte no implementado"
1454
1454
#: shared-bindings/_pixelbuf/PixelBuf.c
1455
1455
#, c-format
1456
1456
msgid "byteorder is not an instance of ByteOrder (got a %s)"
1457
- msgstr ""
1457
+ msgstr "byteorder no es instancia de ByteOrder (encontramos un %s) "
1458
1458
1459
1459
#: ports/atmel-samd/common-hal/busio/UART.c
1460
1460
msgid "bytes > 8 bits not supported"
@@ -1585,8 +1585,7 @@ msgstr "no se puede colgar al generador recién iniciado"
1585
1585
1586
1586
#: py/objgenerator.c
1587
1587
msgid "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"
1590
1589
1591
1590
#: py/objnamedtuple.c
1592
1591
msgid "can't set attribute"
@@ -1636,11 +1635,11 @@ msgstr "no se puedo realizar importación relativa"
1636
1635
1637
1636
#: py/emitnative.c
1638
1637
msgid "casting"
1639
- msgstr ""
1638
+ msgstr "mandando (casting) "
1640
1639
1641
1640
#: shared-bindings/bleio/Service.c
1642
1641
msgid "characteristics includes an object that is not a Characteristic"
1643
- msgstr ""
1642
+ msgstr "charactericas incluye un objeto que no es Characteristic "
1644
1643
1645
1644
#: shared-bindings/_stage/Text.c
1646
1645
msgid "chars buffer too small"
@@ -1656,7 +1655,7 @@ msgstr "El argumento de chr() no esta en el rango(256)"
1656
1655
1657
1656
#: shared-bindings/displayio/Palette.c
1658
1657
msgid "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) "
1660
1659
1661
1660
#: shared-bindings/displayio/Palette.c
1662
1661
msgid "color buffer must be a buffer or int"
@@ -1894,7 +1893,7 @@ msgstr "formato incompleto"
1894
1893
1895
1894
#: py/objstr.c
1896
1895
msgid "incomplete format key"
1897
- msgstr ""
1896
+ msgstr "llave de formato incompleto "
1898
1897
1899
1898
#: extmod/modubinascii.c
1900
1899
msgid "incorrect padding"
@@ -1923,7 +1922,7 @@ msgstr "Entero requerido"
1923
1922
1924
1923
#: ports/nrf/common-hal/bleio/Broadcaster.c
1925
1924
msgid "interval not in range 0.0020 to 10.24"
1926
- msgstr ""
1925
+ msgstr "interval no en rango 0.0020 a 10.24 "
1927
1926
1928
1927
#: extmod/machine_i2c.c
1929
1928
msgid "invalid I2C peripheral"
@@ -1963,7 +1962,7 @@ msgstr "decorador de micropython inválido"
1963
1962
1964
1963
#: shared-bindings/random/__init__.c
1965
1964
msgid "invalid step"
1966
- msgstr ""
1965
+ msgstr "paso invalido "
1967
1966
1968
1967
#: py/compile.c py/parse.c
1969
1968
msgid "invalid syntax"
0 commit comments