Skip to content

Translate 'library/array.po' #1806

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions library/array.po
Original file line number Diff line number Diff line change
Expand Up @@ -421,10 +421,14 @@ msgid ""
"specified to search for *x* within a subsection of the array. Raise :exc:"
"`ValueError` if *x* is not found."
msgstr ""
"Retorna el *i* más pequeño de modo que *i* es el índice de la primera "
"aparición de *x* en el arreglo. Los argumentos opcionales *start* y *stop* "
"pueden ser especificados para buscar *x* dentro de una subsección del "
"arreglo. Lanza :exc:`ValueError` si no se encuentra *x*."

#: ../Doc/library/array.rst:187
msgid "Added optional *start* and *stop* parameters."
msgstr ""
msgstr "Se agregaron parámetros opcionales *start* y *stop*."

#: ../Doc/library/array.rst:192
msgid ""
Expand Down Expand Up @@ -530,11 +534,11 @@ msgstr ""

#: ../Doc/library/array.rst:263
msgid "`NumPy <https://numpy.org/>`_"
msgstr ""
msgstr "`NumPy <https://numpy.org/>`_"

#: ../Doc/library/array.rst:264
msgid "The NumPy package defines another array type."
msgstr ""
msgstr "El paquete NumPy define otro tipo de arreglo."

#~ msgid "Py_UNICODE"
#~ msgstr "Py_UNICODE"
Expand Down