From a33e5fb08ff1e99fcbf07d640546b5d257f87c5a Mon Sep 17 00:00:00 2001 From: Sumit Date: Mon, 3 Jan 2022 13:16:37 +0530 Subject: [PATCH 1/5] Translate 'library/array.po' --- library/array.po | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/library/array.po b/library/array.po index a1df3c4191..1c51c5fc3e 100644 --- a/library/array.po +++ b/library/array.po @@ -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 "" +"Devuelve el *i* más pequeño de modo que *i* es el índice de la primera aparición " +"de *x* en la matriz. Los argumentos opcionales *iniciar* y *detener* pueden ser " +"especificado para buscar *x* dentro de una subsección de la matriz. Subir :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 "" @@ -530,11 +534,11 @@ msgstr "" #: ../Doc/library/array.rst:263 msgid "`NumPy `_" -msgstr "" +msgstr "`NumPy `_" #: ../Doc/library/array.rst:264 msgid "The NumPy package defines another array type." -msgstr "" +msgstr "El paquete NumPy define otro tipo de matriz." #~ msgid "Py_UNICODE" #~ msgstr "Py_UNICODE" From cd9ea584c9723f4ddd3684c6154967cfee661786 Mon Sep 17 00:00:00 2001 From: sumit-158 <96618001+sumit-158@users.noreply.github.com> Date: Mon, 3 Jan 2022 13:37:02 +0530 Subject: [PATCH 2/5] Update library/array.po MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cristián Maureira-Fredes --- library/array.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/array.po b/library/array.po index 1c51c5fc3e..1576b20374 100644 --- a/library/array.po +++ b/library/array.po @@ -421,9 +421,9 @@ msgid "" "specified to search for *x* within a subsection of the array. Raise :exc:" "`ValueError` if *x* is not found." msgstr "" -"Devuelve el *i* más pequeño de modo que *i* es el índice de la primera aparición " -"de *x* en la matriz. Los argumentos opcionales *iniciar* y *detener* pueden ser " -"especificado para buscar *x* dentro de una subsección de la matriz. Subir :exc:" +"Retorna el *i* más pequeño de modo que *i* es el índice de la primera aparición " +"de *x* en la matriz. 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 From a7d7c95e684e3e44e5df0e26267afcdd288579ff Mon Sep 17 00:00:00 2001 From: sumit-158 <96618001+sumit-158@users.noreply.github.com> Date: Mon, 3 Jan 2022 13:37:46 +0530 Subject: [PATCH 3/5] Update library/array.po MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cristián Maureira-Fredes --- library/array.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/array.po b/library/array.po index 1576b20374..7d77e6be0b 100644 --- a/library/array.po +++ b/library/array.po @@ -538,7 +538,7 @@ msgstr "`NumPy `_" #: ../Doc/library/array.rst:264 msgid "The NumPy package defines another array type." -msgstr "El paquete NumPy define otro tipo de matriz." +msgstr "El paquete NumPy define otro tipo de arreglo." #~ msgid "Py_UNICODE" #~ msgstr "Py_UNICODE" From b2890b71795a7efafe0c08749a80cb15b6335640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Wed, 5 Jan 2022 00:50:26 +0100 Subject: [PATCH 4/5] powrap library/array --- library/array.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/array.po b/library/array.po index 7d77e6be0b..3304ebc46b 100644 --- a/library/array.po +++ b/library/array.po @@ -421,10 +421,10 @@ 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 la matriz. 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*." +"Retorna el *i* más pequeño de modo que *i* es el índice de la primera " +"aparición de *x* en la matriz. 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." From f869664e7705245c5b42cc51fc9e95bb1c43283d Mon Sep 17 00:00:00 2001 From: Sumit Kumar <96618001+sumit-158@users.noreply.github.com> Date: Wed, 5 Jan 2022 09:14:06 +0530 Subject: [PATCH 5/5] Update library/array.po Co-authored-by: rtobar --- library/array.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/array.po b/library/array.po index 3304ebc46b..fc31edfd87 100644 --- a/library/array.po +++ b/library/array.po @@ -422,7 +422,7 @@ msgid "" "`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 la matriz. Los argumentos opcionales *start* y *stop* " +"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*."