🌐 AI搜索 & 代理 主页
Skip to content
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