@@ -1351,7 +1351,7 @@ msgstr "pow() con 3 argumentos no soportado"
1351
1351
1352
1352
#: py/modbuiltins.c:517
1353
1353
msgid "must use keyword argument for key function"
1354
- msgstr ""
1354
+ msgstr "debe utilizar argumento de palabra clave para la función clave "
1355
1355
1356
1356
#: py/modmath.c:41 shared-bindings/math/__init__.c:53
1357
1357
msgid "math domain error"
@@ -1402,7 +1402,7 @@ msgstr "Argumento inválido"
1402
1402
1403
1403
#: py/obj.c:92
1404
1404
msgid "Traceback (most recent call last):\n"
1405
- msgstr ""
1405
+ msgstr "Traceback (ultima llamada reciente):\n "
1406
1406
1407
1407
#: py/obj.c:96
1408
1408
msgid " File \" %q\" , line %d"
@@ -1493,12 +1493,12 @@ msgstr "objeto '%s' no soporta la eliminación de elementos"
1493
1493
1494
1494
#: py/obj.c:507
1495
1495
msgid "object is not subscriptable"
1496
- msgstr ""
1496
+ msgstr "el objeto no es suscriptable "
1497
1497
1498
1498
#: py/obj.c:510
1499
1499
#, c-format
1500
1500
msgid "'%s' object is not subscriptable"
1501
- msgstr ""
1501
+ msgstr "el objeto '%s' no es suscriptable "
1502
1502
1503
1503
#: py/obj.c:514
1504
1504
msgid "object does not support item assignment"
@@ -1593,19 +1593,19 @@ msgstr "long int no soportado en esta compilación"
1593
1593
1594
1594
#: py/objint.c:334 py/objint.c:340 py/objint.c:350 py/objint.c:358
1595
1595
msgid "small int overflow"
1596
- msgstr ""
1596
+ msgstr "pequeño int desbordamiento "
1597
1597
1598
1598
#: py/objint_longlong.c:189 py/objint_mpz.c:283 py/runtime.c:486
1599
1599
msgid "negative power with no float support"
1600
- msgstr ""
1600
+ msgstr "potencia negativa sin float support "
1601
1601
1602
1602
#: py/objint_longlong.c:251
1603
1603
msgid "ulonglong too large"
1604
- msgstr ""
1604
+ msgstr "ulonglong muy largo "
1605
1605
1606
1606
#: py/objint_mpz.c:267 py/runtime.c:396 py/runtime.c:411
1607
1607
msgid "negative shift count"
1608
- msgstr ""
1608
+ msgstr "cuenta negativa de turnos "
1609
1609
1610
1610
#: py/objint_mpz.c:336
1611
1611
msgid "pow() with 3 arguments requires integers"
@@ -1617,11 +1617,11 @@ msgstr "el 3er argumento de pow() no puede ser 0"
1617
1617
1618
1618
#: py/objint_mpz.c:415
1619
1619
msgid "overflow converting long int to machine word"
1620
- msgstr ""
1620
+ msgstr "desbordamiento convirtiendo long int a palabra de máquina "
1621
1621
1622
1622
#: py/objlist.c:273
1623
1623
msgid "pop from empty list"
1624
- msgstr ""
1624
+ msgstr "pop desde una lista vacía "
1625
1625
1626
1626
#: py/objnamedtuple.c:92
1627
1627
msgid "can't set attribute"
@@ -1633,11 +1633,11 @@ msgstr "__new__ arg debe ser un user-type"
1633
1633
1634
1634
#: py/objrange.c:110
1635
1635
msgid "zero step"
1636
- msgstr ""
1636
+ msgstr "paso cero "
1637
1637
1638
1638
#: py/objset.c:371
1639
1639
msgid "pop from an empty set"
1640
- msgstr ""
1640
+ msgstr "pop desde un set vacío "
1641
1641
1642
1642
#: py/objslice.c:66
1643
1643
msgid "Length must be an int"
@@ -1649,7 +1649,7 @@ msgstr "Longitud no deberia ser negativa"
1649
1649
1650
1650
#: py/objslice.c:86 py/sequence.c:57
1651
1651
msgid "slice step cannot be zero"
1652
- msgstr ""
1652
+ msgstr "slice step no puede ser cero "
1653
1653
1654
1654
#: py/objslice.c:159
1655
1655
msgid "Cannot subclass slice"
@@ -1674,23 +1674,23 @@ msgstr "separator vacío"
1674
1674
1675
1675
#: py/objstr.c:641
1676
1676
msgid "rsplit(None,n)"
1677
- msgstr ""
1677
+ msgstr "rsplit(None,n) "
1678
1678
1679
1679
#: py/objstr.c:713
1680
1680
msgid "substring not found"
1681
1681
msgstr "substring no encontrado"
1682
1682
1683
1683
#: py/objstr.c:770
1684
1684
msgid "start/end indices"
1685
- msgstr ""
1685
+ msgstr "índices inicio/final "
1686
1686
1687
1687
#: py/objstr.c:931
1688
1688
msgid "bad format string"
1689
1689
msgstr "formato de string erroneo"
1690
1690
1691
1691
#: py/objstr.c:953
1692
1692
msgid "single '}' encountered in format string"
1693
- msgstr ""
1693
+ msgstr "un solo '}' encontrado en format string "
1694
1694
1695
1695
#: py/objstr.c:992
1696
1696
msgid "bad conversion specifier"
@@ -1707,7 +1707,7 @@ msgstr "especificador de conversión %c desconocido"
1707
1707
1708
1708
#: py/objstr.c:1029
1709
1709
msgid "unmatched '{' in format"
1710
- msgstr ""
1710
+ msgstr "No coinciden '{' en format "
1711
1711
1712
1712
#: py/objstr.c:1036
1713
1713
msgid "expected ':' after format specifier"
@@ -1731,42 +1731,42 @@ msgstr "atributos aún no soportados"
1731
1731
#: py/objstr.c:1079
1732
1732
msgid ""
1733
1733
"can't switch from manual field specification to automatic field numbering"
1734
- msgstr ""
1734
+ msgstr "no se puede cambiar de especificación de campo manual a numeración automática de campos "
1735
1735
1736
1736
#: py/objstr.c:1171
1737
1737
msgid "invalid format specifier"
1738
1738
msgstr "especificador de formato inválido"
1739
1739
1740
1740
#: py/objstr.c:1192
1741
1741
msgid "sign not allowed in string format specifier"
1742
- msgstr ""
1742
+ msgstr "signo no permitido en el espeficador de string format "
1743
1743
1744
1744
#: py/objstr.c:1200
1745
1745
msgid "sign not allowed with integer format specifier 'c'"
1746
- msgstr ""
1746
+ msgstr "signo no permitido con el especificador integer format 'c' "
1747
1747
1748
1748
#: py/objstr.c:1259
1749
1749
#, c-format
1750
1750
msgid "unknown format code '%c' for object of type '%s'"
1751
- msgstr ""
1751
+ msgstr "codigo format desconocido '%c' para el typo de objeto '%s' "
1752
1752
1753
1753
#: py/objstr.c:1331
1754
1754
#, c-format
1755
1755
msgid "unknown format code '%c' for object of type 'float'"
1756
- msgstr ""
1756
+ msgstr "codigo format desconocido '%c' para el typo de objeto 'float' "
1757
1757
1758
1758
#: py/objstr.c:1343
1759
1759
msgid "'=' alignment not allowed in string format specifier"
1760
- msgstr ""
1760
+ msgstr "'=' alineación no permitida en el especificador string format "
1761
1761
1762
1762
#: py/objstr.c:1367
1763
1763
#, c-format
1764
1764
msgid "unknown format code '%c' for object of type 'str'"
1765
- msgstr ""
1765
+ msgstr "codigo format desconocido '%c' para objeto de tipo 'str' "
1766
1766
1767
1767
#: py/objstr.c:1415
1768
1768
msgid "format requires a dict"
1769
- msgstr ""
1769
+ msgstr "format requiere un dict "
1770
1770
1771
1771
#: py/objstr.c:1424
1772
1772
msgid "incomplete format key"
@@ -1778,38 +1778,38 @@ msgstr "formato incompleto"
1778
1778
1779
1779
#: py/objstr.c:1490
1780
1780
msgid "not enough arguments for format string"
1781
- msgstr ""
1781
+ msgstr "no suficientes argumentos para format string "
1782
1782
1783
1783
#: py/objstr.c:1500
1784
1784
#, c-format
1785
1785
msgid "%%c requires int or char"
1786
- msgstr ""
1786
+ msgstr "%%c requiere int o char "
1787
1787
1788
1788
#: py/objstr.c:1507
1789
1789
msgid "integer required"
1790
- msgstr ""
1790
+ msgstr "Entero requerido "
1791
1791
1792
1792
#: py/objstr.c:1570
1793
1793
#, c-format
1794
1794
msgid "unsupported format character '%c' (0x%x) at index %d"
1795
- msgstr ""
1795
+ msgstr "carácter no soportado '%c' (0x%x) en índice %d "
1796
1796
1797
1797
#: py/objstr.c:1577
1798
1798
msgid "not all arguments converted during string formatting"
1799
- msgstr ""
1799
+ msgstr "no todos los argumentos fueron convertidos durante el formato de string "
1800
1800
1801
1801
#: py/objstr.c:2102
1802
1802
msgid "can't convert to str implicitly"
1803
- msgstr ""
1803
+ msgstr "no se puede convertir a str implícitamente "
1804
1804
1805
1805
#: py/objstr.c:2106
1806
1806
msgid "can't convert '%q' object to %q implicitly"
1807
- msgstr ""
1807
+ msgstr "no se puede convertir el objeto '%q' a %q implícitamente "
1808
1808
1809
1809
#: py/objstrunicode.c:134
1810
1810
#, c-format
1811
1811
msgid "string indices must be integers, not %s"
1812
- msgstr ""
1812
+ msgstr "índices de string deben ser enteros, no %s "
1813
1813
1814
1814
#: py/objstrunicode.c:145 py/objstrunicode.c:164
1815
1815
msgid "string index out of range"
@@ -1830,12 +1830,12 @@ msgstr "atributo no legible"
1830
1830
1831
1831
#: py/objtype.c:868 py/runtime.c:653
1832
1832
msgid "object not callable"
1833
- msgstr ""
1833
+ msgstr "objeto no puede ser llamado "
1834
1834
1835
1835
#: py/objtype.c:870 py/runtime.c:655
1836
1836
#, c-format
1837
1837
msgid "'%s' object is not callable"
1838
- msgstr ""
1838
+ msgstr "objeto '%s' no puede ser llamado "
1839
1839
1840
1840
#: py/objtype.c:978
1841
1841
msgid "type takes 1 or 3 arguments"
@@ -1875,11 +1875,11 @@ msgstr "primer argumento para super() debe ser de tipo"
1875
1875
1876
1876
#: py/objtype.c:1370
1877
1877
msgid "issubclass() arg 2 must be a class or a tuple of classes"
1878
- msgstr ""
1878
+ msgstr "issubclass() arg 2 debe ser una clase o tuple de clases "
1879
1879
1880
1880
#: py/objtype.c:1384
1881
1881
msgid "issubclass() arg 1 must be a class"
1882
- msgstr ""
1882
+ msgstr "issubclass() arg 1 debe ser una clase "
1883
1883
1884
1884
#: py/parse.c:726
1885
1885
msgid "constant must be an integer"
@@ -1891,15 +1891,15 @@ msgstr "Incapaz de inicializar el parser"
1891
1891
1892
1892
#: py/parse.c:1170
1893
1893
msgid "unexpected indent"
1894
- msgstr ""
1894
+ msgstr "sangría inesperada "
1895
1895
1896
1896
#: py/parse.c:1173
1897
1897
msgid "unindent does not match any outer indentation level"
1898
- msgstr ""
1898
+ msgstr "sangría no coincide con ningún nivel exterior "
1899
1899
1900
1900
#: py/parsenum.c:60
1901
1901
msgid "int() arg 2 must be >= 2 and <= 36"
1902
- msgstr ""
1902
+ msgstr "int() arg 2 debe ser >= 2 y <= 36 "
1903
1903
1904
1904
#: py/parsenum.c:151
1905
1905
msgid "invalid syntax for integer"
@@ -2033,19 +2033,19 @@ msgstr "operación stream no soportada"
2033
2033
2034
2034
#: py/stream.c:254
2035
2035
msgid "string not supported; use bytes or bytearray"
2036
- msgstr ""
2036
+ msgstr "string no soportado; usa bytes o bytearray "
2037
2037
2038
2038
#: py/stream.c:289
2039
2039
msgid "length argument not allowed for this type"
2040
- msgstr ""
2040
+ msgstr "argumento length no permitido para este tipo "
2041
2041
2042
2042
#: py/vm.c:255
2043
2043
msgid "local variable referenced before assignment"
2044
2044
msgstr "variable local referenciada antes de la asignación"
2045
2045
2046
2046
#: py/vm.c:1142
2047
2047
msgid "no active exception to reraise"
2048
- msgstr ""
2048
+ msgstr "exception no activa para reraise "
2049
2049
2050
2050
#: py/vm.c:1284
2051
2051
msgid "byte code not implemented"
@@ -2102,11 +2102,11 @@ msgstr "No se puede grabar en un archivo"
2102
2102
2103
2103
#: shared-bindings/audiobusio/PDMIn.c:202
2104
2104
msgid "Destination capacity is smaller than destination_length."
2105
- msgstr ""
2105
+ msgstr "Capacidad de destino es mas pequeña que destination_length. "
2106
2106
2107
2107
#: shared-bindings/audiobusio/PDMIn.c:206
2108
2108
msgid "destination buffer must be an array of type 'H' for bit_depth = 16"
2109
- msgstr ""
2109
+ msgstr "el buffer de destino debe ser un array de tipo 'H' para bit_depth = 16 "
2110
2110
2111
2111
#: shared-bindings/audiobusio/PDMIn.c:208
2112
2112
msgid ""
@@ -2401,7 +2401,7 @@ msgstr "Bytes debe estar entre 0 y 255."
2401
2401
2402
2402
#: shared-bindings/os/__init__.c:200
2403
2403
msgid "No hardware random available"
2404
- msgstr ""
2404
+ msgstr "No hay hardware random disponible "
2405
2405
2406
2406
#: shared-bindings/pulseio/PWMOut.c:164
2407
2407
msgid ""
@@ -2662,6 +2662,9 @@ msgid ""
2662
2662
"Please file an issue at https://github.com/adafruit/circuitpython/issues\n"
2663
2663
" with the contents of your CIRCUITPY drive and this message:\n"
2664
2664
msgstr ""
2665
+ "Parece que nuestro código de CircuitPython ha fallado con fuerza. Whoops!\n"
2666
+ "Por favor, crea un issue en https://github.com/adafruit/circuitpython/issues\n"
2667
+ " con el contenido de su unidad CIRCUITPY y este mensaje:\n"
2665
2668
2666
2669
#: supervisor/shared/safe_mode.c:111
2667
2670
msgid "Crash into the HardFault_Handler.\n"
@@ -2673,7 +2676,7 @@ msgstr ""
2673
2676
2674
2677
#: supervisor/shared/safe_mode.c:115
2675
2678
msgid "MicroPython fatal error.\n"
2676
- msgstr ""
2679
+ msgstr "MicroPython fatal error.\n "
2677
2680
2678
2681
#: supervisor/shared/safe_mode.c:118
2679
2682
#, fuzzy
@@ -2685,6 +2688,8 @@ msgid ""
2685
2688
msgstr ""
2686
2689
"La alimentación del microcontrolador cayó. Por favor asegurate de que tu "
2687
2690
"fuente de alimentación provee\n"
2691
+ "suficiente energia para todo el circuito y presiona el botón de reset (despues"
2692
+ "de expulsar CIRCUITPY).\n"
2688
2693
2689
2694
#: supervisor/shared/safe_mode.c:120
2690
2695
msgid ""
@@ -2700,6 +2705,8 @@ msgid ""
2700
2705
"The reset button was pressed while booting CircuitPython. Press again to "
2701
2706
"exit safe mode.\n"
2702
2707
msgstr ""
2708
+ "El botón reset fue presionado mientras arrancaba CircuitPython. Presiona otra"
2709
+ " vez para salir del modo seguro.\n"
2703
2710
2704
2711
#~ msgid "Invalid UUID string length"
2705
2712
#~ msgstr "Longitud de string UUID inválida"
0 commit comments