From a112cc4ed3b8c7b76f9c6c916b618c0db1dc0e82 Mon Sep 17 00:00:00 2001 From: RiveroDev Date: Thu, 7 Nov 2024 23:25:44 -0400 Subject: [PATCH 1/2] traduccion profile.po --- library/profile.po | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/library/profile.po b/library/profile.po index df225cbc1e..ca35edaa2b 100644 --- a/library/profile.po +++ b/library/profile.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2023-03-14 20:55-0500\n" +"PO-Revision-Date: 2024-11-07 23:24-0400\n" "Last-Translator: Rodrigo Tobar \n" -"Language: es_CO\n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: es_CO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.13.0\n" +"X-Generator: Poedit 3.5\n" #: ../Doc/library/profile.rst:5 msgid "The Python Profilers" @@ -132,7 +133,6 @@ msgstr "" "perfil como los siguientes::" #: ../Doc/library/profile.rst:83 -#, fuzzy msgid "" "The first line indicates that 214 calls were monitored. Of those calls, 207 " "were :dfn:`primitive`, meaning that the call was not induced via recursion. " @@ -143,7 +143,7 @@ msgstr "" "La primera línea indica que 214 llamadas fueron monitoreadas. De esas " "llamadas, 207 fueron :dfn:`primitive`, lo cual significa que la llamada no " "fue inducida vía recursión. La siguiente línea: ``Ordered by: cumulative " -"name``, indica que la cadena de texto en la columna más a la derecha fue " +"time``, indica que la cadena de texto en la columna más a la derecha fue " "utilizada para ordenar la salida. Las cabeceras de la columna incluyen:" #: ../Doc/library/profile.rst:89 @@ -1334,10 +1334,9 @@ msgstr "" "(*wall-clock time*). Por ejemplo, vea :func:`time.perf_counter`." #: ../Doc/library/profile.rst:16 -#, fuzzy msgid "deterministic profiling" -msgstr "¿Qué es el perfil determinista?" +msgstr "perfil determinista" #: ../Doc/library/profile.rst:16 msgid "profiling, deterministic" -msgstr "" +msgstr "profiling, deterministic" From b1012b31a3736f9e38e7a0acac6f8309623fade4 Mon Sep 17 00:00:00 2001 From: Richard Rivero Date: Thu, 7 Nov 2024 23:40:31 -0400 Subject: [PATCH 2/2] Update library/profile.po Co-authored-by: rtobar --- library/profile.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/profile.po b/library/profile.po index ca35edaa2b..daa2c0af66 100644 --- a/library/profile.po +++ b/library/profile.po @@ -1335,7 +1335,7 @@ msgstr "" #: ../Doc/library/profile.rst:16 msgid "deterministic profiling" -msgstr "perfil determinista" +msgstr "deterministic profiling" #: ../Doc/library/profile.rst:16 msgid "profiling, deterministic"