@@ -1321,7 +1321,7 @@ msgstr "ord() espera un carácter, pero encontró un string de longitud %d"
1321
1321
1322
1322
#: py/modbuiltins.c:363
1323
1323
msgid "3-arg pow() not supported"
1324
- msgstr ""
1324
+ msgstr "pow() con 3 argumentos no soportado "
1325
1325
1326
1326
#: py/modbuiltins.c:517
1327
1327
msgid "must use keyword argument for key function"
@@ -1360,7 +1360,7 @@ msgstr "No existe el archivo/directorio"
1360
1360
1361
1361
#: py/moduerrno.c:145
1362
1362
msgid "Input/output error"
1363
- msgstr ""
1363
+ msgstr "error Input/output "
1364
1364
1365
1365
#: py/moduerrno.c:147
1366
1366
msgid "File exists"
@@ -1380,7 +1380,7 @@ msgstr ""
1380
1380
1381
1381
#: py/obj.c:94
1382
1382
msgid " File \" %q\" , line %d"
1383
- msgstr ""
1383
+ msgstr " Archivo \" %q \" , línea %d "
1384
1384
1385
1385
#: py/obj.c:96
1386
1386
msgid " File \" %q\" "
@@ -1401,12 +1401,12 @@ msgstr "no se puede convertir %s a int"
1401
1401
1402
1402
#: py/obj.c:320
1403
1403
msgid "can't convert to float"
1404
- msgstr ""
1404
+ msgstr "no se puede convertir a float "
1405
1405
1406
1406
#: py/obj.c:323
1407
1407
#, c-format
1408
1408
msgid "can't convert %s to float"
1409
- msgstr ""
1409
+ msgstr "no se puede convertir %s a float "
1410
1410
1411
1411
#: py/obj.c:353
1412
1412
msgid "can't convert to complex"
@@ -1498,7 +1498,7 @@ msgstr "lhs y rhs deben ser compatibles"
1498
1498
1499
1499
#: py/objarray.c:444 shared-bindings/nvm/ByteArray.c:107
1500
1500
msgid "array/bytes required on right side"
1501
- msgstr ""
1501
+ msgstr "array/bytes requeridos en el lado derecho "
1502
1502
1503
1503
#: py/objcomplex.c:203
1504
1504
msgid "can't do truncated division of a complex number"
@@ -1526,7 +1526,7 @@ msgstr "popitem(): diccionario vacío"
1526
1526
1527
1527
#: py/objdict.c:357
1528
1528
msgid "dict update sequence has wrong length"
1529
- msgstr ""
1529
+ msgstr "la secuencia de actualizacion del dict tiene una longitud incorrecta "
1530
1530
1531
1531
#: py/objfloat.c:308 py/parsenum.c:331
1532
1532
msgid "complex values not supported"
@@ -2253,7 +2253,7 @@ msgstr "tipo de bitmap no soportado"
2253
2253
2254
2254
#: shared-bindings/displayio/Sprite.c:162
2255
2255
msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
2256
- msgstr ""
2256
+ msgstr "pixel_shader debe ser displayio.Palette o displayio.ColorConverter "
2257
2257
2258
2258
#: shared-bindings/gamepad/GamePad.c:100
2259
2259
msgid "too many arguments"
@@ -2269,7 +2269,7 @@ msgstr "no se puede convertir address a int"
2269
2269
2270
2270
#: shared-bindings/i2cslave/I2CSlave.c:101
2271
2271
msgid "address out of bounds"
2272
- msgstr ""
2272
+ msgstr "address fuera de límites "
2273
2273
2274
2274
#: shared-bindings/i2cslave/I2CSlave.c:107
2275
2275
msgid "addresses is empty"
@@ -2291,15 +2291,15 @@ msgstr "Modo de ejecución inválido."
2291
2291
2292
2292
#: shared-bindings/multiterminal/__init__.c:68
2293
2293
msgid "Stream missing readinto() or write() method."
2294
- msgstr ""
2294
+ msgstr "A Stream le falta el método readinto() o write(). "
2295
2295
2296
2296
#: shared-bindings/nvm/ByteArray.c:99
2297
2297
msgid "Slice and value different lengths."
2298
2298
msgstr ""
2299
2299
2300
2300
#: shared-bindings/nvm/ByteArray.c:104
2301
2301
msgid "Array values should be single bytes."
2302
- msgstr ""
2302
+ msgstr "Valores del array deben ser bytes individuales. "
2303
2303
2304
2304
#: shared-bindings/nvm/ByteArray.c:111 shared-bindings/nvm/ByteArray.c:141
2305
2305
msgid "Unable to write to nvm."
@@ -2374,7 +2374,7 @@ msgstr "NIC no disponible"
2374
2374
2375
2375
#: shared-bindings/storage/__init__.c:77
2376
2376
msgid "filesystem must provide mount method"
2377
- msgstr ""
2377
+ msgstr "sistema de archivos debe proporcionar método de montaje "
2378
2378
2379
2379
#: shared-bindings/supervisor/__init__.c:93
2380
2380
msgid "Brightness must be between 0 and 255"
0 commit comments