Translated using Weblate (Spanish)
Currently translated at 100.0% (997 of 997 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
This commit is contained in:
parent
caf0e6d924
commit
02b19970a9
12
locale/es.po
12
locale/es.po
|
@ -8,8 +8,8 @@ msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
|
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
|
||||||
"PO-Revision-Date: 2023-05-21 00:49+0000\n"
|
"PO-Revision-Date: 2023-05-23 22:55+0000\n"
|
||||||
"Last-Translator: Scott Shawcroft <scott@tannewt.org>\n"
|
"Last-Translator: Jose David M <jquintana202020@gmail.com>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"Language: es\n"
|
"Language: es\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -2553,7 +2553,7 @@ msgstr "la anotación debe ser un identificador"
|
||||||
|
|
||||||
#: extmod/ulab/code/numpy/create.c
|
#: extmod/ulab/code/numpy/create.c
|
||||||
msgid "arange: cannot compute length"
|
msgid "arange: cannot compute length"
|
||||||
msgstr ""
|
msgstr "arange: no se puede calcular la longitud"
|
||||||
|
|
||||||
#: py/modbuiltins.c
|
#: py/modbuiltins.c
|
||||||
msgid "arg is an empty sequence"
|
msgid "arg is an empty sequence"
|
||||||
|
@ -2729,7 +2729,7 @@ msgstr "solo puede tener hasta 4 parámetros para ensamblador Xtensa"
|
||||||
|
|
||||||
#: extmod/ulab/code/ndarray.c
|
#: extmod/ulab/code/ndarray.c
|
||||||
msgid "can only specify one unknown dimension"
|
msgid "can only specify one unknown dimension"
|
||||||
msgstr ""
|
msgstr "sólo puede especificar una dimensión desconocida"
|
||||||
|
|
||||||
#: py/objtype.c
|
#: py/objtype.c
|
||||||
msgid "can't add special method to already-subclassed class"
|
msgid "can't add special method to already-subclassed class"
|
||||||
|
@ -2889,7 +2889,7 @@ msgstr "no se puede importar name '%q'"
|
||||||
|
|
||||||
#: extmod/ulab/code/ndarray.c
|
#: extmod/ulab/code/ndarray.c
|
||||||
msgid "cannot reshape array"
|
msgid "cannot reshape array"
|
||||||
msgstr ""
|
msgstr "no puede remodelar la matriz"
|
||||||
|
|
||||||
#: extmod/moductypes.c
|
#: extmod/moductypes.c
|
||||||
msgid "cannot unambiguously get sizeof scalar"
|
msgid "cannot unambiguously get sizeof scalar"
|
||||||
|
@ -4065,7 +4065,7 @@ msgstr "sin capacidades para el conjunto"
|
||||||
|
|
||||||
#: extmod/ulab/code/ndarray.c
|
#: extmod/ulab/code/ndarray.c
|
||||||
msgid "shape must be integer or tuple of integers"
|
msgid "shape must be integer or tuple of integers"
|
||||||
msgstr ""
|
msgstr "la forma debe ser un número entero o una tupla de números enteros"
|
||||||
|
|
||||||
#: shared-module/msgpack/__init__.c
|
#: shared-module/msgpack/__init__.c
|
||||||
msgid "short read"
|
msgid "short read"
|
||||||
|
|
Loading…
Reference in New Issue