@@ -8,8 +8,8 @@ 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 : 2023-07-16 04:32 +0000\n "
12
- "
Last-Translator :
Jose David M <[email protected] >\n"
11
+ "PO-Revision-Date : 2023-07-30 11:47 +0000\n "
12
+ "
Last-Translator :
Pablo Martinez Bernal <[email protected] >\n"
13
13
"Language-Team : \n "
14
14
"Language : es\n "
15
15
"MIME-Version : 1.0\n "
@@ -1810,7 +1810,7 @@ msgstr "Los pines deben compartir la división PWM"
1810
1810
1811
1811
#: shared-module/usb/core/Device.c
1812
1812
msgid "Pipe error"
1813
- msgstr ""
1813
+ msgstr "Error de conexión "
1814
1814
1815
1815
#: py/builtinhelp.c
1816
1816
msgid "Plus any modules on the filesystem\n"
@@ -2128,6 +2128,7 @@ msgstr "Demasiados canales en sample."
2128
2128
#: shared-module/displayio/__init__.c
2129
2129
msgid "Too many display busses; forgot displayio.release_displays() ?"
2130
2130
msgstr ""
2131
+ "Demasiados buses para displays. Olvidaste displayio.release_displays() ?"
2131
2132
2132
2133
#: shared-module/displayio/__init__.c
2133
2134
msgid "Too many displays"
@@ -2858,7 +2859,7 @@ msgstr "no se puede crear instancia"
2858
2859
2859
2860
#: extmod/ulab/code/ndarray.c
2860
2861
msgid "cannot delete array elements"
2861
- msgstr ""
2862
+ msgstr "no se pudo eliminar elementos del array "
2862
2863
2863
2864
#: py/runtime.c
2864
2865
msgid "cannot import name %q"
@@ -3323,11 +3324,11 @@ msgstr "ensamblador en línea debe ser una función"
3323
3324
3324
3325
#: extmod/ulab/code/numpy/vector.c
3325
3326
msgid "input and output dimensions differ"
3326
- msgstr ""
3327
+ msgstr "dimensiones de entrada y salida distintas "
3327
3328
3328
3329
#: extmod/ulab/code/numpy/vector.c
3329
3330
msgid "input and output shapes differ"
3330
- msgstr ""
3331
+ msgstr "formas de entrada y salida distintas "
3331
3332
3332
3333
#: extmod/ulab/code/numpy/create.c
3333
3334
msgid "input argument must be an integer, a tuple, or a list"
@@ -3663,7 +3664,7 @@ msgstr "yield nativo"
3663
3664
3664
3665
#: extmod/ulab/code/ndarray.c
3665
3666
msgid "ndarray length overflows"
3666
- msgstr ""
3667
+ msgstr "la longitud de ndarray desborda "
3667
3668
3668
3669
#: py/runtime.c
3669
3670
#, c-format
@@ -3768,7 +3769,7 @@ msgstr "no esta implementado para complex dtype"
3768
3769
3769
3770
#: extmod/ulab/code/numpy/bitwise.c
3770
3771
msgid "not supported for input types"
3771
- msgstr ""
3772
+ msgstr "no soportado para los tipos de entrada "
3772
3773
3773
3774
#: extmod/ulab/code/numpy/create.c
3774
3775
msgid "number of points must be at least 2"
@@ -3920,23 +3921,23 @@ msgstr "La matriz de salida es demasiado pequeña"
3920
3921
3921
3922
#: extmod/ulab/code/numpy/vector.c
3922
3923
msgid "out keyword is not supported for complex dtype"
3923
- msgstr ""
3924
+ msgstr "out no soportado para el dtype 'complex' "
3924
3925
3925
3926
#: extmod/ulab/code/numpy/vector.c
3926
3927
msgid "out keyword is not supported for function"
3927
- msgstr ""
3928
+ msgstr "out no soportado para funciones "
3928
3929
3929
3930
#: extmod/ulab/code/utils/utils.c
3930
3931
msgid "out must be a float dense array"
3931
3932
msgstr "la matriz de salida debe ser densa de números float"
3932
3933
3933
3934
#: extmod/ulab/code/numpy/vector.c
3934
3935
msgid "out must be an ndarray"
3935
- msgstr ""
3936
+ msgstr "out debe ser un ndarray "
3936
3937
3937
3938
#: extmod/ulab/code/numpy/vector.c
3938
3939
msgid "out must be of float dtype"
3939
- msgstr ""
3940
+ msgstr "el dtype de out debe ser float "
3940
3941
3941
3942
#: shared-bindings/bitmaptools/__init__.c
3942
3943
msgid "out of range of target"
0 commit comments