From 226fdc4bd11ff73b507ef6f5c099efe962fc440e Mon Sep 17 00:00:00 2001 From: martorelli617 Date: Sun, 29 Oct 2023 13:45:49 -0400 Subject: [PATCH 1/4] =?UTF-8?q?Traducci=C3=B3n=20library/tkinter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/tkinter.po | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/library/tkinter.po b/library/tkinter.po index 07fc2da1ae..2e36545cb7 100644 --- a/library/tkinter.po +++ b/library/tkinter.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: 2022-11-06 21:57+0100\n" +"PO-Revision-Date: 2023-10-29 13:29-0400\n" "Last-Translator: Carlos AlMa \n" -"Language: es\n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: es\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.2.2\n" #: ../Doc/library/tkinter.rst:2 msgid ":mod:`tkinter` --- Python interface to Tcl/Tk" @@ -2297,7 +2298,7 @@ msgstr "Constantes utilizadas en los argumentos *mask*." #: ../Doc/library/tkinter.rst:637 msgid "packing (widgets)" -msgstr "" +msgstr "empaquetado (widgets)" #: ../Doc/library/tkinter.rst:750 #, fuzzy From fc87f894e8baf7c1fadee274a3284a6aae7afb04 Mon Sep 17 00:00:00 2001 From: martorelli617 Date: Sun, 29 Oct 2023 21:10:54 -0400 Subject: [PATCH 2/4] =?UTF-8?q?Traducci=C3=B3n=20library/tkinter=20y=20las?= =?UTF-8?q?=20entradas=20fuzzy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/tkinter.po | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/library/tkinter.po b/library/tkinter.po index 2e36545cb7..16eafcac90 100644 --- a/library/tkinter.po +++ b/library/tkinter.po @@ -11,7 +11,7 @@ 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-10-29 13:29-0400\n" +"PO-Revision-Date: 2023-10-29 20:44-0400\n" "Last-Translator: Carlos AlMa \n" "Language-Team: python-doc-es\n" "Language: es\n" @@ -427,7 +427,6 @@ msgstr "" "tenga habilitada la opción -container." #: ../Doc/library/tkinter.rst:161 -#, fuzzy msgid "" ":class:`Tk` reads and interprets profile files, named :file:`.{className}." "tcl` and :file:`.{baseName}.tcl`, into the Tcl interpreter and calls :func:" @@ -435,10 +434,10 @@ msgid "" "py`. The path for the profile files is the :envvar:`HOME` environment " "variable or, if that isn't defined, then :data:`os.curdir`." msgstr "" -":class:`Tk` lee e interpreta los archivos de perfil, llamados :file:`. " -"{className}.tcl` y :file:`. {baseName}.tcl`, mediante el intérprete Tcl y " -"llama a :func:`exec` sobre el contenido de :file:`. {className}.py` y :file:" -"`.{baseName}.py`. La ruta de los archivos de perfil se encuentra en la " +":class:`Tk` lee e interpreta los archivos de perfil, nombrados :file:`. " +"{className}.tcl` y :file:`. {baseName}.tcl`, en el intérprete Tcl y llama " +"a :func:`exec` sobre el contenido de :file:`. {className}.py` y :file:`." +"{baseName}.py`. La ruta de los archivos de perfil se encuentra en la " "variable de entorno :envvar:`HOME` o, si no está definida, en :attr:`os." "curdir`." @@ -851,17 +850,16 @@ msgid "Understanding How Tkinter Wraps Tcl/Tk" msgstr "Entendiendo como funcionan los empaquetadores de Tcl/Tk" #: ../Doc/library/tkinter.rst:353 -#, fuzzy msgid "" "When your application uses Tkinter's classes and methods, internally Tkinter " "is assembling strings representing Tcl/Tk commands, and executing those " "commands in the Tcl interpreter attached to your application's :class:`Tk` " "instance." msgstr "" -"Cuando su aplicación usa las clases y métodos de Tkinter este de forma " -"interna ensambla cadenas de texto representadas como comandos de Tcl/Tk y " -"ejecuta esos comandos en el intérprete de Tcl que esta adjunto a la " -"instancia de su aplicación :class:`Tk`." +"Cuando su aplicación utiliza las clases y métodos de Tkinter, internamente " +"Tkinter está ensamblando cadenas que representan comandos Tcl/Tk, y " +"ejecutando esos comandos en el intérprete Tcl adjunto a la instancia :class:" +"`Tk` de su aplicación." #: ../Doc/library/tkinter.rst:358 msgid "" @@ -2301,16 +2299,13 @@ msgid "packing (widgets)" msgstr "empaquetado (widgets)" #: ../Doc/library/tkinter.rst:750 -#, fuzzy msgid "window manager (widgets)" -msgstr "El gestor de ventanas" +msgstr "gestor de ventanas (widgets)" #: ../Doc/library/tkinter.rst:867 -#, fuzzy msgid "bind (widgets)" -msgstr "widgets" +msgstr "vincular (widgets)" #: ../Doc/library/tkinter.rst:867 -#, fuzzy msgid "events (widgets)" -msgstr "widgets" +msgstr "eventos (widgets)" From 337c22e608966ec96efac947af5fb4e7504a3edc Mon Sep 17 00:00:00 2001 From: Neptali Gil Martorelli <18042088+martorelli617@users.noreply.github.com> Date: Sun, 29 Oct 2023 22:09:36 -0400 Subject: [PATCH 3/4] Apply suggestions from code review Co-authored-by: rtobar --- library/tkinter.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/tkinter.po b/library/tkinter.po index 16eafcac90..949a296e75 100644 --- a/library/tkinter.po +++ b/library/tkinter.po @@ -434,7 +434,7 @@ msgid "" "py`. The path for the profile files is the :envvar:`HOME` environment " "variable or, if that isn't defined, then :data:`os.curdir`." msgstr "" -":class:`Tk` lee e interpreta los archivos de perfil, nombrados :file:`. " +":class:`Tk` lee e interpreta los archivos de perfil, nombrados :file:`." "{className}.tcl` y :file:`. {baseName}.tcl`, en el intérprete Tcl y llama " "a :func:`exec` sobre el contenido de :file:`. {className}.py` y :file:`." "{baseName}.py`. La ruta de los archivos de perfil se encuentra en la " From bc431fa3ab02c81b2f876d48043ed375e7461c4e Mon Sep 17 00:00:00 2001 From: Neptali Gil Martorelli <18042088+martorelli617@users.noreply.github.com> Date: Sun, 29 Oct 2023 22:49:56 -0400 Subject: [PATCH 4/4] Apply suggestions from code review Co-authored-by: rtobar --- library/tkinter.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/tkinter.po b/library/tkinter.po index 949a296e75..4efbbfcedd 100644 --- a/library/tkinter.po +++ b/library/tkinter.po @@ -436,7 +436,7 @@ msgid "" msgstr "" ":class:`Tk` lee e interpreta los archivos de perfil, nombrados :file:`." "{className}.tcl` y :file:`. {baseName}.tcl`, en el intérprete Tcl y llama " -"a :func:`exec` sobre el contenido de :file:`. {className}.py` y :file:`." +"a :func:`exec` sobre el contenido de :file:`.{className}.py` y :file:`." "{baseName}.py`. La ruta de los archivos de perfil se encuentra en la " "variable de entorno :envvar:`HOME` o, si no está definida, en :attr:`os." "curdir`."