Skip to content

Commit 99c1f4f

Browse files
author
Juan Biondi
committed
Add other strings.
1 parent 2eb4fe6 commit 99c1f4f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

locale/es.po

+12-12
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@ msgstr "ord() espera un carácter, pero encontró un string de longitud %d"
13211321

13221322
#: py/modbuiltins.c:363
13231323
msgid "3-arg pow() not supported"
1324-
msgstr ""
1324+
msgstr "pow() con 3 argumentos no soportado"
13251325

13261326
#: py/modbuiltins.c:517
13271327
msgid "must use keyword argument for key function"
@@ -1360,7 +1360,7 @@ msgstr "No existe el archivo/directorio"
13601360

13611361
#: py/moduerrno.c:145
13621362
msgid "Input/output error"
1363-
msgstr ""
1363+
msgstr "error Input/output"
13641364

13651365
#: py/moduerrno.c:147
13661366
msgid "File exists"
@@ -1380,7 +1380,7 @@ msgstr ""
13801380

13811381
#: py/obj.c:94
13821382
msgid " File \"%q\", line %d"
1383-
msgstr ""
1383+
msgstr " Archivo \"%q\", línea %d"
13841384

13851385
#: py/obj.c:96
13861386
msgid " File \"%q\""
@@ -1401,12 +1401,12 @@ msgstr "no se puede convertir %s a int"
14011401

14021402
#: py/obj.c:320
14031403
msgid "can't convert to float"
1404-
msgstr ""
1404+
msgstr "no se puede convertir a float"
14051405

14061406
#: py/obj.c:323
14071407
#, c-format
14081408
msgid "can't convert %s to float"
1409-
msgstr ""
1409+
msgstr "no se puede convertir %s a float"
14101410

14111411
#: py/obj.c:353
14121412
msgid "can't convert to complex"
@@ -1498,7 +1498,7 @@ msgstr "lhs y rhs deben ser compatibles"
14981498

14991499
#: py/objarray.c:444 shared-bindings/nvm/ByteArray.c:107
15001500
msgid "array/bytes required on right side"
1501-
msgstr ""
1501+
msgstr "array/bytes requeridos en el lado derecho"
15021502

15031503
#: py/objcomplex.c:203
15041504
msgid "can't do truncated division of a complex number"
@@ -1526,7 +1526,7 @@ msgstr "popitem(): diccionario vacío"
15261526

15271527
#: py/objdict.c:357
15281528
msgid "dict update sequence has wrong length"
1529-
msgstr ""
1529+
msgstr "la secuencia de actualizacion del dict tiene una longitud incorrecta"
15301530

15311531
#: py/objfloat.c:308 py/parsenum.c:331
15321532
msgid "complex values not supported"
@@ -2253,7 +2253,7 @@ msgstr "tipo de bitmap no soportado"
22532253

22542254
#: shared-bindings/displayio/Sprite.c:162
22552255
msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
2256-
msgstr ""
2256+
msgstr "pixel_shader debe ser displayio.Palette o displayio.ColorConverter"
22572257

22582258
#: shared-bindings/gamepad/GamePad.c:100
22592259
msgid "too many arguments"
@@ -2269,7 +2269,7 @@ msgstr "no se puede convertir address a int"
22692269

22702270
#: shared-bindings/i2cslave/I2CSlave.c:101
22712271
msgid "address out of bounds"
2272-
msgstr ""
2272+
msgstr "address fuera de límites"
22732273

22742274
#: shared-bindings/i2cslave/I2CSlave.c:107
22752275
msgid "addresses is empty"
@@ -2291,15 +2291,15 @@ msgstr "Modo de ejecución inválido."
22912291

22922292
#: shared-bindings/multiterminal/__init__.c:68
22932293
msgid "Stream missing readinto() or write() method."
2294-
msgstr ""
2294+
msgstr "A Stream le falta el método readinto() o write()."
22952295

22962296
#: shared-bindings/nvm/ByteArray.c:99
22972297
msgid "Slice and value different lengths."
22982298
msgstr ""
22992299

23002300
#: shared-bindings/nvm/ByteArray.c:104
23012301
msgid "Array values should be single bytes."
2302-
msgstr ""
2302+
msgstr "Valores del array deben ser bytes individuales."
23032303

23042304
#: shared-bindings/nvm/ByteArray.c:111 shared-bindings/nvm/ByteArray.c:141
23052305
msgid "Unable to write to nvm."
@@ -2374,7 +2374,7 @@ msgstr "NIC no disponible"
23742374

23752375
#: shared-bindings/storage/__init__.c:77
23762376
msgid "filesystem must provide mount method"
2377-
msgstr ""
2377+
msgstr "sistema de archivos debe proporcionar método de montaje"
23782378

23792379
#: shared-bindings/supervisor/__init__.c:93
23802380
msgid "Brightness must be between 0 and 255"

0 commit comments

Comments
 (0)