Skip to content

Commit 1f9b982

Browse files
Alvaro Figueroaweblate
authored andcommitted
Translated using Weblate (Spanish)
Currently translated at 100.0% (985 of 985 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
1 parent af6d97f commit 1f9b982

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

locale/es.po

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
1010
"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"
1212
"Last-Translator: Alvaro Figueroa <[email protected]>\n"
1313
"Language-Team: \n"
1414
"Language: es\n"
@@ -207,22 +207,22 @@ msgstr "'%s' espera {r0, r1, ...}"
207207
#: py/emitinlinextensa.c
208208
#, c-format
209209
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"
211211

212212
#: py/emitinlinethumb.c
213213
#, c-format
214214
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"
216216

217217
#: py/obj.c
218218
#, c-format
219219
msgid "'%s' object doesn't support item assignment"
220-
msgstr ""
220+
msgstr "'%s' el objeto no tiene capacidad de asignación de item"
221221

222222
#: py/obj.c
223223
#, c-format
224224
msgid "'%s' object doesn't support item deletion"
225-
msgstr ""
225+
msgstr "'%s' el objeto no tiene capacidad de borrado de item"
226226

227227
#: py/runtime.c
228228
msgid "'%s' object has no attribute '%q'"
@@ -231,7 +231,7 @@ msgstr "objeto '%s' no tiene atributo '%q'"
231231
#: py/obj.c
232232
#, c-format
233233
msgid "'%s' object isn't subscriptable"
234-
msgstr ""
234+
msgstr "'%s' el objeto no puede retornar índice de artículos"
235235

236236
#: py/objstr.c
237237
msgid "'=' alignment not allowed in string format specifier"
@@ -2504,7 +2504,7 @@ msgstr "argumento es una secuencia vacía"
25042504

25052505
#: py/objobject.c
25062506
msgid "arg must be user-type"
2507-
msgstr ""
2507+
msgstr "arg debe ser tipo-user"
25082508

25092509
#: extmod/ulab/code/numpy/numerical/numerical.c
25102510
msgid "argsort argument must be an ndarray"
@@ -2520,7 +2520,7 @@ msgstr "el argumento tiene un tipo erroneo"
25202520

25212521
#: py/compile.c
25222522
msgid "argument name reused"
2523-
msgstr ""
2523+
msgstr "nombre de argumento reutilizado"
25242524

25252525
#: py/argcheck.c shared-bindings/_stage/__init__.c
25262526
#: shared-bindings/digitalio/DigitalInOut.c shared-bindings/gamepad/GamePad.c
@@ -2677,7 +2677,7 @@ msgstr "no se puede asignar a la expresión"
26772677

26782678
#: extmod/moduasyncio.c
26792679
msgid "can't cancel self"
2680-
msgstr ""
2680+
msgstr "no se puede cancelar a si mismo"
26812681

26822682
#: py/obj.c py/objint.c shared-bindings/i2cperipheral/I2CPeripheral.c
26832683
#: shared-module/_pixelbuf/PixelBuf.c
@@ -2810,7 +2810,7 @@ msgstr "no se puedo realizar importación relativa"
28102810

28112811
#: extmod/moductypes.c
28122812
msgid "cannot unambiguously get sizeof scalar"
2813-
msgstr ""
2813+
msgstr "no se puede sin ambiguedades traer el sizeof del escalar"
28142814

28152815
#: py/emitnative.c
28162816
msgid "casting"
@@ -2862,7 +2862,7 @@ msgstr "color deberia ser un int"
28622862

28632863
#: py/emitnative.c
28642864
msgid "comparison of int and uint"
2865-
msgstr ""
2865+
msgstr "comparación entre int y uint"
28662866

28672867
#: py/objcomplex.c
28682868
msgid "complex division by zero"
@@ -2970,11 +2970,11 @@ msgstr "las dimensiones no concuerdan"
29702970

29712971
#: py/emitnative.c
29722972
msgid "div/mod not implemented for uint"
2973-
msgstr ""
2973+
msgstr "div/mod no implementado para uint"
29742974

29752975
#: py/objfloat.c py/objint_mpz.c
29762976
msgid "divide by zero"
2977-
msgstr ""
2977+
msgstr "divide por cero"
29782978

29792979
#: py/modmath.c py/objint_longlong.c py/runtime.c
29802980
#: shared-bindings/math/__init__.c
@@ -3681,23 +3681,23 @@ msgstr "objecto "
36813681
#: py/obj.c
36823682
#, c-format
36833683
msgid "object '%s' isn't a tuple or list"
3684-
msgstr ""
3684+
msgstr "objeto '%s' no es una tupla o lista"
36853685

36863686
#: py/obj.c
36873687
msgid "object doesn't support item assignment"
3688-
msgstr ""
3688+
msgstr "el objeto no tiene capacidad de asignar item"
36893689

36903690
#: py/obj.c
36913691
msgid "object doesn't support item deletion"
3692-
msgstr ""
3692+
msgstr "el objeto no tiene capacidad de borrado de item"
36933693

36943694
#: py/obj.c
36953695
msgid "object has no len"
36963696
msgstr "el objeto no tiene longitud"
36973697

36983698
#: py/obj.c
36993699
msgid "object isn't subscriptable"
3700-
msgstr ""
3700+
msgstr "el objeto no puede retornar índice de artículos"
37013701

37023702
#: py/runtime.c
37033703
msgid "object not an iterator"
@@ -3991,7 +3991,7 @@ msgstr "script de compilación no soportado"
39913991

39923992
#: py/nativeglue.c
39933993
msgid "set unsupported"
3994-
msgstr ""
3994+
msgstr "sin capacidades para el conjunto"
39953995

39963996
#: extmod/ulab/code/ndarray.c
39973997
msgid "shape must be a tuple"
@@ -4031,7 +4031,7 @@ msgstr "slice step no puede ser cero"
40314031

40324032
#: py/nativeglue.c
40334033
msgid "slice unsupported"
4034-
msgstr ""
4034+
msgstr "sin capacidades para rebanado"
40354035

40364036
#: py/objint.c py/sequence.c
40374037
msgid "small int overflow"
@@ -4095,7 +4095,7 @@ msgstr "string no soportado; usa bytes o bytearray"
40954095

40964096
#: extmod/moductypes.c
40974097
msgid "struct: can't index"
4098-
msgstr ""
4098+
msgstr "struct: no puede indexar"
40994099

41004100
#: extmod/moductypes.c
41014101
msgid "struct: index out of range"

0 commit comments

Comments
 (0)