@@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : \n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2021-01-04 12:55-0600\n "
11
- "PO-Revision-Date : 2021-05-06 20:48 +0000\n "
11
+ "PO-Revision-Date : 2021-05-10 11:33 +0000\n "
12
12
"
Last-Translator :
Alvaro Figueroa <[email protected] >\n "
13
13
"Language-Team : \n "
14
14
"Language : es\n "
@@ -207,22 +207,22 @@ msgstr "'%s' espera {r0, r1, ...}"
207
207
#: py/emitinlinextensa.c
208
208
#, c-format
209
209
msgid "'%s' integer %d isn't within range %d..%d"
210
- msgstr ""
210
+ msgstr "'%s' entero %d no se encuentra en el rango %d..%d "
211
211
212
212
#: py/emitinlinethumb.c
213
213
#, c-format
214
214
msgid "'%s' integer 0x%x doesn't fit in mask 0x%x"
215
- msgstr ""
215
+ msgstr "'%s' entero 0x%x no cabe en la máscara 0x%x "
216
216
217
217
#: py/obj.c
218
218
#, c-format
219
219
msgid "'%s' object doesn't support item assignment"
220
- msgstr ""
220
+ msgstr "'%s' el objeto no tiene capacidad de asignación de item "
221
221
222
222
#: py/obj.c
223
223
#, c-format
224
224
msgid "'%s' object doesn't support item deletion"
225
- msgstr ""
225
+ msgstr "'%s' el objeto no tiene capacidad de borrado de item "
226
226
227
227
#: py/runtime.c
228
228
msgid "'%s' object has no attribute '%q'"
@@ -231,7 +231,7 @@ msgstr "objeto '%s' no tiene atributo '%q'"
231
231
#: py/obj.c
232
232
#, c-format
233
233
msgid "'%s' object isn't subscriptable"
234
- msgstr ""
234
+ msgstr "'%s' el objeto no puede retornar índice de artículos "
235
235
236
236
#: py/objstr.c
237
237
msgid "'=' alignment not allowed in string format specifier"
@@ -2504,7 +2504,7 @@ msgstr "argumento es una secuencia vacía"
2504
2504
2505
2505
#: py/objobject.c
2506
2506
msgid "arg must be user-type"
2507
- msgstr ""
2507
+ msgstr "arg debe ser tipo-user "
2508
2508
2509
2509
#: extmod/ulab/code/numpy/numerical/numerical.c
2510
2510
msgid "argsort argument must be an ndarray"
@@ -2520,7 +2520,7 @@ msgstr "el argumento tiene un tipo erroneo"
2520
2520
2521
2521
#: py/compile.c
2522
2522
msgid "argument name reused"
2523
- msgstr ""
2523
+ msgstr "nombre de argumento reutilizado "
2524
2524
2525
2525
#: py/argcheck.c shared-bindings/_stage/__init__.c
2526
2526
#: shared-bindings/digitalio/DigitalInOut.c shared-bindings/gamepad/GamePad.c
@@ -2677,7 +2677,7 @@ msgstr "no se puede asignar a la expresión"
2677
2677
2678
2678
#: extmod/moduasyncio.c
2679
2679
msgid "can't cancel self"
2680
- msgstr ""
2680
+ msgstr "no se puede cancelar a si mismo "
2681
2681
2682
2682
#: py/obj.c py/objint.c shared-bindings/i2cperipheral/I2CPeripheral.c
2683
2683
#: shared-module/_pixelbuf/PixelBuf.c
@@ -2810,7 +2810,7 @@ msgstr "no se puedo realizar importación relativa"
2810
2810
2811
2811
#: extmod/moductypes.c
2812
2812
msgid "cannot unambiguously get sizeof scalar"
2813
- msgstr ""
2813
+ msgstr "no se puede sin ambiguedades traer el sizeof del escalar "
2814
2814
2815
2815
#: py/emitnative.c
2816
2816
msgid "casting"
@@ -2862,7 +2862,7 @@ msgstr "color deberia ser un int"
2862
2862
2863
2863
#: py/emitnative.c
2864
2864
msgid "comparison of int and uint"
2865
- msgstr ""
2865
+ msgstr "comparación entre int y uint "
2866
2866
2867
2867
#: py/objcomplex.c
2868
2868
msgid "complex division by zero"
@@ -2970,11 +2970,11 @@ msgstr "las dimensiones no concuerdan"
2970
2970
2971
2971
#: py/emitnative.c
2972
2972
msgid "div/mod not implemented for uint"
2973
- msgstr ""
2973
+ msgstr "div/mod no implementado para uint "
2974
2974
2975
2975
#: py/objfloat.c py/objint_mpz.c
2976
2976
msgid "divide by zero"
2977
- msgstr ""
2977
+ msgstr "divide por cero "
2978
2978
2979
2979
#: py/modmath.c py/objint_longlong.c py/runtime.c
2980
2980
#: shared-bindings/math/__init__.c
@@ -3681,23 +3681,23 @@ msgstr "objecto "
3681
3681
#: py/obj.c
3682
3682
#, c-format
3683
3683
msgid "object '%s' isn't a tuple or list"
3684
- msgstr ""
3684
+ msgstr "objeto '%s' no es una tupla o lista "
3685
3685
3686
3686
#: py/obj.c
3687
3687
msgid "object doesn't support item assignment"
3688
- msgstr ""
3688
+ msgstr "el objeto no tiene capacidad de asignar item "
3689
3689
3690
3690
#: py/obj.c
3691
3691
msgid "object doesn't support item deletion"
3692
- msgstr ""
3692
+ msgstr "el objeto no tiene capacidad de borrado de item "
3693
3693
3694
3694
#: py/obj.c
3695
3695
msgid "object has no len"
3696
3696
msgstr "el objeto no tiene longitud"
3697
3697
3698
3698
#: py/obj.c
3699
3699
msgid "object isn't subscriptable"
3700
- msgstr ""
3700
+ msgstr "el objeto no puede retornar índice de artículos "
3701
3701
3702
3702
#: py/runtime.c
3703
3703
msgid "object not an iterator"
@@ -3991,7 +3991,7 @@ msgstr "script de compilación no soportado"
3991
3991
3992
3992
#: py/nativeglue.c
3993
3993
msgid "set unsupported"
3994
- msgstr ""
3994
+ msgstr "sin capacidades para el conjunto "
3995
3995
3996
3996
#: extmod/ulab/code/ndarray.c
3997
3997
msgid "shape must be a tuple"
@@ -4031,7 +4031,7 @@ msgstr "slice step no puede ser cero"
4031
4031
4032
4032
#: py/nativeglue.c
4033
4033
msgid "slice unsupported"
4034
- msgstr ""
4034
+ msgstr "sin capacidades para rebanado "
4035
4035
4036
4036
#: py/objint.c py/sequence.c
4037
4037
msgid "small int overflow"
@@ -4095,7 +4095,7 @@ msgstr "string no soportado; usa bytes o bytearray"
4095
4095
4096
4096
#: extmod/moductypes.c
4097
4097
msgid "struct: can't index"
4098
- msgstr ""
4098
+ msgstr "struct: no puede indexar "
4099
4099
4100
4100
#: extmod/moductypes.c
4101
4101
msgid "struct: index out of range"
0 commit comments