Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93c40ee

Browse files
sumit-158cmaureirrtobar
authored
Translate 'library/array.po' (python#1806)
* Translate 'library/array.po' * Update library/array.po * Update library/array.po * powrap library/array * Update library/array.po Co-authored-by: Cristián Maureira-Fredes <[email protected]> Co-authored-by: rtobar <[email protected]>
1 parent e57002c commit 93c40ee

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

library/array.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,10 +421,14 @@ msgid ""
421421
"specified to search for *x* within a subsection of the array. Raise :exc:"
422422
"`ValueError` if *x* is not found."
423423
msgstr ""
424+
"Retorna el *i* más pequeño de modo que *i* es el índice de la primera "
425+
"aparición de *x* en el arreglo. Los argumentos opcionales *start* y *stop* "
426+
"pueden ser especificados para buscar *x* dentro de una subsección del "
427+
"arreglo. Lanza :exc:`ValueError` si no se encuentra *x*."
424428

425429
#: ../Doc/library/array.rst:187
426430
msgid "Added optional *start* and *stop* parameters."
427-
msgstr ""
431+
msgstr "Se agregaron parámetros opcionales *start* y *stop*."
428432

429433
#: ../Doc/library/array.rst:192
430434
msgid ""
@@ -530,11 +534,11 @@ msgstr ""
530534

531535
#: ../Doc/library/array.rst:263
532536
msgid "`NumPy <https://numpy.org/>`_"
533-
msgstr ""
537+
msgstr "`NumPy <https://numpy.org/>`_"
534538

535539
#: ../Doc/library/array.rst:264
536540
msgid "The NumPy package defines another array type."
537-
msgstr ""
541+
msgstr "El paquete NumPy define otro tipo de arreglo."
538542

539543
#~ msgid "Py_UNICODE"
540544
#~ msgstr "Py_UNICODE"

0 commit comments

Comments
 (0)