@@ -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 : 2023-01-29 16:16 +0000\n "
11
+ "PO-Revision-Date : 2023-02-01 22:11 +0000\n "
12
12
"
Last-Translator :
Jose David M <[email protected] >\n "
13
13
"Language-Team : \n "
14
14
"Language : es\n "
@@ -2563,6 +2563,10 @@ msgstr "Longitud del array e índice tienen que ser iguales"
2563
2563
msgid "array has too many dimensions"
2564
2564
msgstr "La matriz tiene demasiadas dimensiones"
2565
2565
2566
+ #: extmod/ulab/code/ndarray.c
2567
+ msgid "array is too big"
2568
+ msgstr "el arreglo es muy grande"
2569
+
2566
2570
#: py/objarray.c shared-bindings/alarm/SleepMemory.c
2567
2571
#: shared-bindings/memorymap/AddressRange.c shared-bindings/nvm/ByteArray.c
2568
2572
msgid "array/bytes required on right side"
@@ -2998,6 +3002,10 @@ msgstr "las dimensiones no concuerdan"
2998
3002
msgid "div/mod not implemented for uint"
2999
3003
msgstr "div/mod no implementado para uint"
3000
3004
3005
+ #: extmod/ulab/code/numpy/create.c
3006
+ msgid "divide by zero"
3007
+ msgstr "divide por cero"
3008
+
3001
3009
#: py/runtime.c
3002
3010
msgid "division by zero"
3003
3011
msgstr "división por cero"
@@ -3820,6 +3828,10 @@ msgstr "solo se admite bit_depth=16"
3820
3828
msgid "only mono is supported"
3821
3829
msgstr "solamente mono esta suportado"
3822
3830
3831
+ #: extmod/ulab/code/numpy/create.c
3832
+ msgid "only ndarrays can be concatenated"
3833
+ msgstr "solamente ndarrays pueden ser concatenadas"
3834
+
3823
3835
#: ports/stm/common-hal/audiobusio/PDMIn.c
3824
3836
msgid "only oversample=64 is supported"
3825
3837
msgstr "solamente oversample=64 esta soportado"
@@ -4485,9 +4497,6 @@ msgstr "zi debe ser una forma (n_section,2)"
4485
4497
#~ msgid "complex division by zero"
4486
4498
#~ msgstr "división compleja por cero"
4487
4499
4488
- #~ msgid "divide by zero"
4489
- #~ msgstr "divide por cero"
4490
-
4491
4500
#~ msgid "int() arg 2 must be >= 2 and <= 36"
4492
4501
#~ msgstr "int() arg 2 debe ser >= 2 y <= 36"
4493
4502
0 commit comments